﻿@charset "UTF-8";

/* ============= Start Menu =================*/
ul,li,a{
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration: none;
}

.main_nav {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	position: relative;
	background: linear-gradient(#eee,#f0f0f0);
}
.main_nav:before{
	content:"";
	position:absolute;
	width:100%;
	height: 8px;
	background: #e4e4e4;
	left:0;
	bottom: -7px;
	box-shadow: inset 0 0 3px;
}
.main_nav ul{
	width:1000px;
	margin:auto;
	text-align: center;
}
.main_nav li{
	display:inline-block;
	padding: 0px 0px;
	position:relative;
	border-left: 1px solid #979797;
	margin-right: -5px;
}
.main_nav li:last-child{
	border-right: 1px solid #979797;
}
.main_nav li a{
	display:block;
	color: #414141;
	padding: 8px 14px;
	position:relative;
	font-size: 13px;
	text-decoration:none;
	z-index: 1;
}
.main_nav li a:hover:before{
	content:"";
	position:absolute;
	border-bottom: 6px solid #35b9f6;
	bottom: -6px;
	width:100%;
	height:100%;
	left: 0;
	z-index: -1;
}

.main_nav li a:hover{
	text-decoration: none;
	background: rgb(255, 255, 255);
	color: #35b9f6;
}

@media screen and (max-width:480px){
	.main_nav {
	height:auto;
	width: auto;
	margin: auto;
	line-height: 40px;
}
.main_nav ul{
	width: auto;
	margin:0;
	padding:0;
	border:0;
	box-shadow:none;
}
.main_nav li{
	display:block;
	float:none;
	padding:0px 0px;
	position:relative;
	text-align:center;
	transform: skewX(0);
	border-radius: 0;
}
.main_nav li a{
	display:block;
	/* color: #ffffff; */
	border-top:0px solid transparent;
	padding:0px 0px;
	position:relative;
	border-radius: 0;
	transform: skewX(0);
}
.main_nav 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;

}
.main_nav li a:hover:before{
	display:none;
}

.main_nav li:hover{
	/* color: #222222; */
	/* background: #fcfcfc; */
}
}  
/* ============= End Menu =================*/


body
{
	color: #333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 2.5em;
	font-size: 18px;
	background: #edf1ec;
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #f68735;
	text-decoration: none;
}
a:hover
{
	/* color: #FF952D; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	margin-top: 0;
}
.master_top_header 
{
	clear: both;
	margin: auto;
	padding: 0;
	margin-bottom: 20px;
	/* background: #fff; */
}

.WRAPPER_content
{
	width: 1000px;
	margin: auto;
	margin-bottom: 20px;
	padding-bottom: 0;
}
.WRAPPER_content:after
{
	content: "";
	display: block;
	clear: both;
}
.BIG_tittle{
	margin: auto;
	background: #d8a182;
	text-align: center;
	border-bottom: double 3px #eaece9;
	box-shadow: 0px 10px 10px -10px #333;
	width: 1000px;
	margin-top: -23px;
}
h1
{
	color: #f1f4f9;
	text-decoration: none;
	font-size: 22px;
	padding: 10px 0px;
	width: 1000px;
	margin: auto;
	=: #64c7de
}
h3{
	margin-left: 3px;
	font-size: 19px;
	color: #3a3a3a;
	overflow: hidden !important;
	border-bottom: 1px solid #ffffff;
	position:relative;
	margin-top: 1px;
	text-indent: 10px;
}
h3:before{
	/* content: "➤"; */
	width: 5px;
	height: 40px;
	/* background: #dec6bb; */
	position: absolute;
	bottom: 5px;
	left: -15px;
}
/* ============== start h2 ==================*/

h2 {
    padding: 2px;
    border-bottom: 3px solid #bf5c24;
    padding-left:40px;
    position:relative;
    font-size: 16px;
    background: #e8b79b;
    color: #fff;
    margin-bottom: 10px;
}
h2:before{
    content:"";
    width:15px;
    height:15px;
    background-color:orange;
    position:absolute;
    border-radius:50%;
    left: 6px;
    border:4px double #fff;
    top:0;
    margin-top: 14px;
}
h2:after{
    content:"";
    width:30px;
    height:3px;
    background-color:orange;
    position:absolute;
    left:0;
    bottom:0;
    margin-bottom:-3px;
}
/* ============== start inner_catlog_image  ==================*/
.block_news{
	background: rgb(255, 255, 255);
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	/* box-shadow: 0 0px 5px; */
}
.block_news:after{
	content:"";
	display:block;
	clear:both;
}
.catlog_image{
	padding: 10px 0;
	margin:0;
	position: relative;
	/* background: #d8c3b9; */
}

.inner_catlog_image{
	width:1000px;
	margin: 0 auto;
	clear: both;
	position:relative;
	z-index: 3;
}
.inner_catlog_image img{
	width: 98%;
	display: block;
	padding: 10px;
	background: rgb(216, 161, 130);
}
.content_sectionigation{
	width: 25%;
	float:right;
}

.content_sectionigation: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 content_section  ==================*/


/* ============== Start Menu Side Bar ==================*/
.navi_top_menu
{
	margin: 0;
	margin-bottom: 20px;
}
.navi_top_menu:after{
	content:"";
	display:block;
	clear:both;
}

.navi_top_menu ul
{
	list-style: none;
	/* text-align: center; */
}
.navi_top_menu li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 1px;
	border-bottom: 1px solid #e9e9e9;
	position: relative;
}
.navi_top_menu li:before{
	/* content: "✘"; */
	position:absolute;
	left: 0px;
	top: 10px;
	z-index:2;
	color: #35b9f6;
}

.navi_top_menu li a
{
	display: block;
	color: #ffffff;
	padding: 1px 10px;
	font-size: 14px;
	background: linear-gradient(to right, #e8b79b , #ffae7f, #e8b79b);
	text-align: center;
	/* background: #eacdbe; */
	/* background: linear-gradient(to bottom,rgb(222, 198, 187) 0%, rgb(226, 220, 217) 100%); */
}
.navi_top_menu li a:hover
{
	text-decoration: none;
	color: #ffffff;
	border-color: #fff;
	background: #ffa500;
}


/* ============== End Menu Side Bar ==================*/
.block_framer_sub .content_section{
	margin-bottom:0;
}
.content_section{
	/* background: #ffffff; */
}

.content_section:after{
	clear:both;
	display:block;
	display:block;
}

.content_section img
{
	width: 44%;
	display: block;
	float: right;
	margin-right: 18px;
	margin-top: 14px;
	margin-left: 15px;
	/* padding: 5px; */
	background: #fff;
	border: 2px solid #e4c998;
}

.block_framer_sub .content_section img
{
	width: 48%;
}


.image_display_01
{
	width: 39%;
	display: block;
	float: right;
	margin-right: 15px;
	margin-top: 14px;
	margin-left: 10px;
	background: #fff;
	border: 2px solid #e4c998;
	position:relative;
}
.image_display_02
{
	width: 100%;
	display: block;
	margin: 0;
	border-bottom: 1px solid #d5d5d5;
	background: #64c7de;
}
.image_display_03
{
	width: 100%;
	margin: auto;
	padding: 0;
	border-bottom: 1px double #ddd;
	/* display: block; */
}

.image_display_01:after,.image_display_02:after,.image_display_03:after
{
	content:"";
	display:block;
	clear:both;
}


.main_post_article_main
{
	width: 71%;
	float: right;
	margin: 0;
}
.main_post_article_main:after
{
content: "";
display: block;
clear: both;
}

.block_framer_sub{
	width: 71%;
	float: right;
	margin: 0;
}
.block_framer_sub:after
{
content: "";
display: block;
clear: both;
}

.main_post_article_left{
	width: 27%;
	float: left;
	margin: 0;
}

.main_post_article_left:after
{
content: "";
display: block;
clear: both;
}

.link_controller
{
	/* margin: 0; */
	clear: both;
}
.link_controller:after
{
	content: "";
	display: block;
	clear: both;
}

.main_post_article_left .link_controller{
	margin-bottom:0;
}

.block_view_01
{
	position:relative;
	padding-bottom: 30px;
}
.block_view_01:after
{
	content: "";
	display: block;
	clear: both;
}

.block_view_02
{
	width: 48.4%;
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
	border: 0;
}

.block_view_02:after
{
	content: "";
	display: block;
	clear: both;
}

.block_view_02:first-child
{
	margin-left: 0px;
}
.block_view_02:nth-child(even)
{
	margin-right: 0px;
}


.block_view_02 h2,.block_view_04 h2{
	
}

.block_view_02 h2:before, .block_view_02 h2:after,
.block_view_04 h2:before, .block_view_04 h2:after
{
	
}


.block_view_04
{
	border: 0;
	/* background: rgba(255, 255, 255, 0.2); */
}

.block_view_04:after
{
	content: "";
	display: block;
	clear: both;
}


.recommendedLinks
{
	padding: 0;
	margin: 0;
}
.recommendedLinks:after
{
	content: "";
	display: block;
	clear: both;
}

.link_controller ul
{
	list-style: none;
}
.link_controller li
{
	line-height: 30px;
	position: relative;
	border-bottom: 1px solid #fcfcfc;
	margin-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
.link_controller li h3{
	padding:0;
	margin:0;
	font-size: 17px;
	margin-left: -9px;
}
p.more_about a
{
	float: left;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	padding: 0px 15px;
	/* background: #d63b3b; */
	color: #e43e3e;
	border-bottom: solid 4px#ffa500;
}
p.more_about a:before{
	/* content: "》"; */
	padding-right: 5px;
	/* color: #6a6a6a; */
	font-size: 15px;
}
p.more_about a:hover
{
	text-decoration: none;
	color: #ffffff;
	background: #e8b79b;
}
.map_footer
{
	padding: 10px 0;
	color: #020202;
	margin: auto;
	min-width: 1000px;
	height: auto;
	text-align: center;
	background: #d8a182;
	border-top: 4px double #e2e7e3;
}
.inner_map_footer{
	width:1000px;
	margin:auto;
}
.map_footer:after{
	content:"";
	display:block;
	clear:both;
}
.map_footer a
{
	color: #ffffff;
	/* text-decoration: none; */
}
.map_footer a:hover
{
	/* color: #FFFFFF; */
	/* text-decoration: underline; */
}

.map_footer_menu{margin-bottom: 20px;border-bottom: 1px solid #ffffff;}
.map_footer_menu ul{
	margin: 3px auto;
	padding:0;
	display:flex;
	justify-content:center;
	padding: 5px 0;
}
.map_footer_menu ul li {
	list-style:none;
	
}
.map_footer_menu ul li a{
	padding: 10px 5px;
	/* color: #272727; */
	font-size: 13px;
}
.map_footer_menu ul li a:before{
	content: "→";
	padding-right:10px;
}
.map_footer_menu ul li a:hover{
	/* text-decoration:none; */
	/* color: #8ea727; */
}
.map_footer_menu ul li:last-child a{
	border:none;
}

.social
{
	width: 1000px;
	text-align: right;
	margin: auto;
	display:flex;
	justify-content: flex-start;
	padding: 0;
}
.pocket-btn
{
	margin-top: 2px;
	margin-right:-3px;
}


@media screen and (max-width: 480px){

.block_view_01 h2,
.block_view_02 h2, 
.block_view_04 h2,
h2{
	text-align: center;
	/* text-indent:0; */
	/* padding: 5px 0; */
	/* margin: 0; */
}

.master_top_header {
	width: 100%;
	min-width:inherit;
	margin:0;
	padding: 0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
	background-size: 100%;
}

.WRAPPER_content
{
	width: auto;
	min-width: inherit;
	margin: 20px;
}
.BIG_tittle{
	width: 100%;
	min-width: inherit;
	margin: 0;
}
h1
{
	text-align: center;
	width: auto;
	padding: 10px 0;
	font-size: 14px;
}
.catlog_image{
	margin:0;
	/* margin-bottom: 25px; */
	padding: 0;
}
.catlog_image:before{
	display:none;
}
.inner_catlog_image
{
	width: auto;
	min-width: inherit;
	display: block;
	box-shadow: none;
}
.inner_catlog_image:before,
.inner_catlog_image:after
{
	box-shadow: 430px 0 0 #ee8732;
}

.inner_catlog_image img{
	width: 100%;
	padding: 0px;
	margin: auto;
	display: block;
}
.content_sectionigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
}



.map_footer_menu ul{
	display:block;
}
.map_footer_menu ul li a{
	padding:10px;
	display:block;
	border: none;
}
.map_footer_menu ul li a:hover{
	text-decoration:none;
	color: #ffffff;
	background: rgb(50, 175, 232);
}

/* ========= 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 ============*/


.main_post_article_main,.block_framer_sub
{
	width: auto;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	border: 0;
	background: none;
}


.main_post_article_left
{
	width: auto;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}

.main_post_article_left .link_controller{
	margin-bottom:20px;
}


.navi_top_menu{
	width:auto;
	border-radius: 0;
	padding: 0;
}

.link_controller,
.block_news,
.content_section,
.block_view_01,
.block_view_02,
.block_view_02:nth-child(even),
.block_view_02:first-child,
.block_view_04,
.navi_top_menu
{
	float: none;
	width: auto;
	margin: 0;
	padding: 0px;
	padding-bottom: 25px;
	margin-bottom: -5px;
	margin-top: 0px;
	box-shadow: none;
}
.block_framer_sub .content_section{
	margin-bottom:20px;
}
.recommendedLinks
{
	width: auto;
	margin: auto;
	clear: both;
	padding: 0;
	border:none;
	box-shadow:none;
}


.block_framer_sub .content_section img,
.content_section img,
.image_display_01,
.image_display_02,
.image_display_03
{
	width: 100%;
	padding: 0px;
	margin: 0;
	float: none;
	box-shadow: none;
	border: none;
	display: initial;
	border-radius: 0;
	background: #ffffff;
	margin-bottom: 0;
}
.map_footer
{
	width: auto;
	min-width: inherit;
	padding-top: 5px;
}
.inner_map_footer{
	width:inherit;
	min-width:inherit;
}
.link_controller{
	/* margin-bottom: 0; */
}

.social{
	justify-content:center;
	width:100%;
	margin-top:10px;
}
}/*end-mobile*/
	