@charset "utf-8";
/* CSS Document */
/* =================================================================================================
 *  common
 * =================================================================================================*/
/* =================================================================================================
 *  header
 * =================================================================================================*/
.header {
	background: rgba(255,255,255,0.8);/*(66, 35, 17, 0.8)*/
	width: 100%;
	overflow: hidden;
}
.header_box {
	width: 320px;
	margin: 0 auto;
	overflow: hidden;
}
.header_logo {
	text-align: center;
	padding-top: 12px;
	width: 300px;
}
.header_logo img{
	width: 100%;
}
.header hr {
	clear: both;
	border: solid 1px rgba(66, 35, 17, 0.8);
	margin-top: 12px; 
}
/* =================================================================================================
 *  right_box
 * =================================================================================================*/
.right_box {
	width: 280px;
	margin: 32px auto 0;
	}
.side_nav {
	width: 270px;
	margin: 0 auto 24px;
	padding: 4px;
	overflow: hidden;
	border: solid 1px #673301;
}
.side_nav h3 {
    text-align: center;
    font-size: 18px;
    padding: 6px;
    color: #673301;
    letter-spacing: .4em;
}
.list_box {
	background: rgba(66, 35, 17, 0.8);
}
.side_nav li {
    text-align: center;
    padding: 16px 0;
    width: 95%;
    margin: 4px auto;
}
.side_nav a {
	color: #fff;
	position: relative;
	padding: .1em;
	text-decoration: none;
	letter-spacing: .2em;
}
.side_nav a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 1px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #674b23;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
.side_nav a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
	transform: scaleX(1);
}
.side_banner {
	width: 280px;
	margin: 0 auto;
}
.side_banner li{
	margin: 0 0 24px;
}
.side_banner img{
	width: 100%;
}
/* =================================================================================================
 * footer
 * =================================================================================================*/
.footer {
	background: rgba(66, 35, 17, 0.8);
	width: 100%;
	overflow: hidden;
	margin-top: 80px; 
}
/* =================================================================================================
 *  privacy
 * =================================================================================================*/
.privacy_box{
	width: 300px;
	margin: 32px auto 0;
}
.privacy_box hr {
	clear: both;
	border: solid 1px rgba(66, 35, 17, 0.8);
	margin-top: 12px;
}
.privacy_title{
	font-size: 18px;
	margin: 0 0 24px;
}
.factory_01{
	clear: both;
	margin: 0 0 24px;
    overflow: hidden;
	padding: 0 0 10px;
	border-bottom: medium solid rgba(66, 35, 17, 0.8);
}
.factory_text,.factory_text1{
	margin: 0 0 16px;
}
.factory_text h3,.factory_text1 h3{
	font-size: 18px;
	margin: 0 0 16px;
	line-height: 30px;
}
.factory_text p,.factory_text1 p{
	line-height: 30px;
}
.factory_text span,.factory_text1 span{
	font-size: 16px;
	color: #990000;
}
span.boldly{
	font-size: 16px;
	color: #990000;	
    font-weight: bold;
}
.factory_img{
	margin: 0 0 16px;
}
.factory_img img{
	width: 100%;
}

/* =================================================================================================
 *  about
 * =================================================================================================*/
.about_container {
	width: 300px;
    margin: 32px auto 0;
}
.about_container hr {
	clear: both;
	border: solid 1px rgba(66, 35, 17, 0.8);
	margin-top: 12px;
}	
.about_title2 {
	font-size: 18px;
	margin: 0 0 24px;
}
.about_title2 img {
	padding: 0 8px 0 4px; 	
}
.table1 {
    border: 1px solid #ccc;
    border-bottom: none;
    margin-bottom: 25px;
}
.table1 dl {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.table1 dl dt {
    padding: 10px;
    background-color: rgba(244, 241, 241, 0.68);
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    vertical-align: top;
 }
.table1 dl dd {
     min-height: 36px;
    padding: 8px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}
.table1  dd {
    line-height: 32px;
    background: rgba(255, 255, 255, 0.63);
}
/* =================================================================================================
 *  menu
 * =================================================================================================*/
.menu_container {
	width: 300px;
    margin: 32px auto 0;
}
.menu_container hr {
	clear: both;
	border: solid 1px rgba(66, 35, 17, 0.8);
	margin-top: 12px;
}	
.menu_title2 {
	font-size: 18px;
	margin: 0 0 24px;
}
.menu_title2 img {
	padding: 0 8px 0 4px; 	
}
.top_menu {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.top_menu img {
	width: 100%;
}

.atelier_text h3{
	font-size: 21px;
	margin: 24px 0;
}
.atelier_text p{
	line-height: 24px;
}
.atelier_img{
	margin: 24px 0;
}
.atelier_text span{
	color: #990000;
}

.sale_img01{
	margin: 16px 0;
}
.sale_img01 img{
	width: 100%;
}
/* =================================================================================================
 *  sitemap
 * =================================================================================================*/
.sitemap_box{
	width: 300px;
	margin: 32px auto 0;
}
.sitemap_box hr {
	clear: both;
	border: solid 1px rgba(180, 74, 102, 0.8);
	margin-top: 12px;
}
.sitemap_title{
	font-size: 18px;
	margin: 0 0 24px;
}
.sitemap_title img {
	padding: 0 8px 0 4px; 	
}
.sitemap_list li {
	line-height: 32px;
}
.space_left {
	margin-left: 11px;
}
.space a{
	text-decoration: none;
	outline: none;
	position: relative;
	line-height: 40px;
	-webkit-perspective: 300px;
	perspective: 300px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.space a:hover {
	letter-spacing: 4px;
	text-decoration: underline;
}
.space a:hover {
	color: rgba(180, 74, 102, 0.8); 
}
.space a::before,
.space a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.space a,
.space a::before,
.space a::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.space a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	opacity: 0;
}
.space a:hover::after {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
}
/* =================================================================================================
 *  404
 * =================================================================================================*/
.error_box{
	width: 300px;
	margin: 32px auto 0;
}
.error_box hr {
	clear: both;
	border: solid 1px rgba(180, 74, 102, 0.8);
	margin-top: 12px;
}
.error_title{
	font-size: 18px;
	margin: 0 0 24px;
}
.error_title img {
	padding: 0 8px 0 4px; 	
}

/* =================================================================================================
 *  gallery
 * =================================================================================================*/
.gallery_menu li{
	margin: 0 0 32px;
}
.gallery_menu img{
	width: 100%;
}
.gallery_list img{
	width: 100%;
}
.gallery_list li{
	margin: 0 0 32px
}
.gallery_text{
	margin: 16px 0;
}
.gallery_text p{
	text-align: left;
}
.gallery_fee p{
	text-align: right;
}
.gallery_box1 {
	border: 1px solid #ececec;
	padding: 3%;
	background: #efefef;
	margin-bottom: 32px;
}
.gallery_box1 h3 {
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0em;
	border-left: 7px solid #261010;
	padding-left: 5px;
	margin-bottom: 10px;
	color: #261010;
	font-family: "游ゴシック", 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.gallery_box2 {
	border: 1px dotted #aaa;
	margin-bottom: 32px;
	padding: 3% 3% 5%;
}
.gallery_box2 img {
	width: 100%;
	margin: 10px auto;
}
.gallery_box2 h3 {
	font-family: "游ゴシック", 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	margin-top: 10px;
	color: #aa3400;
}
.gallery_box2 h3 span {
	display: block;
	text-align: right;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}
p#fee_1{
	text-decoration: line-through;
}
p#fee_2{
	color: red;
}

.gallery_btn{
	text-align: center;
	margin: 32px 0 0;
}
.button_1 {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button_1::before,
.button_1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_1,
.button_1::before,
.button_1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_1 {
	background-color: #fff;
	border: 2px solid #333;
	color: #333;
	line-height: 50px;
}
.button_1:hover {
	border-style: dashed;
}
.sale{
	margin: 0 0 16px;
}
.about_title2 h2{
	line-height: 24px;
}
.sale p{
	line-height: 30px;
}
p.sale_t{
	margin: 0 0 32px;
}
span.sale_red{
	color: red;
}
span.sale_1{
	font-size: 24px;
}
br.a1{
	display: none;
}
@media screen and (min-width:600px){	
/* =================================================================================================
 *  common
 * =================================================================================================*/
/* =================================================================================================
 *  header
 * =================================================================================================*/
	.header_box {
		width: 580px;
	}
/* =================================================================================================
 *  right_box
 * =================================================================================================*/
	.right_box {
		overflow: hidden;
		width: 580px;
	}
	.side_nav {
		float: left;
		margin: 0;
		
	}
	.side_banner {
		float: right;
	}
/* =================================================================================================
 *  privacy
 * =================================================================================================*/
	.privacy_box {
		width: 580px;
	}

	.factory_text {
		width: 65%;
		float: left;
	}
	.factory_img{
		width: 30%;
		float: right;
	}
/* =================================================================================================
 *  sale
 * =================================================================================================*/
	.sale_img01{
		width: 350px;
		margin: 16px auto;
	}

/* =================================================================================================
 *  about
 * =================================================================================================*/
	.about_container {
		width: 580px;
	}

/* =================================================================================================
 *  menu
 * =================================================================================================*/
	.menu_container {
		width: 600px;
	}


/* =================================================================================================
 *  sitemap
 * =================================================================================================*/
	.sitemap_box {
		width: 580px;
	}
/* =================================================================================================
 *  404
 * =================================================================================================*/
	.error_box {
		width: 580px;
	}

/* =================================================================================================
 *  gallery 
 * =================================================================================================*/
	.gallery_list ul {
		list-style-type: none;
		padding-left: 0;
	}
	.gallery_list li {
		width: 44%;
		float: left;
		margin: 0 16px 32px;
	}
	.inline {
		text-align: center;
	}
	.inline li {
		display: inline;
	}


}	
@media screen and (min-width:768px){
/* =================================================================================================
 *  common
 * =================================================================================================*/
	.main_box {
		width: 748px;
		margin: 0 auto;
	}
	.left_box {
		float: left;
		width: 68%;
	}
/* =================================================================================================
 *  header
 * =================================================================================================*/
	.header_box {
		width: 748px;
	}
	.header_title {
		padding: 8px 0 8px;
	}
	.header_logo {
		float: left;
		padding-top: 0;
	}
	.header_btn {
		float: right;
		margin-right: 8%;
	}
	.header_tel {
		float: left;
		margin: 4px 12px 0 0;
	}
	.header_contact {
		float: left;
		margin: 4px 0 0 0;	
	}
	.button2 {
		display: inline-block;
		width: 180px;
		height: 48px;
		text-align: center;
		text-decoration: none;
		line-height: 45px;
		outline: none;
		position: relative;
		z-index: 2;
		background-color: transparent;
		border: 2px solid #673301;
		color: #422311;
		overflow: hidden;
	}
	.button2:hover {
		color: #fff;
		letter-spacing: 3px;
	}
	.button2::before,
	.button2::after {
		position: absolute;
		z-index: -1;
		display: block;
		content: '';
	}
	.button2,
	.button2::before,
	.button2::after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.button2::after {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
	.button2:hover::after {
		background: rgba(66, 35, 17, 0.8);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
/* =================================================================================================
 *  right_box
 * =================================================================================================*/
	.right_box {
		float: right;
		width: 220px;
		margin-top: 60px; 
	}
	.side_nav {
		clear: both;
		width: 210px;
		margin: 0 0 24px;
		
	}
	.side_banner {
		clear: both;
		width: 100%;
	}
/* =================================================================================================
 *  privacy
 * =================================================================================================*/
	.privacy_box {
		width: 100%;
		float: left;
	    margin: 60px 0 0;
	}
/* =================================================================================================
 *  about
 * =================================================================================================*/
	.about_container {
		width: 100%;
		float: left;
	    margin: 60px 0 0;
	}

/* =================================================================================================
 *  menu
 * =================================================================================================*/
	.menu_container {
		width: 100%;
		margin: 60px 0 0;
	}

/* =================================================================================================
 *  sitemap
 * =================================================================================================*/
	.sitemap_box {
		width: 100%;
		float: left;
	}
/* =================================================================================================
 *  404
 * =================================================================================================*/
	.error_box {
		width: 100%;
		float: left;
	}
/* =================================================================================================
 *  gallery 
 * =================================================================================================*/
	.gallery_list li {
		width: 43%;
	}
		
	br.a2{
		display: none;
	}
	br.a1 {
	    display: -webkit-box;
	}
}
@media screen and (min-width:1024px){
/* =================================================================================================
 *  common
 * =================================================================================================*/
	.main_box {
		width: 1000px;
		overflow: hidden;
	}
/* =================================================================================================
 *  header
 * =================================================================================================*/
	.header {
		margin-bottom: 12px; 
	}
	.header_box {
		width: 1000px;
	}
	.header_btn {
		margin-right: 0;
	}
	.header hr {
		display: none;
	}
/* =================================================================================================
 * nav
 * =================================================================================================*/
	.nav2 {
		background: rgba(66, 35, 17, 0.8);
	}
	.nav2_box{
		width: 1000px;
		margin: 0 auto;
		overflow: hidden;
	}
	.nav2_list li {
		float: left;
		padding: 16px 57px;
	}
	.nav2_list a {
		color: #fff;
		position: relative;
		padding: .1em;
		text-decoration: none;
	}
	.nav2_list a::after {
	   content: '';
	   position: absolute;
	   bottom: 0;
	   left: 0;
	   width: 100%;
	   height: 1px;
	   -webkit-transform: scaleX(0);
	   -ms-transform: scaleX(0);
	   transform: scaleX(0);
	   background-color: #fff;
	   -webkit-transition: all .3s ease;
	   transition: all .3s ease;
	}
	.nav2_list a:hover::after {
	    -webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
		transform: scaleX(1);
	}
/* =================================================================================================
 *  right_box
 * =================================================================================================*/
	.right_box {
		width: 30%;
	}
	.side_nav {
		width: 270px;
	    margin: 0 0 0 20px;
	}
	.side_banner {
		width: 280px;
	    margin: 24px 0 0 20px;
	}	
/* =================================================================================================
 *  privacy
 * =================================================================================================*/
/* =================================================================================================
 *  about
 * =================================================================================================*/
    .table1 {
        max-width: 100%;    
    }
    .table1 dl {
        width: 100%;
        display: table;
        table-layout: fixed;
    }
    .table1 dl dt {
        width: 100px;
        padding: 10px;
        display: table-cell;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
     .table1 dl dd {
        min-height: none;
        display: table-cell;
    }
    .table1  dd {
        width: 300px;
    }
/* =================================================================================================
 *  gallery 
 * =================================================================================================*/
	.gallery_list li {
		width: 45%;
	}

	br.a5{
		display: none;
	}	
}
@media screen and (max-width:599px){
	br.a4{
		display: none;
	}
}
@media screen and (max-width:767px){
	.header_title {
		display: none;
	}
	.header_btn {
		display: none;
	}
	br.a1{
		display: none;
	}
	br.a3{
		display: none;
	}
}
@media screen and (max-width:1023px){
	.nav2 {
		display: none;
	}
} 