@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: #fff;
}

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%;
	background: #fff;
}


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

          Typography

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

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

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-top: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 1;
}

#header {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 25px 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-top: calc(100vh - 150px);
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-top: 30px;
	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 {
	float: left;
	width: calc(100% - 330px);
	max-width: 1000px;
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	border-bottom: 1px solid #ddd;
}

#sidebar {
	float: left;
	width: 300px;
	margin: 0px;
	margin-top: 20px;
	margin-left: 30px;
	padding: 0px;
}

#footer {
	clear: both;
	width: 100%;
	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%);
	border-top: double 5px #548235;
}


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

          header

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

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

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

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

#logo a{
	border: none;
}

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

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

.sns01 {
	float: right;
	max-width: 30px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

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

#menu_background {
	float: left;
	margin: 0px;
	margin-top: 10px;
	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-left: 5px;
		margin-right: 5px;
		padding-top: 5px;
		padding-left: 12px;
		padding-right: 12px;
		padding-bottom: 5px;
		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;
		background: #fff;
		border-radius: 4px;
	}

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

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

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

.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%;
	margin: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	position: relative;
	z-index: 5;
}

#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;
	background: #777;
	border-top: double 5px #fff;
	border-bottom: double 5px #fff;
	background: url("http://bitotsuyama.com/test/wp-content/uploads/2024/03/haikei.jpg") repeat center center;
	background-attachment:fixed;
}

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

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


.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: #000;
	font-size:13px;
	line-height: 26px;
	overflow: hidden;
	border-left: solid 3px #ff5f82;
}
.footer_bn01 :a{
	color: #000;
}

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

#group_bbox01 {
	float: left;
	width: calc(100% - 100px);
	padding: 50px 50px 0px 50px;
	margin: 0px;
	background: #000;
	border-top: double 5px #fff;
	border-bottom: double 5px #fff;
}

ul.group {
   text-align: center;
}
 
ul.group li {
	width: 300px;
	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: 1.8;
	color: #fff;
}

.group_img01 {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}



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

          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 {
	width: 210px;
	height: px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff !important;
	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;
}


/* ページが伸びた時のナンバー
--------------------------------------------- */
.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: #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: calc(100% - 10px);
	font-weight: 550;
	color: #000;
	display: inline-block;
	text-align: center;
	margin: 0px;
	margin-top: auto;
	margin-bottom: 5px;
	padding: 5px;
	border: solid 1px #000;
	border-radius: 1px;
	text-decoration: none;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
     transition: all 0.7s;
}

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


/* テーブル レスポンシブ
--------------------------------------------- */
table {
	float: left;
	width: 100%;
	margin: 20px 0px;
}
.tbl-r02 th {
	min-width: 100px;
	background: #FF5B73;
	color: #fff;
	padding: 10px 20px;
}
.tbl-r02 td {
	padding: 10px 20px;
}
 
@media screen and (max-width: 640px) {
  .tbl-r02 {
    width: 100%;
    box-sizing: border-box;
  }

  .tbl-r02 th,
  .tbl-r02 td {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    border-bottom: none;
    box-sizing: border-box;
  }

  .last td:last-child {
    width: 100%;
    border-bottom: solid 1px #ccc;
  }
}


/* 折り返し禁止文字
--------------------------------------------- */
.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);
}

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


.responsive-video {
  position: relative;
  aspect-ratio: 16 / 9; /* 新しい書き方。古い環境では padding-bottom を使ってもOK */
  width: 100%;
  max-width: 100%;
  background: #000;
}

.responsive-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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




@media screen and (max-width: 959px) {
	/* 959px以下に適用される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%;
}
	
#main_bbox_index {
	float: left;
	width: calc(100% - 0px);
	margin-top: calc(100vh - 210px);
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-top: 30px;
	position: relative;
	z-index: 2;
	background: #fff;
}
	
	#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 {
	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: #000;
	background: #777;
	border-top: double 5px #fff;
	border-bottom: double 5px #fff;
	background: url("http://bitotsuyama.com/test/wp-content/uploads/2024/03/haikei.jpg") repeat center 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;
}
	
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（スマホ用） */
	
#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;
}
	
#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 - 0px);
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 2;
	background: #fff;
}
	
#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_index_box {
	float: right;
	margin-top: -10px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
	
.sns_box {
	float: right;
	margin-top: -45px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sns01 {
	float: right;
	max-width: 30px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
	
#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% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
}
	
#group_bbox01 {
	float: left;
	width: calc(100% - 0px);
	padding: 50px 0px 0px 0px;
	margin: 0px;
	background: #000;
}

.side_bn{
	display: none;
}
	
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
	
}