@media screen and (min-width: 769px)	{





h2.category_title_long	{
	width:1000px;
	margin:60px auto 60px auto;
	text-align:center;
	font-size:28px;
	color:#000;
	font-weight:normal;
	border:1px solid #222;
	clear: both;
}


h2.category_title	{
	margin:60px auto 60px auto;
	text-align:center;
	width:460px;
	font-size:31px;
	color:#000;
	font-weight:normal;
}

h2.category_title_m	{
	margin:60px auto 60px auto;
	text-align:center;
	width:800px;
	font-size:24px;
	color:#000;
	font-weight:normal;
}



.block_cover	{
	width:685px;
	margin:0 auto 30px auto;
	display: flex;
	flex-wrap: wrap;
}

.img_block	{
	width:203px;
	text-align:left;
	float: left;
}

.block_cover_02	{
	width:685px;
	margin:30px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
}

p.img_block_02	{
	width:345px;
	text-align:left;
	float: left;
}

p.text_block_02	{
	width:340px;
	text-align:left;
	float: left;
}

p.text_block_03	{
	width:330px;
	text-align:left;
	float: left;
	color:#222;
	margin:15px 0 0 10px;
	line-height:1.7em;
}





.block_border_tb	{
	width:690px;
	margin:30px auto 0 auto;
	text-align:left;
	border-top:1px solid #222;
	border-bottom:1px solid #222;
}

.block_cover_border	{
	width:698px;
	margin:30px auto 0 auto;
	border:1px solid #222;
	padding:20px 0 20px 25px;
}








p.samnail a	{
	position: relative;
	display: block;
	width: 204px;
	height: 116px;
	text-align: center;
	text-decoration: none;
	color: #e7372f;
	font-weight: bold;
	transition: .5s;
	box-shadow: 2px 2px 5px 0px rgba(200,200,200,1);
	background-color: #ffffff;
}
    
p.samnail a::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	width: 0;
	height: 0;
	border: 3px solid transparent;
}

p.samnail a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 0;
	height: 0;
	border: 3px solid transparent;
}

p.samnail a:hover {
	color: #e7372f;
	opacity: 0.7;
}

p.samnail a:hover::before {
	width: 100%;
	height: 100%;
	border-top-color: #e7372f;
	border-right-color: #e7372f;
	transition: width .25s ease-out, height .25s ease-out .25s;
}

p.samnail a:hover::after {
	width: 100%;
	height: 100%;
	border-bottom-color: #e7372f;
	border-left-color: #e7372f;
	transition: border-color 0s ease-out .2s, width .10s ease-out .2s, height .10s ease-out .25s;
}

.text_block	{
	width:460px;
	margin-left:20px;
	text-align:left;
	float: right;
}

.block_ul	{
	width:445px;
	text-align:left;
}

ul.block_ul li.category2	{
	color:#888;
	font-size:13px;
	text-align:left;
	display:block;
}

ul.block_ul li.title	{
	margin-top:11px;
	color:#111;
	font-size:17px;
	text-align:left;
	font-weight:bold;
	line-height:1.5em;
    text-decoration: none;
}

ul.block_ul li.title a	{
    text-decoration: none;
	color:#222;
}

ul.block_ul li.title a:hover	{
	color:#e7372f;
}

ul.block_ul li.read	{
	margin-top:8px;
	color:#444;
	font-size:13px;
	text-align:left;
	line-height:1.4em;
}

p.eye_catch	{
	margin:20px auto 0 auto;
}

span.libon	{
	width:690px;
	margin:-23px auto 0 auto;
	text-align:center;
	display:block;
}

ul.posted_pc	{
	width:690px;
	margin:10px auto 0 auto;
	position: relative;
}

ul.posted_pc li.posted img	{
	text-align:left;
	position: absolute;
	top:-80%;//中央寄せ
	width:45px;
	height:45px;
	border-radius:50%;

}

ul.posted_pc li.posted_pre img	{
	text-align:left;
	position: absolute;
	width:40px;
	height:40px;
	top:-80%;

}


ul.posted_pc li.posted_by	{
	width:530px;
	padding-left:55px;
	text-align:left;
	font-size:14px;
	color:#111;
}

ul.posted_pc li.data	{
	margin:0;
	width:80px;
	font-size:13px;
	text-align:right;
	display:inline-block;
}

h2.contents_top_title_pc	{
	width:690px;
	margin-top:30px;
	text-align:left;
	font-size:28px;
	font-weight:normal;
	line-height:1.5em;
	color:#000;
}

ul.posted_sp,h2.contents_top_title_sp	{
	display:none;
}

h3.contents_top_read_pc	{
	width:690px;
	margin-top:20px;
	text-align:left;
	font-size:15px;
	font-weight:normal;
	line-height:1.6em;
	color:#333;
}

h3.contents_top_read_sp	{
	display:none;
}

.sns_block	{
	width:670px;
	margin:20px auto 20px auto;
}

ul.shareList	{
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
	display:flex;
	justify-content: space-between;
}

a.shareList__link	{
	width:145px;
}

.article_block	{
	margin:0 auto 0 auto;
}

.article_block a	{
	color:#ff0000;
}

.mokuji	{
	margin-top:40px;
	clear: both;
}

.mokuji p	{
	text-align:left;
	font-size:16px;
	color:#222;
}

ul.mokuji_ul	{
	margin-top:25px;
	list-style:  none;      /* デフォルトのアイコンを消す */
	padding: 0;             /* デフォルト指定上書き */
}

ul.mokuji_ul li	{
	margin-top:15px;
	display:block;
	color:#222;
	padding-left:1.8em;
	text-indent:-1.8em;
	line-height:1.4em;
}

ul.mokuji_ul li a	{
	color:#ff0000;
}

ul.mokuji_ul li:before {
    content:  "";     /* 空の要素作成 */
    width:  12px;               /* 幅指定 */
    height:  12px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #000;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
}

ul.mokuji_ul li span.bold	{
	font-weight:bold;
	color:#111;
}

ul.mokuji_ul_none	{
	margin-top:20px;
	list-style: none;
	padding: 0;
}

ul.mokuji_ul_none li	{
	margin-top:15px;
	display:block;
	color:#222;
	padding-left:1.2em;
	text-indent:-1.2em;
	line-height:1.4em;
}

.bg_block	{
    background-color: #f2f2f2;
	padding:30px 15px 10px 30px;
	margin-top:60px;
	width:645px;
}

.bg_block_fdfcdf	{
    background-color: #fdfcdf;
	padding:0 35px 25px 35px;
	margin-top:40px;
	border:4px dotted #fad433;
	width:620px;
}

.bg_block_ffeeee	{
    background-color: #ffeeee;
	padding:1px 20px 20px 35px;
	margin-top:40px;
	width:635px;
}

.bg_block_e1f2ff	{
    background-color: #e1f2ff;
	padding:1px 20px 20px 35px;
	margin-top:40px;
	width:635px;
}

h4.topic_title	{
	border-top:5px solid #222;
	border-bottom:3px solid #222;
	text-align:left;
	font-size:25px;
	color:#000;
	font-weight:normal;
	line-height:1.2em;
	margin-top:40px;
}

span.topic_title	{
	display:block;
	border-top:3px solid black;
	background-image: url("../img/hand.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 55px 55px;
	margin:3px 0 0 0;
	padding:20px 0 20px 85px;
}

span.topic_title_2	{
	display:block;
	border-top:3px solid black;
	margin:3px 0 0 0;
	padding:20px 0 20px 85px;
	text-align:center;
}

p.topic_text_pre1	{
	margin:40px 0;
	color:#111;
	font-size:15px;
}

p.topic_img	{
	margin:35px auto 35px auto;
	text-align:center;
}

p.topic_text_bold_pre	{
	color:#111;
	font-size:21px;
	font-weight:bold;
	border-bottom:4px dotted black;
	padding-bottom:10px;
	margin:40px 0 25px 0;
	line-height:1.4em;
}

p.topic_text_bold	{
	color:#111;
	font-size:21px;
	font-weight:bold;
	border-bottom:4px dotted black;
	padding-bottom:10px;
	margin-top:40px;
	line-height:1.7em;
}

p.text_bold	{
	color:#222;
	width:680px;
	font-size:17px;
	font-weight:bold;
	margin-top:20px;
	line-height:1.7em;
}

p.text_bold_2	{
	color:#222;
	width:620px;
	font-size:17px;
	font-weight:bold;
	margin-top:10px;
	line-height:1.5em;
	padding-left:1.3em;
	text-indent:-1.3em;
}

p.topic_text_bold_bg	{
	color:#111;
	width:645px;
	font-size:21px;
	font-weight:bold;
	border-bottom:4px dotted black;
	padding-bottom:10px;
}

p.topic_text	{
	margin-top:20px;
	margin-bottom:25px;
	color:#222;
	line-height:1.5em;
	font-size:16px;
	letter-spacing: 0.1em;
	text-align:left;
}

p.topic_text2	{
	padding-top:20px;
	margin-bottom:25px;
	color:#333;
	line-height:2em;
	font-size:13px;
	letter-spacing: 0.1em;
	text-align:left;
}

p.topic_text_float	{
	padding:10px 0 0 20px;
	color:#333;
	line-height:2em;
	font-size:13px;
	letter-spacing: 0.1em;
	text-align:left;
	width:315px;
	float:right;
}

p.topic_text_border	{
	color:#111;
	font-size:22px;
	border-bottom:4px dotted black;
	padding-bottom:12px;
	margin-top:40px;
}
p.topic_text3	{
	padding-top:2px;
	color:#333;
	line-height:1.8em;
	font-size:14px;
	text-align:left;
}

.profile_block_f2f2f2	{
    background-color: #f2f2f2;
	padding:20px 10px 10px 20px;
	margin-top:60px;
	width:660px;
}

p.profile_img	{
	text-align:left;
	width:120px;
	height:150px;
	float:left;
}

p.profile_img_01	{
	text-align:left;
	width:120px;
	height:150px;
	float:left;
}

p.profile_img2	{
	text-align:left;
	width:120px;
	padding-bottom:30px;
	float:left;
}

p.profile_img img	{
	text-align:left;
	position: absolute;
	width:100px;
	height:100px;
	border-radius:50%;
	padding-right:10px;
}

p.profile_img_01 img	{
	text-align:left;
	position: absolute;
	width:100px;
	height:100px;
	border-radius:50%;
	padding-right:10px;
}


p.profile_img2 img	{
	text-align:left;
	position: absolute;
	width:100px;
	height:100px;
	border-radius:50%;
	padding-right:10px;
}

p.profile_text	{
	margin-top:20px;
	margin-bottom:25px;
	color:#222;
	line-height:1.6em;
	font-size:13px;
	letter-spacing: 0.1em;
	text-align:left;
	display:inline;
	width:450px;
}

p.profile_text span.bold	{
	font-weight:bold;
}

p.topic_text span.bold	{
	font-weight:bold;
	display:inline;
}

p.text_free	{
	margin-top:25px;
	color:#222;
	line-height:1.7em;
	width:680px;
	font-size:15px;
	letter-spacing: 0.1em;
	text-align:left;
}

p.text_bold_free	{
	color:#222;
	font-size:17px;
	font-weight:bold;
	margin-top:20px;
}

p.topic_text_bold_bg	{
	color:#111;
	width:645px;
	font-size:21px;
	font-weight:bold;
	border-bottom:4px dotted black;
	padding-bottom:10px;
}

p.text_bold_tb	{
	color:#111;
	font-size:21px;
	font-weight:bold;
	margin:20px auto 20px auto;
}

.block_cover_s	{
	width:690px;
	margin:30px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	clear: both;
}

p.img_block_03	{
	width:350px;
	text-align:left;
	float: left;
}

p.link_img	{
	margin:20px auto 0 auto;
	text-align:center;
	width:478px;
	padding-bottom:30px;
}

p.topic_text_garden	{
	margin-top:4em;
	line-height:2em;
	text-align:left;
	font-size:16px;
	color:#111;
}

p.topic_text_magazine	{
	margin-top:4em;
	line-height:2em;
	text-align:left;
	font-size:16px;
	color:#111;
}

p.topic_text_magazine span.bold	{
	font-weight:bold;
}


p.hp_link,p.hp_link2	{
	margin-top:35px;
	color:#222;
	line-height:2em;
	width:680px;
	font-size:16px;
	text-align:center;
}

p.hp_link a,p.hp_link2 a	{
	margin-top:35px;
	color:#e63b5a;
	line-height:2em;
	width:680px;
	font-size:16px;
	text-align:left;
}

p.catchphrase_sp	{
	display:none;
}


/*--------------------------------------------------------------------/
	最新号 タグ
/--------------------------------------------------------------------*/


p.topic_text_e17175	{
	color:#e17175;
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
	text-align:left;
}

p.topic_text_ML	{
	margin-top:20px;
	color:#222;
	font-size:18px;
	text-align:left;
}

p.topic_text_S	{
	margin-top:20px;
	margin-bottom:25px;
	color:#222;
	line-height:1.5em;
	font-size:15px;
	letter-spacing: 0.1em;
	text-align:left;
}

hr.hr_01	{
	width:80%;
	border-top: 1px solid #000;
}

hr.hr_02	{
	width:690px;
	border-top: 1px solid #000;
}

.oubo_link	{
	width:479px;
	height:53px;
	margin:30px auto 30px auto;
	text-align:center;
}


.oubo_link_2	{
	width:600px;
	margin:30px auto 30px auto;
	text-align:center;
}

.oubo_link_2 p a	{
	text-decoration: none;
}


iframe.pc	{
	display:block;
}
iframe.sp	{
	display:inline;
}

br.pc	{
	display:block;
}

br.sp	{
	display:inline;
}


/*--------------------------------------------------------------------/
	都道府県を選ぶ
/--------------------------------------------------------------------*/


div.place_block	{
	margin:30px auto 0 auto;
	width:690px;
}

h4.place_title	{
	border-top:4px solid #222;
	border-bottom:2px solid #222;
	text-align:center;
	font-size:25px;
	color:#000;
	font-weight:normal;
	line-height:1.2em;
	margin-top:40px;
	margin-bottom:40px;
}

span.place_title	{
	display:block;
	border-top:2px solid black;
	margin:3px 0 0 0;
	padding:13px 0 10px 0;
}

.map_block	{
	width:690px;
	margin:30px auto 50px auto;
}

.shop_cover	{
	display:none;
}

.map_block p img	{
	text-align:center;
}

table.state-table	{
	font-size:12px;
	color:#333;
}

table.state-table tr th	{
	padding:10px 0 10px 5px;
	background-color:#f2f2f2;
}

table.state-table tr td	{
	padding:8px 0 8px 5px;
	line-height:1.4em;
}

th.state-table-th1	{
	width:120px;
}
th.state-table-th2	{
	width:130px;
}

th.state-table-th3	{
	width:300px;
}
th.state-table-th4	{
	width:120px;
	text-align:left;
}
th.state-table-th5	{
	width:80px;
	text-align:left;
}

state-links dl.state-links dd	{
	display:inline;
}

.divisions_block	{
	margin:40px auto 0 auto;
	text-align:left;
}

ul.link_divisions li	{
	display:inline;
	padding:0 10px;
	font-size:14px;
}

ul.link_divisions li a	{
	color:#ff0000;
}


.sp	{
	display:none;
}






/*--------------------------------------------------------------------/
	DIY プロフィール
/--------------------------------------------------------------------*/


p.comments_diy	{
	margin-top:-30px;
	font-size:13px;
	color:#111;
}

h4.topic_text_diy_b	{
	margin-top:2em;
	text-align:left;
	font-size:18px;
	color:#111;
	font-weight:bold;
}

p.topic_text_diy	{
	margin-top:5em;
	line-height:2em;
	text-align:left;
	font-size:16px;
	color:#111;
}



p.topic_text_diy_3	{
	margin-top:3em;
	line-height:2em;
	text-align:left;
	font-size:16px;
	color:#111;
}


p.topic_text_diy_s	{
	margin-top:5em;
	line-height:1.4em;
	text-align:left;
	font-size:16px;
	color:#111;
}



p.topic_img_diy	{
	margin:60px auto 0 auto;
	text-align:center;
}

p.profile_sns_pc	{
	margin-top:10px;
	padding-bottom:10px;
}

p.profile_sns_sp	{
	display:none;
}


p.comments_diy_2	{
	margin-top:-30px;
	margin-left:105px;
	font-size:13px;
	color:#111;
	line-height:1.4em;
	width:480px;
}













}





























@media screen and (max-width: 768px)	{


body	{
	box-sizing : border-box;
}

#wrapper	{
	width:100%;
	margin:0 auto;
	overflow: hidden;
}

.img_block_top	{
 	background-color: #ffffff;
	width:100%;
	margin:10px auto 0 auto;
}

p.present_sam img.banner	{
	border:1px solid #aaa;
	width:98%;
}

p.present_sam span.present_banner_titel	{
	text-align:left;
	margin:5px 0 0 5px;
	display:block;
	color:#333;
}

.img_block p.samnail span.top_banner_titel	{
	margin:-15px 0 0 0;
	display:block;
	text-align:left;
	font-weight:bold;
}

p.samnail img	{
	border:1px solid #ddd;
}

.img_block_top p.samnail img.top_banner_s	{
	width:38%;
	border:none;
	margin-top:-110px;
	margin-left:-248px;
}

.img_block_top p.samnail span.top_banner_titel	{
	margin:-15px 0 0 0;
	display:block;
	text-align:left;
	font-weight:bold;
}

br.pc	{
	display:inline;
}

br.sp	{
	display:block;
}

h1#site_title	{
	display:none;
}

h2#site_title img	{
	width:30%;
	height:30%;
	margin:0 auto 0 auto;
}

.sns_navi	{
	display:none;
}

.header_navi_pc	{
	display:none;
}

#container {
	width:99%;
	margin:100px auto 0 auto;
	text-align:center;
}
.container {
	width:99%;
	margin:100px auto 0 auto;
	text-align:center;
 	background-color: #ffffff;
}

span.pc	{
	display:none;
}

p.eye_catch	{
	margin:10px auto 0 auto;
}

p.eye_catch img.eye_catch_img	{
	width:98%;
	margin:0 auto 0 auto;
	text-align:center;
}

span.libon	{
	width:100%;
	margin:-25px auto 0 auto;
	text-align:center;
	display:block;
}

ul.posted_pc,h2.contents_top_title_pc	{
	display:none;
}

ul.posted_sp	{
	width:94%;
	margin:10px auto 0 auto;
	padding-bottom:20px;
	clear:both;
}

ul.posted_sp li.posted	{
	text-align:left;
	width:70%;
	float:left;
	font-size:13px;
}

ul.posted_sp li.posted img	{
	width:35px;
	height:35px;
	text-align:left;
	border-radius:50%;
	padding-right:1%;
	vertical-align:middle;

}

ul.posted_sp li.posted_pre	{
	text-align:left;
	width:70%;
	float:left;
	font-size:13px;
}

ul.posted_sp li.posted_pre img	{
	width:35px;
	height:35px;
	text-align:left;
	padding-right:1%;
	vertical-align:middle;

}




ul.posted_sp li.data	{
	margin:0;
	width:30%;
	padding-top:10px;
	font-size:13px;
	text-align:right;
	float:right;
}

h2.contents_top_title_sp	{
	width:94%;
	margin-top:15px;
	padding:0 0 0 3%;
	text-align:left;
	font-size:18px;
	font-weight:normal;
	line-height:1.3em;
	color:#000;
}

h3.contents_top_read_pc	{
	display:none;
}

h3.contents_top_read_sp	{
	background-color: #f2f2f2;
	padding:15px 10px 15px 20px;
	margin:30px auto 0 auto;
	width:90%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	line-height:1.4em;
	color:#333;
	clear:both;
}

.article_block	{
	margin:0 auto 0 auto;
	width:94%;
}

p.comments_diy_2	{
	margin:0 auto 0 auto;
	font-size:13px;
	color:#111;
	line-height:1.4em;
	width:80%;
	text-align:left;
}










.article_block a	{
	color:#ff0000;
}

.mokuji	{
	margin-top:40px;
}

.mokuji p	{
	margin-left:20px;
	text-align:left;
	font-size:16px;
	color:#222;
}

ul.mokuji_ul	{
	margin:25px 0 0 20px;
	list-style:  none;      /* デフォルトのアイコンを消す */
	padding: 0;             /* デフォルト指定上書き */
}

ul.mokuji_ul li	{
	text-align:left;
	margin-top:15px;
	display:block;
	color:#222;
	padding-left:1.8em;
	text-indent:-1.8em;
	line-height:1.4em;
}

ul.mokuji_ul li a	{
	color:#ff0000;
}

ul.mokuji_ul li:before {
    content:  "";     /* 空の要素作成 */
    width:  13px;               /* 幅指定 */
    height:  13px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #000;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
}

ul.mokuji_ul li span.bold	{
	font-weight:bold;
	color:#111;
}

ul.mokuji_ul_none	{
	margin-top:20px;
	list-style: none;
	padding: 0;
	text-align:left;
}

ul.mokuji_ul_none li	{
	margin-top:15px;
	display:block;
	color:#222;
	padding-left:1.2em;
	text-indent:-1.2em;
	line-height:1.4em;
	text-align:left;
}

h4.topic_title	{
	border-top:5px solid #222;
	border-bottom:3px solid #222;
	text-align:left;
	font-size:20px;
	color:#000;
	line-height:1.2em;
	margin:40px auto 0 auto;
	clear:both;
	widrh:100%;
}

span.topic_title	{
	display:block;
	border-top:3px solid black;
	background-image: url("../img/hand.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 50px 50px;
	margin:3px 0 0 0;
	padding:20px 0 20px 65px;
}

span.topic_title_2	{
	display:block;
	border-top:3px solid black;
	margin:3px 0 0 0;
	padding:20px 0 20px 85px;
	text-align:center;
}

p.topic_img	{
	margin:35px auto 5px auto;
	text-align:center;
	width:100%;
}

p.topic_img img	{
	width:80%;
	text-align:center;
}

p.topic_text	{
	margin-top:20px;
	margin-bottom:25px;
	color:#222;
	line-height:1.6em;
	font-size:15px;
	letter-spacing: 0.1em;
	text-align:left;
}

p.topic_text_bold	{
	color:#111;
	font-size:19px;
	font-weight:bold;
	border-bottom:4px dotted black;
	padding-bottom:5px;
	margin-top:40px;
	line-height:1.7em;
	text-align:left;
	clear:both;
}

p.text_bold	{
	color:#222;
	width:100%;
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
	line-height:1.7em;
	text-align:left;
}

.category_block_pc	{
	display:none;
}

.category_block_sp	{
	margin:110px auto 0 auto;
	width:94%;
	text-align:center;
 	background-color: #ffffff;
}

.link_block_sp	{
	margin:50px auto 0 auto;
	width:100%;
	text-align:center;
	background:#d7d1ba;
}

.link_block_sp p.link_1 img	{
	margin:30px auto 15px auto;
}

.link_block_sp p.link_2 img	{
	margin:0px auto 30px auto;
}

p.catchphrase_sp	{
	margin:20px auto 0 auto;
	font-size:18px;
	line-height:1.3em;
	color:#222222;
}

.category_block_sp img	{
	width:100%;
	height:100%;
	margin:30px auto 20px auto;
	text-align:center;

}

span.text	{
	display: inline-block;
	padding-top:80px;
	line-height:3em;
}

span.text2	{
	display: inline-block;
	padding:30px 0;
}

h2.category_title	{
	margin:0 auto 0 auto;
	text-align:center;
	width:90%;
	font-size:20px;
	color:#000;
	font-weight:normal;
}

h2.category_title img	{
	vertical-align: middle;
	margin-right:10px;
}

h2.category_title_m	{
	margin:0 auto 0 auto;
	text-align:center;
	width:90%;
	font-size:20px;
	color:#000;
	font-weight:normal;
}

h2.category_title_m img	{
	vertical-align: middle;
	margin-right:10px;
}





.block_cover	{
	width:99%;
	margin:20px auto 30px auto;
	display: flex;
	flex-wrap: wrap;
}

.img_block	{
	float:left;
	width:40%;
}

.text_block	{
	float:right;
	width:40%;
}

iframe.sp	{
	display:block;
}

iframe.pc	{
	display:inline;
}

.bg_block	{
    background-color: #f2f2f2;
	padding:30px 15px 10px 30px;
	margin-top:60px;
	width:100%
	text-align:left;
}

p.topic_text_bold_bg	{
	color:#111;
	width:100%
	font-size:21px;
	font-weight:bold;
	border-bottom:4px dotted black;
	padding-bottom:10px;
	text-align:left;
}

p.topic_text2	{
	padding-top:20px;
	margin-bottom:25px;
	color:#333;
	line-height:2em;
	font-size:13px;
	letter-spacing: 0.1em;
	text-align:left;
}

p.topic_text3	{
	padding-top:2px;
	color:#333;
	line-height:1.8em;
	font-size:14px;
	text-align:left;
}



/*--------------------------------------------------------------------/
	DIY プロフィール
/--------------------------------------------------------------------*/


.bg_block_fdfcdf	{
    background-color: #fdfcdf;
	padding:3% 2% 3% 3%;
	margin-top:40px;
	border:4px dotted #fad433;
	width:93%;
}

p.profile_sns_pc	{
	display:none;
}

p.profile_sns_sp	{
	margin-top:10px;
	padding-bottom:10px;
}

p.profile_sns_sp a	{
	display:inline-block;
	margin-top:9px;
}

p.comments_diy	{
	margin-top:-20px;
	font-size:13px;
	color:#111;
	text-align:left;
}

p.topic_text_diy	{
	margin-top:5em;
	line-height:2em;
	text-align:left;
	font-size:16px;
	color:#111;
}

p.topic_text_diy_3	{
	margin-top:3em;
	line-height:2em;
	text-align:left;
	font-size:16px;
	color:#111;
}

p.topic_text_diy_s	{
	margin-top:5em;
	line-height:1.4em;
	text-align:left;
	font-size:16px;
	color:#111;
}

p.topic_img_diy	{
	margin:40px auto 35px auto;
	text-align:center;
	width:100%;
}

p.topic_img_diy img	{
	text-align:center;
	width:100%;
}






.bg_block_ffeeee	{
    background-color: #ffeeee;
	padding:3% 2% 3% 3%;
	margin-top:40px;
	border:4px dotted #fad433;
	width:93%;
}

.bg_block_e1f2ff	{
    background-color: #e1f2ff;
	padding:3% 2% 3% 3%;
	margin-top:40px;
	border:4px dotted #fad433;
	width:93%;
}

.profile_block_f2f2f2	{
    background-color: #f2f2f2;
	padding:3% 2% 3% 3%;
	margin-top:60px;
	width:93%;
	text-align:left;
}

p.profile_img	{
	text-align:left;
	width:120px;
	height:180px;
	float:left;
}

p.profile_img_01	{
	text-align:left;
	width:120px;
	height:370px;
	float:left;
}

p.profile_img2	{
	text-align:left;
	width:120px;
	padding-bottom:30px;
	float:left;
}


p.profile_img img	{
	text-align:left;
	position: absolute;
	width:100px;
	height:100px;
	border-radius:50%;
	padding-right:10px;
}

p.profile_img_01 img	{
	text-align:left;
	position: absolute;
	width:100px;
	height:100px;
	border-radius:50%;
	padding-right:10px;
}

p.profile_img2 img	{
	text-align:left;
	position: absolute;
	width:100px;
	height:100px;
	border-radius:50%;
	padding-right:10px;
}

p.profile_text	{
	margin-top:20px;
	margin-bottom:25px;
	color:#222;
	line-height:1.6em;
	font-size:13px;
	letter-spacing: 0.1em;
	text-align:left;
	display:inline;
}

p.profile_text span.bold	{
	font-weight:bold;
}

p.topic_text span.bold	{
	font-weight:bold;
	display:inline;
}

p.hp_link2	{
	margin:35px auto 0 auto;
	width:96%;
	text-align:center;
}

p.hp_link2 a img	{
	text-align:center;
	margin:35px auto 0 auto;
	width:96%;
}

p.hp_link	{
	margin-top:35px;
	color:#222;
	line-height:2em;
	width:100%;
	font-size:16px;
	text-align:center;
}

p.hp_link a	{
	margin-top:35px;
	color:#e63b5a;
	line-height:2em;
	width:100%;
	font-size:16px;
	text-align:left;
}

p.hp_link	{
	margin-top:35px;
	color:#222;
	line-height:2em;
	width:100%;
	font-size:16px;
	text-align:center;
}

p.hp_link a	{
	margin-top:35px;
	color:#e63b5a;
	line-height:2em;
	width:100%;
	font-size:16px;
	text-align:left;
}

p.text_free	{
	margin-top:25px;
	color:#222;
	line-height:1.7em;
	width:100%;
	font-size:15px;
	letter-spacing: 0.1em;
	text-align:left;
}

p.text_bold_free	{
	color:#222;
	font-size:17px;
	font-weight:bold;
	margin-top:20px;
	text-align:left;
}

p.topic_text_border	{
	color:#111;
	font-size:22px;
	border-bottom:4px dotted black;
	padding-bottom:12px;
	margin-top:40px;
	text-align:left;
}

.block_cover_02	{
	width:100%;
	margin:30px auto 0 auto;
	clear:both;
}

p.img_block_02	{
	width:100%;
	text-align:center;
}

p.img_block_02 img	{
	width:100%;
}

p.topic_text_float	{
	margin:10px 0 0 20px;
	color:#333;
	line-height:2em;
	font-size:13px;
	letter-spacing: 0.1em;
	text-align:left;
	width:94%;
}

.block_cover_border	{
	width:98%;
	margin:30px auto 0 auto;
	border:1px solid #222;
	padding:20px 0 20px 15px;
}

p.text_bold_2	{
	color:#222;
	width:90%;
	font-size:17px;
	font-weight:bold;
	margin-top:10px;
	line-height:1.5em;
	padding-left:1.3em;
	text-indent:-1.3em;
	text-align:left;
}

p.topic_text_garden	{
	margin-top:4em;
	line-height:2em;
	text-align:left;
	font-size:16px;
	color:#111;
}

p.topic_text_magazine	{
	margin-top:4em;
	line-height:2em;
	text-align:left;
	font-size:16px;
	color:#111;
}

p.topic_text_magazine span.bold	{
	font-weight:bold;
}

p.text_block_03	{
	width:90%;
	text-align:left;
	float: left;
	color:#222;
	margin:10px 0 20px 22px;
	line-height:1.4em;
}

p.topic_text_pre1	{
	margin:40px 0;
	color:#111;
	font-size:15px;
	text-align:left;
}

h2.category_title_long	{
	margin:0 auto 0 auto;
	text-align:center;
	width:96%;
	font-size:16px;
	color:#000;
	font-weight:normal;
}

h2.category_title_long img	{
	vertical-align:middle;
}

.sp_height	{
	height:300px;
}

.oubo_link	{
	width:90%;
	margin:30px auto 30px auto;
	text-align:center;
}

.oubo_link img	{
	width:80%;
	text-align:center;
}

.oubo_link_2	{
	width:90%;
	margin:30px auto 30px auto;
	text-align:center;
}

.oubo_link_2 p a img	{
	width:100%;
	margin:0 auto 0 auto;
	text-align:center;
}

.oubo_link_2 p a	{
	text-decoration: none;
}



/*--------------------------------------------------------------------/
	最新号 タグ
/--------------------------------------------------------------------*/



p.topic_text_e17175	{
	color:#e17175;
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
	text-align:left;
}

p.topic_text_ML	{
	margin-top:20px;
	color:#222;
	font-size:18px;
	text-align:left;
}

p.topic_text_S	{
	margin-top:20px;
	margin-bottom:25px;
	color:#222;
	line-height:1.5em;
	font-size:15px;
	letter-spacing: 0.1em;
	text-align:left;
}

hr.hr_01	{
	width:80%;
	border-top: 1px solid #000;
}



hr.hr_02	{
	width:80%;
	border-top: 1px solid #000;
}












/*--------------------------------------------------------------------/
	block_about_pacoma
/--------------------------------------------------------------------*/


.block_about_pacoma	{
	width:98%;
	margin:0 auto 0 auto;
}

.block_about_pacoma p img	{
	width:100%;
	margin:0 auto 0 auto;
	text-align:center;
}

.catchphrase_pc	{
	margin:0 auto 0 auto;
}

.catchphrase_pc2	{
	margin:0 auto 0 auto;
	width:98%;
	text-align:center;
}

.catchphrase_pc p	{
	margin-top:20px;
	font-size:20px;
	line-height:1.5em;
	color:#444;
	text-align:center;
}

.catchphrase_pc2 p	{
	margin-top:30px;
	font-size:18px;
	line-height:1.5em;
	color:#000;
	text-align:center;
}

h4.topic_title5	{
	width:90%;
	border-top:3px solid black;
	margin:30px auto 0 auto;
	font-size:16px;
	color:#333;
	text-align:center;
	padding-top:20px;
}



p.topic_text_2	{
	margin:30px auto 0 auto;
	color:#111;
	line-height:1.9em;
	width:90%;
	font-size:14px;
	letter-spacing: 0.1em;
	text-align:left;
}

p.topic_text_3	{
	margin-bottom:40px;
	color:#111;
	line-height:1.9em;
	width:100%;
	font-size:14px;
	letter-spacing: 0.1em;
	text-align:left;
}

.about_category	{
	width:90%;
	background:#fff;
	margin:30px auto 30px auto;
	text-align:center;
}

.cal1,.cal2	{
	width:96%;
	background:#f2f2f2;
	margin:0 auto 30px auto;
	text-align:center;
	padding:20px auto 20px auto;
	display:block;
}

.cal1 p.img_cate img,.cal2 p.img_cate img	{
	text-align:center;
	margin:30px auto 0 auto;
}


.about_category p.title	{
	margin:20px auto 0 auto;
	text-align:center;
	font-weight:bold;
	color:#000;
	font-size;16px;
}


.cal1 p.text,.cal2 p.text	{
	width:80%;
	margin:15px auto 0 auto;
	text-align:center;
	font-size:14px;
	color:#000;
	line-height:1.5em;
	padding-bottom:20px;
}

p.img_about_paper	{
	margin:30px auto 0 auto;
}

p.img_about_paper img	{
	width:90%;
	text-align:center;
	margin:0 auto 0 auto;
}

.aboutend	{
	padding-bottom:30px;
}



/*--------------------------------------------------------------------/
	都道府県を選ぶ
/--------------------------------------------------------------------*/


div.place_block	{
	width:98%;
	margin:30px auto 0 auto;
}

h4.place_title	{
	border-top:4px solid #222;
	border-bottom:2px solid #222;
	text-align:center;
	font-size:25px;
	color:#000;
	font-weight:normal;
	line-height:1.2em;
	margin-top:40px;
	margin-bottom:40px;
}

.block_cover	{
	width:96%;
	margin:30px auto 30px auto;
	display: flex;
	flex-wrap: wrap;
}

h2.category_title	{
	font-size:95%;
	padding-left:10px;
	color:#111;
}

h2.category_title img	{
	vertical-align:middle;
	width:5%;
	height:5%;
}

.map_block	{
	width:98%;
	margin:30px auto 50px auto;
}

.img_block	{
	float:left;
	width:40%!important;
}

.img_block img	{
	width:100%!important;
	height:100%;
}

.shop_cover	{
	width:98%;
	margin:20px auto 50px auto;
}

span.place_title	{
	display:block;
	border-top:2px solid black;
	margin:3px 0 0 0;
	padding:13px 0 10px 0;
}

.map_block p img	{
	text-align:center;
	width:98%
}

.shop_cover	{
	width:98%;
	margin:20px auto 50px auto;
}

.text_block	{
	float:right;
	width:60%;
}

ul.block_ul li	{
	text-align:left;
	padding:5px 5px 0 15px;
}

ul.block_ul li.category2	{
	font-size:75%;
	color:#000;
}
ul.block_ul li.title a	{
	font-size:75%;
	color:#000;
	margin-top:10px;
	text-decoration: none;
}

ul.block_ul li.read	{
	display:none;
}

div#map01,div#map02,div#map03,div#map04,div#map04,div#map05,div#map06,div#map07	{
	display:none;
}

div#map01_001,div#map01_002,div#map01_003,div#map01_004,div#map01_005,div#map01_006,div#map01_007,div#map02_001,div#map02_002,div#map02_003,div#map02_004,div#map02_005,div#map02_006,div#map02_007,div#map02_008,div#map03_001,div#map03_002,div#map03_003,div#map03_004,div#map04_001,div#map04_002,div#map04_003,div#map04_004,div#map04_005,div#map05_001,div#map05_002,div#map05_003,div#map05_004,div#map05_005,div#map05_006,div#map06_001,div#map06_002,div#map06_003,div#map06_004,div#map06_005,div#map06_006,div#map06_007,div#map06_008,div#map06_009,div#map07_001,div#map07_002,div#map07_003,div#map07_004,div#map07_005,div#map07_006,div#map07_007,div#map07_008	{
	display:none;
	margin-bottom:40px;
}
















input[type="button"].btn001	{
	margin:0;
	width:100%;
	display: inline-block;
	color:#555;
	padding: 9px 0 7px 10px;
	text-align:left;
	font-size:15px;
	cursor: pointer;
	text-decoration: none;
	border-left:none;
	border-right:none;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
	box-shadow:none;
	background:#fff; 
}

input[type="button"].btn002	{
	margin:0;
	width:100%;
	display: inline-block;
	color:#555;
	padding: 9px 0 7px 10px;
	text-align:left;
	font-size:15px;
	cursor: pointer;
	text-decoration: none;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #888;
	box-shadow:none;
	background:#fff; 
}

input[type="button"].btn0001	{
	margin:0;
	width:100%;
	display: inline-block;
	color:#555;
	padding: 9px 0 7px 30px;
	text-align:left;
	font-size:15px;
	cursor: pointer;
	text-decoration: none;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #888;
	box-shadow:none;
	background:#fff; 
}

div.map0001 ul.shop_map li.map_li01 span	{
	width:100%;
	border-bottom:1px solid #888;
	color:#555;
	padding: 9px 0 7px 30px;
	text-align:left;
	font-size:15px;
	cursor: pointer;
	display:block;
	margin-top:20px;
}

ul.shop_map	{
	width:100%;
	font-size:14px;
	margin-top:15px;
}

li.map_li01	{
	width:96%;
	text-align:left;
	background-color: #ff0000;
	color:#ffffff;
	padding:5px 0 4px 10px;
}

li.map_li02	{
	width:96%;
	text-align:left;
	color:#222;
	padding:6px 0 3px 10px;
}

span.map_li_01	{
	padding-left:3em;
}

span.map_li_02	{
	padding-left:4em;
}

span.map_li_03	{
	padding-left:5em;
}

span.map_li_04	{
	padding-left:2em;
}
































.pc	{
	display:none;
}



}