@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/
*{
	margin:0;
	padding:0;
}
img{
	border:none;
}
a{
	outline:none;
	color:#000;
	text-decoration:none;
}
body{
	font-family:"HG正楷書体-PRO", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#42210b;
	background-color:#f6f2e2;
}
h1{
	text-align:center;
	margin-bottom:50px;
}
.MGB15{
	margin-bottom:15px;
}
.MGTOP{
	margin-top:20px;
}
.brandinfo_floatL{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.brandinfo_floatR{
	float:right;
	margin-bottom:20px;
}
.brandinfo480_floatL{
	float:left;
	margin-bottom:20px;
}
.brandinfo480_floatR{
	float:right;
	margin-bottom:20px;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* モバイルレイアウト : 480 px およびそれ以下. */

.gridContainer {
	width: 100%;
	overflow: hidden;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#rogo,#navi,#change,#candle,#candle_tab{
	display:none;
}
#menu{
	display:block;
}
#main {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;

	height:60vh;
	background-image:url(image/index480.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	position:relative;
}
#about {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#about h1,#brand h1,#blog h1,#online h1,#contact h1,#mapPC,#shopPC{
	display:none;
}
#about h2,#brand h2,#blog h2,#online h2,#contact h2{
	display:block;
	text-align:center;
	margin-bottom:40px;
	padding:0 15px;
}
#brand {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#brand p{
	font-size:12px;
	line-height:1.8em;
	letter-spacing:1.2px;
}
#brandback{
	width: 100%;
	height:100%;
	background-color:#e0ceb5;
}
#brandinfo,#brandinfoTAB{
	display:none;
}
#brandinfo480{
	display:block;
	width:90%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}
#brandinfo480 ul li{
	list-style-type:none;
}
#brandinfo480 ul li img{
	width:47%;
	height:auto;
}
#aboutback{
	padding:30px;
	background-color:#e0ceb5;
}
#aboutback p{
	text-align:left;
	letter-spacing:0.6px;
	line-height:1.4em;
	font-size:13px;
	margin-bottom:10px;
}
#blog {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#blog p{
	font-size:12px;
	line-height:1.8em;
	letter-spacing:1.2px;
}
#bloglink,#onlinelink{
	display:none;
}
#bloglink480,#onlinelink480{
	display:block;
	text-align:center;
	margin-bottom:50px;
}
#online {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#a7937f;
	padding:30px 0 50px 0;
}
#shop {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding:30px 0 50px 0;
}
#shop p{
	text-align:center;
	margin-bottom:20px;
	letter-spacing:1.2px;
	line-height:1.3em;
	font-size:12px;
}
#map {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height:28vh;
}
#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding:30px 0px 50px 0px;
}
#contact p{
	font-size:12px;
	line-height:1.8em;
	letter-spacing:1.2px;
}

.form{
	margin:0 auto;
}

#contactform {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#a7937f;
/*	padding:30px 0 50px 0;*/
	padding:10% 0 20% 0;
}
#contactmail{
	width:85%;
	height:100%;
	margin:auto auto;
}


#contactform p{
	font-size:12px;
	text-align:left;
	line-height:1.2em;
	letter-spacing:0.5px;
	color:#FFF;
}
#contactform table th{
	text-align:right;
	padding-right:20px;
	color:#FFF;
}
#contactform table td textarea{
	width:160px;
	resize:none;
}

.paddingTB{
	padding-bottom:12px;

}

#contactform table td input.ex1,#contactform table td input.ex3{
	width:160px;
	height:20px;
}
#contactform table td input.ex2{
/*	width:109px;*/
	width:80px;
	height:27px;
	background-color:#a7937f;
	color:#FFF;
	border:solid 1px #FFF;
	
	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;	
}
#contactform table td select{
	width:90px;
}
#personal2{
	width:90%;
	font-size:12px;
	text-align:left;
	line-height:1.3em;
	letter-spacing:0.5px;
	margin:5px auto 10px;
}
#personal{
	width:90%;
	font-size:12px;
	text-align:left;
	line-height:1.3em;
	letter-spacing:0.5px;
	margin:0 auto;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#22170e;
	color:#FFF;
	font-size:10px;
	font-family:"HG正楷書体-PRO", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:400;
	line-height:1.8em;
}
#footer p{
	text-align:center;
	letter-spacing:1.5px;
}
#footerrogo{
	width:118px;
	height:72px;
	padding-left:20px;
	padding-top:20px;
	margin-bottom:20px;
}
#footerinfo{
	width:100%;
	padding-left:20px;
	margin-bottom:50px;
}
#footerinfo p{
	text-align:left;
	color:#FFF;
}
#copyright{
	width:100%;
	font-size:9px;
	letter-spacing:1px;
	padding-bottom:10px;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	overflow: hidden;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#rogo,#navi,#change{
	display:none;
}
#menu{
	display:block;
}
#main {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;

	height:60vh;
	background-image:url(image/index.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	position:relative;
	padding-top:10%;
}
/*2024/1/10画像を元に戻したwidth以下を生かした*/
#candle{
	display:none;
/*	width: 70%;
	height: auto;
	margin: auto;
	display: block;*/
}
#candle_tab{
	width: 60%;
	height: auto;
	margin: auto;
	display: block;
	
/*2024/1/10画像を元に戻した時*/
/*	width: 456px;
	height: 282px;
	margin: auto;
	display: block;*/
}
#about {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#about h1,#brand h1,#blog h1,#online h1,#contact h1,#mapPC,#shopPC{
	display:none;
}
#about h2,#brand h2,#blog h2,#online h2,#contact h2{
	display:block;
	text-align:center;
	margin-bottom:40px;
	padding:0 15px;
}
#brand {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#brandback{
	width:100%;
	height:auto;
}
#brandinfo,#brandinfo480{
	display:none;
}
#brandinfoTAB{
	display:block;
	width:482px;
	height:900px;
	margin:0 auto;
	padding:30px 0;
}
#brandinfoTAB ul li{
	list-style-type:none;
}
#blog {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#online {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#shop {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
	margin-bottom:10px;
	letter-spacing:1.2px;
	line-height:1.3em;
}
#map {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height:28vh;
}
#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contact p{
	font-size:12px;
	line-height:1.6em;
	letter-spacing:1.2px;
}
#contactform {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#a7937f;
	padding:3% 0 5% 0;
}
#personal2{
	width:80%;
	font-size:12px;
	text-align:left;
	line-height:1.6em;
	letter-spacing:0.5px;
	margin:5px auto 10px;
}
#personal{
	width:80%;
	font-size:12px;
	text-align:left;
	line-height:1.6em;
	letter-spacing:0.5px;
	margin:0 auto;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom:10px;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 1030px) {
.gridContainer {
	width: 100%;
	overflow: hidden;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height:90px;
	background-color:#22170e;
}
#rogo{
	display:block;
	width: 64px;
	height: 92px;
	float: left;
	margin: 5px 0 0 60px;
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 30;
}
#menu,#candle_tab{
	display:none;
}
#navi{
	width:860px;
	height:29px;
	float:right;
	margin:30px 30px 0 0;
	display: block;
}
#navi ul li{
	list-style-type:none;
	float:left;
	margin-right:35px;
}
#navi ul li a:hover{
	opacity:0.8;
}
#change{
	height:90px;
	width:100%;
	position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 9999;
	background-color:#22170e;
}
#main {
	clear: both;
	width: 100%;
	display: block;
	height:75vh;
	background-image:url(image/index.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	position:relative;
	padding-top:10%;
}
#candle{
	width: 627px;
	height: 461px;
	margin: auto;
	display: block;
}
#about {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
	padding-top:5px;
}
#aboutback{
	width:100%;
	height:auto;
	padding-top:60px;
/*	背景に画像を入れる場合はここを有効にする
	background-image:url(image/aboutus.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color:#000;
*/	background-color:#e0ceb5;
	
}
#aboutback p{
	text-align:center;
	font-size:17px;
	font-weight:580;
	letter-spacing:1.2px;
	line-height:1.7em;
	margin-bottom:15px;
}
#about h2,#brand h2,#blog h2,#online h2,#contact h2{
	display:none;
}
#about h1,#brand h1,#blog h1,#online h1,#contact h1{
	display:block;
	text-align:center;
	margin-bottom:50px;
}
#brand {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#brandback{
	height:534px;
	background-image:url(image/brand.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	padding-top:100px;
}
#brandinfo{
	width:984px;
	height:408px;
	margin:0 auto;
	display:block;
}
#brandinfo ul li{
	list-style-type:none;
}
#brandinfo480,#brandinfoTAB{
	display:none;
}
#blog {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	height:550px;
}
#bloglink,#onlinelink{
	display:block;
	text-align:center;
}
#bloglink480,#onlinelink480{
	display:none;
}
#online {
	clear: none;
	float: left;
	width: 50%;
	display: block;
	height:550px;
	padding:0;
}
#map{
	display:none;
}
#mapPC{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height:550px;
}
#mapPCin {
	float: left;
	width: 50%;
	height:550px;
}
#shopPC{
	float: right;
	width: 50%;
	height:550px;
	padding:0;
	display: block;
	position:relative;
}
#shopPC h1{
	margin-bottom:40px;
}
#shopPC p{
	text-align:center;
	margin-bottom:10px;
	letter-spacing:1.2px;
	line-height:1.2em;
	font-size:14px;
}
.allow{
	float:left;
	position: absolute;
	top: 250px;
	left: 10%;
	z-index: 40;
}
#shop {
	display:none;
}
#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	height:470px;
}
#contactform {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 50%;
	display: block;
	background-color:#a7937f;
/*	height:490px;*/
	height:100%;
/*	padding:30px 0 0 0;*/
	padding:2% 0 3% 0;
}
#contactmail{
	width:85%;
	height:100%;
	margin:0 auto;
}
#contactform p{
	font-size:12px;
	text-align:left;
	line-height:1.4em;
	letter-spacing:0.5px;
}
#contactform table th{
	text-align:right;
	padding-right:20px;
}
#contactform table td textarea{
	width:300px;
	resize:none;
	
/*	font-size: 18px;*/
/*	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;
	width: 100%;*/
	max-width: 100%;
}
.paddingTB{
	padding-bottom:23px;
}
#contactform table td input.ex1,#contactform table td input.ex3{
	width:300px;
	height:23px;
	margin-bottom:10px;
}
.topmargin{
	padding-top:100px;
}
#contactform table td input.ex2{
	width:109px;
	height:27px;
	background-color:#a7937f;
	color:#FFF;
	border:solid 1px #FFF;
	margin-bottom:15px;
	
	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;	
}
#contactform table td select{
	width:90px;
	
/*	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;*/
}


/*#contactform table td checkbox{
	
	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;


}*/

#personal2{
	width:95%;
	margin:5px auto 15px;
}
#personal{
	width:95%;
	margin:10px auto;
}


/*div#example_selector select {
	font-size: 18px;
	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	outline: none;
}*/

/*#contactform table td input.ex1,#contactform table td input.ex3,
#contactform table td input.ex4{
	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}*/


#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom:10px;
}
#footerrogo{
	width:118px;
	height:72px;
	padding-left:30px;
	padding-top:30px;
	margin-bottom:20px;
}
#footerinfo{
	width:100%;
	padding-left:30px;
	margin-bottom:30px;
}
#footerinfo p{
	text-align:left;
	color:#FFF;
	font-size:12px;
}
#copyright{
	width:100%;
	font-size:9px;
	letter-spacing:1px;
	color:#FFF;
}
}
