﻿@charset "UTF-8";
.navigation_header {
    padding: 15px 0;
}
.navigation_header ul {
    margin:0px;
    padding:0px;
    list-style:none;
    text-align: center;
}
.navigation_header ul li{
    display:inline-block;
    position:relative;
}
.navigation_header ul li a{
    text-decoration:none;
    padding: 15px 35.5px;
    position:relative;
    color: #ffffff;
    background: #949ea7;
    font-size: 18px;
    box-shadow: 0 0 2px;
}
.navigation_header ul li a:before{
    /* content:""; */
    position:absolute;
    height: 94%;
    width:5px;
    border: 2px solid #ffffff;
    left:0;
    top:0;
    border-right:0px;
}
.navigation_header ul li a:after{
    /* content:""; */
    position:absolute;
    height: 94%;
    width:5px;
    border: 2px solid #ffffff;
    right:0;
    top:0;
    border-left:0px;
}
.navigation_header ul li a:hover{
    color: #1b1b1b;
    background: #9da0a3;
}
@media screen  and (max-width: 480px) {
    .navigation_header {
    padding: 2px 0;
}
    .navigation_header ul {
        margin:0px;
        padding:0px;
        list-style:none;
    }
    .navigation_header ul li{
        display:block;
        position:relative;
        text-align:center;
        background-color:#14D1AE;
        border-bottom:1px solid #fff;
    }
    .navigation_header ul li a{
        text-decoration:none;
        padding: 6px 32px;
        position:relative;
        color: #fff;
        display:block;
    }
    .navigation_header ul li a:before{
        content:none;

    }
    .navigation_header ul li a:after{
        content:none;
    }
    .navigation_header ul li a:hover{
        color: #ffffff;
    }
}

/* ============= Start Menu =================*/
.navbar_inner {
    position: relative;
}

.navbar_inner ul {
    padding: 6px 0;
    list-style:none;
    /* width: 1100px; */
    margin: auto;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.navbar_inner ul li{
    display:inline-block;
}
.navbar_inner ul li a {
    text-decoration:none;
    display:block;
    padding: 6px 42.5px;
    color: #ffffff;
    font-size: 16px;
    position:relative;
    border-bottom: 3px solid #fff;
    margin-right: 5px;
    /* box-shadow: 1px 1px 1px 1px #fff; */
}
.navbar_inner ul li:last-child a{
	border-right:0;
	margin-right:0;
}
.navbar_inner ul li a:hover{
    /* color: #2d2c2c; */
    background: #7483ad;
}
@media screen  and (max-width:480px) {
    .navbar_inner {}
    .navbar_inner:before{ display:none;}
    .navbar_inner ul {
        margin:0px;
        padding:0px;
        list-style:none;
        width: 100%;
    }
	.navbar_inner ul:before,
    .navbar_inner ul:after
    {
    	display:none;
    }
    .navbar_inner ul li{
        display:block;
        text-align:center;
    }
    .navbar_inner ul li a {
        text-decoration:none;
        display:block;
        padding: 5px 0;
        position:relative;
        margin: 0;
        border: 0;
        border-bottom: 1px solid #fff;
    }
    .navbar_inner ul li a:before,
	.navbar_inner ul li a:after
    {
    	display:none;
    }
	.navbar_inner ul li a:hover{
		/* color: #ffffff; */
	}
   
}
/* ============= 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: 16px;
	
	  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	
	  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	background-color: #93989c;
	background-image: url("https://www.transparenttextures.com/patterns/candyhole.png");  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #d4207b;
	text-decoration: none;
}
a:hover
{
	/* color: #FF952D; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
}
.box_header
{
	clear: both;
	margin: auto;
	margin-bottom: 4px;
}
.box_header:after
{
	content: "";
	display: block;
	clear: both;
}
.master_wrp
{
	width: 1000px;
	margin: auto;
	padding: 0;
}
.master_wrp:after
{
	content: "";
	display: block;
	clear: both;
}
.explore_title{
	margin: auto;
	/* width: 1000px; */
	position:relative;
	background: #949ea7;
	  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	border-bottom: 2px dashed #fff;
}

h1
{
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	margin: 0;
	padding: 11px 0;
}
h3{
	margin: 0 20px;
	margin-top: 12px;
	font-size: 17px;
	color: #424242;
	overflow: hidden !Important;
}

/* ============== start h2 ==================*/
h2{
 background-color: #9c9b97;
 position:relative;
 padding: 2px 0;
 border-bottom: 2px dashed #fff;
 padding-top: 11px;
 color: #fff;
 font-size: 17px;
 text-align: center;
 border-top: 2px dashed #fff;
 margin-bottom: 10px;
 border-left: 10px double #fff;
 border-right: 10px double #fff;
}
h2:after{
 /* content:""; */
 position:absolute;
 border-width:0;
 height:100%;
 width:5px;
 background-color:#fff;
 left:0;
 margin-left:10px;
 top:0;
}
h2:before{
 /* content:""; */
 position:absolute;
 border-width:0;
 height:100%;
 width:5px;
 background-color:#fff;
 left: 267px;
 margin-left:20px;
 top:0;
} 

h2 a{
	border-bottom:1px double;
	padding-bottom:3px;
}
h2 a:hover{
	border:none;
	text-decoration: none;
}
/* ============== start inner_great_image  ==================*/
.blg_item_content{
	/* overflow: hidden; */
	/* box-shadow: 0 0 1px #929292; */
	background: #fff;
	overflow:hidden;
}
.blg_item_content:after{
	content:"";
	clear:both;
	display:block;
}
.great_image{
	padding: 0;
	margin: 0;
}
.inner_great_image{
	width: 1000px;
	margin:auto;
	clear: both;
}
.inner_great_image img{
	padding: 0;
	display: block;
	background: #ffffff;
	width: 100%;
}
.great_imageigation{
	width: 25%;
	float:right;
}

.great_imageigation: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 great_image  ==================*/


/* ============== Start Menu Side Bar ==================*/

.navi_link
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	/* border: 1px solid #fff; */
	/* box-shadow: 0 0 1px #000; */
}
.navi_link:after{
	content:"";
	display:block;
	clear:both;
}

.navi_link ul
{
	list-style: none;
	text-align: center;
	background: #60e0a0;
}
.navi_link li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 0px;
}
.navi_link li a
{
	display: block;
	color: #393939;
	padding: 5px 0;
	border-bottom: 1px solid #f5f5f5;
	margin-top: 0px;
}
.navi_link li a:hover
{
	text-decoration: none;
	color: #434343;
	border-color: #ffffff;
	background: #ffffff;
}


/* ============== End Menu Side Bar ==================*/
.area_postlist_sub .data_content{
	margin-bottom:0;
}

.data_content img
{
	width: 49%;
	float: right;
	margin-right: 15px;
	margin-top: 14px;
	margin-left: 20px;
	padding: 0;
	border: 1px solid #C5C5C5;
}

.area_postlist_sub .data_content img
{
	width: 35%;
	margin-top: 10px;
}

.image_cont_01
{
	width: 43%;
	float: right;
	margin-right: 15px;
	margin-top: 14px;
	margin-left: 20px;
	padding: 0;
	border: 1px solid #C5C5C5;
	/* border-radius: 20px; */
}
.image_cont_02
{
	width: 93.5%;
	margin: 0 10px;
	padding: 0;
	border-bottom: 1px solid #FFF;
}
.image_cont_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px double #ddd;
}

.image_cont_01:after,.image_cont_02:after,.image_cont_03:after
{
	content:"";
	display:block;
	clear:both;
}


.area_postlist_main
{
	width: 68.2%;
	float: left;
	margin: 0;
	position:relative;
}

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

.area_postlist_sub{
	/* width: 56.6%; */
	float: left;
	margin: 0;
	position:relative;
}
.area_postlist_sub:after
{
content: "";
display: block;
clear: both;
}

.area_postlist_left{
	width: 30%;
	float: right;
	margin: 0;
	padding: 0;
}
.area_postlist_right{
	width: 22%;
	float: right;
	margin: 0;
	padding: 0;
}
.area_postlist_left:after,
.area_postlist_right:after
{
content: "";
display: block;
clear: both;
}
.area_postlist_left h2,
.area_postlist_right h2
{
	text-align:center;
	text-indent: -18px;
	/* margin:0; */
	height: auto;
}
.data_content
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.data_content:after
{
	content: "";
	display: block;
	clear: both;
}



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

.cont_blocks_02
{
	width: 48.3%;
	margin: 0;
	padding-bottom: 20px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

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

.cont_blocks_02:nth-child(even)
{
	margin-right: 0px;
}

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


.Event_frame
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: #ffffff;
}

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


.Cont_blog_frame
{
	padding: 0;
	margin: 0;
}
.Cont_blog_frame:after
{
	content: "";
	display: block;
	clear: both;
}
.master_link{
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.master_link h3:before{
	/* content: "✎"; */
	color: #8164dc;
	padding-right: 5px;
	font-size: 19px;
}
.master_link:after
{
	content: "";
	display: block;
	clear: both;
}
.master_link ul
{
	list-style: none;
}
.master_link li
{
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
	position: relative;
}

.master_link li h3{
	/* border: 0; */
	margin: 0;
	margin-top: 15px;
	color: #4a4a4a;
	font-size: 16px;
}

p.read_info a
{
	float: right;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 0px 10px;
	margin-top: 15px;
	color: #ffffff;
	background: #9c9b97;
}

p.read_info a:hover
{
	text-decoration: none;
	color: #333333;
	background: #c1c1c1;
	box-shadow: aliceblue;
}
.warp_footer
{
	padding: 20px 0;
	color: #191919;
	margin: auto;
	width: 100%;
	height: auto;
	text-align: center;
	border-top: 2px solid #fff;
	background: #9c9b97;
}
.warp_footer:after{
	content:"";
	display:block;
	clear:both;
}
.warp_footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
.warp_footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.inner_warp_footer{
	width: 1000px;
	margin:auto;
	overflow: hidden;
}

.warp_footer_menu ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
}
.warp_footer_menu ul li {
	list-style:none;
	
}
.warp_footer_menu ul li a{
	padding: 10px 10px;
	position:relative;
	font-size: 13px;
}
.warp_footer_menu ul li a:before{
	content: "»";
	padding-right:20px;
	font-size: 18px;
}
.warp_footer_menu ul li a:hover{
	/* text-decoration:none; */
}
.warp_footer_menu ul li:last-child a{
	border:none;
}

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


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

h2{
	text-align:center;
	text-indent:0;
}
h3{
	/* padding-left:0; */
	/* margin-right:0; */
	/* text-indent: 5px; */
}
p{
	/* padding:0; */
}
.box_header{
	width: auto;
	min-width:inherit;
	padding: 0;
	margin:0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
}

.master_wrp
{
	width: auto;
	min-width: inherit;
	margin-top: 15px;
	margin-bottom: 0;
}
.explore_title{
	width: auto;
	min-width: inherit;
	margin: 0;
	border-radius: 0;
}
.explore_title:before,
.explore_title:after
{
	display:none;
}

h1
{
	font-size: 14px;
	/* background: #fff; */
}
.great_image{
	margin:0;
	padding:0;
}
.inner_great_image
{
	width: 100%;
	min-width: inherit;
	background-color: rgb(255, 255, 255);
	display: block;
}
.inner_great_image img{
	width:100%;
	padding:0;
	margin:0;
	display: flex;
	border-radius: 0;
}
.great_imageigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
}



.warp_footer_menu ul{
	display:block;
	padding: 0;
}
.warp_footer_menu ul li a{
	padding:10px;
	display:block;
	border: none;
	border-bottom: 1px solid #e2e2e2;
}
.warp_footer_menu ul li a:hover{
	text-decoration:none;
	color: #3d3d3d;
	background: rgb(232, 232, 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 ============*/


.area_postlist_main,.area_postlist_sub
{
	width: auto;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	border: 0;
	background: none;
	box-shadow: none;
}


.area_postlist_left,
.area_postlist_right
{
	width: auto;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}


.data_content,
.cont_blocks_01,
.cont_blocks_02,
.Event_frame,
.master_link,
.cont_blocks_02:nth-child(even),
.navi_link
{
	float: none;
	width: auto;
	margin: 15px;
	/* padding: 15px; */
	padding-bottom: 25px;
	margin-bottom: 20px;
}

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

.navi_link{
	padding:0;
}
.master_link li{
	/* margin:0; */
	/* padding: 0; */
}

.area_postlist_sub .data_content img,
.data_content img,
.image_cont_01,
.image_cont_02,
.image_cont_03
{
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	float: none;
	border: none;
	/* box-shadow: 0 1px 1px; */
}

.warp_footer
{
	width: 100%;
	min-width: inherit;
	padding: 11px 0;
}
.warp_footer p{
	padding: 0 10px;
}
.inner_warp_footer{
	width: auto;
	margin: 0;
}
.area_postlist_sub .data_content{
	margin-bottom:20px;
}

.social{
	width:100%;
	justify-content:center;
	margin-top:20px;
}
}/*end-mobile*/
	