@charset 'UTF-8';

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



/* -----------------------------------------------------------------------------
>> トップページ
----------------------------------------------------------------------------- */
#wrapper{
    /*min-height: 800px;*/
}
body {
	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;}
}
#header .kanko_link{
/*	background-image: url(../img/navi/kanko.png);
	height: 50px;
	width: 187px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 0px;
	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;
}

#news{
/*	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);
*/
}
#news .list{
	float:right;
	display: inline-block;
	width: 8rem;
	height: 3rem;
	line-height: 3rem;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #f39800;
	border-bottom: solid 6px #ec6c00;
	border-radius: 5px;
	vertical-align: middle;
}
#news .list:hover{
     background-color: #f9c500;/*ボタン色*/
     border-bottom: solid 6px #f39800; /*下線色*/
}
#news .list:active {
     margin-top: 6px;
     border-bottom: none;
     -webkit-transform: translateY(6px);　/*下移動*/
     transform: translateY(6px);
}

/*
#news .list{
	float:right;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFD5B5;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	behavior: url(css/PIE.htc);
	position:relative;
}
#news .list:hover{
	text-decoration: none;
	background-color: #FE8;
}*/
#news h3{
	display: inline-block;
	color: #58351b;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom:10px;
}
#news li a{
	font-size:1rem;
	color:#333;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(css/PIE.htc);
	display: block;
	padding: 5px;
	line-height:1.2em;
}
#news li a:hover{
	background-color: #FE8;
	text-decoration:none;
}
#news li .date{
	margin-right:10px;
	color:#F60;
	font-weight:bold;
}


#content{
	width:100%;
	max-width:1200px;
}
#content .list{
	float:right;
	display: inline-block;
	width: 8rem;
	height: 3rem;
	line-height: 3rem;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #f39800;
	border-bottom: solid 6px #ec6c00;
	border-radius: 5px;
	vertical-align: middle;
}
#content .list:hover{
     background-color: #f9c500;/*ボタン色*/
     border-bottom: solid 6px #f39800; /*下線色*/
}
#content .list:active {
     margin-top: 6px;
     border-bottom: none;
     -webkit-transform: translateY(6px);　/*下移動*/
     transform: translateY(6px);
}

#content h3{
	display: inline-block;
	color: #58351b;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom:10px;
}
#content li a{
	font-size:1rem;
	color:#333;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(css/PIE.htc);
	display: block;
	padding: 5px;
	line-height:1.2em;
}
#content li a:hover{
	background-color: #FE8;
	text-decoration:none;
}
#content li .date{
	margin-right:10px;
	color:#F60;
	font-weight:bold;
}


/* まっくんアニメーション */
#makkun_ani{
	width:100%;
	position: absolute;
	top: 609px;
	z-index:50 !important;
}
#makkun_ani marquee,
#makkun_ani marquee a,
#makkun_ani marquee a img{
	z-index:50 !important;
}
/* -----------------------------------------------------------------------------
>> リンクボタン
----------------------------------------------------------------------------- */
.link_btn a{
	font-size:18px;
	font-weight: bold;
	color: #58351b;
	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);
	position:absolute;
	z-index:100;
}
.link_btn a:hover{
	text-decoration:none;
	background-color: #FFA;
}
.link_btn .lb02{
	left:192px;
	top:244px;
}

.link_btn .lb03{
	left:30px;
	top:139px;
}
.link_btn .lb04{
	left:56px;
	top:363px;
}
.link_btn .lb05{
	left:31px;
	top:563px;
}
.link_btn .lb06{
	left:136px;
	top:455px;
}
.link_btn .lb07{
	left:118px;
	top:659px;
}

.background {
	height: 100px;
	z-index: 210;
	position: relative;
}
.background a{
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	position: absolute;
	cursor:pointer;
}
.background .korn{
	/*background-image: url(../img/parts/Korn.png);*/
	background: url(../img/parts/corn.svg) center / contain no-repeat;
	height: 69px;
	width: 102px;
	/*left: 448px;*/
	bottom: 0;
	/*top: 670px;*/
	z-index:0;
}

* 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: 150px;
	bottom: 0;
/*	left: 350px;
	top: 547px;*/
	z-index:30;
}
* 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: 200px;
	bottom: 0;
/*	left: 941px;
	top: 567px;*/
	z-index:30;
}
/*IE6対応*/
* html .background .makkun2{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/parts/bg_makkun2.png",sizingmethod=crop);
}
.background .bambooshoot{
	background: url(../img/parts/bambooshoot.svg) center / contain no-repeat;
	height: 69px;
	width: 102px;
	left: 50px;
	bottom: 0;
	z-index:0;
}

/* -----------------------------------------------------------------------------
>> 写真
----------------------------------------------------------------------------- */
.canvas {
	width: 100%;
    height: 100%;
    font-size: 1px;
    display: block;
}
/*IE6対応*/
* html .canvas{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/parts/top_canvas.png",sizingmethod=crop);
}

.canvas a{
	height: 100%;
	padding-top: 1rem;
	display: block;
	text-align:center;
	transition: .3s;
	/*margin-top: 235px;*/
/*	margin-left: 70px;*/
}
.canvas a:hover{
	transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
}
.canvas .pin{
	background-image: url(../img/parts/top_pin.png);
	background-repeat: no-repeat;
	display: block;
	height: 44px;
	width: 169px;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 20;
	margin: 0 auto;
}
/*IE6対応*/
* html .canvas .pin{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/parts/top_pin.png",sizingmethod=crop);
}



/* -----------------------------------------------------------------------------
>> コンテンツ
----------------------------------------------------------------------------- */

#content{
	background-color: rgba(0, 0, 0, 0.6);
	padding: 40px;
	display:flex;
	flex-wrap:wrap;
	border-radius: 20px;
}
#content section{
	position: relative;
	width:47%;
	margin: 1.5%;
}
#content section img{
	width: 100%;
	margin: 0 auto;
	vertical-align: middle;
}

#content .title_item,
#content .movie_item{
	background-color: transparent;
	border: none;
}
#content .movie_item iframe{
	width: 99%;
	height: 100%;
	border: 6px solid #ffd800;
	border-radius: 10px;
	box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.6);
}
#content .blog{
	width:100%;
	padding: 20px;
	border: 4px solid #58351b;
	border-radius: 10px;
	background-color: #FFF;
	box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.6);
}
#content .today_item{
	border: none;
	background-color: transparent;
}
#content .today_item .canvas img{
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	box-shadow: 6px 8px 21px rgba(56, 37, 27, 0.59);
	-moz-box-shadow: 6px 8px 21px rgba(56, 37, 27, 0.59);
	-webkit-box-shadow: 6px 8px 21px rgba(56, 37, 27, 0.59);
	transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	border: none;
	position: relative;
/*
	z-index: 10;
    background-image: url(../img/parts/top_canvas.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;	
	background-color: transparent;*/
}
#content .today_item .canvas::before{
content: url(../img/parts/today_title.svg);
    display: block;
    position: absolute;
    top: -53px;
    left: -26px;
    z-index: 20;
}

#content .news_img a{
	display:block;
}
#content .news_img img{
	border-radius: 10px;
	box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.6);
}

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

#content{
	padding: 20px;
}
#content section{
	width:100%;
	margin: 1em 0;
}
#content .movie_item iframe{
	width: 100%;
	height: 55vw;
	border: none;
}
#content ul.category{
	width: auto;
	float: none;
	margin: 0 auto;
}
#content ul.category li{
	float: none;
	width: auto;
	display: block;
}
#content ul.category li a{
	width: 100% !important;
	padding:0.5em !important;
}
#content ul.category .cate0 a {
    width: 100% !important;
	padding:0.5em !important;
}

#content .art_box dl .fuki {
    left: 34px !important;
    top: -30px !important;
    transform: rotate(90deg);
}
#content .art_box{
	position: relative;
}
#content .art_box dl{
	width: auto !important;
    margin: 1em;
	float: none;
}
.catchball .art_box .chara .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;
}
#content .art_box dl dt{
}
#content .art_box dl dt a{
	width: 100%;
	display: block;
}
#content .art_box dl dd{
	padding-top: 2rem;
}
#content .art_box dl .date{
}


}