@charset "UTF-8";

/*
	Theme Name: kobayashi-dw
	Theme URI: http://kobayashi-dw.com
	Author: kobayashi-dw
	Author URI: http://kobayashi-dw.com
*/

/****************************************

          General Setting

*****************************************/

html, body {
	margin: 0;
	padding: 0;
	background: url() no-repeat center top fixed; 
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
}

body {
   color: #333;
	font-size: 16px;
	line-height: 180%;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
	background: #fff;
}


/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

hr {
    height: 1px;
    background-color: #ccc;
    border: none;
}


/****************************************

          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}

/****************************************

          Link

*****************************************/

a {
	color: #2a7ade;
	text-decoration: none;
	border-style:none;
	outline: none;
	margin: 0;
	padding: 0;
}

a:hover {
	color: #fe56aa;
}

/****************************************

        img  Link

*****************************************/
a { outline: none; }
#hoge {
    overflow : hidden;
    outline : none;
}

img {
    border-style:none;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a img {
	margin: 0;
	padding: 0;
	border-style:none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}

a:hover img {
opacity: 1.0;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

/* 画像ボタン（ロールオーバー時に透過）
--------------------------------------------- */
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=80);
	transition: .5s;
}



/****************************************

          Layout

*****************************************/

#container,
.wrapper {
	margin: 0 auto;
	width: 100%;
}

#index_header {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
	position: relative;
	z-index: 1;
}

#header {
	float: left;
	width: 100%;
	margin: 0px;
	margin-top: 0px;
	padding: 20px 0px 10px 0px;
	background: rgba(255,255,255,1.0);
	position: relative;
	z-index: 1;
}
	#header .alignleft,
	#header .alignright{
		margin-bottom: 20px;
		width: auto;
	}
	#header .alignright{
		width: 200px;
	}

#main_bbox_index {
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	margin-top: calc(100vh - 103px);
	padding: 0px;
	position: relative;
	z-index: 2;
	background: #fff;
}

#main_bbox {
	margin: 0 auto;
	padding: 0px;
}

#main {
	width: calc(100% - 100px);
	max-width: 1400px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#main2 {
	width: calc(100% - 100px);
	max-width: 1400px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding-right: 0px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

#main_info {
	width: calc(100% - 100px);
	max-width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#sidebar {
	width: calc(100% - 100px);
	max-width: 1100px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
   padding-bottom: 50px;
}

#main,
#sidebar{
	margin-top: 0px;
    margin-bottom: 0px;
	border-bottom: 1px solid transparent;
    text-decoration: none !important;
}

#footer {
	clear: both;
	background: #fff;
	position: relative;
	z-index: 10;
}


/****************************************

          header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
}

#index_logo{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
}

#logo{
	float: left;
	width: 230px;
	margin-top: -5px;
	margin-left: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	z-index: 10;
}

#logo a{
	border: none;
}

#index_toiawase {
	float: right;
	width: 350px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 28px;
	line-height: 24px;
	text-align: right;color:
	#00a498;
	position: relative;
	z-index: 999;
}

#toiawase {
	float: right;
	width: 350px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 28px;
	line-height: 24px;
	text-align: right;color:
	#00a498;
	position: relative;
	z-index: 999;
}

.sns_box {
	float: right;
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
}

.sns01 {
	float: right;
	width: 30px;
	margin: 0px 10px;
	padding: 0;
}

#description {
	margin-top: 0;
	color: #777;
}

#menu_background {
	float: left;
	width: calc(100% - 430px);
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 3;
	text-align: center;
}

#menu_main {
	max-width: 1200px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
}

/****************************************

          Navigation

*****************************************/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    display: inline;
    list-style-type:none;
    list-style-image:none;
    zoom:1;
    text-decoration: none;
}

.nav {
    width: 100%;
    z-index: 10000;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px auto;
    text-align:center;
    border-radius: 0px;
    text-decoration: none;
	}

	.nav li {
		position: relative;
		text-decoration: none;
		display: inline-block;
	}

	.nav li a {
		float: left;
		min-width: 60px;
		white-space: nowrap;
		margin: 0px 0px;
		padding-top: 2px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 2px;
		text-align: center;
		font-size: 13px;
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		-webkit-transition: all 0.7s;
		-moz-transition: all 0.7s;
		transition: all 0.7s;
		border-radius: 4px;
	}

	.nav li a:hover {
		color: #fff;
		background: #000087;
		border-radius: 0px;
		border-radius: 30px;
	}

#menu ul {
    margin: 20px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 35px;
    left: 0;
    padding: 0px 0px;
    z-index: 999999;
    border-radius: 0px;

    text-decoration: none;
}

#menu li:hover > ul {
    text-decoration: none;
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
	top: 0;
	left: 270px;
	margin: 0 0 0 0px;
	text-decoration: none;
	outline: none;
}

#menu ul li {
	float: none;
	display: block;
	border: 0;
	text-decoration: none;
	background: #333;
}

#menu ul li:last-child {   
    box-shadow: none; 
    text-decoration: none; 
}

#menu ul a {
	padding: 10px 20px;
	text-align: left;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	text-decoration: none;
	color: #FFF;
	background-color: #333;
}

#menu ul a:hover {
	padding: 10px 20px;
	text-align: left;
	text-decoration: none;
	background-color: #00BCFF;
	border-radius: 0px;
}

#menu ul li:first-child > a {
    text-decoration: none;
}

#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
    text-decoration: none;
}

#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0; 
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
    text-decoration: none;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
    text-decoration: none;
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3; 
    border-bottom-color: transparent;   
    text-decoration: none;
}

#menu ul li:last-child > a {
    text-decoration: none;
}
		

/****************************************

          header image

*****************************************/

#header-image{
	margin-bottom: 40px;
}


/****************************************

          Breadcrumb

*****************************************/

#breadcrumb{
	margin-bottom: 20px;
}
#breadcrumb li{
	float: left;
	margin-right: .5em;
}


/****************************************

          Main

*****************************************/

#main .post,
#main .page{
	overflow: hidden;
	margin-top: 0px;
    margin-bottom: 20px;
}

.post-list-item {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.post-list-item:last-child {
    border-bottom: none;
}

/* 最後の投稿だけ線を消したい場合 */
.post:last-child {
    border-bottom: none;
}

.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta{
	margin-bottom: 1.5em;
}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
}

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #ffeff7;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.footer-post-meta{
	margin-top: 0px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
        border: double 10px #0000ff;
}
.comment-page-link{
	margin: 0 0 3em;
        border: double 10px #0000ff;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
	
	.page-link a{
		border-bottom: none;
		color: #000;
	}
	
	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;
	}


/****************************************

          Comments Area

*****************************************/

#comment-area h3{
	font-size: 150%;
	font-family: 'Josefin Sans', sans-serif;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
	}
		.commets-list .avatar{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 80%;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
		}

.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
}

.children{
	padding-left: 2em;
}

#respond{
	margin-bottom: 40px;
}

/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/
#sidebar h2{
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Josefin Sans', sans-serif;
        font-size: 18px;
        line-height: 24px;
        text-decoration: none !important;
}
.widget{
	margin-top: 0px;
        margin-bottom: 15px;
        text-decoration: none !important;
	margin-top: 100px;
}

#widget_haikei {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px; 
	background-image: linear-gradient(#fff, #fff);
}

#sidebar .widget ul{
	padding-top: 0em;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
	list-style-position: outside;
	list-style-type: disc;
        font-size: 14px;
        line-height: 24px;
        position:relative;
        border-bottom: 1px solid #ddd;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:0px 20;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 100%;
}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
}

/****************************************

          Footer

*****************************************/

#copyright{
	padding: 20px 0;
	font-size:  12px;
        text-align: center;
}

#footer_bbox01 {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 5;
}

#footer_sbox01 {
	float: left;
	width: 100%;
	margin: 0px;
	padding-bottom: 0px;
	border-bottom: solid 1px #FFF;
	color: #fff;
	background: #000087;
}

#footer_logo01 {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

#footer_text01 {
	float: left;
	width: calc(100% - 30px);
	margin: 0px 15px;
	margin-bottom: 30px;
	padding: 0px;
}

#sitemap {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 70px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 70px;
	background: #777;
	border-top: double 5px #fff;
	border-bottom: double 5px #fff;
	background: #000087;
	background-attachment:fixed;
}


#sitemap_logo {
	float: left;
	width: 250px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	font-size: 30px;
	color: #fff;
}

#sitemap_bbox {
	float: left;
	width: calc(100% - 250px);
	margin: 0px;
	padding: 0px;
}

ul.sitemap_sbox {
	float: left;
	width: calc(100% / 3 - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
}

ul.sitemap_sbox li {
	float: left;
	width: calc(100% - 15px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 260%;
}

.footer_bn01 {
	margin: 0;
	display: inline-block;
	text-align: left;
	text-decoration: none;
	outline: none;
}
.footer_bn01::before,
.footer_bn01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.footer_bn01,
.footer_bn01::before,
.footer_bn01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.footer_bn01 {
	width: calc(100% - 23px);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	position: relative;
	z-index: 2;
	color: #fff;
	font-size:13px;
	line-height: 26px;
	overflow: hidden;
	border-left: solid 3px #ff5f82;
}
.footer_bn01 :a{
	color: #fff;
}

.footer_bn01:hover {
	color: #fff;
	background: #fff;
}
.footer_bn01::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer_bn01:hover::after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	background: #ff5f82;
}

.footer_sns_box {
	width: 120px;
	margin: 0px auto;
	padding: 0px;
	align-items: center;
}

.footer_sns01 {
	float: left;
	width: 30px;
	margin: 0px 15px;
	padding: 0;
}

/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}


/* ページが伸びた時のナンバー
--------------------------------------------- */
.page-numbers a {
    display:inline;
    border:solid 1px #ccc;
    text-decoration:none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    color: ;
    -webkit-transition-property: background-color;  
    -webkit-transition-duration: 0.3s;  
    -webkit-transition-timing-function: linear; 
    border-radius:3px;
    box-shadow:rgba(113, 135, 164, 0.34902) 3px 3px 4px -2px;
}
.page-numbers a:hover {
    color:white;
    background-color: #59b1eb;
-webkit-transition-property: background-color;  
    -webkit-transition-duration: 0.3s;  
    -webkit-transition-timing-function: linear; 
}
.numbers {
    margin: 10px;
}

/* ボタンデザイン
--------------------------------------------- */
.button {
	display: inline-block;
	font-weight: bold;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	background: #00BCFF;
	border-radius: 3px;
	text-decoration: none;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
     transition: all 0.7s;
}

.button:hover {
	color: #fff;
	text-decoration: none;
	border: none;
	background: #000;
}

.button_lightblue {
	display: inline-block;
	font-weight: bold;
	width: 100%;
	color: #fff;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background: #000087;
	border-radius: 2px;
	text-decoration: none;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
     transition: all 0.7s;
}

.button_lightblue:hover {
	color: #fff;
	text-decoration: none;
	border: none;
	background: #2a7ade;
}

.button {
	width: calc(100% - 16px);
	display: inline-block;
	margin: 0 auto 8px;    /* 上下0、左右auto、下8px */
	padding: 8px;
	border-radius: 0px;
	background: #ff5f82;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px important;
}

.button:hover {
	background: #fff;
	color: #000;
	}

.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}

.more {
	width: calc(100% - 16px);
	max-width: 600px;
	font-weight: 550;
	color: #fff;
	display: block;        /* ← ここを block に変更 */
	text-align: center;
	margin: 0 auto 8px;    /* 上下0、左右auto、下8px */
	padding: 8px;
	background: #000087;
	text-decoration: none;
	transition: all 0.7s;
}

.more:hover {
	color: #fff;
	text-decoration: none;
	background: #ff5f82;
}

.more2 {
	width: calc(100% - 16px);
	max-width: 200px;
	font-weight: 550;
	color: #fff;
	display: block;        /* ← ここを block に変更 */
	text-align: center;
	margin: 10px 0 0px;    /* 上下10px、左右0、下0px */
	padding: 5px;
	background: #000087;
	text-decoration: none;
	transition: all 0.7s;
}

.more2:hover {
	color: #fff;
	text-decoration: none;
	background: #ff5f82;
}


/* テーブル レスポンシブ
--------------------------------------------- */
table {
  margin: 20px auto;
}
.tbl-r02 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}


/* 折り返し禁止文字
--------------------------------------------- */
.text { display: inline-block; }


/* フェードイン
--------------------------------------------- */
.fadein {
	opacity : 0;
	transform: scale(0.5);
	transform : translate(0, 100px);
	transition : all 800ms;
}

.fadein.scrollin {
	opacity : 1;
	transform: scale(1.0);
	transform : translate(0, 0);
}

/* サイドボタン固定
--------------------------------------------- */
.side_bn{
	float: right;
	position: fixed;
	top: 130px; 
	left: 0px;
	padding: 0px;
	z-index: 1;
}

/* youtubeサイズ固定
--------------------------------------------- */
a { outline: none; }
#hoge {
    overflow : hidden;
    outline : none;
}

img {
    border-style:none;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a img {
    border-style:none;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* お知らせ
--------------------------------------------- */
#info_thumbnail {
	float: left;
	width: 100px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}

#info_bbox01 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}

#info_sbox01 {
	float: left;
	width: calc(100% - 120px);
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

#info_photo {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

#info_photo2 {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

#info_title {
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 18px;
}

#info_text {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/* パンくず
--------------------------------------------- */
#breadcrumbs_box {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
}

/* map グレー
--------------------------------------------- */
.map{
  filter: grayscale(100%);
}

/* フェードイン
--------------------------------------------- */
.fadein {
    opacity : 0;
	transform: scale(0.5);
	transform : translate(0, 60px);
	transition : all 600ms;
}

.fadein.scrollin {
    opacity : 1;
	transform: scale(1.0);
	transform : translate(0, 0);
}

/* 可視領域に入ったらふわっと
--------------------------------------------- */
.e {
  opacity: 0;
}
.e-v {
  animation: fadeIn 1s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY( 50px );
  }
  100% {
    opacity: 1;
    transform: translateY( 0 );
  }
}



@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	
#menu_background {
	display: none;
}
	
#main_bbox_index {
	float: left;
	width: calc(100% - 0px);
	margin-top: calc(100vh - 250px);
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	z-index: 2;
}
	
	#menu_main {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

	#main {
	width: calc(100% - 40px);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
}
	
	#main2 {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	border-right: 0px solid #ddd;
	border-bottom: 1px solid #ddd;
}
	
	#sidebar {
	width: calc(100% - 40px);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
   padding-bottom: 50px;
}
	
#sitemap_logo {
	float: left;
	width: 170px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	font-size: 22px;
}
	
ul.group li {
	width: calc(100% / 2 - 30px);
	padding: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 2.0;
	color: #fff;
}
	
}







@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	
body {
    color: #333;
	font-size: 16px;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 180%;
}
	
#index_logo{
	float: left;
	width: calc(100% - 140px);
	margin-top: -10px;
	margin-left: 70px;
	margin-right: 70px;
	margin-bottom: 10px;
	text-align: center;
}
	
#logo{
	float: left;
	width: calc(100% - 140px);
	margin-top: 0px;
	margin-left: 70px;
	margin-right: 70px;
	margin-bottom: 0px;
	text-align: center;
}
	
	#sidebar {
	width: calc(100% - 30px);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
   padding-bottom: 30px;
}
	
.sns_box {
	display: none;
}

.sns01 {
	display: none;
}
	
	#menu_main {
	display: none;
}

#main {
	width: calc(100% - 30px);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
}
	
#main_bbox_index {
	float: left;
	width: calc(100% - 0px);
	margin-top: calc(100vh - 100px);
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 2;
	background: #fff;
}
	
.more2 {
	width: calc(100% - 16px);
	max-width: 200px;
	font-weight: 550;
	color: #fff;
	display: block;        /* ← ここを block に変更 */
	text-align: center;
	margin: 10px auto 0px;    /* 上下10px、左右auto、下0px */
	padding: 5px;
	background: #000087;
	text-decoration: none;
	transition: all 0.7s;
}
	
#footer_logo01 {
	float: left;
	width: calc(100% - 100px);
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
}
	
#sitemap_bbox {
	float: left;
	width: calc(100% - 30px);
	margin-left: 30px;
	margin-right: 0px;
	padding: 0px;
}
	
ul.sitemap_sbox {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
}

#sitemap_logo {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	font-size: 22px;
	text-align: center;
}
	
.footer_sns_box {
	width: 120px;
	margin: 0px auto;
	padding: 0px;
	align-items: center;
	position: relative;
	z-index: 10;
}

.footer_sns01 {
	float: left;
	width: 30px;
	margin: 0px 15px;
	padding: 0;
}
}
