@charset 'UTF-8';

@import url("base.css");
@import url("common.css");
@import url("navi.css");
@import url("drawer.css");



/* -----------------------------------------------------------------------------
>> トップページ
----------------------------------------------------------------------------- */
#wrapper{
}
body {
	background-image: url(../img/parts/bgL.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
    background-attachment: fixed;
}
#header .kanko_link{
	background-image: url(../img/navi/kanko.png);
	height: 50px;
	width: 187px;
	overflow: hidden;
	float:right;
	clear:right;
	text-indent: -9999px;
	display: block;
}
* html #header .kanko_link{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/navi/kanko.png",sizingmethod=crop);
}

#header .kanko_link:hover{
	background-position: 0px bottom;
}
#makkun_ani{
	width:100%;
	position: absolute;
	top: 609px;
	z-index:200;
}
/* -----------------------------------------------------------------------------
>> リンクボタン
----------------------------------------------------------------------------- */


.background a{
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index:10;
}
.background .korn{
	background-image: url(../img/parts/Korn.png);
	height: 69px;
	width: 102px;
	left: 450px;
	top: 658px;
}
* html .background .korn{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/parts/Korn.png",sizingmethod=crop);
}


.background .makkun1{
	background-image: url(../img/parts/bg_makkun1.png);
	height: 83px;
	width: 71px;
	left: 69px;
	top: 515px;
}
* html .background .makkun1{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/parts/bg_makkun1.png",sizingmethod=crop);
}

.background .makkun2{
	background-image: url(../img/parts/bg_makkun2.png);
	height: 40px;
	width: 32px;
	left: 889px;
	top: 527px;
}
* html .background .makkun2{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/parts/bg_makkun2.png",sizingmethod=crop);
}


/* ページタイトル */
#content .title{
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 168px;
	width: 167px;
	float:left;
}

.news #content .title{	background-image: url(../img/title/title_news.gif);}
.profile #content .title{	background-image: url(../img/title/title_profile.gif);}
.blog #content .title{	background-image: url(../img/title/title_blog.gif);}
.catchball #content .title{	background-image: url(../img/title/title_catchball.gif);    margin-bottom: 30px;}
.birth #content .title{	background-image: url(../img/title/title_birth.gif);}
.goods #content .title{	background-image: url(../img/title/title_goods.gif);}
.schedule #content .title{	background-image: url(../img/title/title_schedule.gif);}
.contact #content .title{	background-image: url(../img/title/title_contact.gif);}
.not404 #content .title{	background-image: url(../img/title/title_404.png);	height: 238px;	width: 239px;}


#content .comment{
	width:600px;
	background-color: #FFF;
	padding: 20px;
	border: 3px solid #58351b;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	behavior: url(css/PIE.htc);
	margin-left: 35px;
	margin-top: 20px;
	float:left;
}
#content .comment strong{
	color:#58351b;
}
/* -----------------------------------------------------------------------------
>> お知らせ
------------------------------------------------------------------------------ */
.news .makkun{
	width:178px;
	margin-top:40px;
	position:fixed;
}
* html .news .makkun{
	position:absolute;
}
.news ul.category{
	float:left;
	margin-left:35px;
	margin-top:20px;
}
.news ul.category li{
	float:left;
	margin-right: 15px;
}

.news ul.category li a{
	padding: 2px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 150px;
	overflow: hidden;
	border: 2px solid #58351b;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	behavior: url(css/PIE.htc);
	position:relative;
}
.news ul.category li a:hover{
	background-color: #FF9;
	text-decoration: none;
}
.news ul.category .cate0{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	overflow: hidden;
	margin-right: 15px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	behavior: url(css/PIE.htc);
	position:relative;
	background-color: #DDD;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 2px solid #58351b;
}
.news ul.category .cate1 a{	background-color: #ffae00;}
.news ul.category .cate2 a{	background-color: #fff600;}
.news ul.category .cate3 a{	background-color: #aeff00;}

.news .art_box{
	clear:both;
	margin-top:50px;
}

.news .art_box .chara{
	padding: 8px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 157px;
	overflow: hidden;
	background-color: #fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:5px 5px 15px #000;
	-webkit-box-shadow:5px 5px 15px #000;
	box-shadow:5px 5px 15px #000;
	behavior: url(css/PIE.htc);
	position:relative;
	float:left;
}
.news .art_box dl{
	width:585px;
	padding: 20px;
	background-color: #fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:5px 5px 15px #000;
	-webkit-box-shadow:5px 5px 15px #000;
	box-shadow:5px 5px 15px #000;
	behavior: url(css/PIE.htc);
	position:relative;
	float:right;
}
.news .art_box dl dt{
	color:#5f9600;
	font-size:22px;
	font-weight:bold;
}
.news .art_box dl .date{
	color:#245da3;
	font-size:12px;
	font-weight:bold;
}
.news .art_box dd p{
	clear:left;
	margin-top:20px;
}
.news .art_box dl .fuki{
	background-image: url(../img/parts/blog_fuki.png);
	text-indent: -9999px;
	display: block;
	height: 27px;
	width: 34px;
	overflow: hidden;
	position: absolute;
	left: -34px;
	top: 50px;
}
* html .news .art_box dl .fuki{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/parts/blog_fuki.png",sizingmethod=crop);
}
.news #content img{
	max-width:100%;
	height:auto !important;
}



/* -----------------------------------------------------------------------------
>> プロフィール
----------------------------------------------------------------------------- */
.profile {
	height:1250px;
}
.profile .comment_p{
	clear:both;
	margin-top: 50px;
	width:810px;
	background-color: #FFF;
	padding: 20px;
	border: 3px solid #58351b;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	behavior: url(css/PIE.htc);
}
.profile #content .makkun{
	margin-top:0px !important;
	float:left;
	clear:left;
	display: block;
}
* html .profile #content .makkun{
	margin-top:30px !important;
}
.profile #content .photo{
	clear:both;
	margin-top: 50px;
	text-align:center;
}
.profile #content .photo img{
	margin-left:10px;
	margin-right:10px;
}
.profile #content .prof{
	margin-top:30px;
	float:right;
	height:700px;
	width:420px;
	position:relative;
}
.profile #content .prof dl{
	position:absolute;
	left: 4px;
}

.profile #content .prof dl dt{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin-top: 13px;
	margin-left: 30px;
	margin-right: 50px;
	float:left;
	display: block;
}
* html .profile #content .prof dl dt{
	margin-left: 20px !important;
	margin-right: 40px !important;
}
.profile #content .prof .b1-1{
	background-image: url(../img/parts/border1_1.png);
	height: 44px;
	width: 452px;
}
* html .profile #content .prof .b1-1{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/parts/border1_1.png",sizingmethod=crop);
}

.profile #content .prof dl dd{
	margin-top: 13px;
	display: block;
	float:left;
}

/* 木の種類 */
.profile #content .prof .b1-1 dt{
	margin-left: 30px;
	margin-right: 50px;
}
.profile #content .prof .b1-2{
	background-image: url(../img/parts/border1_2.png);
	height: 43px;
	width: 469px;
}
* html .profile #content .prof .b1-2{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/parts/border1_2.png",sizingmethod=crop);
}

.profile #content .prof .b1-2 dt{
	margin-left: 30px;
	margin-right: 50px;
}
.profile #content .prof .b1-3{
	background-image: url(../img/parts/border1_3.png);
	height: 48px;
	width: 451px;
}
* html .profile #content .prof .b1-3{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/parts/border1_3.png",sizingmethod=crop);
}

.profile #content .prof .b1-3 dt{
	margin-left: 30px;
	margin-right: 20px;
}
.profile #content .prof .b1-k{
	background-image: url(../img/parts/border1_k.png);
	height: 48px;
	width: 451px;
}
* html .profile #content .prof .b1-k{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/parts/border1_k.png",sizingmethod=crop);
}

.profile #content .prof .b1-k dt{
	margin-left: 30px;
	margin-right: 20px;
}
.profile #content .prof .b2-1{
	background-image: url(../img/parts/border2_1.png);
	height: 82px;
	width: 434px;
}
* html .profile #content .prof .b2-1{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/parts/border2_1.png",sizingmethod=crop);
}

.profile #content .prof .b2-1 dt{
	margin-left: 30px;
	margin-right: 15px;
}
* html .profile #content .prof .b2-1 dt{
	margin-left: 15px !important;
	margin-right: 10px !important;
}
.profile #content .prof .b2-1 dd{
	width:300px;
	font-size:14px;
	line-height:1.2em;
}
.profile #content .prof .b3-1{
	background-image: url(../img/parts/border3_1.png);
	height: 117px;
	width: 434px;
}
* html .profile #content .prof .b3-1{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/parts/border3_1.png",sizingmethod=crop);
}
.profile #content .prof .b3-1 dt{
	margin-left: 30px;
	margin-right: 40px;
}
.profile #content .prof .b3-1 dd{
	width:300px;
	font-size:14px;
	line-height:1.2em;
}

/* 個別設定 */
.profile #content .prof .pf01{
	left: -10px;
	top: 2px;
}
.profile #content .prof .pf02{
	left: 20px;
	top: 43px;
}
.profile #content .prof .pf03{
	left: 10px;
	top: 80px;
}
.profile #content .prof .pf04{
	left: -2px;
	top: 119px;
}
.profile #content .prof .pf05{
	left: 10px;
	top: 160px;
}
.profile #content .prof .pf06{
	left: 4px;
	top: 200px;
}
.profile #content .prof .pf07{
	left: 20px;
	top: 242px;
}
.profile #content .prof .pf08{
	left: 2px;
	top: 350px;
}
.profile #content .prof .pf09{
	left: 17px;
	top: 392px;
}
.profile #content .prof .pf10{
	left: 10px;
	top: 435px;
}
.profile #content .prof .pf11{
	left: -5px;
	top: 479px;
}
.profile #content .prof .pf12{
	left: 10px;
	top: 525px;
}
.profile #content .prof .pf09 dt,
.profile #content .prof .pf11 dt,
.profile #content .prof .pf12 dt{
	font-size:14px;
}

/* -----------------------------------------------------------------------------
>> ブログ
------------------------------------------------------------------------------ */
.blog ul.category{
	float:left;
	margin-left:35px;
	margin-top:20px;
}
* html .blog ul.category{
	float:none !important;
}
.blog ul.category li{
	float:left;
	margin-right: 15px;
}

.blog ul.category li a{
	padding: 2px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 150px;
	overflow: hidden;
	border: 2px solid #58351b;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	behavior: url(css/PIE.htc);
	position:relative;
}
.blog ul.category li a:hover{
	background-color: #FF9;
	text-decoration: none;
}
.blog ul.category .cate0 a{
	width: 80px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	background-color: #fff;
}
.blog ul.category .cate1 a{	background-color: #ffae00;}
.blog ul.category .cate2 a{	background-color: #fff600;}
.blog ul.category .cate3 a{	background-color: #aeff00;}
.blog ul.category .cate4 a{	background-color: #0060b0;}
.blog .art_box{
	clear:both;
	margin-top:50px;
}

.blog .art_box .chara{
	padding: 8px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 157px;
	overflow: hidden;
	background-color: #fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:5px 5px 15px #000;
	-webkit-box-shadow:5px 5px 15px #000;
	box-shadow:5px 5px 15px #000;
	behavior: url(css/PIE.htc);
	position:relative;
	float:left;
	width:120px;
	height:195px;
	background-image: url(../img/parts/makkun_c3.gif);
	background-position:center bottom 5px;
}
.blog .art_box .c1{	background-image: url(../img/parts/makkun_c1.gif);}
.blog .art_box .c2{	background-image: url(../img/parts/makkun_c2.gif);}
.blog .art_box .c3{}

.blog .art_box dl{
	width:585px;
	padding: 20px;
	background-color: #fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:5px 5px 15px #000;
	-webkit-box-shadow:5px 5px 15px #000;
	box-shadow:5px 5px 15px #000;
	behavior: url(css/PIE.htc);
	position:relative;
	float:right;
}
.blog .art_box dl dt{
	color:#5f9600;
	font-size:22px;
	font-weight:bold;
}
.blog .art_box dl .date{
	color:#245da3;
	font-size:12px;
	font-weight:bold;
}
.blog .art_box dd p{
	clear:left;
	margin-top:20px;
}
.blog .art_box dl .fuki{
	background-image: url(../img/parts/blog_fuki.png);
	text-indent: -9999px;
	display: block;
	height: 27px;
	width: 34px;
	overflow: hidden;
	position: absolute;
	left: -34px;
	top: 50px;
}
* html .blog .art_box dl .fuki{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/parts/blog_fuki.png",sizingmethod=crop);
}
.blog #content img{
	max-width:100%;
	height:auto !important;
}


/* -----------------------------------------------------------------------------
>> キャッチボール
------------------------------------------------------------------------------ */
body.catchball {
	background-color: #FFF;
	background-image: url(../img/parts/bg.png);
	background-repeat: repeat;
	-webkit-animation: bgscroll 15s linear infinite;
	animation: bgscroll 15s linear infinite;
    background-attachment: fixed;
}
@-webkit-keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 0 -384px;}
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 0 -384px;}
}

.catchball #content{
	background-color: rgba(0, 0, 0, 0.6);
	padding: 40px;
	border-radius: 20px;
}

.catchball ul.category{
	float:left;
	margin-left:35px;
	margin-top:20px;
}
* html .catchball ul.category{
	float:none !important;
}
.catchball ul.category li{
	float:left;
	margin-right: 15px;
}

.catchball ul.category li a{
	padding: 2px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 150px;
	overflow: hidden;
	border: 2px solid #58351b;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	behavior: url(css/PIE.htc);
	position:relative;
}
.catchball ul.category li a:hover{
	background-color: #FF9;
	text-decoration: none;
}
.catchball ul.category .cate0 a{
	width: 80px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	background-color: #fff;
}
.catchball ul.category .cate1 a{	background-color: #ffae00;}
.catchball ul.category .cate2 a{	background-color: #fff600;}
.catchball ul.category .cate3 a{	background-color: #aeff00;}
.catchball ul.category .cate4 a{	background-color: #0060b0;}
.catchball .art_box{
	clear:both;
	margin-top:50px;
}

.catchball .art_box .chara{
	padding: 8px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 157px;
	overflow: hidden;
	background-color: #fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:5px 5px 15px #000;
	-webkit-box-shadow:5px 5px 15px #000;
	box-shadow:5px 5px 15px #000;
	behavior: url(css/PIE.htc);
	position:relative;
	float:left;
	width:120px;
	height:195px;
	background-image: url(../img/parts/makkun_catchball.png);
	background-position:center 40px;
	background-size:90%;
}
.catchball .art_box .c1{	background-image: url(../img/parts/makkun_c1.gif);}
.catchball .art_box .c2{	background-image: url(../img/parts/makkun_c2.gif);}
.catchball .art_box .c3{}

.catchball .art_box dl{
	width:585px;
	padding: 20px;
	background-color: #fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:5px 5px 15px #000;
	-webkit-box-shadow:5px 5px 15px #000;
	box-shadow:5px 5px 15px #000;
	behavior: url(css/PIE.htc);
	position:relative;
	float:right;
}
.catchball .art_box dl dt{
	color:#5f9600;
	font-size:22px;
	font-weight:bold;
}
.catchball .art_box dl .date{
	color:#245da3;
	font-size:12px;
	font-weight:bold;
}
.catchball .art_box dd p{
	clear:left;
	margin-top:20px;
}
.catchball .art_box dd img{
	max-width:100%;
}
.catchball .art_box dl .fuki{
	background-image: url(../img/parts/blog_fuki.png);
	text-indent: -9999px;
	display: block;
	height: 27px;
	width: 34px;
	overflow: hidden;
	position: absolute;
	left: -34px;
	top: 50px;
}
* html .catchball .art_box dl .fuki{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/parts/blog_fuki.png",sizingmethod=crop);
}


/* -----------------------------------------------------------------------------
>> スケジュール
----------------------------------------------------------------------------- */
.schedule .comment big{
	font-size:30px;
	font-weight:bold;
}

.schedule .cl01 h4,.schedule .cl01 th{color:#64a4f0;}
.schedule .cl02 h4,.schedule .cl02 th{color:#676ef6;}
.schedule .cl03 h4,.schedule .cl03 th{color:#cb85f9;}
.schedule .cl04 h4,.schedule .cl04 th{color:#f97fb9;}
.schedule .cl05 h4,.schedule .cl05 th{color:#ff9342;}
.schedule .cl06 h4,.schedule .cl06 th{color:#f1c200;}
.schedule .cl07 h4,.schedule .cl07 th{color:#88d026;}
.schedule .cl08 h4,.schedule .cl08 th{color:#03a7f4;}
.schedule .cl09 h4,.schedule .cl09 th{color:#f79000;}
.schedule .cl10 h4,.schedule .cl10 th{color:#ff6431;}
.schedule .cl11 h4,.schedule .cl11 th{color:#5de0d3;}
.schedule .cl12 h4,.schedule .cl12 th{color:#67aacf;}

.schedule .calendar{
	margin-top: 50px;
	background-color: #FFF;
	padding: 15px;
	border: 3px solid #58351b;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	behavior: url(css/PIE.htc);
	text-align:center;
	float:left;
}
.schedule .calendar.mgr{
	margin-right:30px;
}
.schedule .calendar h4{
	font-size:30px;
	font-weight:bold;
	line-height:1em;
}
.schedule .calendar th,
.schedule .calendar td{
	border: 1px solid #CCC;
}
.schedule .calendar th{
	background-color:#f5f5f5;
	font-size:13px;
	text-align:center;
	width:52px;
}
.schedule .calendar td{
	color:#58351b;
	font-size:11px;
	height:30px;
	padding:2px;
	text-align: left;
	vertical-align: top;
}
.schedule .calendar td a{
	display: block;
	height: 30px;
	width: 100%;
	text-decoration:none
}
.schedule .calendar table .on{
	background-color: #e6ff82;
	background-image: url(../img/parts/schedule_tdbg.png);
	background-position: center 15px;
	/* cursor: pointer; */
}
.schedule .calendar table .on a{
	/* position: absolute;
	top: 0px;
	left: 0px; */
	display: block;
	width: 48px;
	height: 30px;
	margin-top: -15px;
	z-index: 10;
}
* html .schedule .calendar table .on{
	background-image: url(../img/parts/schedule_tdbg.gif);
}

.schedule .calendar table .on:hover{
	-webkit-transition-property:background-position;
	-webkit-transition-duration:0.3s;
	-o-transition-property:background-position;
	-o-transition-duration:0.3s;
	transition-property:background-position;
	transition-duration:0.3s;

	background-position: center 3px;
}
#today{
	background-color: #FFE784 !important;
}


.schedule .list{
	clear:both;
	margin-top:50px;
	width:810px;
	margin-top: 50px;
	background-color: #FFF;
	padding: 15px;
	border: 3px solid #58351b;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	behavior: url(css/PIE.htc);
	text-align:center;
}
.schedule .list .box{
	clear:both;
	margin-bottom:30px;
}
* html .schedule .list .box{
	margin-top:50px;
}
.schedule .list h4{
	clear:both;
	font-size:30px;
	font-weight:bold;
}
.schedule .list table{
	width:100%;
}
.schedule .list th{
	color:#58351b;
	font-size:12px;
	padding:5px;
	border: 2px solid #FFF;
}
.schedule .list td{
	color:#58351b;
	font-size:12px;
	padding:5px;
	border: 2px solid #FFF;
	text-align:left;
}
.schedule .list .cl01 th{	background-color: #b0d6fc;}
.schedule .list .cl01 td{	background-color: #f1f5ff;}
.schedule .list .cl01 .stripe td{	background-color: #e0eafc;}

.schedule .list .cl02 th{	background-color: #b5b5ff;}
.schedule .list .cl02 td{	background-color: #f7f5ff;}
.schedule .list .cl02 .stripe td{	background-color: #e7e4fc;}

.schedule .list .cl03 th{	background-color: #f5b5ff;}
.schedule .list .cl03 td{	background-color: #fff5fe;}
.schedule .list .cl03 .stripe td{	background-color: #f7e9f7;}

.schedule .list .cl04 th{	background-color: #ffb5c5;}
.schedule .list .cl04 td{	background-color: #fff5f5;}
.schedule .list .cl04 .stripe td{	background-color: #f7e9ea;}

.schedule .list .cl05 th{	background-color: #ffcfb5;}
.schedule .list .cl05 td{	background-color: #fffcf5;}
.schedule .list .cl05 .stripe td{	background-color: #faf1e5;}

.schedule .list .cl06 th{	background-color: #fff66f;}
.schedule .list .cl06 td{	background-color: #feffed;}
.schedule .list .cl06 .stripe td{	background-color: #faffc9;}

.schedule .list .cl07 th{	background-color: #d4f876;}
.schedule .list .cl07 td{	background-color: #f6ffed;}
.schedule .list .cl07 .stripe td{	background-color: #e8fccc;}

.schedule .list .cl08 th{	background-color: #9dedff;}
.schedule .list .cl08 td{	background-color: #f2faff;}
.schedule .list .cl08 .stripe td{	background-color: #dbf2fc;}

.schedule .list .cl09 th{	background-color: #ffae6f;}
.schedule .list .cl09 td{	background-color: #fff9ed;}
.schedule .list .cl09 .stripe td{	background-color: #ffe8c9;}

.schedule .list .cl10 th{	background-color: #ffa495;}
.schedule .list .cl10 td{	background-color: #fff6f1;}
.schedule .list .cl10 .stripe td{	background-color: #ffe1d6;}

.schedule .list .cl11 th{	background-color: #8cefd8;}
.schedule .list .cl1 td{	background-color: #f1fdfd;}
.schedule .list .cl11 .stripe td{	background-color: #d7f5f2;}

.schedule .list .cl12 th{	background-color: #acdceb;}
.schedule .list .cl12 td{	background-color: #f3f9fb;}
.schedule .list .cl12 .stripe td{	background-color: #e2edf5;}



/* -----------------------------------------------------------------------------
>> 誕生秘話
----------------------------------------------------------------------------- */
.birth .list{
	clear:both;
	width:100%;
	margin-top: -30px;
	background-color: #FFF;
	padding: 15px;
	border: 3px solid #58351b;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	behavior: url(css/PIE.htc);
	text-align:left;
}
.birth .list .box{
	clear:both;
	margin-bottom:30px;
	font-size:30px;
}
.birth .list h4{
	font-size:30px;
	font-weight:bold;
	line-height:1em;
}

.birth .makkun_comment{
	border: 3px solid #58351b;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	behavior: url(css/PIE.htc);
	text-align:left;
	color:#98654b;
	margin-bottom:20px;
	padding:10px;
}
.birth .makkun_comment img{
	width:150px;
	padding:10px;
}

/* -----------------------------------------------------------------------------
>> 関連グッズ
----------------------------------------------------------------------------- */
.goods #content h3{
	/*clear:both;*/
	display:inline-block;
	color:#58351b;
	background-color:#ffd800;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 40px;
	margin-bottom: 30px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	behavior: url(css/PIE.htc);
	position:relative;
	/*width:250px;*/
}
.goods #content .clearfix_g{
	clear:both;
}
* html .goods #content .clearfix_g{
	display:none;
	clear:none !important;
}
.goods #content .inline_product{
	display:inline-block;
	width:420px;
}
.goods #content .products_w .text_area{
	width:172px;
	float:right;
}
.goods #content .products{
	background-color: #FFF;
	padding: 8px;
	margin-right: 8px;
	display: block;
	width:188px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(css/PIE.htc);
	position:relative;
	height: 370px;
	float:left;
}

.goods #content .products figcaption{
	color:#0059c6;
	clear:left;
	font-weight: bold;
}
.goods #content .products .model{
	clear:left;
	font-size:12px;
	color:#666;
}
.goods #content .products p{
	clear:left;
	color:#58351b;
	font-size:14px;
	line-height:1.2em;
	margin-top:15px;
}


.goods #content .products_w{
	background-color: #FFF;
	padding: 8px;
	margin-right: 8px;
	display: block;
	/*height:188px;*/
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(css/PIE.htc);
	position:relative;
	width: 370px;
	float:left;
}
.goods #content .products figcaption,
.goods #content .products_w figcaption{
	color:#0059c6;
	font-weight: bold;
}
.goods #content .products_w img{
	float:left;
	margin-right:10px;
}
.goods #content .products_w p{
	color:#58351b;
	font-size:14px;
	line-height:1.2em;
	margin-top:15px;
}
/* -----------------------------------------------------------------------------
>> お問い合わせ
----------------------------------------------------------------------------- */
.contact .makkun_t{
	clear:left;
	margin-top:50px;
	height: 361px;
	width: 313px;
	float:left;
}
.contact .thanks{
	background-color: #FFF;
	padding: 20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(css/PIE.htc);
	position:relative;
	width: 370px;
	float:left;
	margin-top:100px;
	margin-left:50px;
}
.contact .thanks h4{
	font-weight:bold;
	color:#F70;
	font-size:16px;
}
.contact .thanks .fuki{
	background-image: url(../img/parts/blog_fuki.png);
	text-indent: -9999px;
	display: block;
	height: 27px;
	width: 34px;
	overflow: hidden;
	position: absolute;
	left: -34px;
	top: 50px;
}



/* モニター幅1024px以下 ---------------------------------------------------------- */
@media only screen and (max-width:1024px){

#content {
	margin: auto;
	width: 100%;
	position: relative;
	clear: both;
}
#content .title {
	height: 100px;
	width: 100px;
	margin: 0 10px;
	background-size: contain;
}
#content .comment {
    width: calc(100% - 135px);
	margin: 0;
	margin-bottom:20px;
	text-align: left;
    padding: 0.5em;
}
/* -----------------------------------------------------------------------------
>> お知らせ
----------------------------------------------------------------------------- */
.news .makkun{
	display: none;
}
.news .art_box dl{
	width: 96%;
	margin: 0 auto;
	float: none;
}
.news .art_box{
	margin-top: 30px;
}
.news .art_box dl dd img {
    width: 100%;
    max-width: 100%;
    height:auto !important;
}

/* -----------------------------------------------------------------------------
>> プロフィール
----------------------------------------------------------------------------- */
.profile{
	height: auto;
}
.profile #content .title{
	float: none;
}
.profile #content .prof{
	width: 96%;
	height: auto;
	margin: 0 auto;
	float: none;
}
.profile #content .prof dl{
	position: static;
	border: 3px solid #5C3820;
}
.profile #content .prof dl dd{
	width: 100%;
	background-color: #FFF4CE;

}
.profile .comment_p{
	width: 96%;
	margin: 0 auto;
}
.profile #content .prof .b1-1,
.profile #content .prof .b1-2,
.profile #content .prof .b3-1,
.profile #content .prof .b1-3,
.profile #content .prof .b1-k,
.profile #content .prof .b2-1{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	background: inherit;
	background-color: #774B3B;
	border-radius: 40px;
	padding: .8rem 1rem;
}

.profile #content .prof .b1-1 dt,
.profile #content .prof .b1-2 dt,
.profile #content .prof .b3-1 dt,
.profile #content .prof .b1-3 dt,
.profile #content .prof .b1-k dt,
.profile #content .prof .b2-1 dt{
	margin: 0 auto;
	flex: 1;
}
.profile #content .prof dl dd{
	flex: 5;
	border-radius: 3px;
	box-shadow: -1px -1px 4px #333;
}
.profile #content .prof dl dt,
.profile #content .prof dl dd{
	width: 100%;
	display: inline-block;
	float: none;
	margin: 0 auto;
	padding: .5rem;
}
.profile #content .prof .b3-1 dd,
.profile #content .prof .b2-1 dd{
	width: 100%;
}
.profile #content .prof dl dt{
	margin: 0 auto;
}
.profile #content .photo {
	display:none;
}
.profile #content .makkun {
	text-align:center;
	padding:20px 0;
}
.profile #content .makkun img{
	width:80%;
	height:auto;
}
/* -----------------------------------------------------------------------------
>> ブログ
------------------------------------------------------------------------------ */
.blog ul.category{
	width: auto;
	float: none;
	margin: 0 auto;
}
.blog ul.category li{
	float: none;
	width: auto;
	display: block;
}
.blog ul.category li a{
	width: 100% !important;
	padding:0.5em !important;
}
.blog ul.category .cate0 a {
    width: 100% !important;
	padding:0.5em !important;
}

.blog .art_box dl .fuki {
    left: 34px !important;
    top: -30px !important;
    transform: rotate(90deg);
}
.blog .art_box{
	position: relative;
}
.blog .art_box dl{
	width: auto !important;
    margin: 1em;
	float: none;
}
.blog .art_box .chara{
	display:inline-block;
	float: none;
    margin: 1em;
	width: auto;
	height: 3em;
	background-size: 2em !important;
	padding: 1em 1em 1em 5em;
	background-position: left 1em center;
}
.blog .art_box dl dt{
}
.blog .art_box dl dt a{
	width: 100%;
	display: block;
}
.blog .art_box dl dd{
	padding-top: 2rem;
}
.blog .art_box dl .date{
}
.blog .art_box dl dd img {
    width: 100%;
    max-width: 100%;
    height:auto !important;
}


/* -----------------------------------------------------------------------------
>> スケジュール
----------------------------------------------------------------------------- */
.schedule .list{
	width: 100%;
}
.schedule .calendar.mgr{
	margin-right: auto;
	margin-bottom: 1rem;
}
.schedule .calendar{
	width: 96%;
	margin: 0 auto;
	float: none;
}
.schedule .calendar table{
	width:100%;
}

/* -----------------------------------------------------------------------------
>> 誕生秘話
----------------------------------------------------------------------------- */
.birth #content.list{
	width: 96%;
}
.birth .list .box{
	font-size: 1.2rem !important;
}
.birth .list .box p{
	text-align: justify;
}
.birth .list .box img{
	width:100% !important;
	height:auto !important;
}

/* -----------------------------------------------------------------------------
>> 関連グッズ
----------------------------------------------------------------------------- */
.goods #content {
	text-align: center;
}
.goods #content .inline_product {
	width: 100%;
	padding: 0 4%;
}
.goods #content h3{
	margin: 20px 0 10px;
}
.goods #content .products_w{
	width: 100%;
}
.goods #content .products_w .text_area{
	width: 46%;
	margin-top: 0;
}
.goods #content .products_w img{
	width: 50%;
}
.goods #content .products{
	width: 92%;
	height:auto;
	display: block;
	float: none;
	clear:both;
	margin: 0 auto 2%;
	vertical-align: top;
}
.goods #content .products:after{
	content:"";
	display:block;
	clear:both;
}
.goods #content .products figure {
    float: left;
    width: 50%;
    margin-right: 10px;
}
.goods #content .products figure img{
	width:100%;
}
.goods #content .products .model,
.goods #content .products p {
	clear:none;
	float:right;
	width:45%;
}

/* -----------------------------------------------------------------------------
>> キャッチボール
----------------------------------------------------------------------------- */

.catchball #content {
    padding: 0;
}
.catchball ul.category li a{
	width: 100% !important;
	padding:0.5em !important;
}
.catchball ul.category .cate0 a {
    width: 100% !important;
	padding:0.5em !important;
}

.catchball .art_box dl .fuki {
    left: 34px !important;
    top: -30px !important;
    transform: rotate(90deg);
}
.catchball .art_box{
	position: relative;
}
.catchball .art_box dl{
	width: auto !important;
    margin: 1em;
	float: none;
}
.catchball .art_box .chara{
	display:inline-block;
	float: none;
    margin: 1em;
	width: auto;
	height: 3em;
	background-size: 2em !important;
	padding: 1em 1em 1em 5em;
	background-position: left 1em center;
}
.catchball .art_box dl dt{
}
.catchball .art_box dl dt a{
	width: 100%;
	display: block;
}
.catchball .art_box dl dd{
	padding-top: 2rem;
}
.catchball .art_box dl .date{
}
.catchball .art_box dl dd img {
    width: 100%;
    max-width: 100%;
    height:auto !important;
}



}