﻿@charset "UTF-8";

/* ============= Start Menu =================*/
.navi_nav{
	width: 1000px;
	margin: 0px auto;
	min-width: 1000px;
	background: #FFFFFF;
	margin-bottom: 20px;
	padding: 3px 0;
}
.navi_nav:after{
	clear:both;
	content:"";
	display:block;
}
.navi_nav ul{
	list-style:none;
	padding:0px;
	position:relative;
	text-align: center;
	z-index: 1;
}

.navi_nav ul li{
	display:inline-block;
	text-align:center;
	position:relative;
	box-sizing:border-box;
}

.navi_nav ul li a{
	text-decoration:none;
	display:block;
	color: #3A3A3A;
	padding: 10px 50px;
}

.navi_nav ul li a:hover{
	color: #FFFFFF;
	background: #C4A45D;
}

@media screen and (max-width: 480px) {
	.navi_nav{
		width: 100%;
		min-width: inherit;
	}
 .navi_nav ul{
	list-style:none;
	border-bottom:0px;
	padding:0px;
	margin:0px;
	position:relative;
}
.navi_nav ul li{
	display:block;
	text-align:center;
	width:100%;
	padding: 0;
	position:relative;
	box-sizing:border-box;
	border-bottom:1px double #fff;
	margin-left:0px;
}

.navi_nav ul li a{
	text-decoration:none;
	display:block;
	color:#000;
	border-radius: 0;
}
.navi_nav ul li:after{
	content:none;
}
}    
/* ============= End Menu =================*/


body
{
	color: #333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:2em;
	font-size: 13px;
	background: radial-gradient(#FFFFFF,#886A27);
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #5578EA;
	text-decoration: none;
}
a:hover
{
	/* color: #FF952D; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 10px;
}
.header_background
{
	clear: both;
	margin: auto;
	padding: 0;
	padding-bottom: 0;
	width: 100%;
}
.header_background:after
{
	content: "";
	display: block;
	clear: both;
}
.site_top
{
	width: 972px;
	margin: auto;
	padding: 15px;
	/* box-shadow: 0 0 1px #FFF; */
	background: rgba(255, 255, 255, 0.85);
}
.site_top:after
{
	content: "";
	display: block;
	clear: both;
}
.article_title{
	background: rgb(255, 255, 255);
	border-bottom: 1px solid #E3E3E3;
	margin: 0;
	margin-bottom: 20px;
	width: 1000px;
	margin: auto;
	min-width: 1000px;
}
h1
{
	color: #5F5F5F;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	margin: 0;
	padding: 15px 0;
	margin-top: 0px;
}
h3{
	padding-left: 18px;
	margin-top:15px;
	font-size: 15px;
	color: #3F3F3F;
}

/* ============== start h2 ==================*/
h2 {
    
background-color: #C4A45D;
    
color: #FFF;
    
font-size:14px;
    
font-weight:bold;
    
padding:12px 16px;
    
text-decoration:none;
    
/* text-shadow:0px 1px 0px #ffffff; */
    
position:relative;
    
padding-left:35px;
    
font-size: 14px;
}
h2:before{
    content:"\2261";
    font-weight:bold;
    font-size:22px;
    position:absolute;
    left:0;
    top:0;
    margin-top: 10px;
    margin-left:10px;
}
 



h2 a{
	border-bottom:1px double;
	padding-bottom:3px;
}
h2 a:hover{
	border:none;
	text-decoration: none;
}
/* ============== start inner_img_main_top  ==================*/
.img_main_top{
	padding: 0;
	margin:0;
	/* background: rgba(255, 255, 255, 0.5); */
}
.inner_img_main_top{
	width:1000px;
	margin:auto;
	clear: both;
	/* display: flex; */
}

.inner_img_main_top img {
    display: block;
}

.navi_navigation{
	width: 25%;
	float:right;
}

.navi_navigation: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_nav  ==================*/




/* ============== Start Menu Side Bar ==================*/
.navi_main
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	background: #FFFFFF;
	box-shadow: 0 0 1px #B8B8B8 inset;
	border-top-left-radius: 26px;
}
.navi_main:after{
	content:"";
	display:block;
	clear:both;
}

.navi_main ul
{
	list-style: none;
	text-align: center;
}
.navi_main li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 1px;
}
.navi_main li a
{
	display: block;
	color: #353535;
	padding: 10px 0;
	font-size: 13px;
}
.navi_main li a:hover
{
	text-decoration: none;
	background: rgb(160, 229, 244);
	color: #222222;
	border-color: #fff;
}


/* ============== End Menu Side Bar ==================*/
.article_list_sub .content_template{
	margin-bottom:0;
}
.content_template{
	padding-bottom:20px;
	/* background: rgba(255, 255, 255, 0.85); */
	margin-bottom: 20px;
	box-shadow: 0 0 1px #585858 inset;
}

.content_template:after{
	clear:both;
	display:block;
	display:block;
}

.content_template img
{
	width: 48%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.detail_of_photo_01
{
	width: 40%;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.detail_of_photo_02
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px double #ddd;
}
.detail_of_photo_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px double #ddd;
}

.detail_of_photo_01:after,.detail_of_photo_02:after,.detail_of_photo_03:after
{
	content:"";
	display:block;
	clear:both;
}


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

.article_list_sub{
	/* width: 76.3%; */
	/* float: right; */
	margin: 0;
}
.article_list_sub:after
{
content: "";
display: block;
clear: both;
}

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

.External_links
{
	margin: 0;
	padding: 0;
	clear: both;
	/* background: rgba(255, 255, 255, 0.85); */
	margin-bottom: 20px;
	padding-bottom: 15px;
	box-shadow: 0 0 1px #585858 inset;
}
.External_links:after
{
	content: "";
	display: block;
	clear: both;
}

.article_list_left .External_links{
	margin-bottom:0;
}

.Edit_Block_01
{
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 20px;
	/* background: rgba(255, 255, 255, 0.85); */
	box-shadow: 0 0 1px #585858 inset;
}
.Edit_Block_01:after
{
	content: "";
	display: block;
	clear: both;
}




.Edit_Block_02
{
	width: 48.6%;
	margin: 0;
	padding-bottom: 15px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: rgb(192, 238, 248);
	box-shadow: 0 0 5px #84CBDA inset;
}

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

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


.Edit_Block_02 h2{
	background:none;
	border:none;
	margin:0;
	box-shadow:none;
	text-align: center;
	padding: 5px 20px;
	text-indent: 0;
	background: rgba(255, 255, 255, 0.23);
	margin-top: 0px;
}
.Edit_Block_02 h2:before, .Edit_Block_02 h2:after{
	content:"";
	width:0;
	height:0;
	box-shadow:none;
	border:none;
}


.Edit_Block_03
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: rgb(243, 238, 227);
	box-shadow: 0 0 1px #585858 inset;
}

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


.Set_Frame
{
	padding: 0;
	margin: 0;
}
.Set_Frame:after
{
	content: "";
	display: block;
	clear: both;
}

.External_links ul
{
	list-style: none;
	padding-top: 10px;
}

.External_links li
{
	/* border-bottom: 1px double #E6E6E6; */
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
}
p.discover_more a
{
	float: right;
	color: #FDFDFD;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 4px 8px;
	font-size: 12px;
	background: #C4AD78;
}

p.discover_more a:hover
{
	text-decoration: none;
	color: #FBFBFB;
	border-color: #fff;
	background: #A47E28;
}
.Page_below_footer
{
	padding-bottom: 20px;
	/* background-color: rgba(255, 255, 255, 0.85); */
	color: #000;
	margin: auto;
	width: 100%;
	height: auto;
	min-width: 1000px;
	text-align: center;
	margin-top: 15px;
}
.Page_below_footer:after{
	content:"";
	display:block;
	clear:both;
}
.Page_below_footer a
{
	color: #FFFFFF;
	/* text-decoration: none; */
}
.Page_below_footer a:hover
{
	/* color: #FFFFFF; */
	text-decoration: underline;
}

.Page_below_footer_menu ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
	padding: 5px 0;
	background: #ABE8F5;
}
.Page_below_footer_menu ul li {
	list-style:none;
	
}
.Page_below_footer_menu ul li a{
	padding:10px;
	border-right: 1px solid #FFFFFF;
	color: #292929;
}
.Page_below_footer_menu ul li a:hover{
	background: #88DFF1;
	text-decoration:none;
	color: #212121;
}
.Page_below_footer_menu ul li:last-child a{
	border:none;
}

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


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

.site_top
{
	width: 88%;
	min-width: inherit;
	margin: 0px auto;
}
.article_title{
	width: 100%;
	min-width: inherit;
	/* margin: 0; */
}
h1
{
	font-size: 14px;
}
.img_main_top{
	margin:0;
	padding:0;
}
.inner_img_main_top
{
	width: 100%;
	min-width: inherit;
	background-color: rgb(255, 255, 255);
	display: block;
}
.inner_img_main_top img{
	width:100%;
	padding:0;
	margin:0;
	display: flex;
}
.navi_navigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
}



.Page_below_footer_menu ul{
	display:block;
}
.Page_below_footer_menu ul li a{
	padding:10px;
	display:block;
	border: none;
}
.Page_below_footer_menu ul li a:hover{
	text-decoration:none;
	/* color: #FFFFFF; */
}

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


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


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

.article_list_left .External_links{
	margin-bottom:20px;
}

.content_template,
.Edit_Block_01,
.Edit_Block_02,
.Edit_Block_03
{
	float: none;
	width: 100%;
}

.Set_Frame
{
	width: 100%;
	margin: auto;
	clear: both;
	padding:0;
	margin:0;
	border:none;
	background:none;
	box-shadow:none;
}


.content_template img,
.detail_of_photo_01,
.detail_of_photo_02,
.detail_of_photo_03
{
	width: 100%;
	padding: 0;
	margin:0;
	float: none;
	box-shadow: none;
}

.Page_below_footer
{
	width: 100%;
	min-width: inherit;
	padding-top: 0;
}
.External_links{
	margin-bottom:0;
}

}/*end-mobile*/
