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

/*---------- 共通 ----------*/

body{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	color: #191919;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6em;
}

a{ color: inherit; text-decoration: none; transition: all 0.3s ease-out;}
a img{ transition: all 0.3s ease-out;}
a:hover{ color: #df7c03; text-decoration: none; transition: all 0.3s ease-out;}
a:hover img{ opacity: 0.5; transition: all 0.3s ease-out;}

.clear  { clear: both;}
.center { text-align: center;}
.right  { text-align: right;}
.left   { text-align: left;}

.red  { color: #ff1f39;}
.bold { font-weight: bold;}
.yellowLine,mark {background-color: transparent; background-image: linear-gradient(to bottom, transparent 50%, #fffe92 50%); font-weight: 500px;}
.plusUseCont dl.yellowLine{ background-image:none;}


img { vertical-align: auto; margin: 0; display: inline-block;}

.fl	{ float: left;}
.fr { float: right;}

.textBox{ margin-bottom: 20px;}


input{
	padding: 0;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	transition: all 0.3s ease-out;
}
input[type="submit"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.leftSearch select,
.searchSelect select,
.itemSelect select,
header select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.leftSearch select::-ms-expand,
.searchSelect select::-ms-expand,
.itemSelect select::-ms-expand,
header select::-ms-expand {
    display: none;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/*----clearfix----*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 


/*--フォント指定--*/
/*明朝*/
.font_min		{ font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}
/*ヒラギノ角*/
.font_hirago	{ font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

@media screen and ( max-width: 736px ){

	img {
		width: 100%;
		height: auto;
	}
	
	input, textarea, select{
		font-size: 16px;
	}
	
	/*開閉*/
	dl.acMenu dt,dl.acCont dt{
		cursor: pointer;
		position: relative;
	}
	dl.acMenu dt:after,dl.acCont dt:after{
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 5px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	dl.acMenu dt:after{
		background: url(../../_images/common/btn_open.png) no-repeat;
		background-size: 100%;
	}
	dl.acCont dt:after{
		background: url(../../_images/common/btn_open_green.png) no-repeat;
		background-size: 100%;
		right: 0;
	}
	
	dl.acMenu dd,dl.acCont dd{
		display:none;
	}
	dl.acMenu dd ul,dl.acCont dd ul{
		padding: 5px 0;
	}
	dl.acMenu dt.active:after{
		background: url(../../_images/common/btn_close.png) no-repeat;
		background-size: 100%;
	}
	dl.acCont dt.active:after{
		background: url(../../_images/common/btn_close_green.png) no-repeat;
		background-size: 100%;
	}

}



/*------------------------------------------------
	ヘッダー/ナビゲーション　【PC】
------------------------------------------------*/

/*---------- ヘッダー ----------*/
header{
	background: #fff;
	z-index: 9999;
}

/*-- H1 --*/
header .h1Line{
	background: #fff;
	width: 1200px;
	margin: auto;
	padding: 5px 0;
	box-sizing: border-box;
	position: relative;
}
header .h1Line h1{
	color: #816565;
	margin-right: 170px;
	padding-top: 2px;
	font-size: 11px;
	line-height: 1.6em;
}
header .h1Line h1:after{
	content: "";
	display: block;
	background: url(../../_images/common/h1_company.gif) no-repeat;
	width: 140px;
	height: 20px;
	position: absolute;
	top: 4px;
	right: 0;
}

/*-- ヘッダーメイン --*/
header .headPC{
	display: block;
}
header .headPC div.headMain{
	width: 1200px;
	margin: 0 auto 5px;
	position: relative;
}
header .headPC .sitelogo{
	width: 300px;
	float: left;
}
header .headPC .sitelogo dt{
	margin-bottom: 5px;
}
header .headPC .sitelogo dd{
	font-size: 12px;
	line-height: 1.5em;
}

header .headPC .infoBox{
	float: right;
}

header .headPC .infoBox ul{
    display: flex;
    justify-content: space-between;
	width: 475px;
	margin-right: 20px;
	padding: 5px 0;
	float: left;
}

header .headPC .infoBox div{
	width: 380px;
	float: right;
}
header .headPC .infoBox div ul{
	width: 380px;
}
header .headPC .infoBox div ul li{
	width: 175px;
	margin: 0 7px;
	border-radius: 5px;
}
header .headPC .infoBox div ul li:nth-of-type(1) a{
	background: #368105;
}
header .headPC .infoBox div ul li:nth-of-type(2) a{
	background: #ff701a;
}
header .headPC .infoBox div ul li a{
	display: block;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}
header .headPC .infoBox div ul li a:hover{
	background: #b4a710;
}
header .headPC .infoBox div ul li img{
	margin: 0;
	vertical-align: middle;
	opacity: 1;
}

/**/
header .headSP{
	display: none;
}
header .modalMenu{
	display: none;
}


/*------------------------- g-navi -------------------------*/
header nav{
/*	background: url(../../_images/common/gnavi_bg.gif) repeat-x top;*/
    background-color: #f2f2f2;
	width: 100%;
    box-shadow: 0 3px 4px rgba(0,0,0,0.3);
	position: relative;
}

header nav * {
	box-sizing: border-box;
}
header nav > ul{
    display: flex;
    justify-content: space-between;
	width: 1200px;
	height: 57px;
	margin: auto;
	padding: 0;
}
header nav > ul > li{
	flex-grow: 1;
}
header nav > ul > li > a,
header nav > ul > li > div{
    display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
    padding: 8px 0;
	text-align: center;
	cursor: pointer;
    position: relative;
}
header nav > ul > li > a:hover,
header nav > ul > li > div:hover{
    background-color: #fff4A6;
}
header nav > ul > li.open > a,
header nav > ul > li.open > div{
    background-color: #fff4A6;
}
header nav > ul > li:first-of-type > a:before,
header nav > ul > li > a:after,
header nav > ul > li > div:after{
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    background-color: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
header nav > ul > li:first-of-type > a:before{
    left: 0;
}
header nav > ul > li > a:after,
header nav > ul > li > div:after{
    right: 0;
}
header nav > ul > li span{
	display: none;
}
header nav > ul > li > a:hover img{
    opacity: 1;
}

header nav ul li.navTopic{
	display: none;
}
header nav ul.close {
  display: none;
  border-top: solid 1px #F5F4F0;
}

/* 2階層 */
header nav ul li .submenu{
	width: 100%;
	height: auto;
	margin: auto;
	background-image: none;
	background: rgba(255,255,255,0.95);
	padding: 0;
	border-bottom: 2px solid #ccc;
	position: absolute;
	top: 58px;
	left: 0;
	right: 0;
	z-index: 1000;
}
header nav ul li .submenu > li{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: auto;
	padding: 15px 0 60px;
	float: none;
	text-align: left;
	box-sizing: border-box;
	position: relative;
}
header nav ul li .submenu > li.itemList:after{
	content: "";
	display: block;
	width: 1px;
	height: 96%;
	border-right: 2px dotted #c6bda4;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/**/
header nav ul li .submenu > li > div{
	display: flex;
	flex-direction: column;
	gap: 8px 0;
	width: 580px;
}

/*リストなし*/
header nav ul li .submenu > li p.single{
	color: #703023;
	padding: 0 0 8px;
	border-bottom: 1px solid #d2cbb8;
	font-size: 13px;
	position: relative;
}

/*リストあり*/
header nav ul li .submenu > li dl{
	display: flex;
	align-items: flex-start;
	gap: 0 15px;
	width: 100%;
	color: #703023;
	padding-bottom: 8px;
	position: relative;
}
header nav ul li .submenu > li dl:before{
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: #c6bda4;
	position: absolute;
	left: 27%;
	top: 0;
	bottom: 8px;
	margin: auto;
}
header nav ul li .submenu > li dl:not(:last-child){
	border-bottom: 1px solid #d2cbb8;
}
header nav ul li .submenu > li dl dt{
	width: 27%;
	font-size: 13px;
	vertical-align: top;
}

header nav ul li .submenu > li p.single,
header nav ul li .submenu > li dl dt{
	padding-left: 30px;
	position: relative;
}


/**/
header nav ul li .submenu > li dl dd{
	width: 75%;
}
header nav ul li .submenu li dl dd ul{
	display: flex;
	flex-wrap: wrap;
	gap: 5px 15px;
	width: auto;
	height: auto;
	background: none;
	text-align: left;
}
header nav ul li .submenu li dl dd ul li{
	width: auto;
	padding: 0;
	font-size: 11px;
	line-height: 1.8em;
	background: none;
}
header nav ul li .submenu li dl dd ul li a{
	padding-left: 10px;
	position: relative;
}
header nav ul li .submenu li dl dd ul li a:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 4px solid transparent;
	border-left: 6px solid #ff701a;
	box-sizing: border-box;
}

header nav ul li .submenu > li > ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	width: 100%;
	color: #703023;
}
header nav ul li .submenu > li > ul > li{
	width: calc((100% - 50px) / 6);
	text-align: left;
	float: none;
}
header nav ul li .submenu > li > ul > li a{
	display: block;
	padding-left: 10px;
	font-size: 13px;
	line-height: 1.5em;
	position: relative;
}
header nav ul li .submenu > li > ul > li a:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 4px solid transparent;
	border-left: 6px solid #ff701a;
	box-sizing: border-box;
}

/*閉じるボタン*/
header nav ul li .submenu > li > p.closeBtn{
	display: block;
	width: 250px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.5em;
	border: none;
}
header nav ul li .submenu > li > p.closeBtn a{
	display: block;
	background: #333;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
}
header nav ul li .submenu > li > p.closeBtn a:hover{
	background: #666;
}
header nav ul li .submenu > li > p.closeBtn a span{
	display: inline-block;
	position: relative;
	padding-left: 30px
}
header nav ul li .submenu > li > p.closeBtn a span:before,
header nav ul li .submenu > li > p.closeBtn a span:after{
	content: "";
	display: block;
	background: #fff;
	width: 2px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
    right: auto;
	margin: auto;
}
header nav ul li .submenu > li > p.closeBtn a span:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header nav ul li .submenu > li > p.closeBtn a span:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*------------------------------------------------
	ヘッダー/メニュー　【SP】
------------------------------------------------*/

@media screen and ( max-width: 736px ){

/*---------- ヘッダー ----------*/
	header{
		width: 100%;
		z-index: 900;
		position:fixed;
	}
	/*h1*/
	header .h1Line{
		display: none;
	}

	/**/
	header .headPC{
		display: none;
	}
	header .headSP{
		display: block;
	}

	header .headSP div.headMain{
		width: 100%;
		height: 60px;
		background: #fff;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		z-index: 550;
		position: relative;
	}
	header .headSP .sitelogo{
		width: 150px;
		position: absolute;
		top: 8px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 30;
	}

	header .headSP div.headMain > ul{
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	header .headSP div.headMain > ul > li{
		background-color: #fff;
		width: 50px;
		box-sizing: border-box;
		position: absolute;
		top: 0;
/*		z-index: 20;*/
	}
	header .headSP div.headMain > ul > li img{
		width: 36px;
		margin: 12px 5px;
		cursor: pointer;
		transition: 0.2s;
	}

	header .headSP div.headMain > ul > li.searchBtn{
		left: 0;
		z-index: 50;
	}
	header .headSP div.headMain > ul > li.cartBtn{
		left: 50px;
	}
	header .headSP div.headMain > ul > li.telBtn{
		right: 50px;
	}
	header .headSP div.headMain > ul > li.menuBtn{
		right: 0;
	}

	header input#label1,
	header input#label2 {
		display: none;
	}
	/*ヘッダー検索ボックス*/
	/*中身を非表示にしておく*/
	header .hidden_show {
		background: #d8c79f;
		width: 0;
		height: 60px;
		padding: 12px 10px 12px 60px;
		overflow: hidden;
		opacity: 0;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0px;
		transition: 0.2s;
		z-index: 40;
	}
	/*クリックで中身表示*/
	header input#label1:checked + .hidden_show {
		width: 100%;
		opacity: 1;
	}
	header .hidden_show input[type="text"] {
		width: 70%;
		padding: 5px;
		border: 1px solid #afafaf;
		box-sizing: border-box;
		border-radius: 5px;
		font-size: 16px;
	}
	header .hidden_show input[type="submit"] {
		background-color: #ff7417;
		color: #fff;
		width: 22%;
		max-width: 80px;
		margin-left: 5px;
		padding: 3px 2%;
		border-radius: 5px;
		font-size: 14px;
		font-weight: bold;
	}
	
	/**/
	header .headSP .headRead{
		background-color: #65401e;
		height: 20px;
		padding: 3px 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	header .headSP .headRead p{
		color: #fff;
		margin: 0 1.5%;
		font-size: 10px;
		line-height: 1.3em;
		letter-spacing: -0.05em;
	}

	/*電話番号ポップアップ*/
	header .headSP div.headMain > ul li.telBtn{
		right: 50px;
	}
	
	header .headSP .tel_open {
		cursor: pointer;
	}
	header .headSP input#tel_popup {
		display: none;
	}
	header .headSP .tel_gray {
		display: none;
	}
	header .headSP #tel_popup:checked + .tel_gray {
		display: block;
		width: 100%;
		height: 100vh;
		background-color: rgba(0,0,0,0.3);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	header .headSP .tel_window {
		display: block;
		width: 90%;
		max-width: 500px;
		height: 80%;
		max-height: 620px;
		position: fixed;
		top: 10%;
		left: 0;
		right: 0;
		margin: auto;
	}
	header .headSP .tel_close {
		background-color:#eb6400;
		color: #fff;
		padding: 3px 10px;
		font-size: 14px;
		line-height: 1em;
		text-align: center;
		border-radius: 5px 0 5px 0;
		cursor:pointer;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 5;
	}
	header .headSP .tel_close span{
		margin-right: 3px;
		font-size: 22px;
		line-height: 1em;
		vertical-align: middle;
	}
	header .headSP .tel_window > dl{
		width: 100%;
		height: 100%;
		padding-bottom: 10px;
		background-color: #fff;
		border: 3px solid #eb6400;
		border-radius: 4px;
		box-shadow: 0 0 3px rgba(0,0,0,0.3);
		box-sizing: border-box;
		overflow-y: scroll;
	}
	header .headSP .tel_window > dl > dt{
		color: #eb6400;
		padding: 5px;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.8em;
		text-align: center;
	}
	header .headSP .tel_window > dl > dd{
		background-color: #f1f1f1;
		padding: 10px 0 0;
	}
	header .headSP .tel_window > dl > dd > p{
		margin: 0 5%;
		font-size: 14px;
	}
	header .headSP .tel_window > dl > dd > .bgWhite{
		background-color: #fff;
		margin: 10px 5% 0;
		padding: 5px;
		border-radius: 5px;
	}
	header .headSP .tel_window > dl > dd > .bgWhite p{
		display: inline;
		background-image: linear-gradient(to bottom, #fff 50%, #f2ef18 50%);
	}
	header .headSP .tel_window > dl > dd > .bgWhite p > span{
		font-size: 16px;
		font-weight: 600;
	}

	header .headSP .tel_window > dl > dd > dl{
		margin: 5px 5%;
	}
	header .headSP .tel_window > dl > dd > dl > dt{
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		border-bottom: 3px solid #fff;
	}
	header .headSP .tel_window > dl > dd > dl dd ul{
		display: flex;
		flex-direction: column;
		gap: 3px;
		margin: 10px 0;
	}
	header .headSP .tel_window > dl > dd > dl dd ul > li{
		position: relative;
		padding-left: 20px;
	}
	header .headSP .tel_window > dl > dd > dl dd ul > li > span{
		font-weight: 600;
		text-decoration: underline;
	}
	header .headSP .tel_window > dl > dd > dl dd ul > li:before{
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		background-color: #f59147;
		position: absolute;
		left: 0;
		top: 5px;
	}
	header .headSP .tel_window > dl > dd > div.telBox{
		background-color: #fff;
		margin: auto;
		padding: 10px;
		text-align: center;
	}
	header .headSP .tel_window > dl > dd > div.telBox > a{
		display: block;
		width: 100%;
		background-image: linear-gradient(to bottom, #5cb124 40%, #368105 100%);
		color: #fff;
		max-width: 380px;
		margin: 0 auto 3px;
		padding: 10px 5px 10px 40px;
		font-size: 15px;
		font-weight: 600;
		border-radius: 5px;
		border: 1px solid #368105;
		box-sizing: border-box;
		position: relative;
	}
	header .headSP .tel_window > dl > dd > div.telBox > a:before{
		content: "";
		display: block;
		background: #fff url(../../_images/common/sp_head_tel.gif) no-repeat center;
		background-size: 95%;
		width: 35px;
		height: 35px;
		border-radius: 5px;
		position: absolute;
		left: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	header .headSP .tel_window > dl > dd > div.telBox p{
		font-size: 12px;
	}

	
/*---------- メニュー ----------*/

	/*モーダルメニュー*/
	header .modalMenu{
		display: none;
		height: 100vh;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 950;
	}
	input#label2:checked + .modalMenu {
		width: 100%;
		opacity: 1;
	}
	/*	
	header .modalMenu .modal__bg{
		background: rgba(0,0,0,0.8);
		height: 100vh;
		position: absolute;
		width: 100%;
	}
	*/
	header .modalMenu .modal__content{
		background: #eeedeb;
		width: 100%;
		height: 100%;
		padding: 10px 5px 50px;
		position: absolute;
		top: 0;
		left: 0;
		box-sizing: border-box;
		overflow-y: scroll;
	}
	header .modalMenu .js-modal-close{
		padding-left: 5px;
		position: absolute;
		top: 10px;
		right: 10px;
		border-left: 1px solid #bda671;
	}
	header .modalMenu .js-modal-close img{
		width: 35px;
		height: 35px;
	}

	header .modal__content > dl{
		padding-bottom: 40px;
	}
	header .modal__content > dl > dt{
		color: #65401e;
		padding: 5px 10px 10px;
		font-size: 20px;
		font-weight: bold;
		border-bottom: 1px solid #bda671;
	}
	/*検索*/
	header .modalMenu dl dd.searchArea{
		padding: 5px;
	}
	header .modalMenu dl dd.searchArea ul{
		display: flex;
	}
	header .modalMenu dl dd.searchArea ul li{
		padding: 5px 2px;
	}
	header .modalMenu dl dd.searchArea ul li:nth-of-type(1){
		width: 30%;
	}
	header .modalMenu dl dd.searchArea ul li:nth-of-type(2){
		width: 50%;
	}
	header .modalMenu dl dd.searchArea ul li:nth-of-type(3){
		width: 15%;
	}
	
	header .modalMenu dl dd.searchArea ul li:nth-of-type(1) span{
		position:relative;
	}
	header .modalMenu dl dd.searchArea ul li:nth-of-type(1) span:before{
		content: "";
		display: block;
		background-color: #fff;
		width: 15px;
		height: auto;
		border-radius: 3px;
		position: absolute;
		right: 2px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	header .modalMenu dl dd.searchArea ul li:nth-of-type(1) span:after{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-top: 5px solid #65401e;
		position: absolute;
		right: 2px;
		top: 2px;
		bottom: 0;
		margin: auto;
	}
	header .modalMenu dl dd.searchArea ul li:nth-of-type(1) select,
	header .modalMenu dl dd.searchArea ul li:nth-of-type(2) input{
		width: 100%;
		height: 30px;
		background-color: #fff;
		color: #65401e;
		padding: 5px;
		border: none;
		font-size: 14px;
		border-radius: 3px;
		box-sizing: border-box;
	}
	header .modalMenu dl dd.searchArea ul li:nth-of-type(3) input{
		background-color: #333;
		color: #fff;
		width: 100%;
		max-width: 80px;
		margin-left: 5px;
		padding: 3px 2%;
		border-radius: 5px;
		font-size: 14px;
		font-weight: bold;
		box-sizing: border-box;
	}

	/*メニュー*/
	header .modalMenu dl dd.menuBox{
		padding: 5px 5px 10px;
	}
	header .modalMenu dl dd.menuBox div.bnrLink{
		width: 60%;
		max-width: 180px;
		margin: 0 auto 10px;
	}

	header .modalMenu dl dd.menuBox > dl{
		color: #65401e;
		border-bottom: 1px solid #d8c79f;
	}
	header .modalMenu dl dd.menuBox dl dt{
		background-color: #65401e;
		color: #fff;
		padding: 10px;
		font-size: 16px;
		font-weight: bold;
	}
	header .modalMenu dl dd.menuBox dl dd{
		border: 1px solid #65401e;
		border-bottom: none;
	}
	header .modalMenu dl dd.menuBox dl dd a{
		display: block;
        color: #6d1116;
		padding: 10px;
		line-height: 1.5em;
		position: relative;
		box-sizing: border-box;
	}
	header .modalMenu dl dd.menuBox dl dd .listAll a{
		background-color: #f3eadb;
		border-bottom: 1px solid #65401e;
		box-sizing: border-box;
	}

	header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt{
		background-color: #f7f4f1;
		color: #65401e;
		padding: 10px 5px 10px 33px;
		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px solid #65401e;
	}
	header .modalMenu dl dd.menuBox dl dd dl.categoryBox dd{
		border: none;
	}

	header .modalMenu dl dd.menuBox dl dd ul{
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #65401e;
	}
	header .modalMenu dl dd.menuBox dl dd ul li{
		width: 50%;
		background-color: #fff;
		font-size: 13px;
		border-bottom: 1px solid #65401e;
		box-sizing: border-box;
	}
	header .modalMenu dl dd.menuBox dl dd ul li:nth-of-type(odd){
		border-right: 1px solid #65401e;
	}
	header .modalMenu dl dd.menuBox dl dd ul.longList li{
		width: 100%;
		border-right: none;
	}
	header .modalMenu dl dd.menuBox dl dd ul li a{
		padding-right: 17px;
		height: 100%;
		letter-spacing: -0.02em;
	}
	header .modalMenu dl dd.menuBox dl dd a:after{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-top: 1px solid #ff7417;
		border-right: 1px solid #ff7417;
		transform: rotate(45deg);
		position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	
	header .headSP div.headMain > ul li a:hover img,
	header .modalMenu .js-modal-close:hover img{
		opacity: 1;
	}
	
	/*開閉動作*/
	header .modalMenu dl dd.menuBox input{
		display: none;
	}
	header .modalMenu dl dd.menuBox dd{
		max-height: 0;
		padding: 0;
		overflow: hidden;
/*		transition: 0.4s;*/
	}
	header .modalMenu dl dd.menuBox input:checked + label + dd {
		max-height: 100%;
		overflow: visible;
	}
	/*「+-」アイコンと動き*/
	header .modalMenu dl dd.menuBox label{
		display: block;
		position: relative;
	}
	header .modalMenu dl dd.menuBox label:before,
	header .modalMenu dl dd.menuBox label:after{
		content: "";
		display: block;
		width: 2px;
		height: 18px;
		background: #9d7755;
		position: absolute;
		right: 18px;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 5;
		transition: all 0.07s linear; 
	}
	header .modalMenu dl dd.menuBox dl.categoryBox label:before,
	header .modalMenu dl dd.menuBox dl.categoryBox label:after{
		background: #65401e;
	}
	header .modalMenu dl dd.menuBox label:after{
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 1.0;
	}
	header .modalMenu dl dd.menuBox input:checked + label{
		background: #ffb321;
	}
	header .modalMenu dl dd.menuBox input:checked + label:before{
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	header .modalMenu dl dd.menuBox input:checked + label:after{
		opacity: 0;
	}

	/*メニュー他*/
	header .modalMenu dl dd.otherBox{
		padding: 10px 5px;
		border-top: 1px solid #bda671;
	}
	header .modalMenu dl dd.otherBox dl dt{
		background-color: #8f6640;
	}

	header .modalMenu dl dd.otherBox dl dd{
		border: 1px solid #8f6640;
		border-bottom: none;
	}
	header .modalMenu dl dd.otherBox dl dd ul{
		border-bottom: none;
	}
	header .modalMenu dl dd.otherBox dl dd ul li{
		border-bottom: 1px solid #8f6640;
	}
	
	header .modalMenu dl dd.otherBox label:before,
	header .modalMenu dl dd.otherBox label:after{
		background: #fff;
	}
	/*単独リンク*/
	header .modalMenu dl dd.otherBox > div{
		background-color: #8f6640;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #d8c79f;
	}
	header .modalMenu dl dd.otherBox > div a{
		display: block;
		padding: 7px 10px;
		position: relative;
	}
	header .modalMenu dl dd.otherBox > div a:hover{
		color: #fff;
	}
	header .modalMenu dl dd.otherBox > div a:after{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}
@media screen and ( max-width: 360px ){
	header .headSP .headRead{
		padding: 3px 0;
	}
	header .headSP .headRead p{
		margin: 0 1.5%;
		font-size: 10px;
		line-height: 1.0em;
		letter-spacing: -0.06em;
	}
}
@media screen and ( max-width: 340px ){
	header .headSP .headRead{
		padding: 1px 0;
	}
	header .headSP .headRead p{
		margin: 0 1.5%;
		font-size: 10px;
		line-height: 1.0em;
		letter-spacing: -0.06em;
	}

	header .headSP div.headMain > ul > li{
		width: 40px;
	}
	header .headSP div.headMain > ul > li img{
		width: 36px;
		margin: 12px 0;
	}

	header .headSP div.headMain > ul > li.searchBtn{
		left: 0;
	}
	header .headSP div.headMain > ul > li.cartBtn{
		left: 40px;
	}
	header .headSP div.headMain > ul > li.telBtn{
		right: 40px;
	}
	header .headSP div.headMain > ul > li.menuBtn{
		right: 0;
	}
}

/*カテゴリアイコン*/
header nav ul li .submenu > li > div > p:before,
header nav ul li .submenu > li dl dt:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt:before{
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
}
header nav ul li .submenu > li > div > p:before,
header nav ul li .submenu > li dl dt:before{
	left: 0;
	top: -2px;
}
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt:before{
	left: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
}
header nav ul li .submenu > li dl dt.iconPen:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconPen:before{
	background-image: url(../../_images/common/nav_icon_pen.png);
}
header nav ul li .submenu > li dl dt.iconBook:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconBook:before{
	background-image: url(../../_images/common/nav_icon_book.png);
}
header nav ul li .submenu > li dl dt.iconBag:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconBag:before{
	background-image: url(../../_images/common/nav_icon_bag.png);
}
header nav ul li .submenu > li dl dt.iconSp:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconSp:before{
	background-image: url(../../_images/common/nav_icon_sp.png);
}
header nav ul li .submenu > li dl dt.iconPc:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconPc:before{
	background-image: url(../../_images/common/nav_icon_pc.png);
}
header nav ul li .submenu > li dl dt.iconTowel:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconTowel:before{
	background-image: url(../../_images/common/nav_icon_towel.png);
}
header nav ul li .submenu > li dl dt.iconBottle:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconBottle:before{
	background-image: url(../../_images/common/nav_icon_bottle.png);
}
header nav ul li .submenu > li dl dt.iconTumbler:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconTumbler:before{
	background-image: url(../../_images/common/nav_icon_tumbler.png);
}
header nav ul li .submenu > li dl dt.iconPrevention:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconPrevention:before{
	background-image: url(../../_images/common/nav_icon_prevention.png);
}
header nav ul li .submenu > li p.iconAcrylic:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconAcrylic:before{
	background-image: url(../../_images/common/nav_icon_acrylic.png);
}
header nav ul li .submenu > li dl dt.iconSundry:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconSundry:before{
	background-image: url(../../_images/common/nav_icon_sundry.png);
}
header nav ul li .submenu > li dl dt.iconKitchen:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconKitchen:before{
	background-image: url(../../_images/common/nav_icon_kitchen.png);
}
header nav ul li .submenu > li dl dt.iconBeauty:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconBeauty:before{
	background-image: url(../../_images/common/nav_icon_beauty.png);
}
header nav ul li .submenu > li dl dt.iconOutdoor:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconOutdoor:before{
	background-image: url(../../_images/common/nav_icon_outdoor.png);
}
header nav ul li .submenu > li dl dt.iconClock:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconClock:before{
	background-image: url(../../_images/common/nav_icon_clock.png);
}
header nav ul li .submenu > li dl dt.iconRain:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconRain:before{
	background-image: url(../../_images/common/nav_icon_rain.png);
}
header nav ul li .submenu > li dl dt.iconJapan:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconJapan:before{
	background-image: url(../../_images/common/nav_icon_japan.png);
}
header nav ul li .submenu > li dl dt.iconEvent:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconEvent:before{
	background-image: url(../../_images/common/nav_icon_event.png);
}
header nav ul li .submenu > li p.iconElectric:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconElectric:before{
	background-image: url(../../_images/common/nav_icon_electric.png);
}
header nav ul li .submenu > li dl dt.iconFood:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconFood:before{
	background-image: url(../../_images/common/nav_icon_food.png);
}
header nav ul li .submenu > li p.iconCatalog:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconCatalog:before{
	background-image: url(../../_images/common/nav_icon_catalog.png);
}
header nav ul li .submenu > li dl dt.iconGift:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconGift:before{
	background-image: url(../../_images/common/nav_icon_gift.png);
}
header nav ul li .submenu > li dl dt.iconWarm:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconWarm:before{
	background-image: url(../../_images/common/nav_icon_warm.png);
}
header nav ul li .submenu > li dl dt.iconCool:before,
header .modalMenu dl dd.menuBox dl dd dl.categoryBox dt.iconCool:before{
	background-image: url(../../_images/common/nav_icon_cool.png);
}


/*---------- フッター ----------*/
footer{
	margin-top: 60px;
}


/*---特集---*/
footer div.topicsArea{
	width: 1200px;
	margin: auto;
	padding-bottom: 50px;
}
footer div.topicsArea .titleBox{
	margin-bottom: 10px;
}
footer div.topicsArea .titleBox h3{
	background: url(../../_images/common/foot_topics_title.gif) no-repeat;
	color: #653213;
	width: 1200px;
	height: 60px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 2.3em;
}

footer div.topicsArea ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 15px 0;
	position: relative;
}
footer div.topicsArea ul:before,
footer div.topicsArea ul:after{
	content: "";
	display: block;
	width: 284px;
	height: 0;
}
footer div.topicsArea ul:before{
    order: 1;
}
footer div.topicsArea ul li{
	width: 284px;
	margin: 0 0 30px;
}
footer div.topicsArea ul li img{
	width: 100%;
}
footer div.topicsArea ul li a{
	display: block;
}
footer div.topicsArea ul li p{
	margin-top: 10px;
	line-height: 1.5em;
}

/*一覧へのリンク*/
.camTotalLinkBtn{
	margin: 0;
}
/*一覧へのリンク パターン1*/
footer div.topicsArea .camTotalLinkBtn a{
	display: block;
	width: 70%;
	background: #3ab098;
	color: #fff;
	margin: 15px auto;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	transition: all 0.3s ease-out;
}
footer div.topicsArea .camTotalLinkBtn a:hover{
	background: #76d7c3;
}
footer div.topicsArea .camTotalLinkBtn a span{
	position: relative;
	padding-left: 20px;
}
footer div.topicsArea .camTotalLinkBtn a span:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-right: 0px solid transparent;
	border-left: 12px solid #fff;
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
}


/*---サイト情報---*/
footer div.footInfo{
	background: #ece5d8 url(../../_images/common/foot_infoArea_bg.gif) repeat-x top;
	padding: 30px 0;
}
footer div.footInfo > div.inner{
	display: flex;
    justify-content: space-between;
    align-items: center;
	background: #ece5d8;
	width: 1200px;
	margin: auto;
}
footer div.footInfo > div.inner > div{
	display: table-cell;
	vertical-align: middle;
}

footer div.footInfo > div.inner > div.infoLeft{
	width: 270px;
}
footer div.footInfo > div.inner > div.infoLeft dl{
	background: #fff;
	color: #705246;
	margin: 15px 0;
	padding: 10px;
}
footer div.footInfo > div.inner > div.infoLeft dt{
	margin-bottom: 10px;
	border-bottom: 1px solid #705246;
}
footer div.footInfo > div.inner > div.infoLeft dt:before{
	content: "■";
	color: #705246;
	margin-right: 10px;
	font-size: 11px;
}
footer div.footInfo > div.inner > div.infoLeft dd{
	font-size: 12px;
	line-height: 1.5em;
}
footer div.footInfo > div.inner > div.infoLeft dd.name{
	margin-bottom: 5px;
	padding-top: 3px;
	font-size: 14px;
	font-weight: 400;
}
footer div.footInfo > div.inner > div.infoLeft dd.name span{
	display: inline-block;
	position: relative;
	padding-right: 50px;
}
footer div.footInfo > div.inner > div.infoLeft dd.name span:after{
	content: "";
	display: block;
	width: 45px;
	height: 25px;
	background: url(../../_images/common/sns_logo_s.gif) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
footer div.footInfo > div.inner > div.infoLeft dd ul{
	margin: 5px 0;
}
footer div.footInfo > div.inner > div.infoLeft dd.privacy_mark{
	margin: 10px 0;
}
footer div.footInfo > div.inner > div.infoLeft dd.privacy_mark img{
	max-width: 100%;
	width: fit-content;
}

footer div.footInfo > div.inner > div.infoCenter{
    width: 500px;
	color: #705246;
	padding: 10px 40px;
}
footer div.footInfo > div.inner > div.infoCenter dt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

footer div.footInfo > div.inner > div.infoRight{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 420px;
}
footer div.footInfo > div.inner > div.infoRight dl{
    width: 48%;
	color: #705246;
	margin: 0;
    padding: 0 10px;
	box-sizing: border-box;
}
footer div.footInfo > div.inner > div.infoRight dt{
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: 1px solid #705246;
}
footer div.footInfo > div.inner > div.infoRight dd{
	font-size: 13px;
}

footer div.footInfo > div.inner > div.infoRight dd a{
	display: block;
	padding-left: 12px;
	position: relative;
}
footer div.footInfo > div.inner > div.infoRight dd a:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid transparent;
	border-left: 8px solid #705246;
	box-sizing: border-box;
}

/**/
footer div.footInfo > .siteOutLink{
    width: 1200px;
    color: #705246;
    margin: 20px auto;
}
footer div.footInfo > .siteOutLink dt{
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 14px;
    position: relative;
}
footer div.footInfo > .siteOutLink dt:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #705246;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
footer div.footInfo > .siteOutLink dd ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	gap: 10px 15px;
}
footer div.footInfo > .siteOutLink dd ul li{
	width: calc((100% / 5) - 12px);
	text-align: center;
}
footer div.footInfo > .siteOutLink dd ul li a{
    display: block;
	width: fit-content;
	margin: auto;
}
footer div.footInfo > .siteOutLink dd ul li a img{
    width: 100%;
	max-width: 220px;
}


/*---サイトリンク---*/
footer div.footLink{
	background: #c2b8a5;
}
footer div.footLink > div{
	display: table;
	background: #c2b8a5;
	width: 1200px;
	margin: auto;
	padding: 30px 0;
}

footer div.footLink > div > div.leftBox{
	width: 280px;
	padding: 0 15px;
	box-sizing: border-box;
	float: left;
}
footer div.footLink > div > div.rightBox{
	width: 910px;
	padding: 0 15px;
	box-sizing: border-box;
	float: right;
}

footer div.footLink h4{
	color: #c23700;
	font-size: 16px;
}

footer div.footLink > div > div ul.linkSelect{
	color: #3c2c25;
	margin-bottom: 30px;
	padding-left: 20px;
}
footer div.footLink > div > div ul.linkSelect li a{
	display: block;
	padding-left: 12px;
	font-size: 12px;
	position: relative;
}
footer div.footLink > div > div ul.linkSelect li a:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid transparent;
	border-left: 8px solid #3c2c25;
	box-sizing: border-box;
}

/*右カテゴリ*/
footer div.footLink div.rightBox > h4{
	padding-left: 15px;
}
footer div.footLink div.rightBox > div{
	display: table;
	width: 100%;
}
footer div.footLink div.rightBox > div > ul{
	display: table-cell;
	width: 33%;
	padding: 0 15px;
	border-left: 2px dotted #8c7566;
}
footer div.footLink div.rightBox > div > ul > li{
	margin-bottom: 15px;
}
footer div.footLink div.rightBox > div > ul > li > ul li{
	line-height: 1.3em;
	margin: 8px 0;
}

footer div.footLink div.rightBox > div > ul > li h5{
	color: #3c2c25;
}
footer div.footLink div.rightBox > div > ul > li h5 a:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #3c2c25;
	margin-right: 5px;
}


/**/
footer div.footLink > div > div.rightBox > dl.columnLink{
	display: flex;
	margin: 10px 0;
	padding: 20px;
	border-left: 2px dotted #8c7566;
}
footer div.footLink > div > div.rightBox > dl.columnLink dt{
	width: 200px;
	margin-right: 30px;
	flex-shrink: 0;
	color: #3c2c25;
}
footer div.footLink > div > div.rightBox > dl.columnLink dt:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #3c2c25;
	margin-right: 5px;
}
footer div.footLink > div > div.rightBox > dl.columnLink dd a{
	display: block;
	padding-left: 12px;
	font-size: 12px;
	position: relative;
}
footer div.footLink > div > div.rightBox > dl.columnLink dd a:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid transparent;
	border-left: 8px solid #3c2c25;
	box-sizing: border-box;
}



/*コピーライト*/
footer .copyright{
	background: #423030;
	width: 100%;
}
footer .copyright > div{
	background: #423030;
	width: 1200px;
	padding: 20px 0;
	text-align: center;
	margin: 0 auto;
}
footer .copyright small{
	color: #fff;
	margin: 0 15px;
	font-size: 14px;
	line-height: 1.3em;
}
footer .copyright small br{
	display: none;
}

/*トップへ戻るボタン*/
div#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
	z-index: 400;
}
div#page-top span{
	display: block;
	width: 60px;
	height: 60px;
	background: #423030;
	color: #fff;
	padding: 20px 15px 10px;
	border-radius: 50%;
	box-sizing: border-box;
	transition: all 0.3s ease-out;
	position: relative;
	cursor: pointer;
}
div#page-top span:hover{
	background: #9b6e6e;
}
div#page-top span:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	margin: auto;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


@media screen and (max-width: 736px) {
	footer{
		margin-top: 20px;
	}
	/*---特集---*/
	footer div.topicsArea{
		width: 100%;
		padding: 5px;
		box-sizing:border-box;
	}
	footer div.topicsArea .titleBox{
		margin-bottom: 20px;
	}
	footer div.topicsArea .titleBox h3{
		background: url(../../_images/common/foot_topics_titleBg.gif) repeat;
		width: 100%;
		height: 50px;
		font-size: 20px;
		line-height: 2.7em;
		border-bottom: 3px solid #ffc045;
		position: relative;
		overflow: hidden;
	}
	footer div.topicsArea .titleBox h3:before,
	footer div.topicsArea .titleBox h3:after{
		content: "";
		display: block;
		width: 35px;
		height: 35px;
		background: #fff;
		border-top: 3px solid #ffc045;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	footer div.topicsArea .titleBox h3:before{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: -18px;
	}
	footer div.topicsArea .titleBox h3:after{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		right: -18px;
	}
	
	footer div.topicsArea ul:before,
	footer div.topicsArea ul:after{
		display: none;
	}
	footer div.topicsArea ul li{
		width: 48%;
		margin: 0 0 30px;
	}
	footer div.topicsArea ul li a{
		display: block;
	}
	footer div.topicsArea ul li p{
		margin-top: 10px;
		line-height: 1.5em;
	}
	
	/*---サイト情報---*/
	footer div.footInfo > div.inner{
        flex-wrap: wrap;
		width: 100%;
	}
	footer div.footInfo > div.inner > div{
		display: block;
	}
	
	footer div.footInfo > div.inner > div.infoLeft{
		display: block;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	footer div.footInfo > div.inner > div.infoLeft div{
		width: 60%;
		margin: auto;
		padding: 10px;
		vertical-align: middle;
	}
	footer div.footInfo > div.inner > div.infoLeft dl{
		margin: 0;
		padding: 0 10px 3px;
		vertical-align: top;
	}
	footer div.footInfo > div.inner > div.infoLeft dl dd br{
		display: none;
	}
	footer div.footInfo > div.inner > div.infoLeft dd ul li{
		display: inline-block;
		margin-right: 10px;
	}
	
	footer div.footInfo > div.inner > div.infoCenter{
		padding: 30px 15px;
	}
	footer div.footInfo > div.inner > div.infoCenter dt{
		margin-bottom: 10px;
	}
	
	footer div.footInfo > div.inner > div.infoRight{
		width: 100%;
	}
	footer div.footInfo > div.inner > div.infoRight dl{
        width: 100%;
	}
	footer div.footInfo > div.inner > div.infoRight dl.guideBox{
		display: none;
	}
	footer div.footInfo > div.inner > div.infoRight dt{
		margin-bottom: 5px;
	}
	footer div.footInfo > div.inner > div.infoRight dd li{
		display: block;
		width: 48%;
		margin: 0 1% 5px;
		padding: 4px 0;
		border: 1px dashed #c2b8a5;
		line-height: 1.2em;
		box-sizing: border-box;
		float: left;
	}
	
	footer div.footInfo > div.inner > div.infoRight dd li a{
		padding-left: 15px;
		display: block;
	}
	footer div.footInfo > div.inner > div.infoRight dd li a:before{
		left: 3px;
	}

    /**/
    footer div.footInfo > .siteOutLink{
        width: 95%;
    }
    footer div.footInfo > .siteOutLink dt{
        font-size: 14px;
    }
    footer div.footInfo > .siteOutLink dd ul{
		gap: 10px;
    }
	footer div.footInfo > .siteOutLink dd ul li{
		width: calc((100% / 3) - 7px);
	}

	/*---サイトリンク---*/
	footer div.footLink{
		padding: 10px 5px 20px;
	}
	footer div.footLink > div{
		display: table;
		width: 100%;
	}
	
	footer div.footLink > div > div.leftBox{
		display: none;
	}
	footer div.footLink > div > div.rightBox{
		width: 100%;
		padding: 0;
		float: none;
	}

	/*リンク*/
	/*右カテゴリ*/
	footer div.footLink div.rightBox > h4{
		margin-bottom: 5px;
		padding-left: 0;
		text-align: center;
	}
	footer div.footLink div.rightBox > div{
		display: block;
		width: 100%;
	}
	footer div.footLink div.rightBox > div > ul{
		display: block;
		width: 100%;
		padding: 0;
		border-left: none;
	}
	
	footer div.footLink div.rightBox > div > ul > li{
		width: 48%;
		margin: 0 1%;
		margin-bottom: 15px;
		padding: 0 5px;
		float: left;
		box-sizing: border-box;
		border: 1px dashed #8e6f6f;
	}
	footer div.footLink div.rightBox > div > ul > li a{
		text-decoration: underline;
	}
	footer div.footLink div.rightBox > div > ul > li ul.linkSelect{
		margin-bottom: 5px;
	}


	/**/
	footer div.footLink > div > div.rightBox > dl.columnLink{
		width: 95%;
		display: flex;
		flex-wrap: wrap;
		margin: 10px auto;
		padding: 5px;
		border: 1px dashed #8e6f6f;
	}
	footer div.footLink > div > div.rightBox > dl.columnLink dt{
		width: 100%;
		margin-right: 0;
	}
	footer div.footLink > div > div.rightBox > dl.columnLink dd{
		padding-left: 20px;
	}
	footer div.footLink > div > div.rightBox > dl.columnLink dd a{
		text-decoration: underline;
	}
	
	/*コピーライト*/
	footer .copyright > div{
		width: 100%;
	}
	footer .copyright small br{
		display: inline-block;
	}


	/*トップへ戻るボタン*/
	div#page-top {
		bottom: -30px;
		right: -30px;
	}
	div#page-top span{
		display: block;
		width: 90px;
		height: 90px;
		opacity: 0.7;
		color: #fff;
		padding: 30px 25px 10px;
	}
	div#page-top span:before{
		width: 10px;
		height: 10px;
		position: absolute;
		left: 30px;
		right: auto;
		top: 20px;
		margin: auto;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@media screen and (max-width: 400px) {
	footer div.topicsArea .titleBox h3{
		font-size: 16px;
		line-height: 3.2em;
	}

    /**/
    footer div.footInfo > .siteOutLink dd ul{
		justify-content: space-between;
		gap: 10px 0;
	}
    footer div.footInfo > .siteOutLink dd ul li{
        width: 47%;
    }
}

/*---------- メイン ----------*/

/*パンくずリスト*/
main .breadBox{
	margin: 0 0 10px;
	background: #ede8e6;
}
main .breadBox ol{
	width: 1200px;
	background: #ede8e6 url(../../_images/common/bread_icon_home.gif) no-repeat 0.5em 0.65em;
	color: #77583d;
	margin: auto;
	padding: 5px 10px;
	padding-left: 25px;
	line-height: 1.2em;
	box-sizing: border-box;
}
main .breadBox ol li{
	display: inline-block;
	margin-right: 20px;
	font-size: 11px;
	position: relative;
}
main .breadBox ol li:after{
	content: "";
	display: block;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border-top: 2px solid #83614d;
	border-right: 2px solid #83614d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	right: -15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
main .breadBox ol li:last-child:after{
	display: none;
}
main .breadBox ol li a{
	text-decoration: none;
}

@media screen and (max-width: 736px) {
	main {
		display: block;
		padding-top: 80px;
	}
	main .breadBox{
		padding: 5px;
	}
	main .breadBox ol{
		width: 100%;
	}
}

/*---------- l_navi ----------*/
aside.leftNavi{
	width: 270px;
	float: left;
}

/*--検索機能--*/
.leftNavi .leftSearch{
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
}
.leftNavi .leftSearch dl{
	margin: 0 0 20px;
}
.leftNavi .leftSearch dl dt{
	color: #8b442b;
	font-size: 16px;
    font-weight: bold;
	margin-bottom: 5px;
}
.leftNavi .leftSearch dl dd ul li{
	margin-bottom: 10px;
}

.leftNavi .leftSearch dl dd ul li input[type="text"],
.leftNavi .leftSearch dl dd ul li select{
	width: 100%;
    height: 35px;
    background: #ececec;
    padding: 0 0 0 10px;
    margin: 0 auto;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
}
.leftNavi .leftSearch dl dd ul li select{
	color: #333;
    z-index: 1;
}
.leftNavi .leftSearch dl dd ul li.selectWrap{
    position: relative;
}
.leftNavi .leftSearch dl dd ul li.selectWrap::after{
	content: "";
	display: block;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-top: 10px solid #333;
	position:absolute;
	right: 10px;
	top: 5px;
	bottom: 0;
	margin: auto;
/*	pointer-events: none;*/
}

.leftNavi .leftSearch dl dd ul li.btn{
	margin: 5px auto 0;
	text-align: center;
	position: relative;
}
.leftNavi .leftSearch dl dd ul li.btn input{
	background: #333;
	color: #fff;
	width: 100%;
	height: 32px;
	margin: auto;
	padding-left: 15px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 5px;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
}
.leftNavi .leftSearch dl dd ul li.btn input:hover{
	opacity: 0.5;
}
.leftNavi .leftSearch dl dd ul li.btn:after{
	content: "";
	display: inline-block;
	background: url(../../_images/common/icon_search_white.png) no-repeat;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 75px;
	margin: auto;
}

/*--厳選アイテム--*/
.leftNavi .selectItemList{
	margin-bottom: 15px;
}

.leftNavi .selectItemList > dl > dt{
	margin-bottom: 10px;
	padding: 5px 0;
	border-top: 1px solid #ffa749;
	border-bottom: 1px solid #ffa749;
	text-align: center;
}
.leftNavi .selectItemList > dl > dt span{
	position: relative;
	padding-left: 60px;
}
.leftNavi .selectItemList > dl > dt span:before{
	content: "";
	display: block;
	background-image: url(../../_images/common/left_select_icon.gif);
	background-repeat: no-repeat;
	width: 53px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.leftNavi .selectItemList > dl > dd ul li{
	margin-bottom: 15px;
	min-height: 80px;
}

.leftNavi .selectItemList > dl > dd ul li div{
	width: 80px;
	float: left;
}
.leftNavi .selectItemList > dl > dd ul li dl{
	color: #757575;
	margin-left: 90px;
	font-size: 13px;
	line-height: 1.6em;
}
.leftNavi .selectItemList > dl > dd ul li dl dt{
	color: #333;
	font-weight: bold;
}


/*--バナーリンク--*/
.leftNavi .picupBnr{
	margin-bottom: 30px;
}
.leftNavi .picupBnr li{
	margin-bottom: 10px;
}

/*--商品カテゴリ--*/
.leftNavi .listBox{
	margin-bottom: 30px;
}
.leftNavi p.cateTitle{
	color: #333;
	margin-bottom: 15px;
    padding: 7px 5px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

/**/
.leftNavi .categoryLink{
	background: #f2f2f2;
	color: #705246;
    margin-bottom: 30px;
}
.leftNavi .categoryLink a{
	display: block;
}
.leftNavi .categoryLink dt,
.leftNavi .categoryLink > div{
	display: block;
	height: 50px;
	border-bottom: 1px solid #73594c;
	position: relative;
}
.leftNavi .categoryLink > div:last-child{
	border-bottom: none;
}
.leftNavi .categoryLink dt:hover,
.leftNavi .categoryLink > div:hover{
	background: #FFD737;
	transition: all 0.3s ease-out;
}
.leftNavi .categoryLink dt:hover img,
.leftNavi .categoryLink > div:hover img{
	opacity: 1.0;
}

/*子リンク*/
.leftNavi .categoryLink dl dd{
	background: #fff;
}
.leftNavi .categoryLink dl > dd a{
	padding: 7px 5px 7px 65px;
	font-size: 13px;
	line-height: 1.3em;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.leftNavi .categoryLink dl dd > ul li:last-child a{
	border-bottom: 1px solid #666;
}
.leftNavi .categoryLink dl dd > ul li a:hover{
	background: #f2f2f2;
}

.leftNavi .categoryLink dl dd > div a{
	background: #fff8ba;
	padding-left: 45px;
	position: relative;
}

/*矢印*/
.leftNavi .categoryLink dl dd > ul li a:before,
.leftNavi .categoryLink dl dd > div a:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid transparent;
	box-sizing: border-box;
}
.leftNavi .categoryLink dl dd > ul li a:before{
	left: 50px;
	border-left: 8px solid #333;
}
.leftNavi .categoryLink dl dd > div a:before{
	left: 30px;
	border-left: 8px solid #ff0404;
}

/*孫リンク*/
.leftNavi .categoryLink dl dd li.moreLink{
	position: relative;
}
.leftNavi .categoryLink dl dd li.moreLink:after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: -1px;
	border: 5px solid transparent;
	border-right: 5px solid #ccc;
	border-top: 5px solid #ccc;
}
.leftNavi .categoryLink dl dd li.moreLink > div{
	width: 0;
	position: absolute;
	left: 270px;
	top: -1px;
	opacity: 0;
}
.leftNavi .categoryLink dl dd li.moreLink:hover > div{
	width: 220px;
	background: none;
	max-height: 600px;
	z-index: 150;
	opacity: 1.0;
	overflow: hidden;
}

.leftNavi .categoryLink dl dd li.moreLink:hover > div:before{
	content: "";
	display: block;
	position: absolute;
	left: -10px;
	top: 0;
	border: 10px solid transparent;
	border-right: 10px solid #ccc;
	border-top: 10px solid #ccc;
}
.leftNavi .categoryLink dl dd li.moreLink > div > ul{
	margin-left: 8px;
	border: 2px solid #ccc;
}
.leftNavi .categoryLink dl dd li.moreLink > div > ul > li{
	background: #fff;
	border-top: 2px solid #ccc;
	box-sizing: border-box;
}
.leftNavi .categoryLink dl dd li.moreLink > div > ul > li:nth-of-type(1){
	border-top: none;
}
.leftNavi .categoryLink dl dd li.moreLink > div > ul > li a{
	display: block;
	padding: 10px 10px 10px 25px;
	border: none;
}
.leftNavi .categoryLink dl dd li.moreLink > div a:hover{
	background: #f5e9c3;
}
.leftNavi .categoryLink dl dd li.moreLink > div a:before{
	border-left: 8px solid #333;
	left: 10px;
}

/*2列用*/
.leftNavi .categoryLink dl dd li.moreLink:hover > div.long{
	width: 450px;
}
.leftNavi .categoryLink dl dd li.moreLink > div.long > ul > li{
	width: 50%;
	float: left;
}
.leftNavi .categoryLink dl dd li.moreLink > div.long > ul > li:nth-of-type(2){
	border-top: none;
}
.leftNavi .categoryLink dl dd li.moreLink > div.long > ul > li:nth-of-type(2n){
	border-left: 2px solid #ccc;
}


/*--商品カテゴリ2--*/
.leftNavi .categoryLink2{
	color: #333;
	margin-bottom: 30px;
}
.leftNavi .categoryLink2 a{
	display: block;
}
.leftNavi .categoryLink2 dl{
	margin-bottom: 5px;
}
.leftNavi .categoryLink2 dt{
	display: block;
	background: #f2f2f2;
	height: 38px;
	margin-bottom: 5px;
	padding: 6px 5px 6px 30px;
	box-sizing: border-box;
	position: relative;
}
.leftNavi .categoryLink2 dt:before{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #333;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.leftNavi .categoryLink2 dl dd > div a{
	padding-left: 45px;
	position: relative;
	border-bottom: 1px solid #666;
}
.leftNavi .categoryLink2 dl dd > div a:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid transparent;
	box-sizing: border-box;
}
.leftNavi .categoryLink2 dl dd > div a:before{
	left: 30px;
	border-left: 8px solid #333;
}
.leftNavi .categoryLink2 dd ul li a{
	color: #333;
	padding: 6px 5px 6px 25px;
	font-size: 14px;
	border-bottom: 1px solid #666;
    position: relative;
}
.leftNavi .categoryLink2 dd ul li a:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 8px solid #333;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.leftNavi .categoryLink2 dd ul li a:hover{
    background-color: #FFD737;
}


/*クリック開閉*/
.leftNavi .categoryLink input,
.leftNavi .categoryLink2 input{
	display: none;
}
.leftNavi .categoryLink dl dd li,
.leftNavi .categoryLink dl dd div,
.leftNavi .categoryLink2 dl dd li,
.leftNavi .categoryLink2 dl dd div{
    max-height: 0;
	padding: 0;
    overflow: hidden;
    transition: 0.35s;
}
.leftNavi .categoryLink input:checked + label + dd li,
.leftNavi .categoryLink2 input:checked + label + dd li {
	max-height: 100px;
	overflow: visible;
}
.leftNavi .categoryLink input:checked + label + dd div,
.leftNavi .categoryLink2 input:checked + label + dd div {
	max-height: 60px;
}
/*「+-」アイコンと動き*/
.leftNavi .categoryLink label,
.leftNavi .categoryLink2 label{
	display: block;
	position: relative;
}
.leftNavi .categoryLink dt:after,
.leftNavi .categoryLink2 dt:after{
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}
.leftNavi .categoryLink label:before,
.leftNavi .categoryLink label:after,
.leftNavi .categoryLink2 label:before,
.leftNavi .categoryLink2 label:after{
	content: "";
	display: block;
	width: 2px;
	height: 16px;
	background: #503f29;
	position: absolute;
	right: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 5;
    transition: transform 0.2s linear; 
}
.leftNavi .categoryLink label:after,
.leftNavi .categoryLink2 label:after{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 1.0;
}
.leftNavi .categoryLink input:checked + label,
.leftNavi .categoryLink2 input:checked + label{
	background: #ffb321;
}
.leftNavi .categoryLink input:checked + label:before,
.leftNavi .categoryLink2 input:checked + label:before{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.leftNavi .categoryLink input:checked + label:after,
.leftNavi .categoryLink2 input:checked + label:after{
	opacity: 0;
}

/**/
.leftNavi .categoryLink2 dt:after{
	width: 20px;
	height: 20px;
	right: 10px;
}
.leftNavi .categoryLink2 label:before,
.leftNavi .categoryLink2 label:after{
	width: 2px;
	height: 12px;
	right: 19px;
}


/*ご利用ガイド*/
.leftNavi .guideLink dt{
	border-bottom: 1px solid #73594c;
}
.leftNavi .guideLink dd{
	border-bottom: 1px solid #dcc4b9;
}
.leftNavi .guideLink dd a{
	display: block;
	color: #6d5c49;
	padding: 10px 10px 10px 50px;
	font-size: 13px;
}
.leftNavi .guideLink dd a:hover{
	  background: #ffe7ba;
}
.leftNavi .guideLink dd a:before{
	content:"";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #b3e4c8;
	margin-right: 5px;
}


@media screen and (max-width: 736px) {
	.leftNavi {
		display: none;
	}
}




/*------ contentArea ------*/
#container{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 0;
}

.mainContents{
	width: 900px;
	padding: 0 0 30px;
	float: right;
}

.mainContents section{
	margin-bottom: 30px;
}

@media screen and (max-width: 736px) {
	#container{
		width: 100%;
		padding: 0;
	}

	.mainContents{
		width: 100%;
		padding: 10px 0;
		box-sizing: border-box;
		float: none;
	}
}



/*各種hタグ*/
.hType01{
	margin: 0 0 30px;
}
.hType01 h2,
.hType01 h3{
	background: #fffff7;
	color: #2c2c2c;
	padding: 20px;
	border-top: 5px dotted #ffcd6e;
	border-bottom: 5px dotted #ffcd6e;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.hType01 p{
	margin: 10px 0 20px;
	font-size: 14px;
}


.hType02{
	margin: 20px 0;
	text-align: center;
}
.hType02 h3,
.hType02 h4{
	display: inline-block;
	padding: 0 30px 5px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #ff7417;
}

.hType03{
	background: url(../../_images/common/bg_shaded_gray.gif) repeat;
	margin: 0 0 20px;
	padding: 20px 0;
	border-bottom: 1px solid #e85a5a;
	text-align: center;
}
.hType03 h3{
	font-size: 17px;
	font-weight: bold;
	margin: 0;
}
.hType03 h3 span{
	padding-left: 30px;
	position: relative;
}
.hType03 h3 span:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #ff7417;
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 0;
	margin: auto;
}

.hType02 br,
.hType03 br{
	display: none;
}

.hType04cate{
	margin: 0;
	text-align: center;
}
.hType04cate > h2,
.hType04cate > h3{
	display: inline-block;
	padding: 30px 30px 5px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #ff7417;
}


/*Qアイコン*/
.questionIcon h2,
.questionIcon h3{
	position: relative;
	padding-left: 35px;
}
.questionIcon h2:before,
.questionIcon h3:before{
	content: "";
	background: url(../../_images/common/icon_question_yellow.png) no-repeat;
	background-size: 100%;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 736px) {
	.hType02 br,
	.hType03 br{
		display: inline-block;
	}
}


/*疑似テーブル*/
.tableBox{
	margin-bottom: 20px;
}
.tableBox dl{
	display: flex;
	width: 100%;
    margin-bottom: 5px;
	font-size: 15px;
}
.tableBox dl dt{
	width: 25%;
	background: #efefef;
	padding: 10px;
	vertical-align: middle;
	text-align: left;
    border-bottom: 1px solid #666;
}
.tableBox dl.required dt{
    position: relative;
}
.tableBox dl.required dt:after{
    content: "必須";
    display: inline-block;
    background-color: #FF4547;
    color: #fff;
    margin-left: 8px;
    padding: 0 3px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    border-radius: 2px;
}
.tableBox dl dd{
    width: 73%;
	padding: 10px;
}
.tableBox dl dd .w90{
	width: 90%;
}
.tableBox dl dd .w50{
	width: 50%;
}
.tableBox dl dd input{
	margin-right: 5px;
	padding: 5px;
}


/**/
table{
	width: 100%;
	background: #fff;
	margin: 10px auto;
	border-collapse: separate;
	border-spacing: 5px;
	line-height: 1.4em;
}
table th{
	background: #f3f1e9;
	padding: 10px 5px;
	font-weight: bold;
	text-align: center;
}
table td{
	background: #fff;
	padding: 5px;
}


table tr:nth-of-type(even) td{
	background: #f2eacc;
}
table tr:nth-of-type(odd) td{
	background: #eff3f4;
}
@media screen and (max-width: 736px) {
	/*疑似テーブル*/
	.tableBox dl{
		display: block;
		width: 98%;
		margin: 0 1% 10px;
	}
	.tableBox dl dt{
		display: block;
		width: 100%;
		padding: 5px 0;
	}
	.tableBox dl dd{
		display: block;
		width: 98%;
		padding: 5px 1%;
	}
}


/*------お問い合わせバナー------*/
.contactBanner{
	margin: 40px 0;
}
.contactBanner *{
	box-sizing: border-box;
}
.contactBanner dl{
    border-bottom: 5px solid #5c5b89;
    position: relative
}
.contactBanner dl:before,
.contactBanner dl:after{
    content: "";
    display: block;
    background-repeat: no-repeat;
    position: absolute;
}
.contactBanner dl:after{
    width: 210px;
    height: 270px;
    background-image: url(../../_images/common/contact-staff.png);
    right: 0;
    bottom: 0;
    z-index: 4;
}
.contactBanner dl:before{
    width: 180px;
    height: 120px;
    background-image: url(../../_images/common/contact-fukidashi.png);
    right: 180px;
    top: -20px;
    z-index: 5;
}
.contactBanner dl dt{
	background: #5c5b89;
	color: #fff;
	padding: 10px 45px;
}
.contactBanner dl dd{
    width: 590px;
	padding: 15px 45px;
}
.contactBanner dl dd ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
}
.contactBanner dl dd ul li.fax{
    width: 35%;
    color: #1d6b1e;
}
.contactBanner dl dd ul li.mail{
    width: 63%;
    color: #00afd4;
}
.contactBanner dl dd ul li.time{
    width: 100%;
    color: #666;
}

.contactBanner dl dd p.linkBtn{
    margin: 10px auto 0;
}
.contactBanner dl dd p.linkBtn a{
	display: block;
	background: #18c6e0;
    width: 100%;
	padding: 5px 5px 8px;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
}
.contactBanner dl dd p.linkBtn a:hover{
	opacity: 0.5;
}
.contactBanner dl dd p.linkBtn a:hover img{
	opacity: 1;
}


/*下層マイナーチェンジ*/
.contactUnder dl{
	padding: 70px 0 10px;
	background: linear-gradient(0deg, #feffff 80%,#fff09d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.contactUnder dl dt{
	background: none;
	color: #41a405;
	height: 40px;
}
.contactUnder dl dd{
	padding: 10px 45px;
}
.contactUnder dl dd > img{
	width: 570px;
}
.contactUnder .staff{
	width: 27%;
}
.contactUnder .staffComment{
	width: 60%;
	background: #41a405;
	box-shadow: 2px 4px 0 rgba(255,248,116,1);
	padding: 15px 15px;
	left: 0;
	top: 0;
}
.contactUnder .staffComment:after{
	background: url(../../_images/common/contact_fukidasippo_green.png) no-repeat;
	width: 34px;
	height: 25px;
	right: 10px;
	top: auto;
	bottom: -25px;
}
.contactUnder .staffComment p{
	color: #fff;
	font-size: 23px;
}

.contactUnder .staffComment br{
	display: none;
}
.contactUnder dl dd p.linkBtn a{
	width: 75%;
	padding: 15px 5px 18px;
}

@media screen and (max-width: 736px) {
    .contactBanner dl:before,
    .contactBanner dl:after{
        background-size: 100% auto;
    }
    .contactBanner dl:after{
        width: 150px;
        height: 192px;
    }
    .contactBanner dl:before{
        width: 120px;
        height: 100px;
        right: 50px;
        top: auto;
        bottom: 170px;
    }
    
    .contactBanner dl dt{
        padding: 10px 20px;
        padding-right: 160px;
    }
    .contactBanner dl dt img{
        max-width: 390px;
    }
    .contactBanner dl dd{
        width: 70%;
        padding: 15px 20px;
    }
    .contactBanner dl dd ul li.fax,
    .contactBanner dl dd ul li.mail{
        width: 100%;
    }
    .contactBanner dl dd ul li.time{
        letter-spacing: 0;
    }

    .contactBanner dl dd p.linkBtn{
        margin: 10px auto 0;
    }
    .contactBanner dl dd p.linkBtn a img{
        width: auto;
    }

	/*下層マイナーチェンジ*/
	.contactUnder dl{
		padding: 12% 0 10px;
		background: linear-gradient(0deg, #feffff 80%,#fff09d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	.contactUnder dl dt{
		height: 20px;
		padding: 0 5px;
		font-size: 18px;
		text-align: left;
	}
	.contactUnder dl dd{
		padding: 10px;
	}
	.contactUnder dl dd > img{
		width: 75%;
	}
	.contactUnder .staff{
		width: 25%;
	}
	.contactUnder .staffComment{
		width: 100%;
		box-shadow: 2px 4px 0 rgba(255,248,116,1);
		padding: 5px;
		left: 0;
		top: 0;
		right: auto;
		bottom: auto;
	}
	.contactUnder .staffComment:after{
		background: none;
		background-size: 100%;
		width: 25px;
		height: 18px;
		right: 10px;
		top: auto;
		bottom: -18px;
	}
	
	.contactUnder .staffComment p{
		color: #fff;
		font-size: 14px;
	}
	.contactUnder .staffComment br{
		display: none;
	}
	.contactUnder dl dd p.mailAdd{
		font-size: 12px;
		margin-bottom: 5px;
	}
	.contactUnder dl dd p.linkBtn a{
		width: 70%;
		padding: 5px 5px 8px;
	}
	.contactUnder dl dd p.linkBtn a img{
		width: 70%;
	}
}
@media screen and (max-width: 480px) {
    .contactBanner dl:after,
    .contactBanner dl:before{
        display: none;
    }
    
    .contactBanner dl dt{
        padding: 10px 20px;
    }
    .contactBanner dl dt img{
        max-width: 390px;
    }
    .contactBanner dl dd{
        width: 100%;
    }
    .contactBanner dl dd ul{
        font-size: 14px;
    }

    .contactBanner dl dd p.linkBtn{
        margin: 10px auto 0;
    }
    .contactBanner dl dd p.linkBtn a img{
        width: auto;
    }
}

/*---続きを読む---*/
.grad-trigger {
	display: none;
}
.grad-item::before {
  display: none;
}

@media screen and (max-width: 736px) {
	.grad-wrap {
	  position: relative;
	  padding-bottom: 40px;
	}
	.grad-wrap + .grad-wrap {
	  margin-top: 40px;
	}
	.grad-trigger {
		display: block;
		background: #00a6d9;
		color: #fff;
		width: 150px;
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		border-radius: 10px;
		z-index: 10;
	}
	.grad-trigger::after {
	  content: "続きを読む" /*クリック前のボタンのラベル*/
	}
	.grad-trigger .fa {
	  margin-right: .5em;
	}
	.grad-item {
	  position: relative;
	  overflow: hidden;
	}
	.grad-item.is-hide {
	  height: 50px; /*隠した後の高さ*/
	}
	.grad-item::before {
	  display: block;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  content: "";
	  width: 100%;
	  height: 20px; /*グラデーションで隠す高さ*/
	  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	}
	.grad-trigger.is-show::after {
	  content: "閉じる" /*クリック後にボタンのラベルを変える*/
	}
	.grad-trigger.is-show + .grad-item::before {
	  display: none;
	}
}



/*-------画像遅延-------*/

.lazyload{
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity .8s ease-out;
}






