@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;
        background-size: 100%;
        overflow: auto;
}

body {
	color: #333;
	font-size: 16px;
	font-family: 'Roboto',arial,sans-serif;
	font-weight: 500;
	line-height: 2.0;
}


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

          Typography

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

h1, h2, h3, h4, h5, h6{
}

h1 {
	margin-bottom: 10px;
	font-size: 100%;
}

h2 {
	margin-bottom: 10px;
	font-size: 110%;
}

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


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

          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 {
    border-style:none;
}

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



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

          Layout

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

#container,
.wrapper {
	margin: 0 auto;
	width: 100%;
	overflow-y:auto;
    -ms-overflow-style:none;
}

#header {
	float: left;
	width: 100%;

	margin-bottom: 0px;
	padding-top: 30px;
	border-bottom: 0px solid #ddd;
}
	#header .alignleft,
	#header .alignright{
		margin-bottom: 20px;
		width: auto;
	}
	#header .alignright{
		width: 200px;
	}

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

#main_bbox_index {
	float: left;
	width: calc(100% - 0px);
	margin-top: 100vh;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	color:  #000;
	background: #fff;
	position: relative;
	z-index: 1;
}

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

#main2 {
	float: left;
	width: calc(100% - 251px);
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-right: 20px;
	border-right: 1px solid #ddd;
}

#sidebar {
	float: right;
	width: 210px;
	margin-top: 0px;
    padding: 0px;
}

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

#footer {
	clear: both;
	background:-webkit-gradient(radial, center top, 0, center top,100, from(#fff), to(#fff));
	background:-webkit-radial-gradient(center top, circle cover, #fff 0, #fff 100%);
	background:-moz-radial-gradient(center top, circle cover, #fff 0, #fff 50%);
	background:-o-radial-gradient(center top, circle cover, #fff 0, #fff 50%);
	background:radial-gradient(farthest-side circle at center top, #fff 0, #fff 50%);
}


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

          header

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

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

#logo{
	float: left;
	width: 450px;
	margin-left: 80px;
	margin-bottom: 30px;
}

#logo a{
	border: none;
}

.sns_box {
	float: right;
	margin-left: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sns01 {
	float: right;
	max-width: 95px;
	margin-left: 5px;
	margin-right: 5px;
}

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

#menu_background {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background: linear-gradient(#FFF, #FFF);
	position: relative;
	z-index: 1;
	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;
}

/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0 10px; /* ボックス全体の位置調整 */
}

.acbox label{
  width: 130px;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background: #fff; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:8px;
  border-radius: 0px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #000;
	border: solid 1px #aaa;
}

.acbox label:hover{
	color: #fff;
  background: #648ea3; /* ラベルにマウスを乗せた時の背景色 */
}

.acbox input{
  display: none;
}

.acbox label:after{
  color: #fff;

  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
}

.acbox input:checked ~ label::after {
}

.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
  height: auto;
  padding: 10px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #fff; /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox input:checked ~ label {
	color: #fff;
  background: #648ea3; /* クリック後のラベルの背景色 */
}

.acbox-under{
  font-size: 14px; /* 開いた部分の文字サイズ */
	line-height: 30px;
  color: #555555; /* 開いた部分の文字色 */
}


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

          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;
    margin-top: 0px;
    margin-bottom: 0px;
    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: 90px;
		white-space: nowrap;
		padding-top: 12px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 12px;
		text-align: center;
		font-size: 15px;
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		-webkit-transition: all 0.7s;
		-moz-transition: all 0.7s;
		transition: all 0.7s;
	}

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

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

          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: 30px;
        margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

.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: 40px;
	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-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;
}

#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: 165px;
}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
}

.button {
	display: inline-block;
	margin-bottom: 0px;
	padding: 10px 12px;
	border-radius: 0px;
	background: #555;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px important;
}

.button:hover {
	background: #ff89c4;
	color: #333;
	}

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



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

          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;
}

#footer_sbox01 {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: solid 1px #FFF;
}

#footer_logo01 {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#footer_text01 {
	float: left;
	width: 100%;
}

#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;
	color: #fff;
	background: #777;
	border-top: double 5px #fff;
	border-bottom: double 5px #fff;
}



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

#sns_sbox {
	float: left;
	margin-right: 40px;
	padding: 0px;
	vertical-align: middle;
}

#sns_sbox img {
	margin-top: -5px;
	margin-right: 15px;
	vertical-align: middle;
}

#sns_sbox a {
	color: #fff;
}

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

ul.sns_sbox li {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 260%;
}

ul.sns_sbox li a {
	text-decoration: underline;
	color: #fff;
}

ul.sns_sbox li a :hover {
	color: red;
	transition: color 1s;
}


#sitemap_logo {
	float: left;
	width: 300px;
	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;
}

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

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

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

ul.sitemap_sbox li a {
	text-decoration: underline;
	color: #fff;
}

ul.sitemap_sbox li a :hover {
	color: red;
	transition: color 1s;
}

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

          Form

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

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}



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

          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;
}

/* ウェジェットボタン
--------------------------------------------- */
#button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        font-weight: bold;
        color: #ffffff !important;
	width: 210px;
	height: px;
	padding: 10px 0px;
        background-color: #0186ba;
        background-image: linear-gradient(#333, #000);
	border-radius: 3px;
        margin-bottom: 5px;
        text-decoration: none !important;
        text-align: center;
        box-shadow: 1px 1px 2px 0px rgba(255,255,255,0.50) inset ,-1px -1px 2px 0px rgba(0,0,0,0.30) inset;

}

#button:hover {
	color: #fff;
        text-decoration: none;
        border: none;
        background-image: linear-gradient(#006DD9, #062299);
        text-decoration: none !important;
}

/* 画像ボタン（ロールオーバー時にテキスト表示）
--------------------------------------------- */
figure {
	position: relative;
	overflow: hidden;
	width: 100%;
        height: 250px;
        margin: auto;
}

figcaption {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 77%;
	padding-top: 20%;
	background: rgba(500,500,500,.9);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
        color: #111111;
        overflow: hidden;
        text-align: center;
        border-radius: 15px;
}

figure:hover figcaption {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
}


/* ページが伸びた時のナンバー
--------------------------------------------- */
.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: #2a7ade;
	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: #00BCFF;
}

.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: #00BCFF;
	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;
}

.more {
	width: 200px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	text-align: center;
	margin: 0px;
	padding: 15px;
	background: #fff;
	border-radius: 2px;
	text-decoration: none;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
     transition: all 0.7s;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	border: 1px solid #ccc;     
}

.more:hover {
	color: #fff;
        text-decoration: none;
	background: #00BCFF;
        border-right: 1px solid #999;  
        border-bottom: 1px solid #999;  
        border-left: 1px solid #ccc;
}

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


/* フェードイン
--------------------------------------------- */
.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);
}


/* アコーディオン
--------------------------------------------- */
.acd-box input:checked ~ div{
	height: auto;
	padding: 5px;
	opacity: 1;
	margin-top: 50px;
}

.acd-check{
    display: none;
}
.acd-label{
	max-width: 385px;
	height: 50px;
	text-align: center;
	background: #f05689;
	margin: auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	position: relative;
	display: block;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	transition: all 0.5s;
}

.acd-label:hover{
	background: rgba( 240, 86, 137, 0.55 );
-webkit-transition: all .3s;
transition: all .3s;
}

.acd-box input{
display: none;
}

.acd-box label:after{
	color: #fff;
	font-family:"FontAwesome";
	content:" \f067";
}

.acd-box input:checked ~ label::after {
	color: #fff;
	font-family:"FontAwesome";
	content:" \f00d";
}

.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content{
    max-height: 2000px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
	overflow: scroll;
}


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




@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	
	#menu_main {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

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

	#menu_main {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
	
	.nav li a {
		float: left;
		min-width: 50px;
		white-space: nowrap;
		padding-top: 12px;
		padding-left: 14px;
		padding-right: 14px;
		padding-bottom: 12px;
		text-align: center;
		font-size: 15px;
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		-webkit-transition: all 0.7s;
		-moz-transition: all 0.7s;
		transition: all 0.7s;
	}
	
	#logo{
	float: left;
	width: 370px;
	margin-left: 80px;
	margin-bottom: 30px;
}
	
	.sns_box {
	float: right;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
	
	#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;
}

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



@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	
	#menu_main {
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
}
	
	#main {
	width: calc(100% - 30px);
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	padding: 0;
}
	
	#logo{
	float: left;
	width: calc(100% - 140px);
	margin-left: 70px;
	margin-right: 70px;
	margin-bottom: 20px;
}
	
	.sns_box {
	float: left;
	width: calc(100% - 100px);
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
	
	.sns01 {
	float: left;
	width: calc(100% / 2 - 10px);
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}
	
	#menu_main {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
	
	.nav li a {
		display: none;
	}
	
	#footer_logo01 {
	float: left;
	width: calc(100% - 100px);
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
}

	#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;
}
	
	#sns_bbox {
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	padding: 0px;
}
	
	#sns_sbox {
	float: left;
	width: calc(100% / 2 - 0px);
	margin-right: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
	
	#sitemap_bbox {
	float: left;
	width: calc(100% - 30px);
	margin-left: 30px;
	margin-right: 0px;
	padding: 0px;
}
	
	ul.sitemap_sbox {
	float: left;
	width: calc(100% - 15px);
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: square;
	font-size: 14px;
}
	
	.more {
	width: calc(100% - 2px);
	font-weight: bold;
	color: #333;
	display: inline-block;
	text-align: center;
	margin: 0px;
	padding: 15px;
	background: #fff;
	border-radius: 2px;
	text-decoration: none;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
     transition: all 0.7s;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	border: 1px solid #ccc;     
}
	
		/* サイドボタン固定
--------------------------------------------- */
.side_bn{
	display: none;
}
	
}