﻿@charset "UTF-8";

/* ============= Start Menu =================*/
.menu_top {
    position: relative;
    background: #f59af9;
}

.menu_top ul {
    padding:0px;
    list-style:none;
    width: 1200px;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    border-bottom: 4px solid #ee66f4;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu_top ul li{
    display:inline-block;
}
.menu_top ul li a {
    text-decoration:none;
    display:block;
    padding: 7px 4px;
    color: #ffffff;
    position:relative;
    z-index: 1;
    font-size: 17px;
    background: #ee66f4;
    margin-right: 15px;
    /* border: 1px solid #c0a021; */
    border-bottom: 0;
    /* border-radius: 10px 10px 0 0; */
}
.menu_top ul li:last-child a{
	/* border-right:0; */
	margin-right:0;
}
.menu_top ul li a:hover{
    /* color: #38a96f; */
    background: #9d5aa0;
    color: white;
}
@media screen  and (max-width:480px) {
    .menu_top {
    margin: 0;
}
    .menu_top:before{ display:none;}
    .menu_top ul {
        margin:0px;
        padding:0px;
        list-style:none;
        width: auto;
        display: block;
        overflow: hidden;
    }
	.menu_top ul:before,
    .menu_top ul:after
    {
    	display:none;
    }
    .menu_top ul li{
        display:block;
        text-align:center;
    }
    .menu_top ul li a {
        text-decoration:none;
        display:block;
        padding: 5px 0;
        position:relative;
        margin: 0;
        border: 0;
        /* color: #5b5b5b; */
        border-radius: 0;
    }
    .menu_top ul li a:before,
	.menu_top ul li a:after
    {
    	display:none;
    }
	.menu_top ul li a:hover{
		/* color: #ffffff; */
		/* background: rgba(255, 255, 255, 0.28); */
	}
   
}
/* ============= 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;
	background: #fddaff;
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #f310f5;
	text-decoration: none;
}
a:hover
{
	/* color: #FF952D; */
	text-decoration: underline;
}
p
{
	padding: 0;
	/* padding-left: 20px; */
	/* padding-right: 20px; */
	margin: 0;
}
.topline_header
{
	clear: both;
	margin: auto;
	margin-bottom: 20px;
	background: #ee66f4;
	padding-bottom: 10px;
}
.topline_header:after
{
	content: "";
	display: block;
	clear: both;
}
.BASE_site
{
	width: 1170px;
	margin: auto;
	background: rgba(255, 255, 255, 0.39);
	padding: 20px 15px;
	box-shadow: 0 0 5px #c0c0c0;
	margin-top: 15px;
}
.BASE_site:after
{
	content: "";
	display: block;
	clear: both;
}
.blog_title_h1{
	margin: auto;
	width: 100%;
	background: rgb(245, 154, 249);
}

h1
{
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 22px;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid;
}
h3{
	/* margin: 0 20px; */
	margin-top: 13px;
	font-size: 17px;
	color: #424242;
	border-bottom: 1px solid #ffc1f7;
	overflow: hidden !Important;
	padding-bottom: 6px;
	/* margin-bottom: 14PX; */
}

/* ============== start h2 ==================*/

h2  {
    font-size: 18px;
    padding: 6px 5px;
    color: #585454;
    clear: both;
    background-color: rgb(255, 193, 247);
    /* border-left: 10px solid rgb(248, 220, 206); */
    position: relative;
    /* border-radius: 6px; */
    padding-left: 30px;
    margin-bottom: 10px;
    text-align: center;
    border-left: 10px solid #cc6cbf;
    border-right: 10px solid #cc6cbf;
}
h2:before {
    /* content: " "; */
    position: absolute;
    top: 14px;
    left: 0px;
    width: 0;
    height: 0;
    text-decoration: none;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #f8dcce;
}
  

h2 a{
	border-bottom:1px double;
	font-size: 17px;
	padding-bottom:3px;
}
h2 a:hover{
	border:none;
	text-decoration: none;
}
/* ============== start area_image  ==================*/
.Navigation_block{
	/* box-shadow: 0 0 1px #929292; */
	/* background: rgb(243, 243, 243); */
	margin-bottom: 20px;
	padding-bottom: 20px;
	/* border-bottom: 10px solid; */
}
.Navigation_block:after{
	content:"";
	clear:both;
	display:block;
}
.top_blog_img{
	padding: 0;
	margin: 0;
	background: #f59af9;
}
.area_image{
	width:1200px;
	margin:auto;
	clear: both;
}
.area_image img{
	padding: 0;
	display: block;
	background: #ee66f4;
	width: 100%;
}
.top_blog_imgigation{
	width: 25%;
	float:right;
}

.top_blog_imgigation: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 top_blog_img  ==================*/


/* ============== Start Menu Side Bar ==================*/

.side_local_navi
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.side_local_navi:after{
	content:"";
	display:block;
	clear:both;
}

.side_local_navi ul
{
	list-style: none;
	text-align: center;
}
.side_local_navi li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 0px;
}
.side_local_navi li a
{
	display: block;
	color: #393939;
	padding: 5px 0;
	border-bottom: 1px solid #fffffc;
	margin-top: 0px;
}
.side_local_navi li a:hover
{
	text-decoration: none;
	color: #ffffff;
	border-color: #ffffff;
	background: #ebc633;
}


/* ============== End Menu Side Bar ==================*/
.article_post_list_sub .layout_content{
	margin-bottom:0;
}

.layout_content img
{
	width: 49%;
	float: left;
	margin-right: 15px;
	margin-top: 13px;
	/* margin-left: 20px; */
	padding: 0;
	border: 1px solid #C5C5C5;
}

.article_post_list_sub .layout_content img
{
	width: 40%;
	display: block;
}

.detail_of_photo_01
{
	width: 43%;
	float: left;
	margin-right: 15px;
	margin-top: 13px;
	/* margin-left: 20px; */
	padding: 0;
	border: 1px solid #C5C5C5;
	/* border-radius: 20px; */
}
.detail_of_photo_02
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
}
.detail_of_photo_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
}

.detail_of_photo_01:after,.detail_of_photo_02:after,.detail_of_photo_03:after
{
	content:"";
	display:block;
	clear:both;
}


.article_post_list_main
{
	width: 60%;
	float: left;
	padding: 0px 20px;
	position:relative;
	box-sizing: border-box;
	box-shadow: 0 0 1px #636363;
}

.article_post_list_main:after
{
content: "";
display: block;
clear: both;
}

.article_post_list_sub{
	/* width: 60%; */
	float: left;
	padding: 20px 20px;
	position:relative;
	box-sizing: border-box;
	box-shadow: 0 0 1px #636363;
}
.article_post_list_sub:after
{
content: "";
display: block;
clear: both;
}

.article_post_list_left{
	width: 20%;
	float: left;
	margin: 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding-right: 15px;
	background: #ffc1f7;
	padding-left: 10px;
}

.article_post_list_right{
	width: 20%;
	float: right;
	margin: 0;
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
	background: #ffc1f7;
	padding-right: 10px;
	/* border-bottom: 4px solid white; */
}

.article_post_list_left:after,
.article_post_list_right:after
{
content: "";
display: block;
clear: both;
}
.article_post_list_left h2,
.article_post_list_right h2
{
	text-align:center;
	text-indent:0;
	padding-left: 0;
	margin-left: 0;
	height: auto;
}
.layout_content
{
	clear: both;
}
.layout_content:after
{
	content: "";
	display: block;
	clear: both;
}



.best_block_01
{clear: both;background: #fff;/* padding: 20px; */}
.best_block_01:after
{
	content: "";
	display: block;
	clear: both;
}

.best_block_02
{
	width: 48.45%;
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
	box-shadow: 0 0 1px;
	padding: 15px;
	background: #fff;
}

.best_block_02:after
{
	content: "";
	display: block;
	clear: both;
}

.best_block_02:nth-child(even)
{
	margin-right: 0px;
}

.best_block_01 h2,.best_block_03 h2{
	background:none;
	border:none;
	margin:0;
	box-shadow:none;
	text-align: center;
	padding: 10px 0px;
	text-indent: 0;
	margin-top: 0px;
}
.best_block_01 h2:before,.best_block_01 h2:after,
.best_block_03 h2:before,.best_block_03 h2:after
{
	content:none;
	width:0;
	height:0;
	box-shadow:none;
	border:none;
}


.best_block_03
{
	background: none;
	border: 0;
	border-bottom: 1px solid white;
	margin-bottom: 10px;
}

.best_block_03:after
{
	content: "";
	display: block;
	clear: both;
}


.group_frame
{
	padding: 0;
	margin: 0;
}
.group_frame:after
{
	content: "";
	display: block;
	clear: both;
}
.proposed_Back_links{
	background: none;
	clear: both;
}
.proposed_Back_links:after
{
	content: "";
	display: block;
	clear: both;
}
.proposed_Back_links ul
{
	list-style: none;
}
.proposed_Back_links li
{
	/* padding-left: 20px; */
	/* padding-right: 20px; */
	line-height: 30px;
	position: relative;
}

.proposed_Back_links li h3{
	/* border: 0; */
	margin: 0;
	margin-top: 15px;
	/* color: #4a4a4a; */
}

p.discover_more a
{
    float: right;
    text-align: center;
    padding: 0px 5px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 25px;
    color: #4b4b4b;
    text-decoration: none;
    border-bottom: 2px solid #faaf42;
}

p.discover_more a:hover
{
    text-decoration: none;
    color: #f5a9cd;
}


.Wrp_footer
{
	/* padding: 20px 0; */
	color: #191919;
	margin: auto;
	width: 100%;
	height: auto;
	text-align: center;
	/* margin-top: 20px; */
}
.Wrp_footer:after{
	content:"";
	display:block;
	clear:both;
}
.Wrp_footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
.Wrp_footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.inner_Wrp_footer{
	width: 1200px;
	margin:auto;
	background: #e98fef;
	padding: 20px 0;
}

.Wrp_footer_menu ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
	padding: 15px 0;
	margin-bottom: 20px;
}
.Wrp_footer_menu ul li {
	list-style:none;
	
}
.Wrp_footer_menu ul li a{
	padding: 10px 10px;
	position:relative;
}
.Wrp_footer_menu ul li a:before{
	content: "☀ ";
	padding-right: 10px;
	font-size: 18px;
}
.Wrp_footer_menu ul li a:hover{
	/* text-decoration:none; */
}
.Wrp_footer_menu ul li:last-child a{
	border:none;
}

.social
{
	width: 1200px;
	text-align: center;
	margin: auto;
	display:flex;
	justify-content: center;
	padding-top: 15px;
}
.pocket-btn
{
	margin-top: 1px;
	margin-right:-3px;
}

.in-menu_blocks_boss {
    display: flex;
    justify-content: flex-start;
    width: 1200px;
    margin: auto;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.article_layer_three{
	width: 1200px;
	margin:auto;
}
.in-menu_blocks_boss:after,
.article_layer_three{
	clear:both;
	display:block;
	content:"";
}

.article_content_column {
	margin:20px auto;
	padding:20px;
	background:#fff;
}
.article_content_column li{
	padding:0;
	margin:0;
	list-style:none;
}
.article_content_column li a{
	display:block;
	width: 300px;
}

.article_content_column li a:before{
	content:"❖";
	padding-right:10px;
}


@media screen and (max-width: 480px){

h2{
	text-align:center;
	text-indent:0;
	padding-left: 0;
}
h3{
	/* padding-left:0; */
	/* margin-right:0; */
	/* text-indent: 5px; */
}
p{
	/* padding:0; */
}
body{
}
.topline_header{
	width: auto;
	min-width:inherit;
	padding: 0;
	margin:0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
}

.BASE_site
{
	width: auto;
	min-width: inherit;
	margin: 15px;
	padding: 0;
	box-shadow: none;
	overflow: hidden;
}
.blog_title_h1{
	width: auto;
	min-width: inherit;
	/* margin: 0; */
}
.blog_title_h1:before,
.blog_title_h1:after
{
	display:none;
}

h1
{
	font-size: 13px;
	/* background: #fff; */
}
.top_blog_img{
	margin:0;
	padding:0;
}
.area_image
{
	width: 100%;
	min-width: inherit;
	background-color: rgb(255, 255, 255);
	display: block;
}
.area_image img{
	width:100%;
	padding:0;
	margin:0;
	display: flex;
	/* border-radius: 0; */
}
.top_blog_imgigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
}



.Wrp_footer_menu ul{
	display:block;
	padding: 0;
}
.Wrp_footer_menu ul li a{
	padding: 5px;
	display:block;
	border: none;
	/* border-bottom: 1px solid #e2e2e2; */
}
.Wrp_footer_menu ul li a:hover{
	text-decoration:none;
	/* color: #535353; */
	/* background: rgb(255, 255, 255); */
	text-decoration: underline;
}

/* ========= 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_post_list_main,.article_post_list_sub
{
	width: auto;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	margin-bottom: 30px;
	
	#ddd: none
	border: 3px solid #f0f2dd;
	box-shadow: none;
}


.article_post_list_left,
.article_post_list_right
{
	width: auto;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	background: none;
	border: 0;
	box-shadow: none;
}
.article_post_list_left:before, 
.article_post_list_right:before,
.article_post_list_left:after, 
.article_post_list_right:after{
	display:none;
}

.layout_content,
.best_block_01,
.best_block_02,
.best_block_03,
.proposed_Back_links,
.best_block_02:nth-child(even),
.side_local_navi
{
	float: none;
	width: auto;
	margin: 15px;
	padding: 15px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	box-shadow: 0 0 5px;
}

.group_frame
{
	width: auto;
	clear: both;
	padding: 0px;
	margin:0;
	border:none;
	background:none;
	box-shadow:none;
}

.side_local_navi{
	/* padding:0; */
}
.proposed_Back_links li{
	/* margin:0; */
	/* padding: 0; */
}

.article_post_list_sub .layout_content img,
.layout_content img,
.detail_of_photo_01,
.detail_of_photo_02,
.detail_of_photo_03
{
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	float: none;
	border: none;
	/* box-shadow: 0 1px 1px; */
}

.Wrp_footer
{
	width: auto;
	min-width: inherit;
	padding: 0;
	margin: 0;
}
.Wrp_footer p{
	padding:0 20px;	
}
.inner_Wrp_footer{
	width: auto;
	margin: 0;
}
.article_post_list_sub .layout_content{
	margin-bottom:20px;
}

.social{
	width:100%;
	justify-content:center;
	margin-top:20px;
}

.in-menu_blocks_boss,
.article_layer_three
{
	width:auto;
}
.in-menu_blocks_boss{
	padding:10px 20px;
}
.article_content_column{
	margin:0;
}
.article_content_column li a{
	width:auto;
}
.Wrp_footer_menu ul li a:before{
	content: none;
}
}/*end-mobile*/
	