@charset "utf-8";
/* CSS Document */


/*--------------クリアフィックス*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
/*--------------クリアフィックス*/

body{
	background-color:#FBF9F4 ;
	font-family: 'Noto Sans JP', sans-serif;
}

a{
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.header_pc{
	box-sizing: border-box;
	width:100%;
	height:82px;
	background-color: #FBF9F4;
	position: fixed;
	z-index: 99;
}

/*PC用ヘッダー*/
.div_hd{
	width:calc(100% - 180px);
	margin-left: 90px;
	margin-right: 90px;
}
/*SP用ヘッダー*/
.hd_sp{
	box-sizing: border-box;
	/*text-align: center;*/
	padding:20px 0 20px 10px;/*padding:4% 0 4% 0;*/
}

/*--*/
.hd_sp img{
	width:200px;/*width:60%;*/
	margin-left: 0;
}
@media only screen and (min-width: 641px) {
.hd_sp img{
	width:200px;/*width:60%;*/
	margin-left: 80px;
	}
}
/*--*/

.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.text_left{
	text-align: left;
}

.rotate_01{
    display: inline-block;
    transform: rotate(90deg);
}

/*テキストカラー調整*/
.text_red{
	color:#FF0000;	
}

/*--- ページの先頭へ ---*/
#page_top {
	z-index: 1000;
	position: fixed;
	/*bottom: 0;
	right: 10px;*/
	bottom: 15px;
	right: 15px;
	display: none;
}
#page_top a {
	text-decoration: none;
	text-decoration-line: none;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: block;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	box-shadow: 0 1px 5px rgba(000,000,000,0.1);
	background-color: #585858;
}
#page_top a:after {
	display: block;
	content: "";
	position: absolute;
	top: 20px;
	right: 15px;
	width: 15px;
	height: 15px;
	border-top: solid 5px #FFF;
	border-left: solid 5px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*--- ページの先頭へ ---*/


/*PCのみ・SPのみの表示・非表示設定*/
/*-------------------------*/
/*pcのみ block*/
.pc_block{
	display: none;
}
@media only screen and (min-width: 641px) {
.pc_block{
	display: block;
	}
}
/*----*/

/*spのみ block*/
.sp_block{
	display: block;
}
@media only screen and (min-width: 641px) {
.sp_block{
	display: none;
	}
}
/*----*/

/*pcのみ visible*/
.pc_visible{
	visibility: hidden;
}
@media only screen and (min-width: 641px) {
.pc_visible{
	visibility: visible;
	}
}
/*----*/


/*pcのみ inline*/
.pc_inline{
	display: none;
}
@media only screen and (min-width: 641px) {
.pc_inline{
	display: inline;
	}
}
/*----*/

/*spのみ inline*/
.sp_inline{
	display: inline;
}
@media only screen and (min-width: 641px) {
.sp_inline{
	display: none;
	}
}

/*----*/

/*pcのみヘッダーの箇所 block*/
.pc_block_h{
	display: none;
}
/*@media only screen and (min-width: 960px) {*/
@media only screen and (min-width: 1380px) {
.pc_block_h{
	display: block;
	}
}
/*----*/

/*spのみヘッダーの箇所 block*/
.sp_block_h{
	display: block;
}
/*@media only screen and (min-width: 960px) {*/
@media only screen and (min-width: 1380px) {
.sp_block_h{
	display: none;
	}
}
/*----*/

/*PCのみ・SPのみの表示・非表示設定*/


/*マージン・パディング調整*/
.mgn_top_30{
	margin-top: 30px !important;
}
.mgn_top_40{
	margin-top: 40px !important;
}
/*マージン・パディング調整*/

/*インプット*/
.input_div{
	overflow: hidden;
	/*width: 80%;*/width: 100%;
	max-width: 1000px;
	margin: 1em auto;
	text-align: center;
}
.input_div input{
	width: 100%;
	/*padding-right: 1em;*/
	box-sizing: border-box;
	cursor: pointer;
	text-indent: 0.01px;
	padding: 8px 38px 8px 8px;
	color: #323232;
	border: 1px solid #323232;
}

/*セレクトボックス*/
.cp_ipselect {
	overflow: hidden;
	/*width: 80%;*/width: 100%;
	max-width: 1000px;
	margin: 1em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #323232;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #323232;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #323232;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 8px;
	color: #323232;
}
/*セレクトボックス*/

/*ラジオボタン*/
.cp_sl03{
	text-align: left;
	color:#323232;
	font-size:14px;
}


/*ラジオボタン*/

/*life is creative*/
.container_100per{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	padding: 20% 4% 20% 4%;
	box-sizing: border-box;
}
@media only screen and (min-width: 641px) {
.container_100per{
	padding-top:13%;
	padding-bottom:11%;
	}
}
/*life is creative*/

.logo{
	/*margin-top:25px ;*/
	height: auto;
	display: block;
}
.logo img{
	width:20%;
	display: block;
	/*float: left;*/
	/*margin-top:34px ;*/
	margin-top:26px;
	position: absolute;
	z-index: 10;
}
@media only screen and (min-width: 1270px) {
.logo{
	/*margin-top:20px ;*/
	}
.logo img{
	width:308px;
	margin-top:20px;
	}
}


.language{
	width: 19px;
	float: right;
	margin-top: 16px;
	margin-left: 0px;
}
@media only screen and (min-width: 1180px) {
.language{
	margin-left: 20px;
	}
}

/*---------------------------スライドショー-------------------*/
.wideslider {
	width: 100%;
    height: 698px;    /*------デフォ627px*/
    text-align: left;
    position: relative;
    overflow: hidden;
	/*margin:-30px 0 0 0;*/   /*-----GNとぴったりくっつけるためのマイナスmargin*/
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

/*↓矢印イメージを追加する場合*/
.slider_prev{
	background: #fff url(../../img/home/prev.jpg) no-repeat right 160px;

}
.slider_next{
	background: #fff url(../../img/home/next.jpg) no-repeat left 160px;
}

/* --------------------------下のボタン*/
.pagination {
    bottom: 10px;
		/*top: 10px;-----もしくはこちらを使用*/
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a {
    margin: 0 8px;  /*デフォ----margin: 0 5px;*/
    width: 52px;
    height: 5px;
    display: inline-block;
    overflow: hidden;
    background: #FF0000;/*----デフォは#333*/
    border-radius: 20%;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
/*---------------------------スライドショー-------------------*/

/*大枠*/
.wrap_oowaku{
	position: relative;
}

/*------------------------------------------商品情報*/
.content_wrap_03{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: 0 0 10% 0;
	position: relative;
}
@media only screen and (min-width: 641px) {
.content_wrap_03{
	padding: 0 0 112px 0;
	}
}
/*---*/

.slid_div_01{
	width:100%;
	margin-left: 0;
	margin-right: 0;
	float: left;
}
.slider_3{
	border-bottom: #FF0000 solid 8px;
}
@media only screen and (min-width: 641px) {
.slid_div_01{
	width:calc(100% - 180px);
	margin-left: 90px;
	margin-right: 90px;
	}
.slider_3{
	border-bottom: #FF0000 solid 15px;
	}
}
/*--*/

.slider_next,.slider_prev{
	pointer-events: none;
	background-color: #FBF9F4;
	opacity: 1 !important;
}

.sl_wrap{
	position: relative;
	margin-bottom: 120px;
}

/*------スライドの両サイド*/
.right_sl{
	width: 90px;
	position: absolute;
	height: 170px;
	z-index: 90;
	top:0px;
	right:0;
	margin-top: 16%;
}
.left_sl{
	width: 90px;
	position: absolute;
	height: auto;
	z-index: 90;
	top:0px;
	left:0;
	margin-top: 10%;
}
/*------スライドの両サイド*/


.tategaki{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
	
	color: #323232;
	margin-left: 40px;
	font-size: 14px;
	/*background-color: #FBF9F4;*/
    }
.icon_sns_sl{
	height: 170px;
}
.icon_sns_sl li{
	list-style: none;
	margin-bottom:26px;
	margin-left: 32px;
}

.icon_sns_sl li:hover{
	opacity: 0.6;
}


/*メニュー*/

.content_wrap{
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
.menu_pics li{
	list-style: none;
	float: left;
	margin-right: 2%;
	margin-bottom: 4%;
	width: 49%;
}
.menu_pics li:nth-child(2n){
	margin-right: 0px;
}
.menu_pics li a:hover{
	opacity: 0.8;
}
.menu_pics li a img{
	width: 100%;
}
.menu_pics li:last-child{
	margin-right: 0;
}
.menu_pics{
	margin-bottom:20px;
}
.menu_pics:last-child{
	margin-bottom:0;
}
@media only screen and (min-width: 641px) {
.content_wrap{
	width:calc(100% - 180px);
	margin-left: 90px;
	margin-right: 90px;
	}
.menu_pics li{
	margin-right: 2%;
	margin-bottom: 2%;
	width: 32%;
	}
.menu_pics li:nth-child(2n){
	margin-right: 2%;
	}
.menu_pics li:nth-child(3n){
	margin-right: 0px;
	}
}
/*メニュー*/


/*フル画像*/
.bgimg_01{
	background-image: url(../img/haikei01.png);
	background-position: center center;
	background-size:cover;
}
.bgimg_02{
	background-image: url(../img/haikei02.png);
	background-position: center center;
	background-size:cover;
}
.bgimg_03{
	background-color:#CCCCCC;
}
/*フル画像*/

/*フル画面*/
.content_wrap_full{
	width:100%;
	height:auto;
	/*text-align: center;*/
	margin-top: 70px;
}

.message_pic{
	width: 100%;
	margin-top:0;
}
@media only screen and (min-width: 641px) {
.content_wrap_full{
	width:100%;
	height:auto;
	background-position: center center;
	background-size:cover;
	/*text-align: center;*/
	margin-top: 30px;
	}
.message_pic{
	width: 508px;
	/*margin-top:128px;*/
	}
}
/*フル画面*/

/*白いボタン*/
.white_btn{
	box-sizing: border-box;
	background-color: #fff;
	color:#806449;
	font-weight: bold;
	width:49%;
	float: left;
	text-align: center;
	padding: 14px 1% 14px 1%;
	border-radius: 30px;
	margin-right: 2%;
	letter-spacing: 0.1em;
	background-image: url(../img/btn_arrows_brown_01.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	font-size: 13px;
}
.white_btn:hover{
	opacity: 0.9;
}
.white_btn:last-child{
	margin-right: 0;
}

.white_btn:active,.white_btn a:visited{
	color: #806449;
}
.wb_01{
	background-position: center left 4%;
	padding-left:6% ;
}
.wb_02{
	background-position: center left 4%;
	padding-left:6% ;
}
.white_btns_box{
	width:100%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

@media only screen and (min-width: 641px) {
.white_btn{
	width:208px;
	margin-right: 10px;
	padding: 14px 24px 14px 24px;
	font-size: 16px;
}
.wb_01{
	background-position: 46px 15px;
	padding-left:48px ;
}
.wb_02{
	background-position: 20px 15px;
	padding-left:40px ;
}
.white_btns_box{
	width:426px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	}
}
/*白いボタン*/


/*------------------------------------------ショールーム*/
.showroom_bigtitle{
	box-sizing: border-box;
	width: 100%;
	float: none;
}
.showroom_icon{
	display: block;
	width: 80px;
	float: left;
}
.showroom_bigtitle_1{
	color: #fff;
	box-sizing: border-box;
	padding-left: 20px;
	float: left;
	line-height: 1.6em;
	margin-top: 12px;
}
.showroom_bigtitle_1_01{
	font-size: 30px;
	font-weight: normal;
}
.showroom_bigtitle_1_02{
	font-size: 14px;
	letter-spacing: 0.3em;
}
.showroom_mongon{
	box-sizing: border-box;
	width: 100%;
	float: none;
	color: #fff;
	line-height: 2em;
	/*font-size: 14px;*/
	font-size: 130%;
	/*text-shadow:1px 1px 2px #575757;*/
	text-shadow:1px 1px 2px #000000;
	margin-top: 6%;
	/*background-color: rgba(0,0,0,0.44);*/
	padding: 2%;
}
.showroom_main{
	/*width: 80%;*/
	width: 100%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	/*padding-top: 13%;
	padding-bottom: 13%;*/
	padding-top: 8%;
	padding-bottom: 8%;
}
@media only screen and (min-width: 641px) {
.showroom_bigtitle{
	width: 50%;
	float: left;
	}
.showroom_icon{
	width: 108px;
	}
.showroom_bigtitle_1{
	padding-left: 20px;
	line-height: 2.4em;
	margin-top: 12px;
	}
.showroom_bigtitle_1_01{
	font-size: 40px;
}
.showroom_mongon{
	width: 50%;
	float: left;
	margin-top: 0%;
	}
.showroom_main{
	width: 70%;
	}
}




.bgc_blown_01{
	background-color: #9F8F8D;
	box-sizing: border-box;
	padding-top: 4%;
	padding-bottom: 6%;
}
.show_room_ul{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.show_room_ul li{
	float: none;
	list-style: none;
	width: 100%;
	margin-right: 2%;
	border-bottom: 1px solid #fff;
	padding-bottom: 4%;
	padding-top: 4%;
}
.show_room_ul li:last-child{
	margin-right: 0;
	border-bottom: none;
}
.show_room_ul li img{
	width: 30%;
	display: block;
	float: left;
}
.show_room_ul li a{
	display: block;
	color: #fff;
}
.show_room_ul li a:hover{
	opacity: 0.8;
}
.show_room_ul li a:active,.show_room_ul li a:visited{
	color: #fff;
}
	
.showroom_title{
	background-image: url(../img/list_icon_01.png);
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-position: center left;
	padding-left:16px;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.2em;
	letter-spacing: 0.1em;
}
.showroom_txtbx{
	width:66%;
	float: left;
	margin-left: 4%;
}
.showroom_text{
	font-size: 14px;
	padding-left:16px;
	font-weight: bold;
}
@media only screen and (min-width: 641px) {
.show_room_ul{
	width: 70%;
	}
.show_room_ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 0;
	}
.show_room_ul li img{
	width: 100%;
	}
.showroom_title{
	font-size: 20px;
	line-height: 3em;
	}
.showroom_txtbx{
	width:100%;
	margin-left: 0%;
	}
.showroom_text{
	font-size: 16px;
	padding-left:16px;
	}
}



/*------------------------------------------ショールーム*/

/*------------------------------------------商品情報*/
.content_wrap_02{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: 20% 4% 20% 4%;
}
@media only screen and (min-width: 641px) {
.content_wrap_02{
	width:calc(100% - 180px);
	margin-left: 90px;
	margin-right: 90px;
	padding: 96px 0 112px 0;
	}
.content_wrap_02:first-child{
	padding: 0 0 112px 0;
	}
}
/*--*/

.title{
	font-weight: normal;
	color: #323232;
	margin-bottom: 30px;
}
.title_size_1{
	font-size: 24px;
}
.title_size_2{
	font-size: 18px;
	margin-left: 2%;
}
@media only screen and (min-width: 641px) {
.title_size_1{
	font-size: 30px;
	}
.title_size_2{
	font-size: 22px;
	margin-left: 15px;
	}
}
/*--*/

/*商品ボタン画像関連*/
.product{
	display: block;
	background-color: #F9F5ED;
	color:#323232;
}
.product a:active,.product a:visited{
	color: #fff;
}
.product:hover{
	background-color: #E6E6E6;
	color:#323232;
}
.product_img_01 img{
	width: 100%;
}
.product:hover > .product_img_01{
	opacity: 0.8;
}
/*商品ボタン画像関連*/

.product_li{
	width:50%;/*width:315px;*/
	float: left;
	list-style: none;
}
@media only screen and (min-width: 641px) {
.product_li{
	width:25%;
	}
}
/*--*/

.product_text{
	box-sizing: border-box;
	padding: 4%;
}
.product_txt_01{
	font-size: 16px;
	margin-bottom: 6%;
}
.product_txt_02{
	font-size: 14px;
	line-height: 1.8em;
}
.product_txt_03{
	font-size: 16px;
	margin-bottom: 6%;
	color: #818181;
}
@media only screen and (min-width: 641px) {
.product_text{
	padding: 22px;
	}
.product_txt_01{
	font-size: 20px;
	margin-bottom: 20px;
	}
.product_txt_02{
	font-size: 16px;
	}
.product_txt_03{
	margin-bottom: 20px;
	}
}
/*------------------------------------------商品情報*/

/*------------------------------------------フッター*/
.ft_glayback{
	box-sizing: border-box;
	background-color: #F0EADE;
}
.ft_blueback{
	box-sizing: border-box;
	background-color: #1D4B9F;
	text-align: center;
	padding: 30% 0 30% 0;
}

.ft_blue_content{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 641px) {
.ft_blueback{
	padding: 165px 0 165px 0;
	}
}
/*--*/

.ft_info_box{
	width:100%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	padding: 35px 4% 35px 4%;
}
@media only screen and (min-width: 641px) {
.ft_info_box{
	width:90%;
	/*padding: 35px 10% 35px 10%;*/
	padding: 35px 2% 35px 10%;
	}
}
/*--*/

/*白ロゴ*/
.logo_w{
	width:70%;
}
.copyright{
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.2em;
	margin-top: 24px;
}
@media only screen and (min-width: 641px) {
.logo_w{
	width:308px;
	}
.copyright{
	font-size: 12px;
	}
}
/*--*/

.otoiawase_ft a{
	box-sizing: border-box;
	background-color: #000;
	width:80%;
	color:#fff;
	float: left;
	text-align: center;
	padding: 18px 48px 18px 48px;
	border-radius: 30px;
	margin-right: 0;
	margin-left: 10%;
	letter-spacing: 0.1em;
	background-image: url(../img/list_icon_01.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right 14px top 17px;
}
.otoiawase_ft a:active,.otoiawase_ft a:visited{
	color: #fff;
}

.ft_toiawase_1{
	font-size: 20px;
}
.ft_toiawase_2{
	font-size: 28px;
}
.ft_toiawase_3{
	font-size: 14px;
}

.tel_ft{
	width: 100%;
	float: left;
	margin-top: 8%;
	text-align: center;
}
@media only screen and (min-width: 641px) {
.otoiawase_ft a{
	width:280px;
	margin-right: 30px;
	margin-left: 0;
	}
.tel_ft{
	width: 280px;
	margin-top: 12px;
	text-align: left;
	}
}

/*------------------------------------------フッター*/
.ft_menu_wrap{
	box-sizing: border-box;
	margin-top: 50px;
	border-bottom:solid 1px #C7B7A0;
	padding-bottom: 46px;
}

.ft_menu_big{
	/*width: 240px;*/
	/*width: 25%;*/
	width: 33%;
	float: left;
}

.ft_menu_big ul li a{
	font-size: 14px;
	line-height: 2.4em;
	color: #323232;
}


.ft_menu_big ul li a:active{
	color: #323232;
}
.ft_menu_big ul li a:visited{
	color: #323232;
}
.ft_menu_big ul li a:hover{
}





.ft_menu_wrap ul li{
	list-style: none;
}
.ft_menu_wrap p{
	color: #323232;
	font-size: 20px;
	margin-bottom: 12px;
}


/*下部メニュー*/
/*左*/
.ft_menu_2_l{
	width: 300px;
	float: none;
}
.ft_menu_2_l li{
	list-style: none;
}
.ft_menu_2_l li a{
	font-size: 14px;
	line-height:2.4em ;
}
.ft_menu_2_l li a{
	color: #323232;
}
.ft_menu_2_l li a:active{
	color: #323232;
}
.ft_menu_2_l li a:visited{
	color: #323232;
}

.ft_menu_2_l_1 a{
	background-image: url(../img/language_b.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position:right center;
	padding-right: 22px;
}
.ft_menu_2_l_2 a{
	background-image: url(../img/link.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position:right center;
	padding-right: 22px;
}
.ft_menu_2_l_3 a{
	background-image: url(../img/link.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position:right center;
	padding-right: 22px;
}

/*右*/
.ft_menu_2{
	margin-top: 38px;
}
.ft_menu_2_r{
	/*width: 298px;*/
	float: none;
	margin-top:6%;
	margin-left: auto;
	margin-right: auto;
}
.ft_menu_2_r li{
	list-style: none;
	float: left;
	margin-right: 22px;
}
.ft_menu_2_r li:last-child{
	margin-right: 0;
}
.ft_menu_2_r li a img{
	width: 58px;
	display: block;
}
.ft_menu_2_r li:hover{
	opacity: 0.8;
}

/*最下部メニュー*/
.ft_menu_3{
	margin-top:8%;
}
.ft_menu_3 li{
	box-sizing: border-box;
	list-style: none;
	float: left;
	border-right:1px solid #323232;
	padding: 0 4px 0 4px;
	margin-bottom: 4%;
	line-height: 0.6em;
}
.ft_menu_3 li:first-child{
	padding-left: 4px;
}

.ft_menu_3 li a{
	font-size: 12px;
}
.ft_menu_3 li a{
	color: #323232;
}
.ft_menu_3 li a:active{
	color: #323232;
}
.ft_menu_3 li a:visited{
	color: #323232;
}
@media only screen and (min-width: 641px) {
.ft_menu_3{
	margin-top:80px ;
	}
.ft_menu_3 li{
	padding: 0 8px 0 8px;
	margin-bottom: 0;
	line-height: 1em;
	}
.ft_menu_3 li:first-child{
	padding-left: 0;
	}
.ft_menu_2_l{
	width: 300px;
	float: left;
	}
.ft_menu_2_r{
	float: right;
	margin-top:17px ;
	}
.ft_menu_3 li a{
	font-size: 14px;
	}
}

/*フッターのスマホアコーディオン*/
/*-----------------コンテンツ2*/
.content_02{
	width: 100%;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 6%;
}
@media only screen and (min-width: 641px) {
.content_02{
	width: 600px;
	box-sizing: border-box;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	margin-top: 0px;
	}
}
/*--*/

/*----------------------メガメニュー　追記分*/
.menu li{
	list-style: none;
	/*letter-spacing: 0.1em;*/
}
/*@media only screen and (min-width: 1180px) {
.menu li{
	letter-spacing: 0.1em;
	}
}*/
/*--*/

.menu {
    position: relative;
    width: 100%;
    margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
	font-weight: bold;
}
.menu > li {
    float: left;
    width: auto; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
	padding: 16px 8px 16px 8px;
	font-size: 14px;
}
/*@media only screen and (min-width: 1180px) {
.menu > li {
	padding: 16px 10px 16px 10px;
	font-size: 16px;
	background-color: aqua;
	}
}*/
/*--*/

.menu > li a {
    display: block;
    color: #323232;
}
.menu > li a:hover {
    color: #323232;
}
.menu > li a p{
	padding-left: 1em;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}
ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}
.menu > li:hover {
    background: #DED5C7;
    /*-webkit-transition: all .5s;
    transition: all .5s;*/
}
.menu__second-level li {
   /* background: #F8F5EE;*/
}
.menu__second-level li a:hover {
    background: #FCEDD9;
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 82px;
    left: 0;
    box-sizing: border-box;
	width: calc(100% + 90px);
	margin-left: -45px;
    background: #DED5C7;
    /*-webkit-transition: all .2s ease;
    transition: all .2s ease;*/
	
	/* box-shadow */
	box-shadow:0px 13px 15px -3px #232323;
	white-space: nowrap;
}

li.menu__mega:hover ul.menu__second-level {
    top: 82px;
    visibility: visible;
    opacity: 1;
	background-color: #FBF9F4;
}

li.menu__mega ul.menu__second-level > li {
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    /*margin: 0 1%;*/
}

/*----------------------メガメニュー　追記分*/

/*お問合せ個別設定*/
.otoiawase a{
	box-sizing: border-box;
	background-color: #000;
	text-align: center;
	padding: 0 16px 0 16px;
	border-radius: 30px;
	margin-left: 16px;
	letter-spacing: 0.1em;
}
@media only screen and (min-width: 1180px) {
.otoiawase a{
	padding: 0 48px 0 48px;
	margin-left: 34px;
	}
}
/*--*/

.menu > .menu_li_reigai .otoiawase a{
	color: #fff;
}
.otoiawase a:hover{
	opacity: 0.8;
}
.otoiawase a:active,.otoiawase a:visited{
	color: #fff;
}
.menu > .menu_li_reigai{
	padding-right: 0;
}
.menu > .menu_li_reigai:hover{
	background-color: transparent;
}
.menu > .menu_li_reigai p a:hover {
    color: #fff;
}

li.menu__mega ul.menu__second-level > .menu_title{
	float:none;
    width: 100%;
    border: none;
	background-color: #DED5C7;
	padding: 4px 20px 4px 20px;
	box-sizing: border-box;
}

.menu_back{
	box-sizing: border-box;
	/*padding:3% 2%;*/padding:2% 2%;
	width: 100%;
	background-color: #FBF9F4;
}
.menu_back li{
	box-sizing: border-box;
	width: 25%;
	float: left;
}

.mm_01{
	background-image: url("../img/product_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 200px;
}
.mm_02{
	background-image: url("../img/product_02.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 200px;
}
.mm_03{
	background-image: url("../img/product_03.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 200px;
}
.mm_04{
	background-image: url("../img/product_04.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 200px;
}

.mm_05{
	background-image: url("../img/product_05.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 200px;
}

.gn_a:hover > div{
	opacity: 0.8;
}

/*フェードするコード*/
.sa {
  opacity: 0;
  transition: all .5s ease;
}

 
.sa.show {
  opacity: 1;
  transform: none;
}
 
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--lr_mov {
  padding: 0px 0 112px 0;
}
 
.sa--rl {
  transform: translate(100px, 0);
}
 
.sa--up {
  transform: translate(0, 100px);
}
 
.sa--down {
  transform: translate(0, -100px);
}
 
.sa--scaleUp {
  transform: scale(.5);
}
 
.sa--scaleDown {
  transform: scale(1.5);
}
 
.sa--rotateL {
  transform: rotate(180deg);
}
 
.sa--rotateR {
  transform: rotate(-180deg);
}

/*------------------------お知らせ*/
/*白いボタン*/
.white_btn_2{
	box-sizing: border-box;
	background-color: #fff;
	color:#000;
	border:1px solid #000;
	font-size: 12px;
	font-weight: bold;
	width:40%;
	position: absolute;
	top: -6px;
	right: 0;
	text-align: center;
	padding: 12px 4% 12px 4%;
	border-radius: 30px;
	letter-spacing: 0.1em;
	background-image: url(../img/btn_arrows_black.png);
	background-repeat: no-repeat;
	/*background-size: 16px 16px;*/
	background-position: right 10% center;
}
.white_btn_2:hover{
	opacity: 0.8;
}
@media only screen and (min-width: 641px) {
.white_btn_2{
	font-size: 16px;
	width:200px;
	top: 0;
	padding: 12px 24px 12px 20px;
	}
}
/*--*/

/*白いボタン3*/
.white_btn_3{
	box-sizing: border-box;
	background-color: #fff;
	color:#000;
	border:1px solid #000;
	font-size: 12px;
	font-weight: bold;
	width:40%;
	text-align: center;
	padding: 12px 4% 12px 4%;
	border-radius: 30px;
	letter-spacing: 0.1em;
	background-image: url(../img/btn_arrows_black.png);
	background-repeat: no-repeat;
	background-position: right 10% center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.white_btn_3:hover{
	opacity: 0.8;
}
@media only screen and (min-width: 641px) {
.white_btn_3{
	font-size: 16px;
	width:200px;
	padding: 12px 24px 12px 20px;
	margin-top: 3%;
	}
}
/*--*/



/*動画関連*/
.wrap-video{
  position:relative;
}

.wrap-video video{
  /*width: 400px;
  height:800px;*/
	width: 60vh;
  	height:80vh;
	object-fit: cover;
}

.wrap-video .text{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); /*上下左右中央寄せ*/
  text-align:center;
	z-index: 10;
	width: 92%;
}

.wrap-video .text p{
  /*font-size:16px;*/
  font-weight:bold;
  color:white;
}

.wrap-video .text .headline{
  font-size:20px;
}

.ami{
  position: absolute;
	background-image: url("../img/ami.png");
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 641px) {
.wrap-video .text{
	width: 100%;
	}
	.wrap-video video{
	  width: 100%;
	  height:100%
	}
}
/*--*/


/*個別調整*/
.chosei_01{
	margin-top: 0;
}
.chosei_02{
	margin-bottom: 80px;
}
.chosei_03{
	margin-top: 20px;
	/*margin-bottom: 80px;*/
}
/*.chosei_04～.chosei_08 はlower.css内に記述アリ*/

.chosei_09{
	padding-top: 0;
}
















/*-----------------------------20200327*/



/*テーブル調整（詳細ページ）*/
.tbl-r04{
	box-sizing: border-box;
	/*border:#323232 solid 1px;*/	
	width: 100%;
	/*white-space: nowrap;*/
	margin: 5% 0 0 0;
	width: 100%;
	line-height: 150%;
}

.tbl-r04 th, .tbl-r04 td{
	 border:#323232 solid 1px;
	box-sizing: border-box;
	padding: 0.5em;
	box-sizing: border-box;
	vertical-align: middle;
}



.tbl-r04 th {
  background: #E8E0D6; 
  color: #333; 	
	font-weight:bold;
}
.tbl-r04 td{	
	background-color: #fff;
}
/*.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
	box-sizing: border-box;
}
*/

.tbl-r04 img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 200px;	
	 
  
}
.tbl-r04 td:nth-child(2), .tbl-r04 td:nth-child(3){
	width: 20%;
	text-align: center;
	/*max-height: 200px;*/
}
/*.tbl-r04 td:nth-child(3){
	width: 20%;
	text-align: center;
}*/
.tbl-r04 td:first-child{
	padding-bottom: 2%;
}

@media screen and (max-width: 640px) {
  .tbl-r04 {
    width: 100%;
	 /* border-color: aqua;*/
	  margin: 15% 0 0 0;
  } 
  .tbl-r04 .thead {
    display: none;
  }

  .tbl-r04 tr,
  .tbl-r04 td{
    display: block;
    width: 100%;
    position: relative;
  }
  .tbl-r04 td:first-child:before {
    content: "個別商品情報";
    background: #E8E0D6;
    box-sizing: border-box;
    /*color: #fff;*/
    font-weight: bold;
    height: 40px;
    padding: 10px;
    position: absolute;
    top: -41px;
    left: -0.2%;
    display: block;
    width: 100.5%;
	  border:#323232 solid 1px;
	 /* margin: 2% 0 1% 0;*/
  }
  .tbl-r04 tr {
    margin-bottom: 40px;
  }
	.tbl-r04 td:nth-child(2), .tbl-r04 td:nth-child(3){
		width: 100%;
	}
}
.tbl-r04 h3{
	margin-top: 2%;
}

.mov_li{
    width: 100%;
    clear: both;
    overflow: hidden;
}
.mov_li a:hover{
    opacity: 0.8;
}
.mov_li li{
    width: 31%;
    float: left;
    margin: 1%;
}
.mov_li li img{
    width: 100%;
}

.contact iframe{
    width: 100%;
    height: 1800px;
}
@media screen and (max-width: 1190px) {
    .contact iframe{
        height: 1800px;
    }
}
@media screen and (max-width: 965px) {
    .contact iframe{
        height: 2200px;
    }
}
@media screen and (max-width: 394px) {
    .contact iframe{
        height: 2400px;
    }
}


/*---------------------ふわふわアニメーション-------*/
/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}

/* アニメーションには関係ない見た目のスタイル */
.box {
  position: absolute;
  top: 70%;
  right: -6%;
  /*bottom: 0;
  left: 0;*/
  margin: auto;
/*  width: 250px;
  height: 250px;*/
  width: 150px;
  height: 150px;
  /*background-color: #b9268f;*/
}
.box a{
    display: block;
}
.box img{
    width: 100%;
}