@charset "UTF-8";


/* webfont
-------------------------------------------*/

@import url(//fonts.googleapis.com/css?family=Questrial);

h1,h2,h3,h4,h5,h6{
}
h6 {
	font-size: 10px;
}


/* Color Design
------------------------------------------

Main 		:	#A8FF05		:	カラー名
Sub A		:	#59B200		:	カラー名
Sub B		:	#A7C520		:	カラー名

Accent		:	#00E6F0		:	カラー名
Hilight A	:	#F45634		:	カラー名
Hilight B	:	#2862E3		:	カラー名
Hilight C	:	#7C3FF4		:	カラー名

*/



/* 汎用性の高い設定 
-------------------------------------------*/


body {
	color:#333;
	-webkit-font-smoothing: antialiased;
}

#HEAD{
	top:0;
	z-index:6;
	position:fixed;
	background:none;
	border-bottom:1px solid #CCCCCC;
}
#HEAD h1 a {
	text-indent:-9999px;
	width:108px;
	height:44px;
	background:url(images/logo3.gif) no-repeat 0 0;
	display:block;
	background-size: contain;
}
#FOOTER{
}

#HEAD h1{
	left: 70px;
    top: 18px;
    width: 108px;
	z-index:10;
	position:absolute;
    
}

#HEAD nav {
	position:absolute;
	width:100%;
	right:0;
	top:0;
	z-index:6;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 200;
}
#HEAD.selected nav ul {
	float:right;
	padding:0 35px 0 0;
}


/* ページ上部タイトル
-------------------------------------------*/
div.page_title {
	padding:7px 0;
}
div.page_title h2 {
	font-size: 20px;
	color: #999;
	font-weight: bold !important;
	/* width: 890px; */
	margin: 0 auto;
	padding: 50px 0 50px 0px;
	text-align: center;
}

/* シャドウ
-------------------------------------------*/
.shadow {
	-webkit-box-shadow: 2px 1px 2px #CCC;
	-moz-box-shadow: 2px 1px 2px #CCC;
	box-shadow: 2px 1px 2px #CCC;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=2, Direction=135);*/
}





/* common
-------------------------------------------*/

/*overwite*/

.contents_wrap{
	margin-bottom:0;
}
#INNER {
	padding-top:80px;
}

#HEAD nav ul li {
	width:auto;
	min-width:0;
	height:auto;
	margin:0 15px;
	float:none;
	display:inline-block;
	*display: inline;
	zoom: 1;
	letter-spacing: normal;
	
}
#HEAD nav ul li a {
	width:auto;
	height:30px;
	display:block;
	padding:34px 0 0 0;
	font-weight: normal;
	font-size:14px;
}
#HEAD nav ul li a:link,
#HEAD nav ul li a:visited{
	color:#858585;
}
#HEAD nav ul li a:hover{
	color:#333;
	text-decoration: none;
}
#HEAD nav ul li a.current {
	color:#000;
}
#HEAD nav ul .navi01 a:hover span {
	border-bottom:4px solid #333;
	padding-bottom:9px;
}

ul.lang {
	max-width:960px;
	margin:0 auto;
	padding-bottom:20px;
	font-family: 'Questrial', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
ul.lang li {
	float:right;
	margin:0 0 0 2px;
	font-size:12px;
}
ul.lang li a {
	padding:0 12px;
	color:#FFF;
	text-decoration:none;
	background-color:#a49e86;
	line-height:34px;
	display:inline-block;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
}
ul.lang li a img {
	vertical-align:middle;
	margin-top:-2px;
}

ul.lang li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/* common header (Except for top page) */

#HEAD.selected ul.lang {
    position: absolute;
    z-index:7;
    right:60px;
    top:0;
    padding:0;
	z-index: 53;
}
#HEAD.selected ul.lang li a{
    line-height:20px;
}
/*search box default */

.lang_search{
    position:relative;
}
.lang_search .search_box{
	display:block;
}
.lang_search .search_box.active{

}
.lang_search .search_box .search_form input[type="text"]{
	width:39px;
	padding:0;
	height:34px;
	line-height:34px;
	border-style:none;
	background-color:#eeece3;
}
.lang_search .search_box.active .search_form input[type="text"]{
    width:180px;
    padding:0 40px 0 20px;
}
.lang_search .search_box .search_form input[type="text"]:focus {
    outline:#a49e86;
}
.lang_search .search_box .search_form input[type="text"],
.lang_search .search_box .search_form button[type="submit"]{
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;    
}

.lang_search .search_box .search_form button[type="submit"]{
    display:block;
    width:39px;
    height:34px;
    margin:0;
    background-color:#a49e86;
    color: #fff;
    font-size: 12px;
	cursor: pointer;
	border-style:none;
	position:absolute;
	top:0;
	right:0;	
}

.lang_search .search_box.active .search_form button[type="submit"]:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*search box default */
/*search box small */

#HEAD.selected .lang_search .search_box .search_form input[type="text"],
#HEAD.selected .lang_search .search_box .search_form button[type="submit"]{
    width:24px;
    height:20px;
}
#HEAD.selected .lang_search .search_box .search_form button[type="submit"] img{
    width:12px;
    height:auto;
}
#HEAD.selected .lang_search .search_box.active .search_form input[type="text"]{
    width:180px;
    height:34px;
}
#HEAD.selected .lang_search .search_box.active .search_form button[type="submit"]{
    width:39px;
    height:34px;
}
#HEAD.selected .lang_search .search_box.active .search_form button[type="submit"] img{
    width:auto;
}
/*search box small */

#HEAD nav ul li.navi01 {
	position:inherit;
}
#HEAD nav ul li ul.submenu {
	padding:50px 0;
	display:none;
	position: absolute;
	background-color:#FFF;
	z-index:5;
	width:100%;
	left:0;
	top:58px;
	
}
#HEAD nav ul li ul.submenu li {
	float:none;
	background-color:#FFF;
	margin:0 50px;
	min-height:234px;
}
#HEAD nav ul li ul.submenu li a {
  padding: 0;
  color:#A49E85;
  font-size:16px;
  display:block;
}
#HEAD nav ul li ul.submenu li a:hover {
	color:#333;
}
#HEAD nav ul li ul.submenu li a span {
	font-size:20px;
	display:block;
	background:url(images/line3.gif) no-repeat center bottom;
	padding-bottom:20px;
	margin-bottom:20px;
}
#HEAD nav ul li ul.submenu li a:hover span {
	padding-bottom:20px !important;
	border-bottom:none !important;
	background:url(images/line2.gif) no-repeat center bottom;
}
#HEAD nav ul li ul.submenu li ul.submenu02 {
	max-width:960px;
	margin:0 auto;
	text-align:left;
	padding:25px 0 0 0;
}
#HEAD nav ul li ul.submenu li ul.submenu02 li {
	margin:0 0 15px 0;
	text-align:left;
	min-height:inherit;
}
#HEAD nav ul li ul.submenu li ul.submenu02 li.submenu02_01 {
	width:420px;
}
#HEAD nav ul li ul.submenu li ul.submenu02 li.submenu02_02 {
	width:315px;
}



div.white_bg {
	height:80px;
	background-color:#FFF;
	position:fixed;
	width:100%;
	top:0;
	left:0;
}

#FOOTER {
	background-color:#EA2C46;
}
#FOOTER_CONTENTS{
	padding:0;
	width:930px;
	margin:0 auto;
}
	
#FOOTER_CONTENTS nav{
	float:left;;
	color:#fff;
	font-size:11px;
	margin:0;padding:0;
	
}
#FOOTER_CONTENTS nav{
	margin:0;padding:0;
	line-height:2;
	
}
#FOOTER_CONTENTS nav a{
	padding:0 5px;
	color:#FFF !important;
	
}
#FOOTER_CONTENTS nav a:hover {
	color:#333333 !important;
}
#FOOTER_CONTENTS #COPYRIGHT{
	color:#fff;
	font-size:14px;
	margin:20px 0 0 0;
}
#FOOTER nav{
	margin-bottom:0;
	color:#FFF;
}
#FOOTER nav ul{
	margin:0;
}
#FOOTER nav ul li{
	float:left;
	font-size:13px;
	width: auto;
	color:#FFF;
	line-height:1.4;
	text-align:left;
	padding:0 0 0 0;
	margin:0 20px 0 0;
}
#FOOTER .download {
	display:none;
}
#FOOTER_CONTENTS nav a{
	padding:0;
	text-decoration:none;
}
#CONTROL_GOTO_TOP{
	width:930px;
	margin:50px auto 0 auto;
	padding: 0;
	text-align:right;
}
#CONTROL_GOTO_TOP img {
	cursor:pointer;
}
#CONTROL_GOTO_TOP img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
#CONTROL_GOTO_TOP a{
	padding-right:0;
	background:none;
}



/* トップページ
-------------------------------------------*/
a img.hov {
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
}
a:hover img.hov {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
div.news {
	width:315px;
	height:315px;
	background-color:#FFF;
	float:left;
	margin-bottom:8px;
	position:relative;
}
div.news h2 {
	text-align:center;
	padding:40px 0;
}
div.news dl {
	padding:0 40px;
	width:auto;
	
}
div.news dl dt {
	margin:0;
	font-weight:normal;
	font-size:14px;
	color:#A49E86;
}
div.news dl dd {
	font-size:14px;
	line-height:1.5;
	margin:0 0 25px 0;
}
div.news dl dd a {
	color:#888888;
}
div.news dl dd a:hover {
	color:#333333;
	text-decoration:none;
}
div.news p.more {
	position:absolute;
	right:30px;
	bottom:30px;
	font-size:16px;
}
div.news p.more a {
	color:#A49E85;
	text-decoration:underline;
}
div.news p.more a:hover {
	text-decoration:none;
	color:#000;
}

div.wave_series {
	position:relative;
	float:right;
}
div.wave_series a {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
}
div.wave_series img {
	vertical-align:top;
}
p.wave_series_title {
	position:absolute;
	font-size:14px;
	width:425px;
	height:69px;
	border:2px solid #FFF;
	color:#FFF;
	margin:125px 0 0 105px;
	text-align:center;
	line-height:69px;
	left:0;
	top:0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
div.wave_series:hover a {
	background:rgba(0,0,0,0);
	z-index:1;
}
div.wave_series:hover p.wave_series_title {
	z-index:0;
	/*
	color:#444444;
	background-color:#FFF;
	*/
	background:rgba(255,255,255,0.2);
}

div.dripper {
	float:left;
	text-align:center;
	position:relative;
}
div.dripper div.dripper_item {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
div.dripper div.dripper_item h2 {
	padding:90px 0 30px 0;
}
div.dripper div.dripper_item p {
	text-align:center;
	font-size:14px;
	color:#FFF;
	text-shadow: 1px 1px 3px #000;
}
div.dripper img {
	vertical-align:top;
}
div.dripper a {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
}
div.dripper:hover a {
	background:rgba(0,0,0,0);
	z-index:1;
}
p.beams {
	float:right;
	background-color:#FFF;
}
p.beams img {
	vertical-align:top;
}


.page_spacial {
	background:#EEEEEE url(images/img21.jpg) no-repeat center top;
	margin:10px 0 0 0;
}
.page_spacial .contents {
	min-height:460px;
}
.page_spacial .contents_inner {
	padding:70px 0 0 0;
	max-width:497px;
	
}
.page_spacial .contents_inner p {
	text-align:center;
	font-size:14px;
	color:#666666;
	line-height:1.5;
}
.page_spacial .contents_inner h2 {
	margin:40px 0 20px 0;
}
.page_spacial .contents_inner p.more {
	font-family: 'Questrial', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:35px 0 0 0;
}
.page_spacial .contents_inner p.more a {
	display:block;
	max-width:228px;
	border:2px solid #888;
	margin:0 auto;
	line-height:62px;
	font-size:16px;
	color:#878787;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.page_spacial .contents_inner p.more a:hover {
	color:#FFF;
	background-color:#888888;
	text-decoration:none;
}


div.page_and01,
div.page_and03 {
	float:right;
	position:relative;
	background-color:#FFF;
}
div.page_and02,
div.page_and04 {
	float: left;
	position:relative;
	background-color:#FFF;
}
div.page_and01,
div.page_and02 {
	margin:10px 0;
}

div.page_and01 p.page_and01_title {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
div.page_and01 p.page_and01_title a {
	width:100%;
	height:15%;
	display:block;
	text-align:center;
	color:#666666;
	text-decoration:none;
	padding:85% 0 0 0;
	font-size:14px;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
}
div.page_and01 p.page_and01_title a:hover {
	background-color:rgba(255,255,255,0.2);
}
div.page_and01 img,
div.page_and02 img,
div.page_and03 img,
div.page_and04 img {
	vertical-align:top;
}
p.page_and02_title {
	position:absolute;
	font-size:16px;
	width:425px;
	height:69px;
	border:2px solid #FFF;
	color:#FFF;
	margin:125px 0 0 105px;
	text-align:center;
	line-height:69px;
	left:0;
	top:0;
	font-family: 'Questrial', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
div.page_and02 a,
div.page_and03 a {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
}
div.page_and02:hover a,
div.page_and03:hover a {
	background:rgba(0,0,0,0);
	z-index:1;
}
div.page_and02:hover p.page_and02_title {
	/*
	color:#444;
	background-color:#FFF;
	*/
	background:rgba(255,255,255,0.2);
}
p.page_and03_title {
	position:absolute;
	width:100%;
	text-align:center;
	padding-top:95px;
	left:0;
	top:0;
}

.page_goods {
	background:url(images/line.gif) no-repeat center top;
	margin:110px 0;
	padding:90px 0 0 0;
}
.page_goods ul {
	background:url(images/line.gif) no-repeat center bottom;
	padding:0 0 100px 0;
}
.page_goods ul li {
	float:left;
	margin:0 12px 12px 0;
	background-color:#FFF;
}
.page_goods ul li.end {
	float:left;
	margin:0 0 12px 0;
}
.page_goods ul li img {
	vertical-align:top;
}

.page_support {
	background-color:#A49E86;
	padding:70px 0;
}
.page_support h2,
.page_support h3 {
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	margin:0 0 20px 0;
}
.page_support ul {
	margin-bottom:30px;
}
.page_support ul li {
	float:left;
	margin:0 0 0 16px;
	width:460px;
	text-align:center;
	font-size:14px;
}
.page_support ul li a {
	display:block;
	height:87px;
	line-height:87px;
	border:2px solid #FFF;
	color:#FFF;	
	text-decoration:none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.page_support ul li.faq {
	margin:0;
}
.page_support ul li.faq a {
	line-height:1.5em;
	padding-top:24px;
	height:63px;
}
.page_support ul li a:hover {
	background-color:#FFF;
	color:#A49D87;
}
.page_support p.pdf {
	max-width:650px;
	margin:0 auto;
	font-size:14px;
	text-align:center;
}
.page_support p.pdf a {
	display:block;
	height:76px;
	line-height:76px;
	border:2px solid #FFF;
	color:#FFF;	
	text-decoration:none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.page_support p.pdf a span {
	background:url(images/pdf.gif) no-repeat 0 center;
	padding:20px 0 20px 40px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	color:#FFF;	
}
.page_support p.pdf a:hover {
	background-color:#FFF;
	color:#A49D87;
}
.page_support p.pdf a:hover span {
	background:url(images/pdf2.gif) no-repeat 0 center;
	color:#A49D87;
}


.parts_footer_type3{
    background-color: #FFF;
	padding:80px 0;
}
.parts_footer_type3 .footer_address{
	width: 960px;
	margin: 0 auto;
}
.parts_footer_type3 .footer_logo{
	height: auto;
	background:url(images/line2.gif) no-repeat center bottom;
	padding:0 0 30px 0;
	margin:0 0 50px 0;
}
.parts_footer_type3 .footer_logo p {
	text-align:center;
	color:#666;
	line-height:1.5em;
}
.parts_footer_type3 .footer_logo p img {
	vertical-align:top;
	margin-bottom:15px;
}
.parts_footer_type3 .footer_right {
    float: none;
	width:auto;
	margin-left: 230px;
}
.parts_footer_type3 nav ul li {
	width:210px;
}
.parts_footer_type3 nav ul li.end {
	width:auto;
	float:right;
}
.parts_footer_type3 dl dt {
	color:#666;
	float: none;
	font-weight: normal;
	margin: 0 0 20px 0;
	font-size: 14px;
}
.parts_footer_type3 dl dt a {
	color:#666;
}
.parts_footer_type3 dl dt a:hover {
	text-decoration:none;
	color:#CCC;
}
.parts_footer_type3 dl dd a {
	color:#888;
}
.parts_footer_type3 dl dd a:hover {
	color:#333333;
	text-decoration:none;
}
.parts_footer_type3 #COPYRIGHT {
    color: #AAAAAA;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
	margin-top:50px;
	font-family: 'Questrial', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


.parts_page_top{
	position:fixed;
	width: 100%;
	padding: 0px;
	text-align: right;
	margin: 0px;
	right:40px;
	bottom:0;
	z-index:5;
}
.parts_page_top img {
	vertical-align:top;
}


/* add lpg */

.page_top{padding-top:80px;}
.page_title{}


.parts_footer_type1{margin-top:0;padding:10px 0 10px 0;background-color:#333;}
.parts_footer_type1 div{width:930px;margin:0 auto;}
.parts_footer_type1 a:link,
.parts_footer_type1 a:visited{color:#fff;text-decoration:none;}
.parts_footer_type1 a:hover,
.parts_footer_type1 a:active{color:#fff;text-decoration:underline	;}
.parts_footer_type1 nav{float:left;margin-bottom:0;}
.parts_footer_type1 .facebook{float:right;}
.parts_footer_type1 nav ul{margin-top:10px;}
.parts_footer_type1 nav ul li{width:auto;margin-right:20px;padding:0;font-size:13px;line-height:1;}
.parts_footer_type1 #COPYRIGHT{color:#fff;font-size:14px;margin:0 0 0 0;}


/* common */
.layout_block_main,
.layout_block_action,
.layout_block{ padding:20px 0;background-color:#fff;}


/* layout_block_main*/

.layout_block_main{padding:20px 0 20px 0;margin-bottom:0;}
.layout_block_main p{text-align:center;}
.layout_block_main p img{}
.layout_block_main p.thirdno{margin:10px auto 0 auto;padding:10px 0 10px 0;width:760px;border-bottom:1px solid #f6f6f6;}

/* layout_block_action*/
.layout_block_action{padding:0 0 40px 0; border-bottom:1px solid #e6e6e6;}
.layout_block_action p{text-align:center;margin:0 100px;padding:15px 0;}
.layout_block_action p a{color:#fff;background-color:#dddddd;padding:15px 30px;font-size:14px;display:inline-block;}
.layout_block_action p a:link,
.layout_block_action p a:visited{text-decoration:none;}
.layout_block_action p a:hover{opacity: 0.85;}
.layout_block_action p img{max-width:100%;width:50%;}

.layout_block_action .parts_button_lvl4 {}
.layout_block_action .parts_button_lvl4 a{
	margin:0 auto;
	font-size:20px;
	color:#fff;
	background-color: #d36438;
	border-bottom:12px solid #c55533;
}
.layout_block_action .parts_button_lvl4 a:link,
.layout_block_action .parts_button_lvl4 a:visited{text-decoration:none;}

/* layout_block common*/

.layout_block .area_image{ text-align:center;}
.layout_block .area_image img{ max-width:100%;}
.layout_block .headline_main{margin-bottom:10px;font-size: 24px;line-height:1.3;font-weight:bold !important;
	no-repeat;padding:0;
}
.layout_block .headline_sub{font-size:100%;}
.layout_block .headline_main + .headline_sub{}
.layout_block .contents_detail {margin-bottom:0;padding-bottom:10px;font-size: 100%;font-size:16px;}
.layout_block .contents_detail p{font-size: 100%;font-size:14px;}
.layout_block .contents_detail img{display: block;max-width: 100%;vertical-align: bottom;padding:0;margin:0;}
.layout_block .contents_detail hr{margin:0 ;}


/* layout_block | type_block_right */
.type_block_right .area_image{ float:right;width:50%;}
.type_block_right .area_image_wrap{ padding-left:20px;margin-right:100px;}
.type_block_right .area_contents{ float:left;width:50%;}
.type_block_right .area_contents_wrap{ padding-right:20px;margin-left:100px;}

/* layout_block | type_block_left */
.type_block_left .area_image{ float:left;width:50%;}
.type_block_left .area_image_wrap{ padding-right:20px;margin-left:100px;}
.type_block_left .area_contents{ float:right;width:50%;}
.type_block_left .area_contents_wrap{ padding-left:20px;margin-right:100px;}

/* layout_block | type_block_center */
.type_block_center .area_image{ width:100%;margin-bottom:10px;}
.type_block_center .area_image_wrap{}
.type_block_center .area_contents{}
.type_block_center .area_contents_wrap{padding:0 100px;}
.type_block_center .area_contents_wrap img{ display:block;margin:0 auto 0 auto;}
.type_block_center .area_contents_wrap .contents_detail div > img{ /*display:inline;*/}

/* layout_block | type_block_list */
.layout_block_list{margin:0;padding:20px 100px;}
.layout_block_list ul{padding-left:10px;margin-bottom:20px;}
.layout_block_list ul li{display:inline-block;border:1px solid #ccc;text-align:center;margin:0 10px 10px 0;}
.layout_block_list ul li a{display:block;width:238px;height:100px;line-height:100px;}
.layout_block_list ul li a:link,
.layout_block_list ul li a:visited{text-decoration:none;}
.layout_block_list ul li a:hover{background-color:#f9f9f9;}

/* sns_area */
.sns_area{text-align:center;padding:15px 0 5px 0;}
.sns_area{}
.sns_area > span{display:inline-block;vertical-align:middle;margin-right:10px;}
.contents_detail {
	font-size: 14px;
	line-height: 1.8;
}
/* local style*/
.local_about{}
.local_about ul{padding-left:1.5em;list-style-position: outside;list-style-type: square;}


.script_page p{margin-bottom:0;}


/* 2015.1.7 */
.typeColumnB ul{
	margin-left:0;
	margin-bottom:0;
}
.typeColumnB ul li.first{
	margin-left:0;
}
.typeColumnB ul li{
	float:left;
	width:280px;
	margin-left:60px;
	margin-bottom:0px;
	text-align:center;
}
.typeColumnB .lv2{
	font-size: 20px;
	text-align:left;
	font-size:14px !important;
	font-weight:bold !important;
	margin-bottom:10px;
	line-height: 1.6em;
}
.typeColumnB p.mobi_fixed_p{
	font-size: 13px;
	line-height:1.6;
}
.typeColumnB p.mobi_fixed_img {
	text-align:center;
	margin-bottom:10px;
}
p.series_attention {
	margin-top: 25px;
	text-align: right;
}

.page_title.typeTitleB {
	padding: 80px 0 30px 0;
	text-align: center;
	margin-bottom: 80px;
}

.page_title.typeTitleB h3.lv4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	color: #666;
}
.fit_grid.typeGridC .item_box {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}


/* layout_form typeFormA
-------------------------------------------*/
.layout_form form p {
	margin-bottom: 20px;
}


.layout_form.typeFormA{
	width: 540px;
	margin-bottom:120px;
}
.layout_form.typeFormA h3 {
	font-size:24px;
	color:#A39E84;
	font-weight:normal;
	text-align:center;
	margin:70px 0 0 0;
}
.layout_form.typeFormA .contact-us {
	margin:50px 0 0 0;
}
.layout_form.typeFormA label{
	font-size:16px;
	text-align:left;
}
.layout_form.typeFormA label span,
.layout_form.typeFormA form_inline label span{
	color:#D13402;
	padding-left:0.2em;
	font-size:12px;
}
.layout_form.typeFormA input + .hyphen{
	margin:0 5px 0 0;
	font-size:100%;
}

.typeFormA input[type="text"]{
	width:510px;
	height:50px;
	line-height:38px;
	padding:0 15px;
	border:1px solid #A39E84;
}
.typeFormA .form_shortlength input[type="text"]{
	width:138px;
}
p.contact_txt {
	font-size:14px;
	line-height:1.6em;
}
ul.contact_txt {
	font-size:14px;
	line-height:1.6em;
	list-style-position: outside;
	list-style-type: square;
	margin-left:1em;
}
ul.contact_txt li{
}
.mark {
	color:#78A39D;
	font-size:13px !important;
	margin-right:15px !important;
}
p.contact_txt .mark {
	margin-right:0 !important;
}
.mark2 {
	position: absolute;
	margin-top:10px;
	left:0;
}
p.attention {
	margin:0 0 10px 25px;
	font-size:14px;
}
p.attention .mark {
	padding-right:0;
}
p.series_attention{
	margin-top: 25px;
	text-align: right;

}
.typeFormA textarea{
	width:540px;
	height:150px;
	padding:15px;
	border:1px solid #A39E84;
}
p.textarea {
	padding:0;
	position:relative;
}
p.privacy {
	padding:0 0 60px 0;
}
.typeFormA .btn_submit{
	width: 360px!important;
	margin: 50px auto!important;
}
.typeFormA .parts_button_lvl4 input{
	background-color: #FFF;
    border-radius: 0;
    color: #A39E84;
    display: block;
    font-size: 16px;
    width:100%;
    padding:0;
    text-align: center;
    letter-spacing:0;
    text-indent:0;
    height:60px;
	border:2px solid #A39E84;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight:bold;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.typeFormA .parts_button_lvl4 input:hover{
	background-color: #A39E84;
	color:#FFF;
}
::-webkit-input-placeholder {
    font-size:13px;
}
:-moz-placeholder {
    font-size:13px;
}
.superselect-handle{
	border: 1px solid #aaa;
    font-size: 13px;
    border-radius:0;
    
	width: 400px;
	height:40px;
	padding:0 0 0 20px;
	cursor:pointer;
}
.superselect-selected {
    border-right: 1px solid #aaa;
    margin-right: 40px;
    height:40px;
    padding: 0 5px 0 0;
    line-height:40px;
}
.superselect-arrow {
    background: transparent url(images/arrow-down.gif) no-repeat center center;
    width: 13px;
    height: 100%;
    top: 0;
    right: 13px;
}
.superselect-options{
	box-shadow:none;
	width: 420px;
	text-indent:20px;
	font-size:14px;
	line-height:40px;
	cursor:pointer;
}

p.check_radio_list_title {
	font-size:13px;
	margin:25px 0 10px 0;
}
form ul.radio_list label{
	padding:4px 0 5px 30px !important;
	background:url(images/radio_off.gif) no-repeat 0 0;
	margin-right:0 !important;
	font-size:14px !important;
	line-height:24px;
}
form ul.radio_list input:checked+label {
	background:url(images/radio.gif) no-repeat 0 0;
	color:inherit;
}
form ul.check_list label  {
	width:auto;
	font-size:13px;
	padding:2px 0 2px 27px !important;
	background:url(images/check_off.gif) no-repeat 0 0;
	margin-right:0 !important;
	font-size:14px !important;
}
form ul.check_list input:checked+label {
	background:url(images/check.gif) no-repeat 0 0;
	color: inherit;
}
form ul.check_list {
	margin:25px 0;
}
form ul.radio_list {
	margin:0 0 30px 0;
}
form ul.check_list li,
form ul.radio_list li {
	font-weight: normal;
	margin:0 20px 5px 0;
}
.superselect-even, .superselect-odd {
    background-color: #fff;
    height: 37px;
}
.customSelect:after {
    border-left: 1px solid #A6A385;
    color: #333333;
    content: "▼";
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
	color:#A6A385;
}
.customSelect {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #A39E84;
    display: inline-block;
    height: 50px;
	color:#A49E86;
	font-size:14px;
}
p.pass {
	font-size:14px;
}
p.pass a {
	color:#888888;
}
p.pass a:hover {
	text-decoration:none;
	color:#333;
}

p.parts_button_lvl1 {
	text-align:center;
	margin:20px auto;
	display:block;
    font-size: 16px;
	font-weight:bold;
}
.parts_button_lvl1 a{
	border:1px dashed #A39E84;
	display: block;
    padding: 12px 25px;
	color: #A39E84;
	background-color: #FFF;
	font-size:16px;
	text-align:center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.layout_form form p.parts_button_lvl2 {
	text-align:center;
	margin:20px auto 50px auto;
	display:block;
	max-width:250px;
    font-size: 16px;
	
	font-weight:bold;
}
.parts_button_lvl2 a{
	border:2px solid #A39E84;
	display: block;
    padding: 12px 25px;
	color: #A39E84;
	background-color: #FFF;
	font-size:16px;
	text-align:center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.parts_button_lvl2 a:hover{
	background-color: #A39E84;
	color:#FFF;
}


.parts_button_lvl3 a{
	border:2px solid #A39E84;
	display: block;
    padding: 12px 25px;
	color: #A39E84;
	background-color: #FFF;
	font-size:16px;
	text-align:center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.parts_button_lvl3 a:hover{
	background-color: #A39E84;
	color:#FFF;
}
.parts_button_lvl3 a span.icon01 {
	background:url(images/icon01.png) no-repeat 0 center;
	padding:5px 0 5px 30px;
	line-height:25px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.parts_button_lvl3 a:hover span.icon01 {
	background:url(images/icon01_on.png) no-repeat 0 center;
}
.parts_button_lvl3 a span.icon02 {
	background:url(images/icon02.png) no-repeat 0 center;
	padding:5px 0 5px 30px;
	line-height:25px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.parts_button_lvl3 a:hover span.icon02 {
	background:url(images/icon02_on.png) no-repeat 0 center;
}




/* タイトル */
.script_page .page_title{
	text-align: center;
	margin-bottom: 0px;
}
.script_page .page_title .lv4{
	font-size:16px!important;
	font-weight:bold !important;
	margin:0;
	color:#666;
}

.script_target {
	
}


.page_wave01 {
	border-bottom:1px solid #CCCCCC;
	min-height:550px;
}

.page_wave01 .contents {
	max-width:550px;
	text-align:center;
	margin:0 0 0 auto;
	padding:120px 0 0 0;
}
.page_wave01 h2 {
	color:#FFF;
	font-size:32px;
	font-weight:normal;
	padding:20px 0 0 0;
	margin:0 0 30px 0;
}
.page_wave01 h2 span.specialB {
    color:#A49E86;
	font-size:32px;
	font-weight:normal;
	padding:20px 0 0 0;
	margin:0 0 30px 0;
}
.page_wave01 h2 span.specialC {
    color:#A49E86;
	font-size:32px;
	font-weight:normal;
    background:none;
	padding:20px 0 40px 0;
	margin:0 0 30px 0;
}
.page_wave01 h2 span.specialD {
    color:#FFF;
	font-size:32px;
	font-weight:normal;
    background:none;
	padding:20px 0 40px 0;
	margin:0 0 30px 0;
}
.page_wave01 p {
	text-align:center;
	color:#FFF;
	background:url(images/line4.gif) no-repeat center top;
	padding:40px 0 0 0;
	font-size:16px;
}
.page_wave01 p span.specialB {
	text-align:center;
    color:#A49E86;
	font-size:16px;
	background:url(images/line3.gif) no-repeat center top;
	padding:40px 0 0 0;
	display:block;
	margin-top: -30px;
}
.page_wave01 p.btn {
	max-width:228px;
	font-size:14px;
	margin:45px auto 0 auto;
}
.page_wave01 p.btn a {
	display:block;
	border:2px solid #A49E86;
	line-height:62px;
	color:#A49E86;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.page_wave01 p.btn a:hover {
	background-color:#A49E86;
	color:#FFF;
	text-decoration:none;
}
.nanahan01 {
	background:url(images/nanahan01.jpg) no-repeat center 50px;
	border-bottom:1px solid #A49E86;
}
.nanahan01 h2 {
	background:none;
	padding:0;
	margin:60px 0 30px 0;
}
.nanahan01 p {
	text-align:center;
	color:#666666;
	font-size:16px;
}


.nanahan02 {
	text-align:center;
	padding:85px 0 100px 0;
}
.nanahan02 p {
	max-width:650px;
	font-size:18px;
	line-height:1.6em;
	margin:35px auto 0 auto;
	color:#333333;
}

.nanahan03 h2 {
	background-color:#A37767;
	text-align:center;
	padding:40px 0;
	margin-bottom:0;
}
.nanahan03 p {
	text-align:center;
	line-height:0;
}




.page_wave02 {
	background:url(images/wave_bg02.jpg) no-repeat center top;
	min-height:450px;
	border-bottom:1px solid #CCC;
}
.page_wave02 .contents {
	padding:120px 0 0 0;
}
.page_wave02 h2 {
	color:#666;
	font-size:32px;
	font-weight:normal;
	margin:0 0 20px 0;
}
.page_wave02 p {
	color:#666;
	font-size:14px;
}
.page_wave02 p.btn {
	max-width:242px;
	font-size:14px;
	margin:25px 0 0 0;
	text-align:center;
}
.page_wave02 p.btn a {
	display:block;
	border:2px solid #A49E86;
	line-height:42px;
	color:#A49E86;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.page_wave02 p.btn a:hover {
	background-color:#A49E86;
	color:#FFF;
	text-decoration:none;
}


.page_wave03 {
	background:#EEEEEE url(images/wave_bg03.jpg) no-repeat center top;
	min-height:450px;
	border-bottom:1px solid #CCC;
}
.page_wave03 .contents {
	max-width:370px;
	margin:0 0 0 auto;
	padding:120px 0 0 0;
}
.page_wave03 h2 {
	color:#666;
	font-size:32px;
	font-weight:normal;
	margin:0 0 30px 0;
}
.page_wave03 h2 span.specialB {
	color:#FFF;
	font-size:32px;
	font-weight:normal;
	margin:0 0 30px 0;
}
.page_wave03 p {
	color:#666;
	font-size:14px;
}
.page_wave03 p span.specialB {
	color:#FFF;
	font-size:14px;
}
.page_wave03 p.btn {
	max-width:242px;
	font-size:14px;
	margin:25px 0 0 0;
	text-align:center;
}
.page_wave03 p.btn a {
	display:block;
	border:2px solid #A49E86;
	line-height:42px;
	color:#A49E86;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.page_wave03 p.btn a:hover {
	background-color:#A49E86;
	color:#FFF;
	text-decoration:none;
}


.page_wave04 {
	background:url(images/wave_bg04.jpg) no-repeat center top;
	min-height:450px;
}
.page_wave04 .contents {
	padding:160px 0 0 0;
	max-width:370px;
}
.page_wave04 h2 {
	color:#666;
	font-size:32px;
	font-weight:normal;
	margin:0 0 25px 0;
}
.page_wave04 p {
	color:#666;
	font-size:14px;
}



.page_wave05 {
	background:#A37767 url(images/wave_bg05.jpg) no-repeat center top;
	min-height:450px;
	position:relative;
	padding-bottom:11px;
}
.page_wave05 .contents {
	max-width:370px;
	margin:0 0 0 auto;
	padding:115px 0 0 0;
}
.page_wave05 h2 {
	color:#FFF;
	font-size:32px;
	font-weight:normal;
	background:url(images/line4.gif) no-repeat center bottom;
	padding:0 0 30px 0;
	margin:0 0 30px 0;
	text-align:center;
}
.page_wave05 p {
	color:#FFF;
	font-size:14px;
	text-align:center;
}
.page_wave05 p.btn {
	font-size:16px;
	margin:25px 0 0 0;
	text-align:center;
}
.page_wave05 p.btn a {
	color:#DDDDDD;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.page_wave05 p.btn a:hover {
	color:#FFF;
	text-decoration:none;
}
.page_wave05 .arrow_bottom {
	background-color:#FFF;
	text-align:center;
	position:absolute;
	width:100%;
	bottom:0;
}

.page_wave06 {
	border-top: solid 1px #CCC;
	padding:75px 0;
}
.page_wave06 .page_wave06_img {
	float:left;
	margin:0 0 0 40px;
}
.page_wave06 div.page_wave06_details {
	float:right;
	min-width: 400px;
	max-width: 460px;
}
.page_wave06 h2 {
	font-size:32px;
	margin:15px 0 30px 0;
	color:#666666;
	font-weight:normal;
}
.page_wave06 h3 {
	font-size:12px;
	margin:20px 0 5px 0;
	color:#666666;
}
.page_wave06 p {
	font-size:12px;
	color:#666666;
}
.page_wave06 p.ih {
	line-height:23px;
	color:#A37767;
}
.page_wave06 p.ih img {
	vertical-align:middle;
	margin-right:10px;
}

.page_wave07 {
	background:url(images/wave_bg06.jpg) no-repeat center top;
	min-height:250px;
	border-top: solid 1px #CCC;
}
.page_wave07 .contents {
	padding:65px 0 0 0;
	max-width:420px;
}
.page_wave07 h2 {
	color:#666;
	font-size:32px;
	font-weight:normal;
	margin:0 0 25px 0;
}
.page_wave07 p {
	color:#666;
	font-size:14px;
}

.page_wave08 {
	background:url(images/wave_bg07.jpg) no-repeat center top;
	min-height:250px;
	border-top: solid 1px #CCC;
}
.page_wave08 .contents {
	padding:65px 0 0 0;
	max-width:420px;
}
.page_wave08 h2 {
	color:#666;
	font-size:32px;
	font-weight:normal;
	margin:0 0 25px 0;
}
.page_wave08 p {
	color:#666;
	font-size:14px;
}


.page_wave09 {
	border-top: solid 1px #CCC;
}
.page_wave09 .contents_wrap {
	padding:90px 0 30px 0;
}
.page_wave09 img {
	border:1px solid #CCC;
	width:100%;
	height:auto;
}
.page_wave09 h2 {
	color:#666;
	font-size:24px;
	font-weight:normal;
	margin:25px 0 20px 0;
}
.page_wave09 p {
	color:#666;
	font-size:14px;
}
.page_wave09_01 {
	max-width:432px;
	float:left;
}
.page_wave09_02 {
	max-width:432px;
	float: right;
}


.page_wave10 {
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	background:url(images/wave_bg08.jpg) no-repeat center top;
	min-height:450px;
}
.page_wave10 .page_wave10_img {
	float: right;
}
.page_wave10 .contents {
	max-width:460px;
	padding:150px 0 0 0;
}
.page_wave10 h2 {
	font-size:32px;
	padding:0 0 30px 0;
	margin:0 0 30px 0;
	color:#A49E86;
	font-weight:normal;
	text-align:center;
	background:url(images/line3.gif) no-repeat center bottom;
}
.page_wave10 p {
	font-size:14px;
	color:#A49E86;
	text-align:center;
}



.pankuzu p {
	color:#444444;
	margin:5px 0 5px 18px;
}
.pankuzu a {
	color:#858585;
}
.pankuzu a:hover {
	color:#333;
	text-decoration:none;
}

.goods_list h2 {
	color:#A49E85;
	font-size:24px;
	text-align:center;
	font-weight:normal;
	margin:95px 0 50px 0;
}
.goods_list ul li {
	float:left;
	max-width:200px;
	position:relative;
	margin:0 53px 50px 0;
}
.goods_list ul li.right {
	margin:0 0 40px 0;
}
.goods_list ul li a {
	color:#444444;
}
.goods_list ul li a:hover {
	text-decoration:none;
}
.goods_list ul li a img {
	width:100%;
	height:auto;
}
.goods_list ul li a .goods_list_details {
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	-webkit-transition: opacity 0.4s linear;
	-moz-transition: opacity 0.4s linear;
	-ms-transition: opacity 0.4s linear;
	position:absolute;
	left:0;
	top:0;
	width:198px;
	height:198px;
	border:1px solid #A49E86;
	background:rgba(255,255,255,0.8);
	text-align:center;
}
.goods_list ul li a .goods_list_details .goods_list_name,
.goods_list ul li a .goods_list_details .goods_list_code{
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;	
}

.goods_list ul li a:hover .goods_list_details {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.goods_list ul li a:hover .goods_list_details .goods_list_name,
.goods_list ul li a:hover .goods_list_details .goods_list_code{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.goods_list ul li a .goods_list_details .goods_list_name {
	padding:60px 0 15px 0;
	border-bottom:1px solid #888888;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	margin:0 10px 10px 10px;
}

.goods_list ul li a .goods_list_details .goods_list_code {
	display:block;
	font-size:12px;
	padding:0 10px;
}


.goods_list2 .contents_wrap {
	width:860px;
	padding-top:70px;
}
.goods_list2 ul {
	letter-spacing: -.40em;
	margin-bottom:100px;
}

.goods_list2 ul li {
	display:inline-block;
	*display: inline;
	zoom: 1;
	letter-spacing: normal;
	max-width:220px;
	position:relative;
	margin:0 100px 50px 0;
	vertical-align:top;
}
.goods_list2 ul li.right {
	margin:0 0 40px 0;
}
.goods_list2 ul li a {
	color:#444444;
	display:block;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
}
.goods_list2 ul li a:hover {
	text-decoration:none;
}
.goods_list2 ul li a img {
	width:220px;
	height:auto;
	margin:0 auto;
}
.goods_list2 ul li .goods_list_name {
	display:block;
	font-size:13px;
	text-align:center;
}
.goods_list2 ul li .goods_list_name em {
	font-style:normal;
	font-family: 'Questrial', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.goods_list2 ul li a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

/*
.goods_list2 ul li a .goods_list_details {
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	position:absolute;
	left:0;
	top:0;
	width:220px;
	height:280px;
	background:rgba(255,255,255,0.9);
	text-align:center;
}

.goods_list2 ul li a:hover .goods_list_details {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


.goods_list2 ul li a .goods_list_details .goods_list_name2 {
	display:block;
	font-size:16px;
	font-family: 'Questrial', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background:url(images/line5.gif) no-repeat center bottom;
	padding:20px 0 10px 0;
	margin-bottom:10px;
}
.goods_list2 ul li a .goods_list_details .goods_list_spec {
	display:block;
	font-size:12px;
}
*/

.cate_img_area {
    width: 220px;
    height: 220px;
    text-align: left;
    overflow: hidden;
    position: relative;
	display:block;
}
 
.cate_img {
    top: 0;
    left: 0;
    width: 220px;
    height: 220px;
    display: none;
    position: absolute;
}

.goods_list3 .contents_wrap {
	width:860px;
	padding:70px 0 100px 0;
}



.goods_list3 ul li a {
	color:#444444;
	display:block;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
}
.goods_list3 ul li a:hover {
	text-decoration:none;
}
.goods_list3 ul li a img {
	width:220px;
	height:auto;
	margin:0 auto;
}
.goods_list3 ul li .goods_list_name {
	display:block;
	font-size:13px;
	text-align:center;
}
.goods_list3 ul li .goods_list_name em {
	font-style:normal;
	font-family: 'Questrial', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.goods_list3 ul li a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.goods_list3 .bx-wrapper {
	margin-bottom:50px !important;
}

.script_page .page_title{
	background-color:#A39E84;
	padding:80px 0;
	margin-bottom:80px;
	text-align:left;
}
.script_page .page_title .lv4{
	color:#FFF;
	font-size:32px !important;
	font-weight:normal !important;
	padding:0;
	max-width:960px;
	margin:0 auto;
	text-align: left;
}
.script_page .page_title .caption {
	font-size:17px;
	color:#FFF;
	max-width:960px;
	margin:15px auto 0 auto;
	display:block;
	line-height:30px;
}
.script_page .page_title .caption img {
	vertical-align:middle;
	margin:0 10px 0 0;
}
.script_page .page_title.enkaku {
	background:#A39E84 url(images/enkaku.gif) no-repeat center center;
}


.sidebar ul li {
	font-size:14px;
	margin:0 0 25px 0;
	color:#202020;
}
.sidebar ul li a {
	color:#858585;
}
.sidebar ul li a:hover {
	color:#202020;
}
.layout_news.outline,
.layout_news.drawing {
	margin-top:0;
	padding-bottom:120px;
}
.layout_news > p {
    font-size: 14px;
    color: #333333;
}
.layout_news > dl {
	font-size: 14px;
    color: #333333;
}
.layout_news > dl dt {
	margin:50px 0 10px 0;
}
.layout_news > dl dd {
	line-height:1.6;
}



.layout_news table, .layout_news table th, .layout_news table td {
	border: none;
	border-collapse: collapse;
	line-height:1.6;
	color:#333333;
}

.layout_news table {
    width: 100%;
    border-spacing: 0;
}

.layout_news table thead th {
    text-align:center;
	
}
.layout_news table th {
    padding: 0 70px 0 0;
    border-width: 0;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	white-space: nowrap;
}
.layout_news table td {
    padding: 0 0 20px 0;
    border-width: 0;
}
.layout_news table td p {
	margin-bottom:1.5em;
	position:relative;
}
.layout_news table td img.map {
	display:inline;
	position:absolute;
	right:0;
	top:20px;
}
.layout_news table td p a:link,
.layout_news table td p a:visited {
	border-radius: 0;
	display: inline;
	width: auto;
	padding: 0;
}
.layout_news table td p.end {
	margin-bottom:0;
}
.layout_news table td iframe {
	margin:30px 0 50px 0;
}


div.layout_news h3 {
	color:#A29E81;
	font-size:24px;
	font-weight:normal;
}

div.layout_news h4 {
	color:#333;
	font-size:16px;
	font-weight:normal;
	margin:80px 0 20px 0; 
}

.member_sidebar {
	border-bottom:1px solid #A49E86;
	margin-bottom:30px;
}
.sidebar ul li.member_login a {
	color:#FFF;
	background:#A49E86 url(images/member_login.png) no-repeat 22px center;
	height:35px;
	width:142px;
	line-height:35px;
	font-size:16px;
	display:block;
	padding:0 0 0 50px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	border:2px solid #A49E86;
}
.sidebar ul li.member_login a:hover {
	
	color:#A49E86;
	background-color:#FFF;	
}



div.qa {
	margin-top:0;
}
div.qa > dl {
	margin-bottom:100px;
}
div.qa > dl dt,
div.qa > dl dd {
	font-weight:normal;
	text-indent:-3em;
	margin-left:3em;
}
div.qa > dl dt span,
div.qa > dl dd span {
	font-size:20px;
	color:#A19E7E;
	margin:0 1.3em 0 0;
}
div.qa > dl dt {
	line-height:25px;
	color:#A19E7E;
}
div.qa > dl dt.use {
	color:#A19E7E;
}

div.drawing_list ul {
}
.drawing_list ul li {
	float:left;
	width:50%;
}
div.drawing_list ul a {
	color:#888;
}
div.drawing_list ul a:hover {
	color:#333;
	text-decoration:none;
}


.script_page .page_title.enjoy {
	background:url(images/enjoy_main.png) no-repeat center top;
	height:550px;
	padding:0;
	line-height:550px;
}
.script_page .page_title.enjoy .lv4{
	text-align:right;
}
div.enjoy_concept {
	margin:100px 0;
}
div.enjoy_concept p {
	text-align:center;
	margin:0 0 35px 0;
}

ul.enjoy_list {
	max-width:960px;
	margin:0 auto 120px auto;
}
ul.enjoy_list li {
	text-align:center;
	position:relative;
	line-height:240px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
ul.enjoy_list li a {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	z-index:1;
}
ul.enjoy_list li:hover {
	line-height:480px;
}
ul.enjoy_list li a:hover {
	background:rgba(0,0,0,0);
}
ul.enjoy_list li span {
	background:url(images/enjoy_icon.png) no-repeat right center;
	display:block;
	position:relative;
	z-index:2;
	margin:0 65px 0 0;
}
ul.enjoy_list li span img {
	vertical-align:middle;
}
ul.enjoy_list li:hover span {
	z-index:0;
}
ul.enjoy_list li.enjoy03 {
	background:url(images/enjoy03.jpg) no-repeat center center;
}
ul.enjoy_list li.enjoy04 {
	background:url(images/enjoy04.jpg) no-repeat center center;
}
ul.enjoy_list li.enjoy05 {
	background:url(images/enjoy05.jpg) no-repeat center center;
}
ul.enjoy_list li.enjoy06 {
	background:url(images/enjoy06.jpg) no-repeat center center;
}


.first01 {
	background:#F2F2F2 url(images/first_bg01.jpg) no-repeat center top;
	padding:122px 0 0 0;
	height:400px;
}
.first01 h2,
.first01 p {
	text-align:center;
}
.first01 h2 {
	margin:0 0 55px 0;
}

.first02 {
	background:#F2F2F2 url(images/first_bg02.jpg) no-repeat center top;
	height:916px;
}
.first02 h2,
.first02 p {
	text-align:center;
}
.first02 h2 {
	margin:0 0 30px 0;
	padding:450px 0 0 0;
}
.first02 p {
	font-size:18px;
	line-height:1.7em;
	color:#333333;
}

.first03 {
	background:#F2F2F2 url(images/first_bg03.jpg) no-repeat center top;
	height:698px;
}
.first03 h2,
.first03 p {
	text-align:center;
}
.first03 h2 {
	margin:0 0 30px 0;
	padding:250px 0 0 0;
}
.first03 p {
	font-size:18px;
	line-height:1.7em;
	color:#333333;
}

.first04 {
	background:#F2F2F2 url(images/first_bg04.jpg) no-repeat center top;
	height:806px;
}
.first04 h2,
.first04 p {
	text-align:center;
}
.first04 h2 {
	margin:0 0 30px 0;
	padding:270px 0 0 0;
}
.first04 p {
	font-size:18px;
	line-height:1.7em;
	color:#333333;
}

.first05 {
	background:#F2F2F2 url(images/first_bg05.jpg) no-repeat center top;
	height:614px;
}
.first05 h2,
.first05 p {
	text-align:center;
}
.first05 h2 {
	margin:0 0 30px 0;
	padding:220px 0 0 0;
}
.first05 p {
	font-size:18px;
	line-height:1.7em;
	color:#333333;
}


.first_movie {
	margin-bottom:120px;
}
.first_movie h2,
.first_movie p {
	text-align:center;
}
.first_movie h2 {
	margin:0 0 30px 0;
	padding:120px 0 0 0;
}
.first_movie p {
	font-size:18px;
	line-height:1.7em;
	color:#333333;
	margin-bottom:60px;
}


.script_page .page_title.drip {
	background:url(images/drip_main.jpg) no-repeat center top;
	height:550px;
	padding:0;
	margin:0;
}


.column2_layout {
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding:50px 0;
	margin-top:-1px;
}
.column2_layout01 {
	float:left;
}
.column2_layout02 {
	float:right;
}
.column2_layout h2 {
	font-size:32px;
	color:#666666;
	font-weight:normal;
	margin:70px 0 10px 0;
}
.column2_layout p {
	font-size:14px;
	color:#666666;
}
.column2_layout p.column2_link {
	margin:50px 0 0 0;
}
.column2_layout p.column2_link a {
	color:#A49E85;
	border:2px solid #A49E86;
	padding:10px 40px;
	text-align:center;
	text-decoration:none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.column2_layout p.column2_link a:hover {
	color:#FFF;
	background-color:#A49E86;
}

div.box {
	border:1px solid #CCCCCC;
	padding:25px 35px;
	max-width:650px;
	margin:50px auto;
	color:#333333;
}
div.box h2 {
	font-size:16px;
	font-weight:normal;
	margin:0 0 20px 0;
}
div.box p,
div.box ul {
	font-size:14px;
}
div.box ul {
	padding:0 0 0 20px;
}
div.box ul li {
	list-style-type:disc;
	margin:0;
}
div.box table {
	margin:5px 0 0 0;
}
div.box table, div.box table th, div.box table td{
	border: 1px #A39E84 solid;
	border-collapse: collapse;
	line-height:1.6;
	text-align:center;
	font-size:12px;
}
div.box table th {
    padding: 10px;
    border-width: 0 0 1px 1px;
	font-weight:normal;
	text-align:left;
}
div.box table td {
    padding: 10px;
    border-width: 0 0 1px 1px;
}
div.box.attention h2 {
	font-size:14px;
	font-weight:normal;
	margin:0 0 7px 0;
	color:#A39E84;
}
div.box.attention ul {
	font-size:12px;
}
div.box .img_r {
	float:right;
	margin:0 0 0 20px;
}
.script_page.news {
    position: relative;
	
}

.layout_news {
	padding-bottom: 50px;
	margin:50px 0 0 0;
}
.layout_news h2 {
	text-align:center;
    margin-bottom: 20px;
	font-size:16px;
}

.layout_news .date{
	display:block;
	padding-top:20px;
	text-align:center;
	background:url(images/news_line.png) no-repeat center top;
	font-size:12px;
}
.layout_block .contents_detail h3 {
	margin:30px 0;
}
.layout_block .contents_detail img {
	width:auto;
}


.layout_news p a, .layout_news p a:link, .layout_news p a:visited {
	color: #868686;
	text-decoration: none;
	outline: none;
	background-color: inherit;
	border-radius: 0;
	display: block;
	font-size: 14px;
	width: auto;
	margin: 0 auto;
	padding: 0;
}
.layout_news p a:hover {
	color: #333;
}

/* blog */

#BLOG .script_page .page_title{
	background-color: inherit;
	padding:120px 0 60px 100px;
	margin:0 auto;
	text-align:center;
	width: auto;
	max-width: 650px;
	
}
#BLOG .page_title h2 {
	font-size: 32px;
	color: #9F9E79;
	margin: 0;
	padding: 0px;
	text-align: center;
	max-width:inherit;
}
#BLOG .sidebar span{
	display:block;
	font-weight: normal;
	padding-bottom:0;
	margin-bottom:10px;
	text-align:right;
	color:#888888;
}
#BLOG .sidebar {
	width:auto;
	max-width:200px;
	margin-top:120px;
}
#BLOG .sidebar nav{
	text-align:right;
}
#BLOG .sidebar nav a {
	padding: 0 0 0 0px;
	font-size: 14px;
	color: #888888;
}
#BLOG .sidebar nav a:hover {
	color:#333;
}

#BLOG .layout_news {
	margin:0 auto;
	float:none;
	max-width:650px;
	padding:0 0 0 100px;
}
#BLOG .layout_news h2 a {
	color:#444;
}
#BLOG .layout_news h2 a:hover {
	text-decoration:none;
}
#BLOG .btn_more {
	margin:50px 0 80px 0;
}
.btn_group {
	padding:50px 0;
}
.btn_group .parts_button_lvl2 a{
    border:none;
    padding:0;
}
.btn_group .parts_button_lvl2 a span{
    font-size:14px;
    color:#858585;
}
.btn_group .parts_button_lvl2 a:hover{
    background-color:inherit;
}
.btn_group .parts_button_lvl2 a:hover span{
    color:#333;
}
.btn_group .btn_prev{
	float: left;
}
.btn_group .btn_next{
	float:right;
}
.btn_group .back_top {
	text-align:center;
}
.btn_group .back_top a {
	display:inline !important;
}


.script_page .page_title.outline {
	background:url(images/outline_main.jpg) no-repeat center top;
	height:550px;
	padding:0;
	margin:0;
	line-height:550px;
}

ul.outline_menu {
	max-width:650px;
	margin:120px auto;
}
ul.outline_menu li a {
	display:block;
	line-height:110px;
	border:1px solid #A29E81;
	color:#A39E84;
	text-decoration:none;
	font-size:24px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	padding:0 0 0 50px;
}
ul.outline_menu li a:hover {
	background-color:#A19E7E;
	color:#FFF;
}
ul.outline_menu li a span {
	display:block;
	background:url(images/outline_icon02.png) no-repeat right center;
	margin:0 40px 0 0;
}
ul.outline_menu li a:hover span {
	background:url(images/outline_icon01.png) no-repeat right center;
}
.undercardimage{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity:0.0;
}


.script_page h2.advance_title {
	text-align:center;
	margin:90px 0 50px 0;
}

p.advance_txt {
	font-size:16px;
	color:#666;
	line-height:1.6em;
	max-width:650px;
	margin:0 auto;
	text-align:center;
}
div.form_title {
	background-color:#A37767;
	padding:44px 0;
	position:relative;
	margin:80px 0 35px 0;
}
div.form_title h3 {
	text-align:center;
	font-size:32px;
	color:#FFF;
	font-weight:normal;
	line-height:32px;
	margin:0;
}
div.form_title .gaiyo {
	font-size:20px;
	border:1px solid #FFF;
	padding:5px 10px;
	margin:0 0 0 15px;
	position:relative;
	top:-4px;
}
div.form_title .beginner_icon {
	position:absolute;
	top:0;
	right:70px;
}

table.form_details {
	border:none;
}
table.form_details th {
	border-bottom:1px solid #888888;
	border-left:none;
	font-size:16px;
	padding:25px 0 25px 25px;
	vertical-align:top;
	width:140px;
}
table.form_details td {
	border-bottom:1px solid #888888;
	border-left:none;
	font-size:16px;
	padding:25px 0 25px 0;
}


p.entry_btn {
	max-width:425px;
	font-size:14px;
	margin:80px auto 100px auto;
	text-align:center;
}
p.entry_btn a {
	display:block;
	border:2px solid #A49E86;
	line-height:70px;
	color:#A49E86;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
p.entry_btn a:hover {
	background-color:#A49E86;
	color:#FFF;
	text-decoration:none;
}

.boder_b {
	border-bottom:1px solid #A49E86;
}
.page_wave02.boder_b .contents {
	padding:140px 0 0 0;
}
.page_wave03.boder_b .contents {
	max-width: 510px;
	padding:140px 0 0 0;
}


.page_wave02.bg01 {
	margin-bottom:110px;
}
.page_wave02.bg01 .contents {
    padding: 90px 0 0 0;
	max-width:360px;
	text-align:center;
}
.page_wave02.bg01 .contents p {
	text-align:center;
	font-size:16px;
	color:#FFF;
}
.page_wave02.bg01 .contents p.btn {
	max-width:220px;
	margin:30px auto;
	font-size:14px;
}
.page_wave02.bg01 .contents p.btn a {
	display:block;
	border:2px solid #FFF;
	line-height:40px;
	color:#FFF;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.page_wave02.bg01 .contents p.btn a:hover {
	background-color:#FFF;
	color:#A37767;
	text-decoration:none;
}

ul.kalitastyle_btn {
	letter-spacing: -.40em;
	margin:90px 0; 
}

ul.kalitastyle_btn li {
	display:inline-block;
	*display: inline;
	zoom: 1;
	letter-spacing: normal;
	margin:0 70px 0 0;
	width:420px;
}
ul.kalitastyle_btn li a {
	text-indent:-9999px;
	display:block;
	width:416px;
	height:102px;
	border:2px solid #A49E86;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
ul.kalitastyle_btn li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
ul.kalitastyle_btn li.kalitastyle_btn01 a {
	background:url(images/kalitastyle_btn01.png) no-repeat center center;
}
ul.kalitastyle_btn li.kalitastyle_btn02 a {
	background:url(images/kalitastyle_btn02.png) no-repeat center center;
}
ul.kalitastyle_btn li.kalitastyle_btn02 {
	margin:0;
}

h2.kalitastyle_title {
	text-align:center;
	background-color:#A49E86;
	line-height:150px;
	margin-bottom:0;
	margin:90px 0 0 0;
}
h2.kalitastyle_title img {
	vertical-align:middle;
}
p.left_img {
	width:50%;
	float:left;
}
p.left_img img {
	width:100%;
	vertical-align:middle;
	height:auto;
}
div.right_contents {
	width:50%;
	float:right;
}
div.right_contents h3 {
	color:#666666;
	font-size:24px;
	font-weight:normal;
	margin:70px 0 25px 70px;
	line-height:1.5em;
	max-width:440px;
}
div.right_contents p {
	color:#666666;
	font-size:14px;
	max-width:440px;
	margin:0 0 0 70px;
}
p.right_img {
	width:50%;
	float:right;
}
p.right_img img {
	width:100%;
	height:auto;
	vertical-align:middle;
}
div.left_contents {
	width:50%;
	float: left;
}
div.left_contents h3 {
	color:#666666;
	font-size:24px;
	font-weight:normal;
	margin:70px 70px 25px auto;
	line-height:1.5em;
	max-width:440px;
}
div.left_contents p {
	color:#666666;
	font-size:14px;
	max-width:440px;
	margin:0 70px 0 auto;
}

.kalitastyle_shop_info {
	margin:90px 0;
}
.kalitastyle_shop_info div.left_contents h3 {
	margin:0 70px 25px auto;
}
.kalitastyle_shop_info div.left_contents p {
	color:#666666;
	font-size:14px;
	max-width:440px;
	margin:0 70px 25px auto;
}

.kalitastyle_goods h2 {
	text-align:center;
}
.kalitastyle_goods ul {
	letter-spacing: -.40em;
	margin:30px 0 90px 0;
	text-align:center;
	vertical-align:top;
}
.kalitastyle_goods ul li {
	display:inline-block;
	*display: inline;
	zoom: 1;
	letter-spacing: normal;
	margin:0 40px 20px 40px;
	max-width:320px;
	text-align:center;
}
.kalitastyle_goods ul li span {
	display:block;
}
.kalitastyle_goods ul li span.kalitastyle_goods_name {
	font-size:13px;
	margin-bottom:20px;
}
.kalitastyle_goods ul li span.kalitastyle_goods_cap {
	font-size:12px;
}
.kalitastyle_goods a {
	color:#444444;
	display:block;
}
.kalitastyle_goods a:hover {
	text-decoration:none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


/* 2016.5.23 */
div.attention {
	background-color:#FFF;
	padding:5px;
	margin-bottom:15px;
}
div.attention p {
	color:#FF0000;
	text-align:center;
	font-weight:bold;
}
p.notice {
	color:#FF0000;
	font-weight:bold;
}