@charset "utf-8";

/* ========================================
* File Name: common.css
* Created Date: 2014.11.4
* Update: 2021.12.22
* Author: Janime
======================================== */

/* ========================================
	common
======================================== */
html, body, div, h1, h2, h3, h4, h5,
p, address, figure,
ul, ol, li, dl, dt, dd,
table, th, td,
section, nav, article, aside, header, footer {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
section, nav, article, aside, figure, header, footer {
	display: block;
	}
img {
	border: none;
	vertical-align: bottom;
	}
ul li, ol li {
	list-style: none;
	}

a:link,
a:visited {
	text-decoration: none;
	}
a:hover,
a:active {
	text-decoration: underline;
	}


/* clearfix */
.clearfix {
	zoom: 1;
	}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	}
.clearfix:after {
	clear: both;
	}

/* margin */
.mb0 {
	margin-bottom: 0 !important;
	}

/* ========================================
	base
======================================== */
html {
/*	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif; */
	font-family:Meiryo,Osaka,"MS PGothic",sans-serif;
	color: #444;
	font-size: 100%;
	-webkit-text-size-adjust: none;
	letter-spacing: -0.5px;
	font-size: 62.5%;
	}
body {
	width: 100%;
	min-width: 320px;
	text-align: center;
	margin:0;
	background:url(/common/images/bg.png) repeat left center;
	}

/* ========================================
	gHeader
======================================== */
#gHeader {
	width:100%;
	height: 264px;
	background: url("/common/images/header_bg.png") center top no-repeat;
	}
#gHeader h1 {
	position: absolute;
	top: 104px;
	left: 310px;
	}
#gHeader .openbtn {
	display:none;
	}
#gHeader .openbtn img {
	padding-top:4px;
	}
#gHeader .menu-header {
	display:none;
	}
#gHeader .inner {
	position:relative;
	/*background:url("/common/images/header.png") no-repeat center top;*/
	width: 890px;
	height:85px;
	margin:0 auto;
	}
#gHeader .sp-logo {
	position:absolute;
	top:0;
	left:3px;
	width:57px;
	z-index: 999;
	display:none;
	}
#gHeader .logo {
	position:absolute;
	top:19px;
	left:0;
	}

/*PC*/
@media screen and (min-width:641px) {
#menu ul {
	position: absolute;
	top: 0;
	left: 279px;
	}
}

#menu ul li {
	float:left;
	}
#menu ul li a {
	display:block;
	}
#menu ul li span {
	display:none;
	}
#menu ul li .pulldown {
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 70px;
	left: -30px;
	text-align: left;
	padding:2px;
	width: 175px;
	z-index:99999;
	border: 2px solid #7E461E;
	background: #FFF;
	background-color: rgba( 255, 255, 255, 0.9 );
	}

#menu ul li .pulldown ul {
	position: static;
	border: 1px solid #BA8240;
	padding: 8px;
	}

#menu ul li .pulldown ul li {
	float:none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: url("/common/images/icon_pc_menu.png") left 3px no-repeat;
	border-bottom: 1px dashed #b89882;
	}
#menu ul li .pulldown ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	}

#menu ul li .pulldown ul li a {
	text-decoration: none;
	background:none;
	font-size:131%;
	text-indent: 0;
	height:auto;
	color: #521F00;
	}

#menu .nav-top {
	display: none;
	}

#menu .nav01,
#menu .nav02,
#menu .nav03,
#menu .nav04,
#menu .nav05 {
	padding-left: 1px;
	background: url("/common/images/menu_line.png") right 19px no-repeat;
	}

/*
#grass {
	position: relative;
	width: 1300px;
	margin: 0 auto;
}
*/
#grass li:first-child {
	position: absolute;
	top: 0;
	left: 0;
	}
#grass li:last-child {
	position: absolute;
	top: 0;
	right: 0;
	}

@media screen and (max-width:1100px) {
#grass {
	display: none;
	}
}

/*SP*/
@media screen and (max-width:640px) {
#gHeader {
	width: auto;
	background:none;
	height:auto;
	}
#gHeader h1 {
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -100px;
	}

#gHeader h1 img {
	width: 200px;
	height: 67px;
	}
#gHeader .openbtn {
	display:block;
	}
#gHeader .inner {
	background:none;
	height:auto;
	width: auto;
	margin:0 auto;
	background-image:url(/common/images/sp_logo.png), url(/common/images/sp_header_bg.png);
	background-size:57px 54px, 10px 54px;
	background-repeat:no-repeat, repeat-x;
	background-position:3px 0, left top;
	}
#gHeader .sp-logo {
	display:block;
	margin-top: 10px;
	}
#gHeader .inner {
	height:160px;
	width: auto;
	margin:0 auto;
	background-image:url(/common/images/sp_header_bg.png);
	background-size: auto 25px;
	background-repeat:repeat-x;
	background-position:left bottom;
	}
#gHeader .logo {
	display: none;
	}
#gHeader .openbtn {
	margin-top: 5px;
	display:block;
	}
#pageslide {
	}
#menu .menu-header {
	padding:0 6px 7px;
	border-bottom: 1px dashed #fad391;
	}
#menu .closebtn {
	float:right;
	width:29px;
	}
#menu ul {
	padding:0 0 0 0;
	width:auto;
	border-top:solid 1px #F4BC6C;
	}
#menu ul li {
	text-align: left;
	}
#menu ul li a {
	height:auto;
	font-size: 18px;
	color: #FFF;
	}

#menu ul li a,
#menu ul li a:hover {
	background-image:none !important;
	}
#menu ul li img {
	display: none;
	}
#menu .nav-top {
	display: block;
	}
#menu ul li.nav-top,
	/*#menu ul li.nav01.active,*/
#menu ul li.nav-top:hover {
	background-image:url(/common/images/sp_menu_icon_top.png);
	background-position:left center;
	background-size:48px 48px;
	width:auto;
	padding:0 0 0 60px;
	}
#menu ul li.nav01,
	/*#menu ul li.nav01.active,*/
#menu ul li.nav01:hover {
	background-image:url(/common/images/sp_menu_icon01.png);
	background-position:left center;
	background-size:48px 48px;
	width:auto;
	padding:0 0 0 60px;
	}
#menu ul li.nav02,
	/*#menu ul li.nav02.active,*/
#menu ul li.nav02:hover {
	background-image:url(/common/images/sp_menu_icon02.png);
	background-position:left center;
	background-size:48px 48px;
	width:auto;
	padding:0 0 0 60px;
	}
#menu ul li.nav03,
	/*#menu ul li.nav03.active,*/
#menu ul li.nav03:hover {
	background-image:url(/common/images/sp_menu_icon03.png);
	background-position:left center;
	background-size:48px 48px;
	width:auto;
	padding:0 0 0 60px;
	}
#menu ul li.nav04,
	/*#menu ul li.nav04.active,*/
#menu ul li.nav04:hover {
	background-image:url(/common/images/sp_menu_icon04.png);
	background-position:left center;
	background-size:48px 48px;
	width:auto;
	padding:0 0 0 60px;
	}
#menu ul li.nav05,
	/*#menu ul li.nav05.active,*/
#menu ul li.nav05:hover {
	background-image:url(/common/images/sp_menu_icon05.png);
	background-position:left center;
	background-size:48px 48px;
	width:auto;
	padding:0 0 0 60px;
	}
#menu ul li.nav06,
	/*#menu ul li.nav06.active,*/
#menu ul li.nav06:hover {
	background-image:url(/common/images/sp_menu_icon06.png);
	background-position:left center;
	background-size:48px 48px;
	width:auto;
	padding:0 0 0 60px;
	}
#menu ul li {
	float:none;
	width:auto;
	height:63px;
	border-bottom:1px dashed #fad391;
	background-repeat:no-repeat;
	vertical-align:middle;
	font-weight: bold;
	}
#menu ul li span {
	display:block;
	color:#FFF;
	font-weight: bold;
	}
#menu ul li a {
	width:auto;
	text-decoration: none;
	padding:17px 0 0;
	}
}

/* ========================================
	main Contents
======================================== */

#main-contents {
	background:url(/common/images/grass_bg.png) repeat center top;
	padding:0 0 20px;
	text-align:left;
	}

#main-contents .main-inner {
	width:884px;
	margin:0 auto;
	position:relative;
	height:auto;
	}
#main-contents .page-wrap {
	padding: 25px 0;
	background-image:url(/common/images/contents_bg01.jpg),
	url(/common/images/contents_bg03.jpg);
	background-position:left top, left bottom;
	background-repeat:no-repeat, no-repeat;
	background-color:#FFF;
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.39);
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.39);
	box-shadow:1px 1px 3px rgba(0,0,0,0.39);
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	border-radius:17px;
	position:relative;
	}

#main-contents .page-wrap .page-inner {
	background:url(/common/images/contents_bg02.jpg) repeat-y left top;
	}

#main-contents .page-wrap .page-inner a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}

#main-contents .main-cont {
	float:right;
	width:600px;
	margin-right: 25px;
	}

#main-contents .menu-cont {
	float:left;
	width:242px;
	}

#main-contents .menu-cont dl dt {
	margin-left: -3px;
	}

#page-top {
	position:fixed;
	bottom: 50px;
	right: 60px;
	cursor:pointer;
	}

#page-nav  {
	margin-top:20px;
	text-align:center;
	font-size:13px;
	color: #402000;
	}

#page-nav a {
	color: #402000;
	}

#page-nav a.link_before {
	background:url(/common/images/back_icon.png) no-repeat 5% center;
	padding:5px 8px 5px 20px;
	margin-right:5px;
	}
#page-nav a.link_next {
	background:url(/common/images/next_icon.png) no-repeat 95% center;
	padding:5px 20px 5px 8px;
	margin-left:5px;
	}
#page-nav a.link_page,
#page-nav span.current_page {
	padding:5px;
	}

/* ------------- SP -----------------------------*/
@media screen and (max-width:640px) {
#main-contents {
	width: auto;
	overflow:hidden;
	padding: 0;
	}
#main-contents .main-inner {
	width: auto;
	margin: 10px 10px 10px 10px;
	}
#main-contents .page-wrap {
	background-position:center top, center bottom;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background: #FFF;
	padding: 5px;
	}
#main-contents .page-wrap .page-inner{
	background:none;
	padding:0 0 10px 0;
	border: 2px dashed #ceb9a9;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	}

#main-contents .main-cont {
	float:none;
	width:auto;
	margin: 0;
	}
#main-contents .menu-cont {
	float:none;
	width:auto;
	margin-top:20px;
	}

#page-nav {
	margin-top: 10px;
	overflow: hidden;
	}

#page-nav a.link_before {
	float: left;
	}

#page-nav a.link_next {
	float: right;
	}


#sns-btn {
	width:250px;
	}
#sns-btn li {
	float:left;
	}
#sns-btn li:first-child {
	margin-right:10px;
	}

#page-nav a.link_page,
#page-nav span.current_page {
	display:none;
	}

#page-top {
	position:relative !important;
	right: 0 !important;
	bottom: 0 !important;
	width:auto;
	}
#page-top img {
	position: absolute;
	right: 0;
	bottom: 0;
	width:70px;
	}
}

/* ========================================
	gFooter
======================================== */
#gFooter {
	width: 100%;
/*	background:url("/common/images/footer_bg.png") repeat-x center bottom; */
	text-align: center;
	height:176px;
	color:#4E2400;
	}
#gFooter .inner {
	width:890px;
	margin:0 auto;
	padding-top: 25px;
	text-align:center;
	}
#gFooter a:link,
#gFooter a:visited {
	text-decoration: none;
	}
#gFooter a:hover,
#gFooter a:active {
	text-decoration: underline;
	}

#gFooter ul li {
	display:inline;
	font-size: 12px;
	}
#gFooter ul li a {
	padding:0 8px;
	border-right:solid 1px #8A6F6D;
	color:#4E2400;
	}
#gFooter ul li:first-child a {
	padding:0 8px 0 0;
	}
#gFooter ul li:last-child a {
	border-right:0;
	padding:0 0 0 8px;
	}
#gFooter .copy {
	margin-top:10px;
	}

/*SP*/
@media screen and (max-width:640px) {
#sns-btn {
	width:auto;
	margin-top:10px;
	}
#gFooter {
	width: auto;
	}
#gFooter .inner {
	width: auto;
	padding:15px 35px 0;
	}
#gFooter ul {
	width: auto;
	}
#gFooter ul li a {
	padding:0 4px;
	}
#gFooter ul li:first-child a {
	padding:0 4px 0 0;
	}
#gFooter ul li:last-child a {
	border-right:0;
	padding:0 0 0 4px;
	}
}

/* ========================================
	タグ
======================================== */
/* PC */
.tag-box {
	padding-top: 20px;
	padding-left: 25px;
	background: url("/common/images/tag-box-icon.png") 0 25px no-repeat;
	}
.tag-box span {
	border: 1px #cbcbcb solid;
	border-radius: 5px;
	font-size: 14px;
	line-height: 2.0;
	margin-right: 5px;
	padding: 0 10px;
	}

.tag-box span a {
	text-decoration: none;
	color: #e93751;
	}

/* SP */
@media screen and (max-width:640px) {
	}


/* ========================================
	検索
======================================== */

.search-box {
	width: 89.79591%;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px dotted #A26E00;
	}
.search-box .inner {
	width: 91.21952%;
	margin: 0 auto;
	padding: 10px 4.39024%;
	color: #000;
	border: 1px solid #EEE;
	background: #F6F6F6;
	}
.search-ttl {
	font-size: 16px;
	margin: 0 0 3px;
	font-weight:bold;
	}
.search-box .searchForm {
	position: relative;
	padding: 5px 40px 5px 0;
	background: #FFF;
	border: 1px solid #CCC;
	font-size: 86%;
	}
.search-box input {
	width: 98%;
	margin-left: 2%;
	border: none;
	}
.search-box input[type="text"]:focus,
.search-box button:focus {
	outline: 0;
	}
.search-box button {
	position: absolute;
	top: 5px;
	right: 0;
	width: 35px;
	border: none;
	border-left: 1px dotted #CCC;
	background: none;
	}
.search-box button img {
	margin: 0 auto;
	vertical-align: middle;
	}

.pagination {
	margin: 15px 0 0 10px;
	font-size: 14px;
	}

.pagination ul li {
	}

.pagination ul li a {
	color: #FF7F10;
	}

#main-contents .main-cont ul.entrylist li {
    border-bottom: dashed 1px #BBA290 !important;
	}

#search-results .title {
	margin: 20px 0 0 0;
	font-size: 16px;
	}

/* SP */
@media screen and (max-width:640px) {
	#search-results .title {
		margin: 10px 0 0 10px;
	}
}

/* ========================================
	Janime 追加
======================================== */

.infobox{
	border:solid 1px #FF6600;
	padding:10px;
	margin:5px;
	 }

.box{
	border:solid 1px #FF6600;
	padding:10px;
	margin:5px;
	}

.infobox_dash{
	border:dashed 1px #843500;
	padding:10px;
	margin:5px;
	}

.box_dash{
	border:dashed 1px #FF6600;
	padding:10px;
	margin:5px;
	}

.news {
	text-indent:1em;
	}

.newsblock {
	margin-top:5px;
	margin-bottom:1em;
	}

.newsmidashi {
	margin-bottom:1em;
	font-weight:bold;
	font-color:#006DDB;
	}

.newskakomi {
	background-color:#007500;
	font-weight:bold;
	color:#ffffff;
	padding-left:10px;
	margin-bottom:1em;
	}
.sage {
  	padding-left: 1em;
  	text-indent: -1em;
	}


/*背景付き角丸見出し---------------------------------*/
.midashibar01 {
	background-color:#44C505;
	padding:3px;
	margin-bottom:5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}

.mdbar {
	background-color:#FF712D;
	padding:1px 15px;
	margin-bottom:10px;
	color:#ffffff;
	font-weight:bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}

/*リンク用アイコン化-------------------------------*/
.icon-bl{
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
    background-color:#0080FF;
    font-weight:bolod;
    color:#ffffff;
    padding:0px 10px;
    margin:2px;
   }

/*リンク用矢印アイコン-----------------------------*/
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	}

.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	}

.ar01::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 25%;
	border-radius: 25%;
	background: #FF712D;
	}

.ar01::after{
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}


/*Table書式-----------------------------*/
.tableinfo00{
	/*width: 100%;*/
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #C3C3C3;
	border-left: 1px solid #C3C3C3;
	}

.tableinfo00 td{
	padding:4px;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	vertical-align:top;
	}

.tableinfo00 .mida{
	background-color:#ECECEC;
	}

.tableinfo01{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #C3C3C3;
	border-left: 1px solid #C3C3C3;
	}

.tableinfo01 td{
	padding:4px;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	vertical-align:top;
	}

.tableinfo01 th{
	padding:4px;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	vertical-align:top;
	background-color:#E3E3E3;
	}

