@charset "utf-8";
/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/
*{
margin:0;
padding:0;
font-size:100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td{
margin:0;
padding:0;
}

html,  body { 
width:100%;
}

h1{
font-size:12px;
font-weight:normal;
line-height:1em;
padding-top:10px;
padding-bottom:0px;
position: absolute;
top: 5px;
left: 0px;
}
/* --------------------------------------
背景＆基本設定
--------------------------------------*/
body {
font-size:14px;
color: #080808;
background-color:#FFF;
background-image:url("../src/bg.png");
font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku','MS UI Gothic';
line-height:1.7;
-webkit-text-size-adjust:none;
min-width:980px;
background-position:center top;
background-repeat:no-repeat;
/* background-repeat:repeat-x; */
/* background-repeat:repeat-y; */

/* font-family:'MS UI 明朝','MS UI mincho','MS明 朝','MS mincho'; */
/* font-family:'Century Gothic','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku','MS UI Gothic'; */
}



img {
border:none;
}

a{
color:#000;
text-decoration:underline;
}

a:link {
color:#000;
}	

a:hover {
color:#666666;
text-decoration:none;
}

a:visited {
color:#000;
text-decoration:underline;
}

p{
margin:0;
padding:0;
}

ul{
list-style:none;
}

ol{
margin-left:25px;
}

hr{
overflow:hidden;
height:0;
border:#bdbdbd dotted 1px;
margin:5px 0 15px 0;
}



/* --------------------------------------
レイアウト定義
--------------------------------------*/
#base{
/*background-image:url("../src/bg_s.png");
background-repeat:repeat;
width:100%;*/
}

.bx-wrapper {
margin: 20px auto 0;
width: 850px;
}

#bg{

}

#wrapper{
margin:0px auto;
padding:0;
width:960px;
z-index: 1;
position: relative;
}


#simplegallery1{
clear:both;
margin-bottom:10px;
z-index:2;
}


#imagebox{
clear:both;
z-index:2;
}


/* --------------------------------------
下層メイン画像（main_kasou.png）
--------------------------------------*/
#imagebox2{
clear:both;
/*margin-bottom:2px;*/
background-image:url("../src/main_kasou.png");
background-repeat:no-repeat;
font-weight:normal;
color:#662700;
font-size:27px;
letter-spacing:1.5;
height:125px;
padding-top:75px;
/*padding-left:80px;*/
z-index:2;
/* font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku','MS UI Gothic';*/
/*font-family:'MS UI 明朝','MS UI mincho','MS明 朝','MS mincho';*/
/* font-family:'Century Gothic','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku','MS UI Gothic';*/
text-align:center;
}

/* -------------ここまで--------------*/


#content {
background-color: white;
padding-top: 10px;
padding-bottom: 30px;
}

#content img{
}

#pan{
font-size:10px;
font-family:'Arial','Helvetica',sans-serif;
margin:2px 10px;
}

#content #main{
display:inline;
width:710px;
float:right;
margin-right:10px;
}

/* --------------------------------------
各ページタイトル
--------------------------------------*/

#content #main .singletitle a,
#content #main .title a{
color:#ff6000;
text-decoration:none;
}
 
 
/* --------------------------------------
サイドタイトル
--------------------------------------*/

#content #side{
display:inline;
width:210px;
float:left;
margin-right:20px;
margin-left:10px;
}

#content #side h3{
width:190px;
height:24px;
padding:3px 0 0 30px;
color:#ffffff;
font-size:14px;
font-weight:normal;
background-color:#FFF;
background-image:url("../src/bg_title_side.png");
background-repeat:no-repeat;
border-top:0px solid #ff6000;
border-bottom:#FFF 1px solid;
text-align:left;
margin: 0;
}

/* --------------------------------------
サイドメニューリスト
--------------------------------------*/

#content #side ul{
background-color:#F3F3F3;
background-image:url("../src/bg_side.png");
margin:0;
list-style:none;
_border-bottom:1px #FFF solid;
}

#content #side li{
font-size:13px;
border-bottom:#FFF 1px solid;
padding:5px 2px 5px 20px;
background-image:url("../src/btn_side.png");
background-repeat:no-repeat;
background-position:left center;
text-align:left;
/* border-top:#FFF 1px solid; */
/* border-bottom:#e4e4e4 1px dotted;*/
}

#content #side li a{
display:block;
color:#080808;
text-decoration:none;
}

/* --------------------------------------
？
--------------------------------------*/

#content #side .blogtxt{
list-style:inside none; 
padding:3px 15px;
border-top:#FFF 1px solid;
border-bottom:#FFF 1px solid;
}

#content #side .blogtxt .blogday{
font-size:10px;
font-family:font-family:Arial,Helvetica,sans-serif;
}

/*サイドの各項目に適用*/
.side_area{
margin-bottom:15px;
}

.side_area select{
margin:3px 0 0 10px;
}

#side img{
text-align:center;
}

.banar{
margin-top:20px;
font-size:11px;
}

.ddsg -wrapper li{
list-style:lower-roman;
margin-left:30px;
} 


/* --------------------------------------
マウスオーバー設定
--------------------------------------*/

#content #main a:hover img{
opacity:0.60; /* opera  firefox safari */
filter: alpha(opacity=60); /* ie */
-ms-filter: "alpha( opacity=60 )";
}


#content #side a:hover img{
opacity:0.60; /* opera  firefox safari */
filter: alpha(opacity=60); /* ie */
-ms-filter: "alpha( opacity=60 )";
}


#content #side li:hover {
opacity:0.60; /* opera  firefox safari */
filter: alpha(opacity=60);/* ie */
-ms-filter: "alpha( opacity=60 )";
background:#FFF;
/* border-left:#ff6000 2px solid; */
}


/* --------------------------------------
ヘッダー定義
--------------------------------------*/
#header{
width:960px;
height:127px;
overflow:hidden;
background-image:url("../src/bg_header.png");
background-repeat:no-repeat;
background-position:left top;
background-color:white;
position: relative;
}

.header_l{
float:left;
width:722px;/*ここにlogo.pngの横幅を指定*/
}

.header_r{
float:right;
width:238;/*ここにtel.pngの横幅を指定*/
}

/* --------------------------------------
フッター定義
--------------------------------------*/
#footer{
clear:both;
text-align:center;
font-size:10px;
padding-top:8px;
padding-bottom:8px;
border-bottom:0px solid #ff6000;
background-color:#F5F3F3;
background-image:url("../src/footer.png");
background-repeat:repeat-x;
background-position:bottom;
_margin-bottom:0px;
*margin-bottom:0px;
}

/* フッター文字色定義 */
#footer,
#footermenu ul a,
#copyright a{
color:#9d7930;
}

#footermenu{
margin:10px 10px;
text-align: center;
}

#footermenu ul{
display:inline;
}

#footermenu ul li{
display: inline-block;
*display: inline;  
*zoom: 1;
font-size:11px;
padding:0 10px;
width: auto;
white-space: nowrap;

}

#footermenu ul a{
text-decoration: none;
}

#copyright{
padding:0 0 10px 20px;

}

#copyright a{
text-decoration:none;
}

/* --------------------------------------
コンテンツ共通パーツ
--------------------------------------*/
/* お客様編集時のためにここは変えない */
#content #main p{
margin-top:0;
padding:0;
}


#content #main .singleline{
overflow:hidden;
}


.dotted{
border-bottom:1px dotted #ccc;
margin-bottom:15px;
}


/* --------------------------------------
見出し設定
--------------------------------------*/
/* h2共通部分 */
#content #main h2.singletitle,
#content #main h2,h2{
clear:both;
height:24px;
color:#ffffff;
font-size:16px;
font-weight:normal;
padding:3px 0 0 30px;
background-color:#ffffff;
background-image:url("../src/bg_title_h2.png");
background-repeat:no-repeat;
background-position:left bottom;
border-top:0px solid #ff6000;
letter-spacing:2px;
margin-bottom:10px;
line-height:normal;
margin-top:45px;
}

/* コンテンツ中のh2上margin */
#content #main h2.title {
margin-top:0px;
}

#content #main h3,h3{
clear:both;
height:24px;
color:#692800;
font-size:16px;
font-weight:bold;
padding:3px 0 0 20px;
background-image:url("../src/bg_title_h3.png");
background-repeat:no-repeat;
background-position:left bottom;
letter-spacing:2px;
margin:30px 0 10px 0;
line-height:normal;
}

#content #main h4,h4{
clear:both;
color:#692800;
border-bottom:#692800 dotted 1px;
font-size:15px;
margin:25px 0 3px 0;
font-weight:normal;
letter-spacing:2px;
line-height:normal;
}


#content #main h5,h5{
clear:both;
color:#692800;
font-size:15px;
margin:20px 0 2px 0;
font-weight:normal;
letter-spacing:2px;
line-height:normal;
}


/*special css*/

/*end special css*/


/* --------------------------------------
WordPress FCKEditor table
--------------------------------------*/

table{
border-collapse: collapse;
width:100%;
margin-bottom:5px;
}

td{
border:1px solid #c7c7c7;
padding:10px;
}


/* --------------------------------------
テーブル
--------------------------------------*/

.tablestyle{
border-collapse: collapse;
width:100%;
margin-bottom:5px;
}

.tdstyle{
background-color:#FDF9F0;
border:1px solid #D4C4AC;
padding: 8px 10px;
width:30%;
text-align:center;
}

.tdstyle_none{
background-color:#FDF9F0;
border:1px solid #D4C4AC;
padding: 8px 10px;
text-align:center;
}
.tdstyle60{
background-color:#FDF9F0;
border:1px solid #D4C4AC;
padding: 8px 10px;
width:60%;
text-align:center;
}

/* 左寄せ */
.tdstyle2{
border-color:#D4C4AC;
border-style:solid;
border-width:1px;
padding: 8px 10px;
text-align:left;
}

/* 右寄せ */
.tdstyle3{
border-color:#D4C4AC;
border-style:solid;
border-width:1px;
padding: 8px 10px;
text-align:right;
}

/* 中央寄せ */
.tdstyle4{
border-color:#D4C4AC;
border-style:solid;
border-width:1px;
padding: 8px 10px;
text-align:center;
}


/*special css*/

/*end special css*/



/* --------------------------------------
<div class="square?"></div>での 飾り設定
--------------------------------------*/

/* 色1グレー 背景 */
.square1{
border:1px solid #d2d2d2;
background-color:#F3F3F3;
margin:10px 0;
padding:20px;
}

/* 色1グレー 囲み */
.square2{
border:5px solid #F3F3F3;
background-color: #fff;
margin:10px 0;
padding:20px;
}

/* 色2 背景 */
.square3{
border:1px solid #d2d2d2;
background-color:#fff1f4;
margin:10px 0;
padding:20px;
}

/* 色2 囲み */
.square4{
border:5px solid #F9EADA;
background-color: #fff;
margin:10px 0;
padding:20px;
}

/* 色3 背景 */
.square5{
border:1px solid #d2d2d2;
background-color:#efffe9;
margin:10px 0;
padding:20px;
}

/* 色3 囲み */
.square6{
border:1px solid #692800;
background-color: #fff;
margin:10px 0;
padding:20px;
}

/* 色3 囲み */
.square7{
border:1px solid #ffe5c4;
background-color: #fff1e0;
margin:10px 0;
padding:10px 15px;
}
.square6 h4{
font-weight:bold!important;
color:#ff5a00!important;
font-size:18px!important;
}


/* 囲む：赤い線 */
.squarered{
border:1px solid #f29e9e;
background-color:#fffafa;
margin:10px 0;
padding:20px;
}


/*special css*/


#recipe_area h4{
padding-top:10px;
font-weight:bold!important;
color:#ff5a00!important;
font-size:18px!important;
}

/*end special css*/


/* --------------------------------------
便利ボタン１
--------------------------------------*/
.line{
color:#ff6000;
border-bottom:2px solid #ff6000;
padding-bottom:2px;
}

.line a{
color:#ff6000;
text-decoration:none;
}

.btn_40px{
background-image:url("../src/btn_bg40px.png");
background-repeat:repeat-x;
border:#CCCCCC 1px dotted;
color:#ff6000;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}


.btn_60px{
background-image:url("../src/btn_bg60px.png");
background-repeat:repeat-x;
border:#CCCCCC 1px dotted;
color:#ff6000;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:40px;
line-height:150%;
}



/* --------------------------------------
簡単ボタン２
--------------------------------------*/
.btn1 a,
.btn2 a,
.btn3 a,
.btn4 a,
.btn5 a{
font-weight:bold;
font-size:16px;
color:#ff6000;
text-decoration:none;
}

.btn6 a{
font-weight:bold;
font-size:16px;
color:#FFF;
text-decoration:none;
}

 /* yellow */
.btn1{
background-image:url("../src/btn1.png");
background-repeat:repeat-x;
border:#ffc12f 1px solid;
color:#FFF;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;

text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}

 /* green */
.btn2{
background-image:url("../src/btn2.png");
background-repeat:repeat-x;
border:#bbe243 1px solid;
color:#FFF;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}

 /* blue */
.btn3{
background-image:url("../src/btn3.png");
background-repeat:repeat-x;
border:#badaff 1px solid;
color:#FFF;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}

 /* pink */
.btn4{
background-image:url("../src/btn4.png");
background-repeat:repeat-x;
border:#ffcae4 1px solid;
color:#FFF;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}

 /* vage */
.btn5{
background-image:url("../src/btn5.png");
background-repeat:repeat-x;
border:#ddcbb8 1px solid;
color:#FFF;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}

/* yellow */
.btn6{ 
background-image:url("../src/btn6.png");
background-repeat:repeat-x;
border:#ff9800 1px solid;
color:#FFF;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}


/*special css*/

/*end special css*/





/* --------------------------------------
テキスト飾り設定
--------------------------------------*/

.hosoku{
color:#5a5a5a;
font-size:90%;
margin:10px 0;
line-height:1.7;
}


.fs2{
font-size:110%;
}

.fs3{
font-size:130%;
}

.fs4{
font-size:160%;
}

.fs5{
font-size:200%;
}

.mt0 {
margin-top:0px !important;
}
.mt10 {
margin-top:10px !important;
}
.mt20 {
margin-top:20px !important;
}
.mb10 {
margin-bottom:10px !important;
}
.mr30 {
margin-right:30px !important;
}

.yellow{
   background-color:#FFFF85;
   padding:4px 5px 2px 5px;
   font-weight:normal;
}

.azuki{
   color:#e60000;
}

.uline{
   color:#F00;
   text-decoration:underline;
   font-style:italic;
}


/*チェックボックスの付くリスト*/
ul.check_red li{/*赤*/
background-image:url(../src/check_red.png);
padding-left:25px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:19px;
}
ul.check_blue li{/*青*/
background-image:url(../src/check_blue.png);
padding-left:25px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:19px;
}
ul.check_green li{/*緑*/
background-image:url(../src/check_green.png);
padding-left:33px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:21px;
}
ul.check_yellow li{/*黄*/
background-image:url(../src/check_yellow.png);
padding-left:25px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:19px;
}
ul.arrow li{
background-image:url(../src/arrow.png);
padding-left:21px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:15px;
}
ul.arrow2 li{
background-image:url(../src/arrow2.png);
padding-left:21px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:13px;
}

/*special css*/

/*end special css*/



/* --------------------------------------
Q&A
--------------------------------------*/
.q{
background-color:#F3F3F3;
color:#ff6000;
padding:4px;
font-weight: bold;
}

.a{ 
padding:7px 4px;
border-bottom: #CCC 1px dotted;
margin: 5px 0 20px 1em;
text-indent: -1em;
}

/* --------------------------------------
WordPress 画像貼付け用
--------------------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	display: inline;
	}

/* --------------------------------------
汎用クラス定義
--------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height:  auto;
  overflow: hidden;
  /**/
}

.fixmargin{
margin-top:-23px;
}


/*-------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */
#headnav {
 
width:960px; /*ナビ全体の横幅*/
height: 50px;/*ナビの高さ*/
 
}
 
#menu {
margin: 0;
padding: 0;
list-style-type: none;
 
}
 
#menu li{
float:left;
}
 
#menu li a{
display: block;
height:50px;/*ナビの高さ*/
text-decoration: none;
text-indent:-9999px;
background-repeat:no-repeat;
background-position:0 0;
 
}
#menu li a:hover{
background-position:0 -50px;/*ナビの高さ*/
}
 
 
#menu li a#head_navi1{
background-image: url(../src/gloval_navi1.png) ;/*ナビの画像1*/
width:132px;
}
 
#menu li a#head_navi2{
background-image: url(../src/gloval_navi2.png); /*ナビの画像2*/
width:139px;
}
 
#menu li a#head_navi3{
background-image: url(../src/gloval_navi3.png);/*ナビの画像3*/
width:143px;
}
 
#menu li a#head_navi4{
background-image: url(../src/gloval_navi4.png); /*ナビの画像4*/
width:141px;
}
 
#menu li a#head_navi5{
background-image: url(../src/gloval_navi5.png); /*ナビの画像5*/
width:134px;
}
 
#menu li a#head_navi6{
background-image: url(../src/gloval_navi6.png); /*ナビの画像6*/
width:142px;
}
 
#menu li a#head_navi7{
background-image: url(../src/gloval_navi7.png); /*ナビの画像6*/
width:129px;
}
 
 
/*LightBoxへの影響回避*/
#headnav{/*IE7対策*/
position:relative;
z-index:100;
}
#overlay{
z-index:1000 !important;
}
#lightbox{
z-index:9999 !important;
}






/*++++++++++++++++ nav button set ++++++++++++++++*/
.button a {
       float: left;
       border-right: 1px solid #7A0114;   /* 上部メニューボタンの区切り線の色が設定できます */
       background: #C58D9A;   /* 上部メニューボタンの背景色が設定できます */
       height:30px;
       margin: 0;
       padding: 7px 15px 7px 15px;
       text-decoration: none;
       font-family: Verdana, Arial, sans-serif;
       font-size: x-small;
       font-weight: bold;
       color: #fff; /* 上部メニューボタンの文字色が設定できます */
       display : block;
       }
html>body .button a { height: 16px; font-size: small; }

.button a.active, .button a:hover {
       background: #fff;   /* 上部メニューボタンの背景色（マウスオンの状態）が設定できます */
       color: #C58D9A;   /* 上部メニューボタンの文字色（マウスオンの状態）が設定できます */
       }


.button a.selected {
       background: #fff;   /* 上部メニューボタンの背景色（セレクト時）が設定できます */
       color: #C58D9A;   /* 上部メニューボタンの文字色（セレクト時）が設定できます */
       }

.button a:active.selected, .button a:hover.selected {
       background: #fff;   /* 上部メニューボタンの背景色（セレクト時のマウスオンの状態）が設定できます */
       color: #C58D9A;   /* 上部メニューボタンの文字色（セレクト時のマウスオンの状態）が設定できます */

       }

.button a.nolink {
       background: #C58D9A;   /* 上部メニューボタンの背景色（リンクなし）が設定できます */
       color: #ccc;   /* 上部メニューボタンの文字色（リンクなし）が設定できます */
       }
	   

/* --------------------------------------
tenmpalte2用
--------------------------------------*/
.profile {
	width:550px;
	height:100%;
	margin-left:120px;
}


/* --------------------------------------
RSS用
--------------------------------------*/
#feed_new{
background-color:#F5F3F3;
font-size:11px;
color:#ff6000;
padding:5px 10px 0 10px;
_padding:5px 10px 0 10px;
margin:0px;
line-height:130%;
}

#feed_new li{
border-bottom:#CCCCCC dotted 1px;
list-style:none;
padding-bottom:5px;
}


#feed_new a{
font-size:13px;
}


/* --------------------------------------
コンテンツ部分のdiv&pにおけるimg飛び出しの解除
--------------------------------------*/
/* -------
div
----------*/
#main div:after{
content: ".";/* 新しい要素を作る */
display: block;/* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}

#main div{
min-height: 1px;
}

* html #main div{
height: 1px;

}

/* -------
p
----------*/
#main p:after{
content: ".";/* 新しい要素を作る */
display: block;/* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}

#main p{
min-height: 1px;
}

* html #main p{
height: 1px;

}

/* -------
fontcontrol
----------*/
#control {
position: absolute;
top: 5px;
right: 5px;
}

#control a {
color:white;
text-decoration:none;
}

#control a:hover {
text-decoration:underline;
}

span#intro {
font-size: 13px;
margin-right: 5px;
}

span#f-big {
background-color: black;
padding: 2px 4px;
margin-right: 2px;
}

span#f-medium {
background-color: black;
padding: 2px 4px;
margin-right: 2px;
}

span#f-small {
background-color: black;
padding: 2px 4px;
}




/*special css*/

/* サイドエリア背景（角丸処理 コード追加あり） */

#content #side ul {
background-image:url("../src/bg_side1.png");
background-repeat: no-repeat;
background-color: transparent;
}

.bg-bottom {
background-image:url("../src/bg_side2.png");
background-repeat:no-repeat;
background-position:center bottom;
}

.side_area select {
    margin: 3px 0 5px 10px;
}

.side_area {
background-image:url("../src/bg_side1.png");
background-repeat: no-repeat;
}

/* 全体 */

.yaji {
display: block;
margin: 0 auto;
}

.listmark {
list-style: disc;
margin: 10px 0 10px 30px;
}

.alignright {
    margin: 0 0 0px 20px;
}

/* 会社 */

.name { 
text-align:right;
font-size:120%;
margin:20px 0;
}

/* お問い合わせエリア */

.tel-area{
border:5px solid #F9EADA;
background-color: #fff;
margin:10px 0;
padding:20px;
text-align: center;
color:#EA720E;
}


/*end special css*/


/* --------------------------------------
LP
--------------------------------------*/

#content #main #LP h2,
#content #main #LP h3{
clear:both;
height:auto;
padding:0;
background-color:none;
background-image:none;
margin-bottom:0;
line-height:normal;
margin-top:20px;
}

.lp3{
margin:20px 0;
background-color:#fdf7e7;
border-top:1px solid #e9c58f;
border-left:1px solid #e9c58f;
border-right:1px solid #e9c58f;
border-bottom:8px solid #f1d36c;
padding:20px 5px 20px 15px;
border-radius:5px;
color:#563115;
letter-spacing:-0.08em;
}
.leftbox{
width:441px;
float:left;
}
.leftbox p{
margin-left:10px;
}
.rightbox{
width:245px;
float:right;
}
.leftbox2{
width:53px;
float:left;
}
.rightbox2{
width:620px;
float:right;
letter-spacing:-0.09em;
}
#content #main #LP .leftbox h3,
#content #main #LP .lp5inner h3{
margin-top:0;
}
img.lp3mark{
vertical-align:middle;
}
.lp5{
margin:20px 0;
background-color:#f9f3ec;
border:1px solid #fbc8ab;
padding:10px 28px 20px 28px;
border-radius:5px;
color:#1d0c00;
letter-spacing:-0.08em;
font-size:110%;
clear:both;
}
#content #main #LP .lp5 h2{
background-color:#f9f3ec;
}
.mtb20{
margin:20px 0 !important;
}

.lp5inner{
background-image:url("../src/lp5_innnerbg.png");
background-repeat: no-repeat;
width:621px;
height:310px;
padding:10px 10px 15px 15px;
margin-top:20px;
color:#341b00;
font-size:95%;
line-height:21px;
}
#content #main #LP .alignright {
	float: right;
	margin: 0 0 20px 5px;
	display: inline;
	}
.lp6txt{
color:#341b00;
font-size:110%;
padding-top:10px;
}
.lp6inner{
background-image:url("../src/lp6_bg.png");
background-repeat: no-repeat;
width:677px;
height:104px;
padding:20px 0 20px 20px;
color:#341b00;
line-height:18px;
}
ul.lp li{
background-image:url(../src/lp6_mark.png);
padding-left:21px;
background-repeat:no-repeat;
background-position:left top;
margin-bottom:10px;
min-height:15px;
}
.lp6inner img{
margin-top:-50px !important;
width:315px;
}
.lp7txt{
color:#341b00;
font-size:150%;
padding-top:10px;
}
.orange{
color:#f38606;
}

/* --------------------------------------
まんが
--------------------------------------*/

#manga {
margin: 20px 20px 0px 20px;
width:90%;
}

#logo-manga {
width:850px;
margin:0 auto;
}

#logo-manga img {
height: 90px;
margin:-30px 0 0 0;
}

.mdetail h3{
position: absolute;
top: 40px;
}

#mangahead {
width:850px;
margin:0 auto;
}

#tojiru {
/* display: block; */
position: relative;
margin-bottom: 20px;
}

#tojiru a {
display: inline;
/* z-index: 100; */
}

.recipebox{
float:left;
width:48%;
}
.recipebox2{
float:right;
width:50%;
}
/*youtube*/
.youtube {
    text-align: center;
    float: left;   
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/*
 * contact form
 * */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
