　@charset "utf-8";
/* CSS Document */

/* ---reset------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,section,nav,header,footer{margin:0;padding:0;}ul li,ol li {list-style:none;} h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}input,textarea,select{ font-family: inherit;font-size:inherit; font-weight:inherit;}input,textarea,select{ *font-size:100%;}a img { border:none;}

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
/* ---common----------------------------------------- */
/* -------------------------------------------------- */
.cf:before,.cf:after {content: " "; display: table;}.cf:after {clear: both;}.cf {*zoom: 1;}
.alpha a:hover img {opacity: 0.8;filter: alpha(opacity=80);-ms-filter: "alpha(opacity=80)";}
img {border: 0px; vertical-align: bottom; image-rendering: -webkit-optimize-contrast;}

#pagetop {position: fixed;bottom: 5%;right: 2%;z-index:999;}
#pagetop a {color: #FFF;padding: 2em 1em;text-align: center;font-size: 0.75em;text-decoration: none;border-radius: 6px; }
#pagetop:hover {opacity: 0.8;}

.ggmap {position: relative;padding-bottom: 75%;padding-top: 30px;height: 0;overflow: hidden;}
.ggmap iframe,
.ggmap object,
.ggmap embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.brsp {display:none;}

	.pc {display: block;} 
	.sp {display: none;}

.flexBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

h1 {
	margin: 0;
}

table {
	margin: 0 auto;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

table.borderTable {
	width: 100%;
}

table.borderTable > tbody > tr > th {
	padding: 15px 14px 14px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background: #eeeeee;
	border:1px solid #777777;
}

table.borderTable > tbody > tr > td {
	padding: 7px 5px 9px;
	text-align: left;
	border:1px solid #777777;
}

table.noBorderTable >tbody > tr > td:nth-of-type(1) {
	padding-right: 15px;
}


@media screen and (max-width: 768px) {
	.pc {display: none;}
	.sp {display: block;}
}

a:link {
	color: #99948b;
	text-decoration: none;
	border-bottom: 1px solid #99948b;
}
a:visited {
	color: #666699;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #6666FF;
}

header a:link , footer a:link , .fix-header a:link {border-bottom: 0;}

/* ---pc design-------------------------------------- */
body{
	font-size: 15px;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-text-size-adjust: none;
	line-height: 1.5em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	height: 100%;
	color: #1F1F1F;
	overflow-x: hidden;
}
header.pc {
	background-color: #fffdf2;
	border-bottom: 5px solid #a68348;
}


nav.globalMenu {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}

nav.globalMenu ul {
	margin: 0 auto 5px;
	padding: 0;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.globalMenu li {
	margin-bottom: 15px;
}

.globalMenu  .headerLogo {
	margin:0;
	width: 148px;
}

nav.globalMenu ul {
    padding: 0;
    margin: 0 auto 5px;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

nav.globalMenu li {
	font-size: 18px;
	color: #000000;
}

h2 {
	font-size: 30px;
	color: #A7844A;
	text-align: left;
}
.inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}

.index_left_td {
	padding-bottom: 30px;
	width: 230px;
}

.main {
	width: 100%;
	text-align: left;
}


.main_table {
	margin: 30px auto;
	width: 100%;
	max-width: 1000px;
}

.main .navi {
	display: none;
}


.main_td {
	padding-left: 25px;
	width: 745px;
}

.main_td .main {
	margin: 0;
}



/* --side---------------------------------------- */

.index_left_td .sideBox {
	padding:  10px 8px;
	margin-bottom: 20px;
	background: #fffdf3;
	border: 1px solid #a68348;
}
	
.sideBox .sideH3 {
	margin:0 0 15px;
	font-size: 18px;
	color: #A7844A;
}

.sideBox input[type="submit"] {
	margin: 5px 0;
	padding: 4px 12px;
	color: #fffdf3;
	background: #a68348;
	border: 0;
}

.sideBox .cartCenter {
	margin: 15px 0;
	text-align: center;
}


/* --slider--------------------------------------- */
.bg-slider {
	width: 100%;
	height: 588px;
	position: relative;
	background-position: top center;
	background-size: cover;
	display: flex;
	justify-content: center;
}
.headerText {
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	width: 100%;
	height: 100%;
}
.bg-slider .inner{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
}

#theTarget div.sliderInner {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}



/* --slider end----------------------------------- */

h2.iconH2 {
	padding-left: 85px;
	position: relative;
}

h2.iconH2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

h2.iconH2.handmade::before {
	width: 56px;
	height: 78px;
	background: url("image/icon_handmade@2x.png") no-repeat;
	background-size: cover;
	top:70%;
	left:0;
	transform:translateY(-70%);
	-webkit-transform:translateY(-70%);
}

h2.iconH2.merit::before {
	width: 62px;
	height: 70px;
	background: url("image/icon_merit@2x.png") no-repeat;
	background-size: 100%;
	top:70%;
	left:0;
	transform:translateY(-70%);
	-webkit-transform:translateY(-70%);
}

h2.iconH2.lineup::before {
	width: 60px;
	height: 72px;
	background: url("image/icon_lineup@2x.png") no-repeat;
	background-size: 100%;
	top:70%;
	left:0;
	transform:translateY(-70%);
	-webkit-transform:translateY(-70%);
}


.hmArea {
	padding: 80px 0 60px;
}

.hmArea p {
	padding-left: 85px;
	width: 90%;
	text-align: left;
	font-size: 22px;
	line-height: 1.6em;
}

.meritArea {
	padding: 60px 0 45px;
	background: #f5f3f0;
}

.meritArea ul.meritList {
	margin: 37px 0 42px;
}



.meritArea ul.meritList li {
	margin-bottom: 40px;
	padding-left: 85px;
	min-height: 63px;
	position: relative;
	text-align: left;
	font-size: 22px;
	line-height: 1.6em;
}

.meritArea ul.meritList li div {
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

.meritArea ul.meritList li::before {
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 63px;
	height: 63px;
}

.meritArea ul.meritList li.merit1::before {
	background: url("image/icon_relief@2x.png") no-repeat;
	background-size: cover;
}

.meritArea ul.meritList li.merit2::before {
	background: url("image/icon_independent@2x.png") no-repeat;
	background-size: cover;
}

.meritArea ul.meritList li.merit3::before {
	background: url("image/icon_easily@2x.png") no-repeat;
	background-size: cover;
}


.lineupArea {
	padding: 46px 0 74px;
}

.lineupArea .lineupBox ul {
	margin: 0;
	padding: 0;
	width: 274px;
}



.lineupBox .lineupTitle {
	font-size: 16px;
}

.lineupData {
	font-size: 14px;
}

.lineupText {
	font-size: 14px;
}


footer {
	padding: 40px 0 54px;
	color: #D4AD7D;
	background-color: #2D3F3C;
}

footer .footerLogoArea {
	margin: 0 auto;
	width: 40%;
}

footer .footerNav {
	width: 100%;
	margin: 0 auto 68px;
	font-size: 18px;
	justify-content: space-around;
}

footer .footerNav ul {
	margin:  0 0 54px;
	padding:0;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

footer .footerNavi li {
	height: 41px;
}

footer .footerNavi li.footerLogo {
	width: 148px;
	height: 100%;
}

footer .footerNavi2 {
	padding-bottom: 62px;
	margin: 0 auto;
	width: 56%;	
}
footer .footerNavi2 ul {
	margin: 0 auto;
	padding:0;
}

footer .footerNavi2 li {
	height: auto;
}

footer .footerNavi2 a {
	color: #D4AD7D;
}

footer .footerNav img {
	vertical-align: bottom;
}

footer small {
	font-size: 18px;
}

.fix-header {
    position: fixed;
    top: -112px;
    width: 100%;
    z-index: 10000;
	background: #fffdf2;
	border-bottom: 5px solid #a68348;
}

.fix-header .fixMenu {
}

.fix-header .fixMenu ul {
	padding: 0;
	margin: 0 auto 5px;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.fix-header .fixMenu li {
	margin-bottom: 15px;
}

.fix-header .fixMenu .fixLogo {
	margin:0;
	width: 100px;
}



/* --page--------------------------------------- */

.main .page_title {display: none;}

.main h2 {margin: 0 0 20px 0;}

/*.pageHeader .headerNav1 {
	margin-top: 0;
	width: 335px;
}

.pageHeader .headerNav2 {
	margin-bottom: 0;
}

.pageHeader ul {
	padding-left: 0;
}

.pageHeader nav.globalMenu a {
	color: #FFFFFF;
}


.contents02 {
	margin: 88px 0 50px;
}

.contents02 .pageTitleArea {
	padding: 65px 66px;
	height: 160px;
}

.contents02 .pageTitleArea h2 {
	margin: auto;
	width: 100%;
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
}

.contents02 .pageRead {
	margin: 43px auto 92px;
}

.contents02 h3 {
	margin: 0;
	padding: 28px 16px;
	color: #FFFFFF;
	text-align: left;
	background-color: #333333;
}

.contents02 .introImage {
	margin-bottom: 50px;
	width: 238px;
}

.contents02 table.formTable {
	width: 1000px;
	font-size: 15px;
	line-height: 120%;
}

.contents02 table.formTable th,
.contents02 table.formTable td {
	padding: 1em;
	width: auto;
	border: 1px solid #cccccc;
}

.contents02 table.formTable th {
	margin-top: 5px;
	text-align: left;
	font-weight: normal;
	background-color: #f5f3f0;
}

.contents02 table.formTable td {
	text-align: left;
}*/
.pageContents {margin-bottom: 50px;}


.pageContents02 {
	margin:30px auto 50px;
	width: 100%;
	max-width: 1000px;
}

.guide .guideTable th {
	width: 30%;
}


@media screen and (max-width: 572px) {
	
}

/* ---sp design-------------------------------------- */
@media screen and (max-width: 768px) {
.headerPC {display:none;}
.headerSP {
	padding-bottom: 1em;
	width:100%;
	height: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	background-color: #fffdf2;
	border-bottom: 5px solid #a68348;
}

	.headerSP {
	padding-top: 163px;
	position: relative;
}
	
.headerSP h1 img {
	height: 163px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin:0.5em auto;
	text-align: center;
}

nav.globalMenuSP {
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	background-color: #fffdf2;
	color: #000;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
}
nav.globalMenuSP ul {
	background: #fffdf2;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.globalMenuSP ul li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #FFFFFF;
}

nav.globalMenuSP ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

nav.globalMenuSP ul li a {
	display: block;
	color: #FFFFFF;
	padding: 1em 0;
}

	/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSP.active {
	transform: translateY(0%);
}

.navToggle {
	display: block;
	position: fixed;	/* bodyに対しての絶対位置指定 */
	right: 13px;
	top: 12px;
	width: 42px;
	height: 51px;
	cursor: pointer;
	z-index: 999;
	background: #fffdf2;
	text-align: center;
	border-radius: 5px;
}

.navToggle span {
	display: block;
	position: absolute;	/* .navToggleに対して */
	width: 30px;
	border-bottom: solid 3px #a68348;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}

.navToggle span:nth-child(1) {
	top: 9px;
}

.navToggle span:nth-child(2) {
	top: 18px;
}

.navToggle span:nth-child(3) {
	top: 27px;
}

.navToggle span:nth-child(4) {
	border: none;
	color: #a68348;
	font-size: 9px;
	font-weight: bold;
	top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ---sp slider--------------------------------------- */
/*#container{
	height: auto;
	margin: 0 auto;
	padding: 0;
	z-index: 0;
}

#container:after{
	content:".";
	display: block;
	clear: both;
	width: 100%;
	max-height: 0;
	visibility: hidden;
	z-index: 0;
}

#container #theTarget {
	margin: 0 0 20px;
	}
	
#container #theTarget table {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

#container #theTarget table td {
	height: 50vh;
	text-align: center;
}

#container #theTarget table td.maintxt1 img {
	width: 90%;
}

#container #theTarget table td.maintxt2 img {
	width: 96%;
}*/
	
	h2 {
		font-size: 24px;
		line-height: 1.2em;
	}
	
.hmArea {
	padding: 30px 0; 
}
	
.hmArea p {
	margin: 0 auto;
	padding-left: 0;
	}
	
.meritArea {
	padding: 30px 0;
}

	.meritArea ul.meritList {
		margin: 0;
		padding-left: 0;
		
	}

.meritArea ul.meritList li {
    margin-bottom: 15px;
    padding-left: 55px;
    min-height: 45px;
    position: relative;
    text-align: left;
    font-size: 20px;
    line-height: 1.6em;
}

.meritArea ul.meritList li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
}

.meritArea ul.meritList li div {
	position: inherit;
	transform: none;
}

.lineupBox {
	margin: 0 auto;
}
	
footer {
		padding-top: 180px;
	}

footer .inner {
	margin: 0 auto;
	width: 96%;
	position: relative;
}

footer ul.flexBox {
	justify-content: center;
	-webkit-justify-content: center;
	position: relative;
}

footer li {
	margin: 0 1em;
	height: 20px;
}

footer .footerNavi li.footerLogo {
	margin: 0 auto;
	width: 120px;
	height: 100%;
	position: absolute;
	top: -150px;
	right: 0;
	left: 0;
}
	
footer .footerNavi2 {
	width: 96%;
}

.fix-header {
	display: none;
}
}