/*
###
*/

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}

.both{
	clear:both;
}

a{
	color:#000;
	text-decoration:none;
	}

a:hover{
	opacity:0.7;
}

img{
	vertical-align:bottom;
}

.pc_vi{
	display:none;
}

/*body
------------------------------------------------------------------------------*/
body{
	background-color:#fff;
	font-family: "MS PGothic","Osaka",Arial,sans-serif;
	background-image: url(../img/main3.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}

.wrapper{
	background-color:#fff;
	}

header{
	padding-top:0px;
	background-image: url(../img/headerbg_pc2.png);
	background-position: right top;
	background-repeat: repeat-x;
	background-size:1105px 170px;
	}
.header2{
	padding-top:30px;
	background-image: url(../img/headerbg_pc.png);
	background-position: 500px top;
	background-repeat: repeat-x;
	background-size:975px 150px;
	}



h2{
	
	color:#fff;
	background-color:#c89cd3;
	font-weight:bold;
	font-size:16px;
	padding:10px 0px 10px 0px;
	line-height:1.2em;
	letter-spacing:0.09em;
	text-align:center;
}


h3{
	
	color:#000;
	font-weight:bold;
	font-size:15px;
	border-bottom:1px solid #666;
	margin-bottom:5px;

	line-height:1.7em;
	letter-spacing:0.09em;
	}

h4{
	font-size:20px;
	border-bottom:5px solid #ccc;
	margin-bottom:10px;

	line-height:1.7em;
	letter-spacing:0.09em;
	}

h4 a{
	color:#593628;
	font-weight:bold;
	}





.logo{
	position: absolute;
	top: 0;
	left: 33%;

	padding:0px 0px 10px 0px;
	text-align:center;
	}

.logo img{
	width:100px;
	}

/*--------------------------------------------------
	nav
--------------------------------------------------*/

.navindex{
	margin-top: 300px;
	}

nav{
	background-color:#fff;
	}
nav.no_top {
	margin-top: 100px;
	background-color:#fff;
	}

nav .nav_title {
	
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	letter-spacing: normal;
	color: #000;

	height: 44px;
	border-bottom: 1px solid #89CEEB;
	position: relative;
	text-align:center;
}
nav .nav_title span {
	font-size: 18px;
	font-weight: bold;
	line-height: 44px;
}
nav .nav_title p#close {
	height: 44px;
	width: 44px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/menu_close.png) no-repeat center center;
	background-size: 22px 22px;
	}




ul.gnav,
ul.gnav2{
	display:none;
	list-style: none;
	}

ul.gnav li{
	position:relative;
	height: 66px;
	line-height: 50px;
	border-bottom: 1px dashed #1d1d1d;
	padding: 0 10px;
	}

ul.gnav li a{
	font-weight:bold;
	color: #3B0B0B;
	
	display: block;
	background: url(../img/arrow.png) no-repeat right 23px;
	background-size: auto 20px;

	position:absolute;
	top:0;
	left:0;

	width:100%;
	height:100%;
	}

ul.gnav li{
	position:relative;
	height: 66px;
	line-height: 50px;

	padding: 0 10px;
	}


ul.gnav li.last{
	height: 100% !important;
	}

ul.gnav li.first{
	border-top: 1px dashed #1d1d1d;
	}






ul.gnav3{
	list-style: none;
	}

ul.gnav3 li{
	position:relative;
	height: 66px;
	line-height: 50px;
	border-bottom: 1px dashed #1d1d1d;
	padding: 0 10px;
	}

ul.gnav3 li a{
	font-weight:bold;
	color: #3B0B0B;
	
	display: block;
	background: url(../img/arrow.png) no-repeat right 23px;
	background-size: auto 20px;

	position:absolute;
	top:0;
	left:0;

	width:100%;
	height:100%;
	}

ul.gnav3 li{
	position:relative;
	height: 66px;
	line-height: 56px;

	padding: 0 10px;
	}

ul.gnav3 li a img{
	width:200px;
	}


ul.gnav3 li.last{
	height: 100% !important;
	}

ul.gnav3 li.first{
	border-top: 1px dashed #1d1d1d;
	}





/* span
------------------------------------------------------------------------------*/
.new{
	color:#ff0000;
	}



/* main
------------------------------------------------------------------------------*/
.main_contents{
	margin-top:10px;
	}


.main_right {
	margin:0px 0;
	width: 100%;
	}

.main_right p {
	color:#000;
	

	line-height:1.7em;
	letter-spacing:0.07em;
	}

.main_right h2{
	background: url(../img/topicsbgsp.png) no-repeat center center;
	background-size:100px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;

	background-color:#c89cd3;
	font-weight:bold;
	font-size:16px;
	padding:10px 0px 10px 0px;
	line-height:1.2em;
	letter-spacing:0.09em;
	text-align:center;
	}





.main_right2 {
	margin:0px 0;
	width: 100%;
	}

.main_right2 p {
	color:#000;
	

	line-height:1.7em;
	letter-spacing:0.07em;
	}

.main_right2 h2{
	background: url(../img/topicsbgsp2.png) no-repeat center center;
	background-size:100px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;

	background-color:#c89cd3;
	font-weight:bold;
	font-size:16px;
	padding:10px 0px 10px 0px;
	line-height:1.2em;
	letter-spacing:0.09em;
	text-align:center;
	}


.main_right3 {
	margin:0px 0;
	width: 100%;
	}

.main_right3 p {
	color:#000;
	

	line-height:1.7em;
	letter-spacing:0.07em;
	}

.main_right3 h2{
	background: url(../img/topicsbgsp3.png) no-repeat center center;
	background-size:100px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;

	background-color:#c89cd3;
	font-weight:bold;
	font-size:16px;
	padding:10px 0px 10px 0px;
	line-height:1.2em;
	letter-spacing:0.09em;
	text-align:center;
	}

/* single
-----------------------------------------------------------------------------*/

.singlein{
	padding:5px 10px 10px 10px;
	}
.singlein img{
	width:100%;
	height:auto;
	display:block;
	}


.img_contentin{
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
	}

.img_contentin img:not(:first-child){
	margin-top:20px;
	margin-bottom:20px;
	}
.img_contentin p:not(:first-child) img{
	margin-top:20px;
	margin-bottom:20px;
	}




.main_right4 {
	padding-bottom:10px;
	}

.main_right4in {
	background-color:#fff;
	border-bottom: 15px solid #c89cd3;
	border-right: 15px solid #c89cd3;
	border-left: 15px solid #c89cd3;
	}

.main_right4in p {

	color:#3B0B0B;
	line-height:1.7em;
	letter-spacing:0.07em;
	}

.main_right4in h2{
	font-family: 'Mystery Quest', cursive;
	background-color:#c89cd3;
	color:#fff;
	font-weight:normal;
	text-align:center;
	font-size:20px;

	padding:5px 0px 5px 0px;
	line-height:1.2em;
	letter-spacing:0.09em;
	}





.singlein2{
	padding:7px 0px 0px 0px;
	}
.block{
	margin: 0px 0px 7px 7px;
	float: left;
	list-style: none;

	position: relative;
	width: 30%;
	overflow: hidden;
	}

.block a{
	opacity: 1;
	color:#ffffff;
	}

.block img{
	width:100%;
	height:auto;
	}


.blockin{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	padding:0px;
	}


.blockin h3{
	color:#ffffff;
	font-weight:bold;
	font-size:15px;
	border-bottom:1px solid #666;

	line-height:1.7em;
	letter-spacing:0.09em;
	margin:10px 10px 0px 10px;
	}


.blockin span{
	display:none;
	padding:10px;
	color:#ffffff;
	}

.block:hover .blockin {
	opacity: 1;
}







.main_right5 {
	padding-bottom:10px;
	width: 100%;
	}

.main_right5in {
	background-color:#fff;
	border-bottom: 15px solid #c89cd3;
	border-right: 15px solid #c89cd3;
	border-left: 15px solid #c89cd3;

	}

.main_right5in p {

	color:#3B0B0B;
	line-height:1.7em;
	letter-spacing:0.07em;
	}

.main_right5in h2{

	font-family: 'Mystery Quest', cursive;
	background-color:#c89cd3;
	color:#fff;
	font-weight:normal;
	text-align:center;
	font-size:20px;

	padding:5px 0px 5px 0px;
	line-height:1.2em;
	letter-spacing:0.09em;
	}


.main_right5_page{
	margin-left:0px;
	margin-bottom:10px;
	}









/* pagenavi
-----------------------------------------------------------------------------*/
.noclick{
	pointer-events: none;
	}
.pagenavi_single {
	height:80px;
	line-height:80px;
	border-top: 5px solid #c89cd3;
	position: relative;
	}

.pagenavi_single1 {
	height:80px;
	line-height:80px;
	border-bottom: 5px solid #c89cd3;
	position: relative;
	}


.old01, .new01 { position: absolute; }
.old01 { right: 40px; }
.new01 { left: 40px;  }


a.new01 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-top: 15px;
	margin-left: -23px;
	border: 1px solid #666666;
	border-radius: 100%;
	box-sizing: border-box;
}

a.new01 span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -9px 0 0 -5px;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: border-box;
}


a.old01 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-top: 15px;
	margin-left: -23px;
	border: 1px solid #666666;
	border-radius: 100%;
	box-sizing: border-box;
}

a.old01 span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -9px 0 0 -12px;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	-webkit-transform: rotate(-134deg);
	transform: rotate(-134deg);
	box-sizing: border-box;
}















/*TOPICS
------------------------------------------------------------------------------*/
dl.topics{
	width:100%;
	overflow:auto;
	padding-bottom:10px;
	border-bottom: 1px solid #1d1d1d;
	}

dl.topics p{
	padding:0 10px 0 10px;
	}

dl.topics p img{
	width:100%;
	height:auto;
	}

dl.topics dt{
	margin-left:10px;
	width: 90px;
	font-size:18px;
	font-weight:bold;
	color:#8e7cc2;
	line-height:2.0em;
	letter-spacing:0.07em;
	}
dl.topics dd{
	font-size:18px;
	color:#000;
	line-height:2.0em;
	letter-spacing:0.07em;

	margin: -2.0em 0 0px 0;
	padding: 0 0 0px 90px;
	border-bottom: 1px dashed #1d1d1d;


	}

dl.topics dd a{
	font-weight:bold;
	display:block;
	}

.timeLine {
	width:100%;
	text-align:center;
	background-color:#fff;
	}




/*footer
------------------------------------------------------------------------------*/
.tw{
	height:400px;
}

footer{

	width:100%;
	background: url(../img/footerbg.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size:400px auto;

	text-align:center;
	height: 44px;
	position: relative;

	padding:0 0 20px 0;
	text-align:center;
}
.footer_contents {
	width:100%;
	margin: 0 auto;
	display: block;
	line-height: 44px;
	width: 100%;
	position: absolute;
	top: 0;
}

footer p{
	font-family: "MS PGothic","Osaka",Arial,sans-serif;
	padding-top:20px;

	line-height: 44px;
	color:#666;
	height:44px;
	font-size:10px;

	line-height:1.7em;
	letter-spacing:0.07em;
}

a#gotop {
	display: block ;
	height: 55px;
	width: 55px;
	background: url(../img/gotop.png) no-repeat center center;
	background-size: 30px 25px;
	position: absolute;
	top: 0px;
	right: 0;
}

/*comment
------------------------------------------------------------------------------*/
.comment-respond{
	margin-bottom:30px;
	}
.comment-respond label,.comment-respond input {
display: block;
width: 150px;
float: left;
	}


p.comment-form-comment textarea{
	width:98%;
	}


.comment-respond label {
text-align: left;
padding-right: 15px;
}
.comment-respond p { clear: both; }
p.form-submit input{
	float:right;
	}

p.comment-form-author{
	margin-top:-20px;
	}


/*wpcf7
------------------------------------------------------------------------------*/
.wpcf7-form textarea{width: 98% !important; } /*本文*/

.screen-reader-response,.wpcf7-validation-errors{
	margin:10px 10px 10px 10px;
	}
.screen-reader-response ul li{
	margin-left:12px;
	list-style-type: square;
	font-size:12px;
	color:#ff0000;
	}

span.wpcf7-not-valid-tip{
	display:none;
	}






/*BREADCHUMBS
------------------------------------------------------------------------------*/
#pankuzu{
	margin:0 5px 10px 5px;
	}


#breadCrumb{
 color:#fff;

 background: #c89cd3;
 border-width: 1px;
 border-style: solid;
 border-color: #c89cd3 #c89cd3 #c89cd3;
 box-shadow: 0 0 2px rgba(0,0,0,.2);
 overflow: hidden;
 width: 100%;
	}

#breadCrumb ul{
 display:table;
}

#breadCrumb li{
 display:table-cell;
 white-space:nowrap;
 font-size: 13px;
padding:15px 0 15px 10px;
}

#breadCrumb a{

 text-decoration: none;
 color: #fff;
 position: relative;
 text-shadow: 0 1px 0 rgba(255,255,255,.2);
 padding-left: 20px;
 padding-right: 15px;
 padding-bottom: 3px;
 padding-top: 3px;
}

#breadCrumb li:first-child a{
 padding-left: 0px;
 padding-right: 10px;

 border-radius: 5px 0 0 5px;
}

#breadCrumb a:hover{
}

#breadCrumb a::after,
#breadCrumb a::before{
 content: "";
 position: absolute;
 top: 50%;
 margin-top: -1.5em;
 border-top: 1.5em solid transparent;
 border-bottom: 1.5em solid transparent;
 border-left: 1em solid;
 right: -1em;
 padding-left: 1px;
}

#breadCrumb a::after{
 z-index: 2;
 border-left-color: #c89cd3;
}

#breadCrumb a::before{
 border-left-color: #fbeaec;
 right: -1.1em;
 z-index: 1;
}

#breadCrumb a:hover::after{
 background: none;
}

#breadCrumb .current,
#breadCrumb .current:hover{
 font-weight: bold;
 background: none;
}

#breadCrumb .current::after,
#breadCrumb .current::before{
 content: normal;
}

#breadCrumb li:last-child {
 padding-right: 10px;
}

#breadCrumb li.last {
 font-weight: bold;
 padding-left: 30px;
}

#breadCrumb div {
 display: none;
}


/* pagenation
-----------------------------------------------------------------*/
/*ページネーション*/
div.pagination {
	clear:both;
	padding:10px 0 0 10px;
	position:relative;
	font-size:11px;
	line-height:13px ;
	background:none;
	margin:0px 0 0px;
	vertical-align: middle;
}

div.pagination span, .pagination a {
	display:block;
	float:left ;
	margin: 2px 2px 2px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: #c89cd3 ;
}

div.pagination a:hover{
	color:#fff ;
	background: #d481ff;
}

div.pagination .current{
	padding:6px 9px 5px 9px ;
	background: #fce4fb;
	color:#c89cd3 ;
	}








/* wallpaper */


.block2{
	width: 100%;
	}


.block2in{
	margin-left:10px;
	margin-bottom:20px;
	}

.block2in img{
	width:200px;
	height:auto;
	}

.block2in h3{
	word-wrap: break-word;
	background-color:#ffffff;
	color:#000000;

	font-weight:bold;
	font-size:15px;
	border-bottom:2px dotted #9db1b0;

	line-height:1.7em;
	letter-spacing:0.09em;
	}


.block2in span{
	margin-top:8px;
	color:#000000;
	font-size:11px;
	}

.block2:hover .block2in {
	opacity: 1;
}

.wallpaperlist{
	word-wrap: break-word;
	margin-top:5px;
	}

.wallpaperlist a,.wallpaperlist a:link,.wallpaperlist a:visited{
	word-wrap: break-word;
	margin-right:10px;
	text-decoration: underline;
	font-size:12px;
	line-height:1.7em;
	text-align:center;
	color:#075ea5;
	letter-spacing:0.07em;
	}

.wallpaperlist a:hover{
	text-decoration: underline;
	color:#d47eff;
	}

.categorypageintro{
	margin-left:10px;
	margin-right:10px;

	font-size:13px;
	line-height:1.9em;
	margin-bottom:5px;
	}




