@charset "UTF-8";
/* ボディ */
body {text-align: center;font-size:11pt;line-height:160%;margin:0 auto;font-family: "source-han-serif-japanese",serif;color:#540000;text-shadow: 1px 1px 2px #000019,-1px 1px 2px #000019,1px -1px 2px #000019,-1px -1px 2px #000019; 
background-image: url(img/haikei.gif);
background-repeat: repeat;
background-size:512px auto;
background-color:#000019;
}
	
a:link {color: #996633;text-decoration: none;}
a:visited {color: #996633;text-decoration: none;}
a:hover {color: #540000;text-decoration: none;}
a:active {color: #996633;text-decoration: none;}

#menu a {margin:0; padding:0; color:#540000;}
#menu a:link {color: #540000;text-decoration: none;}
#menu a:visited {color: #540000;text-decoration: none;}
#menu a:hover {color: #996633;text-decoration: none;}
#menu a:active {color: #540000;text-decoration: none;}


/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	/* ボディ */
	body
	{
	font-size: 14px ;	/* 文字サイズ */
	width: 100% ;
}

}


/* ヘッダー */
.header
{
border-bottom: 1px solid #540000 ;		/* 枠線 */
text-align: center ;			/* テキスト、画像の真ん中寄せ*/
padding: 0 ;			/* 上下の余白 */
margin-bottom: 0em ;			/* 他のブロックとのスペース */
}



/* top画像を囲むh1 */
.top-wrapper
{
margin: 0 ;
	padding: 0 ;
	line-height: 0 ;
}

/* 画像 */
.gazou
{
	max-width: 90% ;
	height: auto ;
}

.gazou02
{
	width: 200px ;
	height: auto ;
}
/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	.gazou02
	{
		width: 190px ;
}
}

/* フッター */
.footer
{
	text-align: center ;			/* テキスト、画像の真ん中寄せ*/
	font-size:12px;
	color: #540000;text-decoration: none;
background-size:100% auto;/*
	margin-top: 10em ;			/* 他のブロックとのスペース */
		padding: 10em 0 5 0 ;			/* 上下の余白 */
width:100%;
	bottom:0;
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.wrapper
{
	width: 1000px ;
	margin: 0px auto;
	padding: 0 ;			/* 上下左右の余白を0にしておく */
}

/* 小サイズ */
@media screen and (min-width: 480px)and (max-width: 999px)
 {
		.wrapper
	{width: 100% ;
}
}
 
/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	.wrapper
	{
		width: auto ;
padding: 0 20px ;
}
}


/* メインキャッチコピーCSS */
.toptext
{
	text-align: center ;			/* テキスト、画像の真ん中寄せ*/
}


.wrapper
{
	overflow: hidden ;
}



/* ドロップダウンメニュー*/
#menu { 
color: #ffffff;
margin: 0 ;
line-height:160%;
}
.slicknav_menu {
 display:none;
}
 
@media screen and (max-width: 480px) {
#menu {
 display:none;
}
 
.slicknav_menu {
 display:block;
}
}


/* 戻る */
#modoru {padding:0;bottom: 24px;right: 24px;position: fixed; filter: drop-shadow(0 0 15px #000022);
;
}


/* マウスオーバー */
a:hover img{
opacity: 0.7;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

/* フェードイン */
body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* フェードインここまで */


/* fotorama画像リンク */
.fotorama__html div,
.fotorama__html a {
  display: block;
  height: 100%;
  /* Transparent links are not clickable in IE,
     but non-existent background fixes this.
    (Put an empty 1×1 image here to avoid
     errors in console.) */
  background: url(img/space.gif);
}



/* 改行指示CSS */
span.a {
   display: inline-block;
}



/* 区切り線 */

.hr {
	position: relative;
	height: 4px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#B20000 50%,transparent 100%);
}


/* 画像切り替えCSS */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; 	width: 100%;
height: auto ;
margin: 0px auto;
padding: 0px 0px 0px 0px ;}
.sp { display: none !important; }
 

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
    .pc { display: none !important; }
.sp { display: block !important;  width: 100%;}
}

/* 画像切り替えCSS-02 */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc02 { display: block !important; 	max-width: 100%;
height: auto ;
margin: 0px auto;
padding: 0px 0px 0px 0px ;}
.sp02 { display: none !important; }
 

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
    .pc02 { display: none !important; }
.sp02 { display: block !important;  max-width: 100%;}
}
 

/* 文字囲みCSS */
.kakomi01 {
max-width:1000px;
vertical-align:middle;
height:auto;
margin: 0px auto;
padding: 20px 20px 20px 20px;
border: 4px double #996633;
border-radius: 2px;
 box-shadow:0px 0px 15px #000019;
　}
@media screen and (max-width:479px)
{
	.kakomi01{
max-width:100%;
    margin: 0px 10px;
}
}

/* 文字囲みCSS-02 */
.kakomi02 {
max-width:300px;
vertical-align:middle;
height:auto;
margin: 0px auto;
padding: 20px 20px 20px 20px;
border: 4px double #996633;
border-radius: 2px;
 box-shadow:0px 0px 15px #000019;
　}
@media screen and (max-width:479px)
{
	.kakomi02{
max-width:100%;
    margin: 0px 10px;
}
}


/* 左右並びCSS */
.main_l
{
	width: 50% ;
padding: 0px 0px 0px 0px ;					/* 上下左右に余白 */
	margin: 0px 0px 0px 0px;
}

.main_r
{
	width: 50% ;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	.main_l
	{
		width: auto ;
		padding: 0px ;	
		border: none ;	
	}

	.main_r
	{
		width: auto ;
		padding: 0px ;
		border: none ;	
}
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.main_l
{
	float: left ;		/* 左に寄せる*/
}

.main_r
{
	float: right ;		/* 右に寄せる */
}

/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	.main_l , .main_r
	{
		float: none ;
	}
}

/* キャプション */
figure{text-align:right;}
figcaption{color:#996633;font:8px sans-serif;}

/* メールフォーム幅固定CSS */
.con
{
width: 100% ;
max-width:500px;
text-align: left ;			/* テキスト*/
margin:0px auto;
}
/* スマホだけに適用するCSS */
@media screen and (max-width:699px)
{
.con
{
width: auto ;
padding: 10px ;
}
}

/*工房CSS */
.koubou {
max-width:800px;
text-align: center;
display: block;height:auto;
margin: 0px auto;
padding: 0px;
　}
@media screen and (max-width:479px)
{
	.koubou{
max-width:100%;
    margin: 0px 10px;
}
}