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

body {
	font-size: 15px;
	line-height: 220%;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
}



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

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


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

          List

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

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

ul ul{
	margin-left: 1em;
}


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

          Link

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

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

a:hover {
	color: #fe56aa;
}


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

          Layout

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

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

#index_header {
	float: left;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	position: relative;
	z-index: 10;
}

#header {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 0px;
	padding: 30px 0 15px 0;
	border-bottom: 0px solid #ddd;
	background-color: rgba(0,0,0,1.0);
	background: url("http://leftec.pro/2026_leftec.pro/wp-content/uploads/2026/03/background.jpg") repeat center center;
	background-attachment: fixed;
	border-bottom: double 3px #ccc;
}
	#header .alignleft,
	#header .alignright{
		margin-bottom: 0px;
		width: auto;
	}
	#header .alignright{
		width: 200px;
	}

#main_bbox_index {
	position: relative;
	width: 100%;
	margin: 0;
	background: #24262c;
	z-index: 2;
	padding: 0px 0;
}

#main_bbox {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

#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: 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 {
	float: left;
	width: calc(100% - 100px);
	padding: 50px;
	position: relative;
	z-index: 10;
}


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

          header

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

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

#logo{
	width: 200px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
}

#logo a{
	border: none;
}

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

#searchform{
	position: relative;
	margin-top: 45px;
}
	#s{
		padding: 6px 20% 6px 5%;
		width: 75%;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px; 
		font-size: 10px;
	}
	#searchsubmit{
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 26px;
		border: none;
		background: url(images/search.png) no-repeat 50% 50%;
	}

.sns_box {
	margin: 0;
	padding: 0;
	z-index: 10;
	position: absolute;
	top: 20px;
	right: 20px;
}

.sns_box_sub {
	margin: 0;
	padding: 0;
	z-index: 10;
	position: absolute;
	top: 50px;
	right: 20px;
}

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

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

          Navigation

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

#menu {
  display: flex;
  justify-content: center;
  padding: 0 100px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  width: 100%;
  flex-wrap: wrap; /* ← これ追加 */
}

#menu li {
    float: left;
    position: relative;
    text-decoration: none;
	margin: 0 0px; /* メニュー間の余白 */
}

#menu a {
	float: left;
    white-space: nowrap;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 7px 30px;
    text-align:center;
	color: #000;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
	font-size:14px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
     transition: all 0.7s;
}

#menu li:hover > a {
    color: #fff;
	padding: 7px 30px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
    background: #8d7962;
    border-radius: 5px;
}

#menu ul {
    margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 65px;
    left: 0;
    padding: 0px 0px;
    z-index: 999999;    
    transition: all .2s ease-in-out;
    text-decoration: none;
	overflow: hidden;
}

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

#menu ul ul {
    top: 50px;
    left: 150px;
    margin: 0 0 0 0px;
    box-shadow: -1px 0 0 rgba(255,255,255,.3);    
    text-decoration: none;  
        outline: none;
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    box-shadow: 0 1px 0 #fff, 0 1px 0 #fff;
    text-decoration: none;
	border-radius: 0px;
}

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

#menu ul a {
	margin: 0px;
    padding: 20px 20px;
    text-align: left;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    text-decoration: none;
    color: #fff;
	background: #000;
}

#menu ul a:hover {
	max-width: 240px;
	margin: 0px;
    padding: 20px 20px;
    text-align: left;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    text-decoration: none;
    color: #FFF;
	background-color: #8d7962;
	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: 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;
}
.widget{
	margin-top: 10px;
        margin-bottom: 15px;
}

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

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

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




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

          Footer

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

#copyright{
	width: calc(100%  - 40px);
	padding: 20px;
	font-size:  12px;
	text-align: center;
	background: #fff;
}

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

#footer_bbox01 {
	float: left;
	width: calc(100%  - 60px);
	padding: 0px  30px;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
}

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


#footer_left {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 30px;
}

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

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

#footer_copyright {
	float: left;
	width: calc(100%  - 60px);
	padding: 15px  30px;
	text-align: left;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	background: url("http://leftec.pro/2026_leftec.pro/wp-content/uploads/2026/03/background.jpg") repeat center center;
	background-attachment: fixed;
}

#site_map_bbox01 {
	float: left;
	width: calc(100%  - 140px);
	margin: 0px;
	padding: 70px 70px;
	background: #fff;
	border-top: double 3px #ccc;
	position: relative;
	z-index: 10;
	background: url("http://leftec.pro/2026_leftec.pro/wp-content/uploads/2026/03/background.jpg") repeat center center;
	background-attachment: fixed;
}

#site_map_sbox01 {
	float: left;
	width: calc(100%  / 4);
	margin: 0px;
	padding: 0px;
}

#site_map_title01 {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	color: #fff;
	font-size: 30px;
	text-align: center;
}


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

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



/* 画像ボタン（ロールオーバー時）
--------------------------------------------- */
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=80);
        transition: all 0.8s;
        -moz-transform: scale(1.0,1.0);
        -webkit-transform: scale(1.0,1.0);
        -o-transform: scale(1.0,1.0);
        -ms-transform: scale(1.0,1.0);
}

a img {
	opacity: 1.0;
	filter: alpha(opacity=80);
        transition: all 0.8s;
        -moz-transform: scale(1.0,1.0);
        -webkit-transform: scale(1.0,1.0);
        -o-transform: scale(1.0,1.0);
        -ms-transform: scale(1.0,1.0);
}


/* 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 {
  max-width: 700px;
  width: 100%;
	margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.movie-wrap iframe {
  width: 100%;
  height: 100%;
	border: none;
}

/* お知らせ
--------------------------------------------- */
#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: calc(100% - 30px);
	margin: 0px;
	padding: 30px 15px;
	border-bottom: solid 1px #ccc;
}

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

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

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


/* ページが伸びた時のナンバー
--------------------------------------------- */
.page-numbers a {
    display:inline;
    border:solid 1px #ccc;
    text-decoration:none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    color: #444;
    -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;
}


/* ふわふわ上下
--------------------------------------------- */
.img_box{
  animation: img_box_9955 3s linear infinite;
  transform-origin: 50% 50%;
	position: absolute;
	left: 49%;
	bottom: 20px;
	z-index: 99999;
	text-align: center;
}
 
@keyframes img_box_9955 {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-10px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}

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



/* オリジナルボタン共通
--------------------------------------------- */

.toiawase {
	width: 200px ;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.toiawase::before,
.toiawase::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.toiawase,
.toiawase::before,
.toiawase::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.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_bn_sub {
	margin: 0;
	display: inline-block;
	text-align: left;
	text-decoration: none;
	outline: none;
}
.footer_bn_sub::before,
.footer_bn_sub::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.footer_bn_sub,
.footer_bn_sub::before,
.footer_bn_sub::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}



/* オリジナルボタン
--------------------------------------------- */
.more {
	max-width: 500px ;
	margin: 50px 0px;
	padding: 5px 20px;
	position: relative;
	z-index: 2;
	color: #fff;
	font-size:16px;
	overflow: hidden;
	border-radius: 3px;
	background: #8d7962;
}
.more::before,
.more::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.more,
.more::before,
.more::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.more a:{
	color: #fff;
}

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

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

.more2 {
	max-width: 300px ;
	margin: 0px;
	margin-bottom: 0px;
	padding: 5px 20px;
	position: relative;
	z-index: 2;
	color: #fff;
	font-size:16px;
	text-align: center;
	overflow: hidden;
	border-radius: 3px;
	background: #8d7962;
}
.more2::before,
.more2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.more2,
.more2::before,
.more2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.more2 a:{
	color: #fff;
}

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

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

.link_bn{
	min-width: 300px;
	margin: 10px 0px;
	padding: 0px 10px;
	color: #fff;
	text-align: center;
	display: inline-block;
	text-align: center;
	background: #8d7962;
	border-radius: 2px;
	text-decoration: none;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
     transition: all 0.7s;
}

.link_bn a {
	margin: 10px 0px;
	padding: 0px 10px;
	color: #fff;
}

.link_bn:hover {
	color: #fff;
	margin: 10px 0px;
	padding: 0px 10px;
	text-decoration: none;
	background: #00b6ab;
}

.shop_bn {
	width: calc(100% - 20px);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 20px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
	transition: all 0.7s;
	transform: rotate(.03deg);
	font-weight: 500;
	border-bottom: solid 1px #ccc;
}

.shop_bn:hover {
	color: #fff;
	text-decoration: none;
	background: #00b6ab;
}

.contents_bn {
	float: left;
	width: calc(100% / 3 - 10px);
	margin: 5px 5px;
	padding: 5px 10px;
	position: relative;
	z-index: 2;
	color: #fff;
	font-size:16px;
	text-align: center;
	overflow: hidden;
	border-radius: 3px;
	background: #8d7962;
}
.contents_bn::before,
.contents_bn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.contents_bn,
.contents_bn::before,
.contents_bn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_bn a:{
	color: #fff;
}

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

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




.toiawase {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	position: relative;
	z-index: 2;
	color: #ff5f82;
	font-size:16px;
	overflow: hidden;
	background: #fff;
}
.toiawase a:{
	color: #ff88a2;
	background: #fff;
}

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

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


.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 #fff;
}
.footer_bn01 a:{
	color: #ff5f82;
	background: #8d7962;
}

.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: #8d7962;
}



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

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

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


/* 共通
--------------------------------------------- */
#pankuzu {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom: 1px dotted #B28500;
}

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

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

/* テーブル レスポンシブ
--------------------------------------------- */
table {
	width: calc(100% - 42px);
	margin: 20px auto;
	border: solid 1px #ccc;
	color: #000;
}

.tbl-r02 th {
	min-width: 100px;
	background: #FCE2C4;
	font-weight: normal;
	padding: 5px 10px;
}
.tbl-r02 td {
	padding: 5px 10px;
	text-align: center;
	background: #fff;
	border-bottom: dotted 1px #ccc;
}
 
@media screen and (max-width: 640px) {
	table {
	width: calc(100% - 2px);
	margin: 20px auto;
	border: solid 1px #ccc;
}
	
  .last td:last-child {
	  width: calc(100% - 40px);
	  border-bottom: solid 1px #ccc;
  }
  .tbl-r02 {
	  width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
	  display: block;
	  width: calc(100% - 20px);
	  padding: 5px 10px;
  }
}



.tbl-r05 th {
	min-width: 100px;
	background: #FCE2C4;
	padding: 10px 20px;
	text-align: center;
	font-weight: normal;
}
.tbl-r05 td {
	padding: 10px 20px;
	background: #fff;
	border-bottom: dotted 1px #ccc;
	text-align: center;
}
 
.tbl-r05 td:first-child {
  background: #fbf5f5;
}
@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: calc(100% - 40px);
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: calc(100% - 40px);
  }
  .tbl-r05 td {
    display: block;
   width: calc(100% - 40px);
	  border-bottom: dotted 1px #ccc;
	  overflow-wrap: break-word;
	  word-break: break-all;
	  text-align: left;
  }
	.tbl-r05 td[data-label="料　金"] {
    word-break: break-all;
  }
  .tbl-r05 td:first-child {
    background: #FCE2C4;
    color: #000;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    margin-right: 0px;
  }
}

/* title text
--------------------------------------------- */
.bbox01 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 70px 0px 50px 0px;
}

.bbox02 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 70px 0px 50px 0px;
	color: #fff;
	background: url("http://leftec.pro/2026_leftec.pro/wp-content/uploads/2026/03/background.jpg") repeat center center;
	background-size: cover;
	background-attachment:fixed;
}

.bbox02 a {
	color: #cdb69b;
	}

.bbox02 a:hover {
	color: #6cdbdf;
}


ul.contents_7column {
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
 
ul.contents_7column li {
	float: left;
	width: calc(100% / 7 - 30px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 30px;
	margin-bottom: 40px;
	padding: 0px;
	list-style: none;
}

.text_box {
	width: calc(100% - 0px);
	text-align: center;
	margin-bottom: 30px;
}

.text_box_text {
	display: inline-block;
	max-width: 980px;
	padding: 0px;
	text-align: left;
	line-height: 2;
}

.title18 {
	width: calc(100% - 0px);
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	font-size: 18pt;
	line-height: 1.7;
}

.title20 {
	width: calc(100% - 0px);
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	font-size: 20pt;
	line-height: 1.7;
}

.title24 {
	width: calc(100% - 0px);
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	font-size: 24pt;
	line-height: 1.7;
}

.title40 {
	float: left;
	width: 100% !important;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 40px;
	font-weight: 600;
}




@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	
#menu_background {
	display: none;
}
	
#main_bbox_index {
	float: left;
	width: calc(100% - 0px);
	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: 100%;
	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;
}
	
#footer_left {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 30px;
}
	
#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_header {
	float: left;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 10;
}
	
#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% - 200px);
	margin-top: 0px;
	margin-left: 100px;
	margin-right: 100px;
	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 {
	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 {
	display: none;
}

#main {
	width: calc(100% - 30px);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
}
	
#main_info {
	width: calc(100% - 40px);
}
	
#main_bbox_index {
	float: left;
	width: calc(100% - 0px);
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	z-index: 2;
}
	
#menu {
  display: none;
}
	
.sns_box {
	display: none;
}
	
.more2 {
	max-width: 100%;
    width: 100%;
    display: block;
}
	
#footer {
	float: left;
	width: calc(100% - 60px);
	padding: 30px;
	position: relative;
	z-index: 10;
}
	
#footer_bbox01 {
	float: left;
	width: calc(100%  - 0px);
	padding: 0px  0px;
}
	
#footer_logo01 {
	float: left;
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
	
#footer_left {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 30px;
}
	
.footer_bn01 {
	margin-bottom: 10px;
}
	
#footer_map {
	float: left;
	width: calc(100%  - 0px);
}
	
#sitemap_bbox {
	float: left;
	width: calc(100% - 30px);
	margin-left: 30px;
	margin-right: 0px;
	padding: 0px;
}
	
#site_map_bbox01 {
	float: left;
	width: calc(100%  - 40px);
	margin: 0px;
	padding: 70px 20px;
	background: #fff;
	border-top: double 3px #ccc;
	position: relative;
	z-index: 10;
	background: url("http://leftec.pro/2026_leftec.pro/wp-content/uploads/2026/03/background.jpg") repeat center center;
	background-attachment: fixed;
}
	
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;
}
	
#site_map_sbox01 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}


#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;
}
	
.bbox02 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 70px 0px 50px 0px;
	color: #fff;
	background: url("http://leftec.pro/2026_leftec.pro/wp-content/uploads/2026/03/background.jpg") repeat center center;
	background-size: 100%;
	background-attachment:scroll;
}
	
ul.contents_7column li {
	float: left;
	width: calc(100% / 3 - 30px);
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 40px;
	padding: 0px;
	list-style: none;
}
	
#info_bbox01 {
	float: left;
	width: calc(100% - 0px);
	padding: 30px 0px;
}
	
#info_sbox01 {
	width: calc(100% - 100px);
}
	
#info_thumbnail {
	width: 80px;
}
	
.link_bn{
	width: calc(100% - 0px);
	padding: 5px 10px;
	max-width: 100%;
  box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: anywhere;
}
	
.contents_bn {
	float: left;
	width: calc(100% - 10px);
	margin: 5px 5px;
	padding: 5px 10px;
	position: relative;
	z-index: 2;
	color: #fff;
	font-size:16px;
	text-align: center;
	overflow: hidden;
	border-radius: 3px;
	background: #8d7962;
}
	

.title18 {
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
}

.title20 {
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18pt;
}

.title24 {
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
}
	
.text_box_text {
	display: inline-block;
	max-width: 100%;
	padding: 0px;
	text-align: left;
	line-height: 2;
}

}