﻿@charset "UTF-8";

/* ============= Start Menu =================*/
.top_menu_navi{
	width: 1100px;
	margin:auto;
	margin:auto;
	background: rgb(209, 159, 132);
	border-bottom: 1px solid #f1eae2;
}
.top_menu_navi ul{
	list-style:none;
	padding: 8px 0;
	padding-bottom: 0;
	margin:0px;
	position:relative;
	text-align: center;
}
.top_menu_navi ul:after{
	content:"";
	clear:both;
	display:block;
}
.top_menu_navi ul li{
	display:inline-block;
	text-align:center;
	padding: 0;
	position:relative;
	box-sizing:border-box;
}

.top_menu_navi ul li a{
	text-decoration:none;
	display:block;
	color: #ffffff;
	position:relative;
	overflow:hidden;
	padding: 10px 29px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.09);
	/* box-shadow: 0 28px 10px -23px #000; */
}
.top_menu_navi ul li a:hover{
	/* color: #1b1b1b; */
	border-color: #b5846a;
	background: #cc9b80;
	box-shadow: none;
}
@media screen and (max-width: 480px) {
	.top_menu_navi{
		width: 100%;
	
	}
	.top_menu_navi ul{
		/* background-color: #fff; */
		border-top:none;
	}
 .top_menu_navi ul{
	list-style:none;
	border-bottom:0px;
	padding:0px;
	margin:0px;
	position:relative;
}
.top_menu_navi ul li{
	display:block;
	text-align:center;
	width:100%;
	padding:0;
	position:relative;
	box-sizing:border-box;
	border-bottom:1px solid #ddd;
	margin-left:0px;
}
.top_menu_navi ul li a{
	text-decoration:none;
	display:block;
	/* color:#000; */
	border-radius: 0;
}
}    
/* ============= End Menu =================*/


body
{
	color: #333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:2em;
	font-size: 15px;
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	background: #ffffff;
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #d06125;
	text-decoration: none;
}
a:hover
{
	/* color: #FF952D; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	margin-top: 10px;
}
.Tittle_in_header
{
	clear: both;
	margin: auto;
	padding: 0;
	padding-bottom: 0;
	background-size: 67%;
}
.Tittle_in_header:after
{
	content: "";
	display: block;
	clear: both;
}
.WRAPPER_content
{
	width: 1100px;
	margin: 20px auto;
}
.WRAPPER_content:after
{
	content: "";
	display: block;
	clear: both;
}

.blog-h1{
	margin: auto;
	background: #d19f84;
	border-bottom: 1px solid #a77458;
}
h1
{
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding: 9px 0;
	margin-top: 0px;
}
h3{
	padding-left: 18px;
	margin-top: 20px;
	font-size: 15px;
	color: #393939;
	/* box-shadow: 0 0 5px #c1c1c1; */
	overflow: hidden !important;
	border: 1px solid #ddd;
	background: #f6f6f6;
}

/* ============== start h2 ==================*/
h2 {
    border-bottom: 1px solid #DAE4E6;
    padding: 10px;
    position: relative;
    overflow:hidden;
    text-align: center;
    /* text-indent: 33px; */
    color: #588590;
    font-size: 18px;
    background: #c4dde3;
}
h2:before{
    /* content:""; */
    position:absolute;
    width: 30px;
    height: 30px;
    background-color: #80af81;
    bottom: -14px;
    left: -8px;
    border-radius:50%;
}
h2:after{
    /* content:""; */
    width: 18px;
    height: 18px;
    background-color: #ffa546;
    position:absolute;
    border-radius:50%;
    left: 20px;
    top: 19px;
    opacity: 0.5;
}

h2 a{
	border-bottom:1px solid;
	padding-bottom:3px;
}
h2 a:hover{
	border:none;
	text-decoration: none;
}
/* ============== start inner_image_tmp  ==================*/
.catlog_image{
	margin:0;
	padding: 0;
	background: #dcd3cc;
}
.blog-img{
	width:1100px;
	clear: both;
	margin: auto;
	display: flex;
}
.blog-img img{
	box-shadow: 0 0 1px #9e6d52;
}
.top_menu_naviigation{
	width: 25%;
	float:right;
}

.blog-img:after,
.top_menu_naviigation:after
{
	content:"";
	display:block;
	clear:both;
}

. block_display{
		
}
.inner_navi
{
	background-color: rgb(255, 255, 255);
	margin: auto;
	padding: 0;
	clear: both;
	position: relative;
}
.inner_navi:after{
	clear:both;
	display:block;
	content:"";
}
.inner_navi ul
{
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 0 auto;
}
.inner_navi li
{
	display: block;
}
.inner_navi li a
{
	color: #242424;
	text-decoration: none;
	display: block;
	padding: 12.1px 17px;
	font-size: 12px;
	transition: all 0.3s linear;
}
.inner_navi li a:hover
{
	background-color: #60D125;
	transition: all 0.3s linear;
	color: #fff;
}

/* ============== End top_menu_navi  ==================*/


/* ============== Start Menu Side Bar ==================*/
.aside_navigation h2{
	text-align:center;
	text-indent:0;
}
.aside_navigation {
    max-width:250px;
    background-color: #F5F5F5;
    padding:10px;
    border-radius: 5px;
    border: 1px solid #EDEDED;
    margin-bottom: 20px;
}
.aside_navigation ul {
    margin:0px;
    padding:0px;
    list-style:none;
}
.aside_navigation ul li{
    display:block;
}
.aside_navigation ul li a{
    display:block;
    padding: 7px;
    text-decoration:none;
    color: #262626;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}

.aside_navigation ul li a:hover{
    background-color: #80af81;
    color: #282828;
}
@media screen and (max-width:480px){
    .aside_navigation {
    min-width: 94%;
}
.aside_navigation ul {
    margin:0px;
    padding:0px;
    list-style:none;
}
.aside_navigation ul li{
    display:block;
    text-align:center;
}
.aside_navigation ul li a{
    display:block;
    padding:10px;
    text-decoration:none;
}

}

/* ============== End Menu Side Bar ==================*/
.block_display{
    box-shadow: rgb(110, 110, 110) 0px 0px 1px;
    background-color: rgb(254, 254, 254);
    border-radius: 0px;
    overflow: hidden;
}
.begin_content img
{
	width: 48%;
	float: left;
	margin-right: 15px;
	/* margin-bottom: 10px; */
	margin-top: 20px;
	margin-left: 15px;
	padding: 10px;
	box-shadow: 0 0 1px #B3B3B3;
}
.image_tmp_01
{
	width: 48%;
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-left: 15px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.image_tmp_02
{
	width: 92%;
	margin: auto;
	padding: 11px;
	border-bottom: 1px solid #ddd;
	display: flex;
	background: #ffffff;
}
.image_tmp_03
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.image_tmp_03
{
	width: 92%;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background: #ffffff;
}

.image_tmp_01:after,.image_tmp_02:after,.image_tmp_03:after
{
	content:"";
	display:block;
	clear:both;
}


.post_item_main
{
	width: 62.5%;
	float: left;
	margin: 0;
	padding: 0;
}
.post_item_main:after
{
content: "";
display: block;
clear: both;
}

.post_item_sub{
	width: 100%;
	float: left;
	margin: 0;
}
.post_item_sub:after
{
content: "";
display: block;
clear: both;
}

.post_item_right
{
	width: 35%;
	float: right;
	margin: 0;
}
.post_item_right:after
{
content: "";
display: block;
clear: both;
}

.post_item_left{
	width: 22%;
	float: left;
	margin: 0;
	margin-right: 20px;
}
.post_item_left:after
{
content: "";
display: block;
clear: both;
}



.proposed_Back_links
{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.proposed_Back_links:after
{
	content: "";
	display: block;
	clear: both;
}

.post_item_left .proposed_Back_links,.post_item_right .proposed_Back_links{
	margin-bottom:0;
}

.block_item_01
{
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.block_item_01:after
{
	content: "";
	display: block;
	clear: both;
}

.block_item_02
{
	width: 48.1%;
	margin: 0;
	padding-bottom: 15px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

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

.block_item_02:first-child
{
	margin-left: 0px;
}
.block_item_02:nth-child(2)
{
	margin-right: 0px;
}
.block_item_02:nth-child(4)
{
	margin-right: 0px;
}

.block_item_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

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

.block_item_03 h2{
	/* border:0; */
	/* background: none; */
	/* padding: 10px 0; */
	/* margin: 0; */
	/* border: none; */
	/* box-shadow: none; */
	/* text-align: center; */
	/* text-indent: 0; */
}
.block_item_03 h2:before,.block_item_03 h2:after{
	content:"";
	width:0;
	border:0;
}

.Auto_frame
{
	/* overflow: hidden; */
	clear: both;
}
.Auto_frame:after
{
	content: "";
	display: block;
	clear: both;
}
.begin_content{
	padding-bottom:20px;
	margin-bottom:20px;
}
.proposed_Back_links ul
{
	list-style: none;
	padding-top: 10px;
}
.proposed_Back_links li
{
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
}
.proposed_Back_links li h3{
	text-indent:0;
	padding: 5px;
}
p.continue_reading a
{
	float: right;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 4px 8px;
	color: #F6F6F6;
	background: #d19f84;
	box-shadow: 0 0 10px #967e71;
	border: 1px solid #fff;
}

p.continue_reading a:hover
{
	text-decoration: none;
	/* color: #FFFFFF; */
	background: #9cbac1;
}
.Flexible_footer
{
	/* padding-top: 10px; */
	padding-bottom: 20px;
	background: #d19f84;
	color: #222222;
	margin: auto;
	width: 100%;
	height: auto;
	min-width: 1100px;
	text-align: center;
	word-wrap: break-word;
	border-top: 1px solid #ffd6bf;
}
.Flexible_footer:after{
	content:"";
	display:block;
	clear:both;
}
.Flexible_footer a
{
	color: #FFFFFF;
	/* text-decoration: none; */
}
.Flexible_footer a:hover
{
	/* color: #FFFFFF; */
	/* text-decoration: underline; */
}

.Flexible_footer_MENU ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
	padding-bottom: 10px;
}
.Flexible_footer_MENU ul li {
	list-style:none;
	
}
.Flexible_footer_MENU ul li a{
	padding:10px;
	border-right: 1px solid #ffffff;
}
.Flexible_footer_MENU ul li a:hover{
	/* background: rgb(133, 178, 119); */
	/* text-decoration:none; */
	/* color: #FFFFFF; */
}

.Flexible_footer_MENU ul li:last-child a{
	border-right:0;
}

.social
{
	width: 100%;
	text-align: center;
	margin: auto;
	display:flex;
	justify-content: center;
	padding: 15px 0 0 0;
}
.pocket-btn
{
	margin-top: 1px;
	margin-right:-3px;
}

.scrollToTop
{
	width:50px;
	height: 30px;
	padding: 10px 0;
	text-align:center;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.05);
	position:fixed;
	bottom: 0;
	right:40px;
	background: rgb(209, 159, 132);
	border-radius:50%;
	margin-bottom:20px;
	border: 1px solid #fff;
}
.scrollToTop:hover{
	background: rgb(181, 128, 100);
}
.scrollToTop:before{
	content:"☛";
	transform: rotate(-90deg);
	font-size: 30px;
	position: absolute;
	left: 10px;
	color: #FFFFFF;
}

@media screen and (max-width: 480px){
.Tittle_in_header{
	width: 100%;
	min-width:inherit;
	padding:0;
	margin:0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
}

.WRAPPER_content
{
	width: 90%;
	min-width: inherit;
	margin: 20px auto;
}
.blog-h1{
	width: 100%;
	min-width: inherit;
	margin: 0;
}
h1
{
	font-size: 14px;
	margin: 0;
}
h2{
	text-align:center;
	text-indent:0;
}
.blog-img
{
	width: 100%;
	min-width: inherit;
	margin-bottom: -9px;
	background-color: rgb(255, 255, 255);
}
.blog-img img{
	width:100%;
	padding:0;
	margin:0;
	display: flex;
}
.catlog_image{
	padding:0;
}
.blog-img,.top_menu_naviigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
	display: block;
}

.Flexible_footer_MENU ul{
	display:block;
}
.Flexible_footer_MENU ul li a{
	padding:10px;
	display:block;
	border: 0;
}
.Flexible_footer_MENU ul li a:hover{
	text-decoration:none;
	background: rgb(255, 165, 70);
	color: #333;
}


/* ========= start menu ============*/	
.inner_navi
{
	width: 100%;
	min-width: inherit;
	margin: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: 0 0 1px#000;
}

.inner_navi li
{
	display: inline;
}
.inner_navi li a{
	padding:5px 0;
}
/* ========= end menu ============*/


.post_item_main,.post_item_sub
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	border: 0;
}


.post_item_right,.post_item_left
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}

.begin_content,
.begin_content,
.block_item_01,
.block_item_02,
.block_item_03
{
	float: none;
	width: 100%;
	padding-top: 0;
	padding-right: 0;
}


.Auto_frame
{
	width: 100%;
	margin: auto;
	clear: both;
}

.begin_content img,
.image_tmp_01,
.image_tmp_02,
.image_tmp_03
{
	width: 95%;
	padding: 11px;
	margin: auto;
	float: none;
	box-shadow: none;
	display: flex;
}

.post_item_left .proposed_Back_links{
	margin-bottom:20px;
}

.Flexible_footer
{
	width: 100%;
	min-width: inherit;
	padding-top: 0;
}

.scrollToTop{
	width:0;
	height:0;
	background:0;
	margin:0;
	padding:0;
}
.scrollToTop:before{
	content:"";
	position:absolute;
	
}

}/*end-mobile*/

