﻿@charset "UTF-8";

/* ============= Start Menu =================*/
.nav10 {
	width: 100%;
	margin: 0 auto;
	background: #E1E1E1;
}
.nav10 ul {
      padding:0;
      list-style:none;
      text-align: center;

}
.nav10 ul li{
      display:inline-block;
}
.nav10 ul li  a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #E1E1E1;
  text-decoration:none;
  padding:15px 25px;
  color:#000;
}
.nav10 ul li  a:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.nav10 ul li  a:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 480px) {
.nav10 {
	width: 100%;
	margin: 0 auto;

}
.nav10 ul li{
      display:block;
      width:100%;
      text-align:center;
}
.nav10 ul li  a{
  display:block;
  border-bottom:1px solid #fff;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #95a1c7;
  text-decoration:none;
  padding:15px 25px;
  color: #fff;
}
.nav10 ul li  a:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.nav10 ul li  a:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}
} 

 
/* ============= 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! */
	
	  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	background-color: #95a1c7;
	  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	background-image: url("https://www.transparenttextures.com/patterns/billie-holiday.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: #ff5656;
	text-decoration: none;
}
a:hover
{
	/* color: #40A74C; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 12px;
}
.content_header 
{
	clear: both;
	margin: auto;
	padding: 0;
	padding-bottom: 0;
	width: 100%;
	background: #95a1c7;
	/* border-bottom: 1px solid #202413; */
	box-shadow: inset 0 -3px 6px #ffffff;
}

.container_wrapper
{
	width: 1000px;
	margin: 0px auto;
	padding: 20px;
	z-index: 3;
	/* border: 1px double #ffffff; */
}
.container_wrapper:after
{
	content: "";
	display: block;
	clear: both;
}
.title_h1{
	margin: 0 AUTO;
	width: 100%;
	background: #95a1c7;
	/* background: linear-gradient(to bottom, #a9738e 5%, #dca6c1 100%); */
}
h1
{
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	margin: auto;
	padding: 15px 0;
	width: 1100px;
	/* text-indent: 20px; */
}
.layout_content h3{
	padding-left: 20px;
	margin-top: 10px;
	font-size: 15px;
	color: #333;
	border-bottom: 0px dashed #b3b3b3;
	overflow: hidden !important;
}
h3{
	padding-left: 0px;
	margin-top: 10px;
	font-size: 15px;
	color: #333;
	border-bottom: 1px dashed #c4c4c4;
	overflow: hidden !important;
}
.layout_content h3:before{
	content:"✈";
	padding-right:10px;
}
/* ============== start h2 ==================*/
h2 {
    /* background-color:#2D9AC3; */
    color:#fff;
    padding: 5px;
    text-indent: 40px;
    font-size: 15px;
    position:relative;
    background: linear-gradient(to bottom, #95a1c7 5%, #a3b1df 100%);
}
h2:before{
    border-style:solid;
    content:"";
    border-width: 13px;
    position:absolute;
    border-top-color: #99a6ce;
    border-bottom-color: #a1aedb;
    border-radius:50%;
    left: 9px;
    top: 7px;
}

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

.inner_img_top:after,
.main_menuigation: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 main_menu  ==================*/


/* ============== Start Menu Side Bar ==================*/
.main_menu_main
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	background: #FFFFFF;
}
.main_menu_main:after{
	content:"";
	display:block;
	clear:both;
}
.main_menu_main h2{
	text-align:center;
	padding: 10px 0;
	text-indent: 0;
	margin-bottom: 10px;
}
.main_menu_main ul
{
	list-style: none;
	text-align: center;
}
.main_menu_main li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 1px;
	border-top: 1px solid #ddd;
}
.main_menu_main li a
{
	display: block;
	color: #313131;
	padding: 8px 0;
	font-size: 15px;
}
.main_menu_main li a:hover
{
	text-decoration: none;
	background: rgb(90, 95, 72);
	color: #ffffff;
	border-color: #D4CDC5;
}


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

.layout_content img
{
	width: 38%;
	float: left;
	margin-right: 20px;
	margin-top: 17px;
	margin-left: 20px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.sub_photo_01
{
	width: 40%;
	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;
}

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


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

.sub_photo_01:after,.sub_photo_02:after,.sub_photo_03:after
{
	content:"";
	display:block;
	clear:both;
}


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

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

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

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

.main_of_post_list_right .webpagelink{
	margin-bottom:0;
}

.basic_block_01
{
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position:relative;
}

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

.basic_block_02
{
	width: 490px;
	margin: 0;
	box-sizing: border-box;
	padding-bottom: 15px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.basic_block_02 h2{
	text-align:center;
	text-indent:0;
	/* padding:10px 0; */
	margin: 0;
}
.basic_block_02:after
{
	content: "";
	display: block;
	clear: both;
}

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

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

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

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

.Event_frame
{
	padding: 0;
	margin: 0;
}
.Event_frame:after
{
	content: "";
	display: block;
	clear: both;
}
.layout_content{
	padding-bottom:20px;
	margin-bottom: 20px;
}
.main_of_post_list_sub .layout_content{
	margin-bottom:0;
}
.webpagelink ul
{
	list-style: none;
	padding-top: 10px;
}
.webpagelink li
{
	border-bottom: 1px dashed #ffffff;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 35px;
	position:relative;
}
p.Details_more a
{
	float: right;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 5px 15px;
	font-size: 12px;
	background: #97a4cb;
	/* border: 1px solid #5f6738; */
}

p.Details_more a:hover
{
	text-decoration: none;
	/* color: #ffffff; */
	border-color: #fff;
	background: #7c8cbc;
	box-shadow: none;
	border-color: #ffffff;
}
.bottom_part
{
	padding-top: 10px;
	padding-bottom: 10px;
	background: #95a1c7;
	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_bottom_part{
	width:1100px;
	margin:auto;
}
.bottom_part:after{
	content:"";
	display:block;
	clear:both;
}
.bottom_part a
{
	color: #FFFFFF;
	text-decoration: none;
}
.bottom_part a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

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

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

.bottom_part_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;
}
.bottom_part_left{
	width: 100%;
	text-align: center;
	font-size: 13px;
}
.bottom_part_right{
	width: 30%;
	float: left;
}

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

.container_wrapper
{
	width: 91%;
	min-width: inherit;
	/* padding-top: 0px; */
	margin: 0px auto;
}
.title_h1{
	width: 100%;
	min-width: inherit;
	margin: 0;
}
h1
{
	font-size: 14px;
	padding: 15px 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
h2{
	text-align:center;
	/* padding:10px 0; */
	text-indent:0;
}
.inner_img_top img{
	width:100%;
	padding:0;
	margin:0;
	display: flex;
}
.inner_img_top,.main_menuigation{
	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 ============*/


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


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

.main_of_post_list_right .webpagelink{
	margin-bottom:20px;
}

.layout_content,
.basic_block_01,
.basic_block_02,
.basic_block_03
{
	float: none;
	width: 100%;
}
.basic_block_01:before{
	display:none;
}
.basic_block_01 h2{
	text-align:center;
}
.Event_frame
{
	width: 100%;
	margin: auto;
	clear: both;
	padding:0;
	margin:0;
	border:none;
	background:none;
	box-shadow:none;
}


.layout_content img,
.sub_photo_01,
.sub_photo_02,
.sub_photo_03
{
	width: 93%;
	padding: 0;
	margin: 15px;
	float: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0;
}

.bottom_part
{
	width: 100%;
	min-width: inherit;
	padding-top: 0;
}
.inner_bottom_part{
	width:inherit;
}
.bottom_part_menu ul{
	display:block;
}
.bottom_part_menu ul li a{
	padding: 9px;
	display:block;
}
.bottom_part_menu ul li a:hover{
	text-decoration:none;
	background: rgb(183, 168, 129);
	color: #fcfcfc;
}
.bottom_part_menu ul li a:before{
	content:"";
}


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

}/*end-mobile*/
