﻿@charset "UTF-8";

/* ============= Start Menu =================*/
ul,li,a{
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration: none;
}

.navi_container {
	text-align: center;
	margin: auto;
}
.navi_container ul{
	/* width: 1100px; */
	margin:auto;
	background: rgb(57, 151, 64);
	padding: 10px 0;
}
.navi_container li{
	display:inline-block;
	padding: 0;
	position:relative;
	margin-right: -5px;
}
.navi_container li a{
	display:block;
	color: #ffffff;
	padding: 13px 7px;
	position:relative;
	border: 1px solid #ffffff;
	box-shadow: 0 0 1px #000;
}
.navi_container li:last-child a{
	border-right:0;
}
.navi_container li a:hover{
	background: #1e8126;
	/* transition:all 0.3s linear; */
	text-decoration: none;
	color: #35e343;
}
.navi_container li a:before{
	content: "⇙";
	position:absolute;
	bottom: -10px;
	left: -1%;
	font-size: 20px;
	transition:all 0.3s linear;
	transform:rotate(180deg);
}
.navi_container li a:hover:before{
	/* transform: rotate(-360deg); */
	transition:all 0.3s linear;
}

@media screen and (max-width:480px){
	.navi_container {
	background-color: #ffffff;
	height:auto;
	border-bottom:0px solid #A4C14A;
	width:100%;
	margin: auto;
	padding:0;
	line-height: 50px;
	position: relative;
}
.navi_container ul{
	width:100%;
	display:block;
}
.navi_container li{
	display:block;
	width:100%;
	float:none;
	padding:0px 0px;
	position:relative;
	text-align:center;
}
.navi_container li a{
	display:block;
	/* color: #c1c1c1; */
	border-top:0px solid transparent;
	padding:0px 0px;
	position:relative;
}
.navi_container li a:before{
	content:none;
	border-style:solid;
	border-width:7px;
	border-color:transparent;
	border-top-color:#A4C14A;
	position:absolute;
	margin-left:35%;
	display:none;
	transition:all 0.4s linear;

}
.navi_container li:first-child a:before{
	display:block;
	transition:all 1s linear;
	margin-left:10%;
}
.navi_container li a:hover{
	transition:all 0.3s linear;
	background: rgba(255, 255, 255, 0.25);
	color: #fff;
}
}  
/* ============= End Menu =================*/


body
{
	color: #333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:2em;
	font-size: 16px;
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	background: #fffcea;
	background-size: 100%;
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #f7812c;
	text-decoration: none;
}
a:hover
{
	/* color: #40A74C; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 12px;
}
.header_contain 
{
	clear: both;
	margin: auto;
	padding: 0;
	padding-bottom: 0;
	width: 100%;
	/* background: #1e8126; */
}

.wrap_hearder
{
	width: 1065px;
	margin: 20px auto;
	padding: 20px;
	z-index: 3;
	border: 1px double #e6e6e6;
	background: #fbe2c4;
}
.wrap_hearder:after
{
	content: "";
	display: block;
	clear: both;
}
.article_title_h1{
	margin: auto;
	BACKGROUND: #e5ae90;
}
h1
{
	color: #ffffff;
	text-decoration: none;
	/* text-align: center; */
	font-size: 20px;
	margin: auto;
	padding: 20px 0;
	width: 1100px;
	text-indent: 20px;
	margin-bottom: 15px;
	text-align: center;
}
.Look_Content h3{
	padding-left: 20px;
	margin-top: 10px;
	font-size: 15px;
	color: #f5aa6f;
	border-bottom: 1px solid #c4c4c4;
	overflow: hidden !important;
}
.Look_Content h3:before{
	content:"➠";
	padding-right:10px;
	color: #1e8126;
}
h3{
	padding-left: 0px;
	margin-top: 10px;
	font-size: 15px;
	color: #1e8126;
	border-bottom: 1px solid #c4c4c4;
	overflow: hidden !important;
}
/* ============== start h2 ==================*/
h2 {
    border-bottom: 5px double #ffffff;
    padding: 10px 0;
    overflow:hidden;
    text-indent: 0px;
    font-size: 16px;
    color: #fffcf9;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #e9b993;
}
h2:before{
	content: "❖";
	padding-right:10px;
	color: #f7812c;
}

h2 a{
	border-bottom:1px solid;
	padding-bottom:3px;
}
h2 a:hover{
	border:none;
	text-decoration: none;
}
/* ============== start main_block_logo  ==================*/
.images_main{
	padding: 0;
	margin:0;
}
.main_block_logo{
	clear: both;
	margin: auto;
	display: block;
	/* max-width: 1350px; */
	width: 100%;
}
.main_block_logo img{
	margin: auto;
	width: 100%;
	z-index: -1;
	margin-bottom: -9px;
}
.navi_containerigation{
	width: 25%;
	float:right;
}

.main_block_logo:after,
.navi_containerigation:after
{
	content:"";
	display:block;
	clear:both;
}


.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 navi_container  ==================*/


/* ============== Start Menu Side Bar ==================*/
.navi_container_main
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	background: #FFFFFF;
}
.navi_container_main:after{
	content:"";
	display:block;
	clear:both;
}
.navi_container_main h2{
	text-align:center;
	padding: 10px 0;
	text-indent: 0;
	margin-bottom: 10px;
}
.navi_container_main ul
{
	list-style: none;
	text-align: center;
}
.navi_container_main li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 1px;
	border-top: 1px solid #ddd;
}
.navi_container_main li a
{
	display: block;
	color: #fd840c;
	padding: 8px 0;
	border-bottom: 4px double;
}
.navi_container_main li a:hover
{
	text-decoration: none;
	background: rgb(239, 199, 176);
	color: #ffffff;
	/* border-color: #1e8126; */
}


/* ============== End Menu Side Bar ==================*/
.choosing_block{
	background: rgb(255, 255, 255);
	box-shadow: 0 0 1px #000;
	border: 1px solid #fff;
	position: relative;
}

.Look_Content img
{
	width: 38%;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.site_postlist_right .Look_Content img
{
	width: 38%;
}

.icatch_image_01
{
	width: 30%;
	float: left;
	margin-right: 20px;
	/* margin-bottom: 10px; */
	margin-top: 20px;
	margin-left: 15px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
	background: #fff;
	position:relative;
}

.icatch_image_01:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
	left:0;
}


.icatch_image_02
{
	width: 92%;
	margin: 15px;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
.icatch_image_03
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.icatch_image_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}

.icatch_image_01:after,.icatch_image_02:after,.icatch_image_03:after
{
	content:"";
	display:block;
	clear:both;
}


.site_postlist_main
{
	width: 76.3%;
	float: right;
	margin: 0;
	padding: 0;
}
.site_postlist_main:after
{
content: "";
display: block;
clear: both;
}

.site_postlist_sub{
	width: 76.3%;
	float: left;
	margin: 0;
	margin-left: 15px;
}
.site_postlist_sub:after
{
content: "";
display: block;
clear: both;
}

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

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

.site_postlist_right .Block_style_link{
	margin-bottom:0;
}

.Select_Block_01
{
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position:relative;
	border-top: 10px solid #f5922a;
	padding-top: 15px;
	overflow: hidden;
}

.Select_Block_01:before{
	content: "";
	height: 40px;
	width: 40px;
	left:45%;
	top: -20px;
	border-radius:50%;
	background: #f5922a;
	position:absolute;
	color: #f1f1f1;
}
.Select_Block_01:after{
	content: "⇓";
	position:absolute;
	left: 46.4%;
	top: -11px;
	font-size: 28px;
	color: #fff;
}


.Select_Block_02
{
	width: 47.5%;
	margin: 0;
	padding-bottom: 15px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 5px solid #1e8126;
	margin-top: 15px;
}
.Select_Block_02 h2{
	text-align:center;
	text-indent:0;
	padding: 10px 10px;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 19%;
	border-radius: 0 0 10px 10px;
	border: 0;
	background: #1e8126;
	color: #fff;
}
.Select_Block_02:after
{
	content: "";
	display: block;
	clear: both;
}

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

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

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

.Select_Block_03 h2{
	border:0;
	background: none;
	padding: 10px 0;
	margin: 0;
	box-shadow: none;
	text-indent: 0;
	text-align: center;
	font-size: 16px;
}
.Select_Block_03 h2:before,.Select_Block_03 h2:after{
	content:"";
	width:0;
	border:0;
}

.Auto_frame
{
	padding: 0;
	margin: 0;
}
.Auto_frame:after
{
	content: "";
	display: block;
	clear: both;
}
.Look_Content{
	padding-bottom:20px;
	margin-bottom: 20px;
}
.site_postlist_sub .Look_Content{
	margin-bottom:0;
}
.Block_style_link ul
{
	list-style: none;
	padding-top: 0px;
}
.Block_style_link li
{
	border-bottom: 1px dashed #ffffff;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 35px;
	position:relative;
}
p.discover_more a
{
	float: right;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 5px 15px;
	font-size: 12px;
	background: #f5922a;
	border: 5px double #ffffff;
}

p.discover_more a:hover
{
	text-decoration: none;
	/* color: #ffffff; */
	border-color: #fff;
	background: #f3bf82;
	box-shadow: none;
	border-color: #ffffff;
}
.footer_inner_side
{
	padding-top: 10px;
	padding-bottom: 0px;
	background: #e5ae90;
	color: #000;
	margin: auto;
	height: auto;
	/* width: 1100px; */
	text-align: center;
	position: relative;
	/* border-top: 1px solid #ffffff; */
	/* box-shadow: 0 -1px 1px #31371f; */
}
.inner_footer_inner_side{
	width:1100px;
	margin:auto;
}
.footer_inner_side:after{
	content:"";
	display:block;
	clear:both;
}
.footer_inner_side a
{
	color: #FFFFFF;
	text-decoration: none;
}
.footer_inner_side a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.footer_inner_side_menu ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
	margin-bottom: 20px;
}
.footer_inner_side_menu ul li {
	list-style:none;
	border-bottom: 1px solid #ffffff;
}
.footer_inner_side_menu ul li a{
	padding: 10px 10px;
	position: relative;
}

.footer_inner_side_menu ul li a:before{
	content: "☞";
	top: 0px;
	margin-right: 2px;
}

.footer_inner_side_menu ul li a:hover{
	/* text-decoration: none; */
	/* background: rgba(255, 255, 255, 0.2); */
	/* color: #FF912F; */
}

.social
{
	width: 100%;
	text-align: center;
	margin: auto;
	display:flex;
	justify-content: center;
	padding: 15px 0;
}
.pocket-btn
{
	margin-top: 1px;
	margin-right:-3px;
}
.footer_inner_side_left{
	width: 70%;
	float: right;
	text-align: right;
	font-size: 14px;
}
.footer_inner_side_right{
	width: 30%;
	float: left;
}

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

.wrap_hearder
{
	width: 80%;
	min-width: inherit;
	/* padding-top: 0px; */
	margin: 20px auto;
}
.article_title_h1{
	width: 100%;
	min-width: inherit;
	margin: 0;
}
h1
{
	font-size: 14px;
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

h2{
	text-align:center;
	/* padding:10px 0; */
	text-indent:0;
}
.Select_Block_02 h2{
	position:static;
	border-radius:0;
	border-bottom:5px double;
}

.main_block_logo img{
	width:100%;
	padding:0;
	margin:0;
	display: flex;
}
.main_block_logo,.navi_containerigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
	display: block;
}

.banner
{
	border-radius: 0;
}


/* ========= 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 ============*/


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


.site_postlist_right
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	margin-top: 20px;
}

.site_postlist_right .Block_style_link{
	margin-bottom:20px;
}

.Look_Content,
.Select_Block_01,
.Select_Block_02,
.Select_Block_03
{
	float: none;
	width: 100%;
	border: 0;
}
.Select_Block_01:before{
	display:none;
}
.Select_Block_01 h2{
	text-align:center;
}
.Auto_frame
{
	width: 100%;
	margin: auto;
	clear: both;
	padding:0;
	margin:0;
	border:none;
	background:none;
	box-shadow:none;
}


.Look_Content img,
.icatch_image_01,
.icatch_image_02,
.icatch_image_03
{
	width: 93%;
	padding: 0;
	margin: 15px;
	float: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0;
}

.footer_inner_side
{
	width: 100%;
	min-width: inherit;
	padding-top: 0;
}
.inner_footer_inner_side{
	width:inherit;
}
.footer_inner_side_menu ul{
	display:block;
}
.footer_inner_side_menu ul li a{
	padding: 9px;
	display:block;
}
.footer_inner_side_menu ul li a:hover{
	text-decoration:none;
	background: rgba(255, 255, 255, 0.3);
	color: #fcfcfc;
}
.footer_inner_side_menu ul li a:before{
	content:"";
}


.footer_inner_side_right,
.footer_inner_side_left{
	width: 100%;
	float:none;
	display:flex;
	justify-content:center;
}

}/*end-mobile*/
