@charset "utf-8";

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

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  レイアウトファイル
 admin info :  apricot-design		
 
//////////////////////////////////////////////////////////*/

/*
0:セット
------------------------------------------------------------
*/
body {
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #606150;
	font-size: 14px;
	line-height: 200%;
	text-align: left;
	letter-spacing: 1px;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
.win body {
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #666;
	transition:1.0s;
	-webkit-transition:1.0s;
	-o-transition:1.0s;
	-ms-transition:1.0s;
}
a:hover {
	color: #E9E200;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
.opacity:hover{
	-moz-opacity:0.5;
	-ms-opacity:0.5;
	-webkit-opacity:0.5;
	opacity:0.5;
		transition:1.0s;
	-webkit-transition:1.0s;
	-o-transition:1.0s;
	-ms-transition:1.0s;
}
img{
	vertical-align: bottom;
}
.sp{
	display: none;
}
/*
1：全体のレイアウト
------------------------------------------------------------
*/
#containerWrap {
	min-width: 1040px;
}
header{
	overflow: hidden;
	clear:both;
	position: fixed;
	width: 100%;
	z-index: 999;
}
.headerBoxInner {
	background-color: #E9E200;
	width: 100%;
}
.headerBox {
	overflow: hidden;
	clear:both;
	margin:0 auto 0px;
	width: 1040px;
}
#headerBottom{
    background: url(../images/headerBottomBg.png) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 90px;
}
#headerLeft {
	float: left;
	padding: 0 0 0 0;
	margin: 25px 0 0 0;
	width: 30%;
}
#headerRight {
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 68%;
}
#container {
	overflow: hidden;
	clear:both;
}
#content {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	overflow: hidden;
	margin: 0 auto 50px;
	width: 100%;
}
#main {
	padding: 0 0 0 0;
	margin: 183px auto 60px;
	clear: both;
	overflow: hidden;
}
#mainone {
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 0 50px 0;
	clear: both;
}
#topMain {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0px 0;
	clear: both;
	overflow: hidden;
}
#topLeft{
	width:50%;
	float:left;
	overflow:hidden;
}
#topRight{
	width: 50%;
	float:right;
	overflow:hidden;
}
#sub {
	float: left;
	width: 23%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	overflow: hidden;
}
footer{
	background-color: #606150;
	color: #fff;
}
#footerWrap {
	clear: both;
	width: 100%;
	overflow: hidden;
}
#footer {
	width: 1000px;
	padding: 60px 0 20px;
	margin: 0 auto;
	overflow: hidden;
	clear:both;
	font-size: 94%;
}
.footerBox {
	width: 100%;
	overflow: hidden;
}
.footerLeft {
	float: left;
	width: 20%;
}
.footerRight {
    float: right;
    text-align: left;
    width: 76%;
    letter-spacing: -0.1px;
    margin: 40px 0 20px;
}
.secound {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	height: 90px;
	background: url(http://tatsuno-hotaru.jp/wp-content/themes/tatsuno-hotaru_pc/images/secoundBg.png) no-repeat 0 0;
	padding-bottom: 25px;
}
.section {
	margin-bottom: 40px;
	clear: both;
	overflow: hidden;
}
.inner{
	clear: both;
	width: 1000px;
	overflow: hidden;
	margin: 0 auto 0;
}
.sectionC {
	margin-bottom: 40px;
	clear: both;
	overflow: hidden;
	text-align:center;
}
.centerBox {
	clear: both;
	overflow: hidden;
	text-align:center;
	margin: 0 0 50px;
}
.sideSection {
	width: 100%;
	margin-bottom: 30px;
}
.sideContact {
	text-align: center;
	margin-bottom: 30px;
}
article {
}

/*
4:ナビゲーション系
------------------------------------------------------------
*/
#gnavi {
	margin: 0px auto 15px;
	clear: both;
	text-align: center;
}
#gnavi li {
	float: left;
	padding: 16px 0 0;
}
.logo {
	text-align:left;
}
ul.hNavi {
	float: right;
}
ul.hNavi li {
	display: inline;
}
ul.hNavi2 {
	float: right;
	margin: 15px 0 0 60px;
}
ul.hNavi2 li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	font-size:85%;
}
ul.fNavi {
	text-align: center;
}
ul.fNavi li {
	display: inline;
	padding: 0 3%;
	border-left: 1px solid  #FFF;
	color: #FFF;
	font-size: 93%;
}
ul.fNavi li a:link,#footer ul li a:visited {
	color: #FFF;
}
ul.fNavi li a:hover {
	color: #E9E200;
}
ul.fNavi li:last-child {
	border-right: 1px solid #FFF;
}

/*
5:div
------------------------------------------------------------
*/
.leftCol {
	float:left;
	padding: 2%;
	width: 46%;
}
.rightCol {
	float:right;
	padding: 2%;
	width: 46%;
}
.leftBox {
	float: left;
	padding: 2%;
	width: 46%;
}
.rightBox {
	padding: 2%;
	width: 46%;
	float: right;
}
.ate {
	padding:15px;
	border: 1px dotted #1d1d1d;
}
.box {
	padding: 15px;
	background: #F7F7F7;
}
.mainImg {
/*	background: url(../images/mainImg.png)no-repeat center 50px;
	margin-bottom: 70px;
	position: relative;
	top: 0;
	background-size: cover;
	min-height: 800px;*/
}
.mainImg {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
}
.videoImg {
	overflow: hidden;
		vertical-align: top;
}
.movie{
    width: 100%;
    height: 100%;
    position: relative;
}
video{
	min-width: 2000px;
    position: absolute;
    top: 0;
    right: -50%;
    left: -50%;
    margin: auto;
}


.carouselWrap{
	background-color: #E9E200;
    border-top: #fff 23px solid;
}
.carousel{
    width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
}
ul.mycarousel{
	width: 1000px;
	margin:auto;
	overflow:hidden;
}
ul.mycarousel li{
	float:left;
    width: 195px !important;
    margin: 0 48px;
    cursor: pointer;
}
ul.mycarousel li img{
	width: 100%;
	height: auto;
}
.topInner{
	width: 1040px;
	margin: 0 auto;
	padding: 0 0 5px;
	position: absolute;
  top: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mainTxt{
position: relative;
    left: 0;
    top: 80px;
}
.clik{
    position: absolute;
    right: 0;
    top: -22px;
	background: url(../images/mainClik.png)no-repeat center;
	width: 306px;
	height: 306px;
}
.topInner a:hover{
	color: #82B71F;
}
.todayDate{
	font-size: 1.8em;
    position: absolute;
    font-weight: bold;
    top: 114px;
    left: 16%;
    letter-spacing: -0.5px;
    font-family: 'Fjalla One', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Noto Sans', sans-serif;
}
.todayDate span{
    font-size: 0.9em;
    margin-left: -4px;
}
.realtime{
    font-size: 2.8em;
    position: absolute;
    font-weight: bold;
    top: 149px;
    left: 16%;
    font-family: 'Fjalla One', sans-serif;
    font-family: 'Oswald', sans-serif;
}

.topMainpikari{
	display: inherit;
    position: absolute;
    right: 213px;
    top: 138px;
    width: 19%;
}
.topInfoPikari{
    position: absolute;
    right: 263px;
    bottom: 0px;
	display: none;　
}
.aboutPikari1{
    position: absolute;
    left: 305px;
    bottom: -16px;
    width: 12%;
}
.aboutPikari2{
	position: absolute;
    right: 271px;
    bottom: 57px;
	display: none;
}
.aboutPikari3{
    position: absolute;
    left: 15px;
    bottom: 32px;
}
#scroll{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
    z-index: 9999;
}
/*
6:ul
------------------------------------------------------------
*/
.topMenu{
	overflow: hidden;
    margin: 415px 0 125px;
    text-align: center;
	position: absolute;
    bottom: 0;
}
.topMenu li{
	display:  inline-block;
	margin: 0 18px;
}
ul.topInfoList li{
	margin: 0 0 10px;
}
ul.topInfoList li span{
    text-align: center;
    display: inline-block;
}

.topMainMenu{
	overflow: hidden;
    margin: 0px 0 0px;
    text-align: center;
}
.topMainMenu li{
	width: 251px;
	display:  inline-block;
	margin: 0 55px;
}


ul.bnrList {
	margin-bottom: 30px;
	overflow:hidden;
}
ul.bnrList li {
	padding-bottom: 15px;
}
ul.menu {
}
ul.menu li a {
	display:block;
	margin:0 auto;
	padding:7px 0 7px 10%;
	background:#FFF url(../images/righty.png) no-repeat 5% center;
	text-decoration:none;
	background-size: 10px;
}
ul.menu li a:hover {
	text-decoration: none;
}
ul.infoList {
	margin: 0 0 60px;
}
ul.infoList li{
	margin: 0 0 20px;
    font-size: 1.2em;
    font-weight: bold
}
ul.infoList li span{
	display: inline-block;
	text-align: center;
}
ul.infoList li a span.topics:hover,ul.infoList li a span.news:hover,ul.infoList li a span.event:hover{
	text-decoration: none;
	color: #fff;
}
ul.infoList li a:hover{
	color: #DD0012;}
ul.infoList li a span:hover{
	text-decoration: underline;
}
ul.infoList li a span.day:hover{
	text-decoration: none !important;
    display: inline-block;	
}
ul.infoList li a p{
	display: inline;
}
ul.basicList {
	margin-bottom: 2em;
}
p.link_y{
    clear: both;
    width: 100%;
    margin: 0 0 20px;
    display: inline-block;
    font-weight: bold;
	font-size: 129%;
}
p.link_y a:before {
    content: url(../images/righty.png);
    display: inline-block;
	position: relative;
    top: 5px;
    right: 9px;
}
p.link_y a{
	color: #80807C;
}
p.link_y a:hover{
	color: #DD0012;
}
ul.photo {
	clear:both;
	margin-right: -22px;
}
ul.photo li {
	float:left;
	margin-right: 22px;
	margin-bottom: 20px;
	width: 225px;
}
ul.photo li img {
	width: 225px;
	height: auto;
}
ul.photoList {
	clear:both;
	margin-right: -40px;
}
ul.photoList li {
	float:left;
	margin-right: 40px;
	margin-bottom: 30px;
	width: 230px;
	line-height: 1.6em;
}
ul.photoList li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
ul.photoList2 {
	clear:both;
	margin-right: -2%;
}
ul.photoList2 li {
	float:left;
	margin-right: 2%;
	margin-bottom: 30px;
	width: 23%;
	line-height: 1.6em;
}
ul.photoList2 li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
ul.photoList3 {
	clear:both;
	margin-right: -30px;
}
ul.photoList3 li {
	float:left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 230px;
	line-height: 1.6em;
}
ul.photoList3 li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
ul.subList {
	margin-bottom: 30px;
	margin-right: -2%;
}
ul.subList li {
	float:left;
	width: 18%;
	margin-right: 2%;
}
ul.subList li img {
	width: 100%;
	height: auto;
}


/*
7:dl
------------------------------------------------------------
*/
dl.qa {
	overflow:hidden;
	clear:both;
}
dl.qa dt {
	background: url(../images/q.png) no-repeat 0 0;
	padding-left: 60px;
	font-size: 114%;
	font-weight:bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #e7e7e7;
}
dl.qa dd {
	background: url(../images/a.png) no-repeat 0 0;
	padding-left: 60px;
	margin-bottom: 40px;
}
dl.flow{
	padding:20px;
	background:#FFF;
	width:70%;
	overflow:hidden;
	margin:0 auto 20px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
dl.flow dt{
	float:left;
	margin-right:20px;
}
dl.flow dd{
	overflow:hidden;
}
dl.flow dd .flowTi{
	font-size:122%;
	font-weight:bold;
	margin-bottom:10px;
	color:#e0aa55;
}
dl.flow dd .flowTi span{
	font-size:170%;
	padding-right:7px;
}


/*
8:table
------------------------------------------------------------
*/
.basicTable  {
	margin-bottom:30px;
	width: 100%;
}
.basicTable th {
	padding: 3%;
    border-top: #FFF solid 5px;
    border-bottom: #FFF solid 5px;
    border-right: #FFF solid 5px;
    background: #e7e7e7;
    font-weight: bold;
    text-align: left;
}
.basicTable td {
	padding: 3%;
    border-top: #FFF solid 5px;
    border-bottom: #FFF solid 5px;
    background: #f7f7f7;
    text-align: left;
	vertical-align: top;
}
table.menuTable {
	margin-bottom:30px;
}
table.menuTable th {
	padding: 3%;
	width: 24%
}
table.menuTable td {
	padding: 3%;
	width: 14%;
}

/*
9:タイトル
------------------------------------------------------------
*/
h3.popUpTi{
	text-align: center;
	color: #595757;
	font-size: 1.5em;
	margin: 20px 0 20px;
	font-weight: bold;
}
h1 {
	padding-top: 10px;
}
h2.mainTi {
	margin-bottom: 35px;
	font-size: 285%;
	text-align: center;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #666666;
	line-height: 1.3em;
}
h2.mainTi span{
    display: block;
    font-size: 35%;
    padding-top: 10px;
    letter-spacing: 3.8px;
    line-height: 1.5em;
}
h2.mainTi span.subTi{
	display: inline-block;
	font-size: 70%;
	padding-left: 25px;
}
h3.nationalTi{
	font-size: 172%;
	font-weight: bold;
	padding: 0 0 10px;
	margin: 0 0 40px;
	border-bottom: 1px solid #666;
}
h3.nationalTi span{
	font-size: 80%;
	display: block;
	padding: 0 0 10px;
}
h3.mainTi {
    margin-bottom: 35px;
    font-size: 190%;
    font-weight: bold;
    border-bottom: 1px solid #666;
    padding: 0 0 20px;
}
h3.subTi {
	font-weight: bold;
	font-size: 148%;
	margin-bottom: 25px;
	color: #F7931E;
}
h3.subTi span{
	font-size: 80%;
}



h3.title {
	font-weight:bold;
	margin-bottom: 25px;
	font-size: 157%;
	text-align:center;
	color: #000;
	letter-spacing:2px;
}

h4.mainTi {
	text-align: center;
	color: #595757;
	font-size: 1.5em;
	margin: 20px 0 20px;
}
h4.subTi {
	font-weight: bold;
	font-size: 116%;
}
/*
10：装飾
------------------------------------------------------------
*/
.name {
	margin-bottom: 15px;
	font-size: 129%;
}
.big {
	font-weight:bold;
	font-size: 129%;
	margin-bottom: 15px;
}
.disc {
	padding-bottom: 0px;
	font-size: 86%;
	line-height: 1.6em;
}
.hr {
	clear: both;
	height: 1px;
	margin: 1em 0;
	border-top: #999 1px dotted;
}
.bold {
	font-weight: bold;
	font-size: 108%;
	padding-bottom: 10px;
}
.day {
	padding-right: 15px;
}
span.news {
	background: #DD0012;
}
span.event {
	background: #F7931E;
}
span.topics {
    background: #29ABE2;

}
span.topics,span.event,span.news {
    color: #fff;
    width: 12%;
    margin: 0 7% 0 0;
    font-size: 0.8em;
	line-height: 1.8em;
}
span.news2 {
	background: #DD0012;
	color: #fff;
	padding: 5px 3%;
	margin: 0 2% 0 0;
}
span.event2 {
	background: #F7931E;
	color: #fff;
	padding: 5px 3%;
	margin: 0 2% 0 0;
}
span.topics2 {
	background: #29ABE2;
	color: #fff;
	padding: 5px 3%;
	margin: 0 2% 0 0;
}
.posted {
	width: 25%;
	font-size: 86%;
	text-align:center;
	background: #000;
	color: #FFF;
	margin: 0 0 20px;
}
.fLogo {
	margin-bottom: 15px;
}
.copy {
	clear: both;
    letter-spacing: -0.1px;
    text-align: right;
}
.img100{
	width: 100%;
}


/*
11:ボタン系
------------------------------------------------------------
*/
#topcontrol{
	width: 153px;
	height: 198px;
	background:url(../images/pageTop.png) no-repeat 0 0;
	background-size: 100%;
}	
.pagetop{
	display: none;
}
a.aboutBtn{
    background-color: #85BA1F;
    padding: 15px 0 10px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 75px;
    width: 24%;
	left: 0;
    right: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 1.3em;
    line-height: 1.2em;
	width: 27%;
    margin: 0 auto 30px;
    text-align: center;
}
a.aboutBtn span{
	font-size: 80%;
	display: block;
	font-weight: normal;
}
a.aboutBtn:hover,a.contactBtn:hover,a.moreBtn:hover {
	background-color: #EFAD2C;
}
a.moreBtn{
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #85BA1F;
    padding: 15px 0 10px;
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
	width: 27%;
    margin: 0 auto 60px;
    text-align: center;
}
a.moreBtn span,a.contactBtn span{
	font-size: 80%;
	display: block;
	font-weight: normal;
}
a.contactBtn{
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #85BA1F;
    padding: 10px 0;
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.4em;
	width: 38%;
    margin: 0 auto 40px;
    text-align: center;
}

/*
12:その他パーツ
------------------------------------------------------------
*/
#breadcrumbList {
	margin:0 0 40px;
	font-size: 96%;
	padding: 2%;
	background: #f7f7f7;
}
.wp-pagenavi {
	clear:both;
	padding: 15px 0 !important;
}
.alignleft {
	float: left;
	padding: 0 15px 15px 0;
}
.alignright {
	float: right;
	padding: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	margin:0 auto 20px;
}
.photoL {
	float: left;
	padding: 0 15px 15px 0;
}
.photoL p {
	overflow: auto;
}
.photoR {
	float: right;
	padding: 0 0 15px 15px;
}
.photoR p {
	overflow: auto;
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
.whiteBg{
	background-color: #fff;
	clear: both;
	width: 1000px;
	overflow: hidden;
	margin: 0 auto 0;
}
table.contactform {
	margin: 40px auto 60px;
	width: 90%;
	font-size: 1.3em;
}
table.contactform th {
    padding: 1% 2%;
    text-align: left;
    font-weight: normal;
}
table.contactform td {
    text-align: left;
    font-weight: normal;
    padding: 10px 0;
}
input, textarea, select{
    padding: 2%;
    border: solid 1px #c8c8c8;
}
input.age{
	margin-right: 10px;
}
.mwform-checkbox-field input, .mwform-radio-field input{
    margin-right: 3px;
    box-shadow: none;	
}
input::-webkit-input-placeholder {
    color: #CDCDCD;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #CDCDCD;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #CDCDCD;
    font-weight: normal;
}
span.sex{
	margin-left: 20px;
}
.submitBox{
	margin: 0 0 60px;
}
ul.contactform li {
	float: left;
}
.wpcf7-textarea  {
	width: 90%;
}
.wpcf7-text  {
	width: 60%;
}
.zip1 {
	width: 60px;
}
.zip2 {
	width: 100px;
}
.formtel {
	width: 100px;
	height: 16px;
}
.wpcf7-form-control wpcf7-text zip {
	width: 30%;
}
.addr  {
	width: 90%;
}
.contactformsubmit {
	text-align: center;
	height:60px;
	margin-top: 30px;
}
.wpcf7-submit{
	background:#000;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:block;
	margin:0 auto;
	padding:15px 40px;
	border:none;
}
.wpcf7-submit:hover{
	text-decoration:none;
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	opacity:0.8;
}
#datepicker{
	width:40%;
}
.red {
	font-size: 80%;
	color: #c61717;
}
.formBtn{
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #E9E200;
    font-weight: bold;
    color: #fff;
    font-size: 1.3em;
    line-height: 1.4em;
    box-shadow: none;
    width: 27%;
    margin: 0 3%;
    background: #E9E200 url(../images/formBtn1.png)no-repeat center 34px;
    padding: 1.3% 0 2.6%;
    background-size: 42%;
}
.formBtn span{
	font-size: 80%;
	display: block;
}
.formBtn:hover {
	background-color: #789E23;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.formBtn2{
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #85BA1F;
    font-weight: bold;
    color: #fff;
    font-size: 1.3em;
    line-height: 1.4em;
    box-shadow: none;
    width: 27%;
    margin: 0 3%;
	background: #85BA1F url(../images/formBtn3.png)no-repeat center 34px;
    padding: 1.3% 0 2.6%;
    background-size: 42%;
}
.formBtn3{
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #80807C;
    font-weight: bold;
    color: #fff;
    font-size: 1.3em;
    line-height: 1.4em;
    box-shadow: none;
    width: 27%;
    margin: 0 3%;
	background: #80807C url(../images/formBtn2.png)no-repeat center 34px;
    padding: 1.3% 0 2.6%;
    background-size: 42%;
}
.formBtn2:focus,.formBtn:focus,.formBtn3:focus{
outline: none;
}
.formBtn2:hover {
	background-color: #789E23;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.formBtn3:hover {
	background-color: #60605D;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
ul.contactList{
	overflow: hidden; 
	margin: 40px 0 60px;
	text-align: center;
}
ul.contactList li {
	width: 43%;
	display: inline-block;
}

/*
14:ワードプレス
------------------------------------------------------------
*/
.widget_search {
	background: #FFF;
	margin-bottom: 20px;
	padding: 15px;
	text-align:center;
}
h3.widget-title {
	margin-bottom: 10px;
	padding: 5px;
	font-size: 100%;
	background:#000;
	color: #FFF;
}
.sideSectionw ul {
	margin-bottom: 20px;
}
.sideSectionw ul li {
	padding-bottom: 8px;
	padding-left: 15px;
	margin-bottom: 8px;
	background: url(migi1.gif) no-repeat 0 5px;
	border-bottom: 1px dotted #604c3f;
}
.widget ul li {
	border-bottom: 1px solid #f7f7f7;
	padding-bottom: 8px;
	margin-bottom: 12px;
	background:url(http://tatsuno-hotaru.jp/wp-content/themes/tatsuno-hotaru_pc/images/migi.png) no-repeat right 40%;
	background-size: 5px;
}
.wp-pagenavi {
	padding: 10px 0px 10px !important;
	display:block !important;
	clear:both !important;
	text-align: center;
}
.wp-pagenavi a , .wp-pagenavi span.extend {
    background: url(../images/pagenaviBg.png)no-repeat;
    background-size: 100%;
    width: 51px;
    height: 51px;
    display: inline-block;
    color: #fff !important;
    text-shadow: 0px 1px #F6F6F6 !important;
    padding: 20px 10px 0px 10px !important;
    font-size: 18px !important;
    margin: 0 10px !important;
    text-decoration: none !important;
    text-align: center;
    border: none !important;
    vertical-align: middle;
}	
.wp-pagenavi a:hover {
    background: url(../images/pagenaviBgHover.png)no-repeat;
    background-size: 100%;
    width: 51px;
    height: 51px;
    display: inline-block;
    color: #fff !important;
    text-shadow: 0px 1px #F6F6F6 !important;
    padding: 20px 10px 0px 10px !important;
    font-size: 18px !important;
    margin: 0 10px !important;
    text-decoration: none !important;
    text-align: center;
    border: none !important;
    vertical-align: middle;
}
 .wp-pagenavi span.current{
    background: url(../images/pagenaviBgHover.png)no-repeat;
    background-size: 100%;
    width: 51px;
    height: 51px;
    display: inline-block;
    color: #fff !important;
    text-shadow: 0px 1px #F6F6F6 !important;
    padding: 20px 10px 0px 10px !important;
    font-size: 18px !important;
    margin: 0 10px !important;
    text-decoration: none !important;
    text-align: center;
    border: none !important;
    vertical-align: middle;
}
.wp-pagenavi span.pages{
	display: none;
}
/*
15:マージン・パディング
------------------------------------------------------------
*/
.m05 {
	margin-bottom: 5px;
}
.m10 {
	margin-bottom: 10px;
}
.m12 {
	margin-bottom: 12px;
}
.m15 {
	margin-bottom: 15px;
}
.m20 {
	margin-bottom: 20px;
}
.m30 {
	margin-bottom: 30px;
}
.m40 {
	margin-bottom: 40px;
}
.m50 {
	margin-bottom: 50px;
}
.m60 {
	margin-bottom: 60px;
}
.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt12 {
	margin-top: 12px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.ml05 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml12 {
	margin-left: 12px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.ml60 {
	margin-left: 60px;
}
.mr05 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
.mr60 {
	margin-right: 60px;
}
.pt05 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pb05 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pl05 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pr05 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr30 {
	padding-right: 30px;
}
.pr40 {
	padding-right: 40px;
}
.imgTi {
	margin-bottom: 15px;
}
.imgTi0 {
	margin-bottom: 0px;
}
.imgTi5 {
	padding-bottom: 5px;
}
.imgTi10 {
	padding-bottom: 10px;
}
.imgTi15 {
	padding-bottom: 15px;
}
.imgTi20 {
	padding-bottom: 20px;
}
.imgTi30 {
	padding-bottom: 30px;
}
.imgTi40 {
	padding-bottom: 40px;
}
.imgTi50 {
	padding-bottom: 50px;
}
.imgTi80 {
	padding-bottom: 80px;
}
/*
16,top
------------------------------------------------------------
*/
div.topics {
	overflow: hidden;
	clear:both;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
div.topics dl{
    width: 1000px;
    margin: 0 auto 70px;
	overflow: hidden;
}
div.topics dl dt{
    width: 25%;
    padding: 60px 0 40px 0px;
    border-right: #666 solid 1px;
    margin: 0 88px 0 0px;
    float: left;
}
div.topics dl dd{
	float: right;
	width: 64%;
}
div.beigeBg{
	background-color: #F1F0E9;
	text-align: center;
	padding: 70px 0;
}
div.beigeBg3{
	background-color: #F1F0E9;
	text-align: center;
	padding: 70px 0 0;
}
div.beigeBg2{
	background-color: #F1F0E9;
	text-align: center;
	padding: 70px 0;
	position: relative;
}
div.beigeBg2::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -24px;
    width: 50px;
    height: 50px;
    margin: auto;
    background: #F1F0E9;
    z-index: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
div.sliderWrap{
	background-color: #E9E200;
}
.sliderTitle{
    margin: 0 0 20px;
    padding: 10px 0;
    text-align: center;
    background-color: #E8E5AC;
}
.sliderTitle h2{
    font-size: 231%;
    font-weight: bold;
	padding: 10px 0;
}
.sliderTitle h2 span{
	font-size: 70%;
}
img.topMap{
    display: block;
    margin: 0 auto 130px;
    padding: 0 150px 0 0;
}
img.pikariTxt{
    position: absolute;
    margin: -166px 0px 0 174px;
}
div.friends{
	text-align: center;
	padding: 70px 0 0;
	width: 1000px;
	margin: 0 auto 20px;
	position: relative;
}
div.friends2{
text-align: center;
    padding: 0px 0 70px;
    background: url(../images/friendsPikari.png)no-repeat 212px 177px;
    height: 1170px;
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
div.friends2::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -24px;
    width: 50px;
    height: 50px;
    margin: auto;
    background: #fff;
    z-index: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
div.friends2 ul li{
	cursor: pointer;
}
ul.topHotaruList{
	text-align: center
}
ul.topHotaruList li{	
	margin: 0 40px;
	display: inline-block;
	cursor: pointer;
}
h3.friendsImg{
	margin: 60px 0 80px;
}

#f_01{
	position: absolute;
	top: 80px;
	left: 400px;
}
#f_02{
    position: absolute;
    top: 339px;
    left: 66px;
}
#f_03{
	position: absolute;
    top: 715px;
    left: 150px;
}
#f_04{
	position: absolute;
    top: 715px;
    left: 680px;
}
#f_05{
	position: absolute;
    top: 339px;
    left: 725px;
}
div.greenBg{
	text-align: center;
	padding: 100px 0 0px;
	background-color: #F1F0E9;
	margin-bottom: 90px;
}
div.greenBg p{
	margin: 0 0 70px;
}
ul.linkList{
	text-align: center;
    margin: 0 0 100px;
}
ul.linkList li{
	width: 25%;
    display: inline-block;
    margin: 0 20px;
}
ul.linkList li a{
    border-radius: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #85BA1F;
    padding: 15px 0 13px;
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 1.3em;
    line-height: 1.2em;
}
ul.linkList li a span{
	font-size: 80%;
	display: block;
	font-weight: normal;
}
ul.linkList li:hover a{
	background-color: #EFAD2C;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
ul.shareList{
	text-align: center;
    margin: 0 0 90px;
}
ul.shareList li{
    width: 5%;
    display: inline-block;
}
.clickBgWrap{
	position: relative;
top: 119px;
}
.clickBg{
	width: 100%;
}
div.clickInner{
	width: 100%;
	height: 800px;
	margin: 0 auto;
	position: absolute;
	top: 0;
}
div.clickInner a{
	cursor: pointer;
}
.clickPikari{
    position: absolute;
    right: 23%;
    width: 15%;
    top: 56%;
}
.clickA{
	position: absolute;
    top: 18%;
    left: 29%;
}
.clickB{
    position: absolute;
    top: 20%;
    left: 37%;
}
.clickC{
position: absolute;
    top: 24%;
    left: 62%;
}
.clickD{
    position: absolute;
    top: 41%;
    left: 71%;;
}
.clickE{
    position: absolute;
    top: 37%;
    left: 24%;
}
.clickG{
	top: 24%;
    left: 53%;
    position: absolute;
}
.other{
	text-align: center;
	padding: 70px 0 0;
	width: 1000px;
	margin: 0 auto 30px;
}
ul.otherList{
	overflow: hidden;
	margin: 0px -40px 20px 0;	
}
ul.otherList li{
    width: 480px;
    margin: 0 40px 30px 0;
    float: left;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 1.1em;
}
ul.otherList li img{
	margin: 0 0 10px;
}
div.links{
	text-align: center;
    padding: 70px 0 0;
	overflow: hidden;
    margin: 0 auto 0px;
}
div.linkList{
	width: 1180px;
	margin: 0 auto 80px;
}
div.links ul{
	margin: 0 0 60px;
}
div.links ul li{
    display: inline-block;
    width: 207px !important;
    margin: 0 24px 0;
}
div.topContact{
	text-align: center;
	padding: 70px 0;
	border-top: #666666 solid 1px;
}
div.topContactInner{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	font-weight: bold;
}
div.topContactInner p{
	margin: 0 0 40px;
}
div.topContactInner p.tel span{
	font-size: 2.5em;
}
div.topContactInner p span.telTi{
	font-size: 1.7em;
}
.modal-content {
    position: fixed;
    display: none;
    z-index: 99999999999;
    width: 800px;
    margin: 0% auto 0;
    /* padding: 0% 0% 0%; */
    background: url(../images/popup.png)no-repeat center;
    background-size: 100%;
    height: 800px;
}
.popUpInner{
    min-height: 520px;
    margin: 18% auto;
    width: 79%;
    /* height: 63%; */
    position: relative;
	text-align:center;
}
.popUpC{
	text-align: center;
	margin-bottom: 20px;
	font-size: 93%;
	    line-height: 1.8;
}
.modal-content p {
    margin:0 0 20px;
    padding:0;
}
 
.modal-overlay {
    z-index:1000;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(144,153,197,0.75);
}
.modal-overlay2 {
    z-index:1000;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(168,202,3,0.75);
}
.modal-overlay3 {
    z-index:1000;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(230,223,0,0.75);
}

.modal-open {
    border: #fff solid 8px;
    display: block;
	border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.modal-open2,.modal-open3 {
    display: block;
	border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

.modal-open:hover,.modal-open2:hover,.modal-open3:hover {
}
.modal-close {
    display: block;
    width: 81px;
    height: 81px;
    position: absolute;
    bottom: -20%;
    left: 0;
    right: 0;
    margin: auto;
}
.modal-close2 {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -20%;
    left: 0;
    right: 0;
    margin: auto;
}
.modal-close img,.modal-close2 img{
	width: 100%;
}
.closeBtn{
    position: absolute;
    width: 81px;
    height: 81px;
    left: 0;
    right: 0;
    bottom: -90px;
    margin: auto;
}
.popUpMushimegane{
    position: absolute;
    width: 81px;
    height: 81px;
    top: -19%;
    left: 0;
    right: 0;
    margin: auto;
}
.modal-close:hover,.modal-close2:hover {
    cursor:pointer;
    color:#f00;
}
.hotaruImg{
	width: 75%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    bottom: -35px;
    max-height: 380px;
}
.hotaruImg img{
	width: 100%;
}
.popUpTableWrap{
	width: 87%;
	margin: 0 auto 20px;
}
.popUpTable{
	width: 100%;
	line-height: 1.6em;
	font-size: 93%;
	letter-spacing: -0.9px;
}
.popUpTable th,td{
	padding-bottom: 5px;
}
.popUpTable td{
	padding-right: 5%;
}

/*
17,全国ほたる情報
------------------------------------------------------------
*/

img.infoImg{
	margin: 0 0 40px;
}
table.nasyonaruTable{
	width: 100%;
	border: 1px #606150 solid;
	margin: 0 0 95px;
}
table.nasyonaruTable th{
	background-color: #FFF000;
	border: 1px #606150 solid;
	text-align: center;
	width: 27%;
	padding: 1% 2%;
}
table.nasyonaruTable td{
	border: 1px #606150 solid;
	text-align: left;
	padding: 1% 2%;
}
table.nasyonaruTable tr:nth-child(2n+1) {  /* 奇数行 */
   background-color: #FFFBE3;
}
.nationalWrap p{
	font-size: 90%;
	margin: 0 0 60px;
}
ul.nationalList{
	overflow: hidden;
}
ul.nationalList li{
	width: 48%;
	margin: 0 4% 50px 0;
	float: left;
	text-align: left;
}
ul.nationalList li:nth-child(2n){
	margin: 0 0 20px 0;
}
div.nationalImg{
	margin: 0 0 20px;
	width: 100%;
	height: 260px;
	overflow: hidden;
}
div.nationalImg img{
	width: 100%;
	height: auto;
}
/*
18,ほたるの里のおもてなし
------------------------------------------------------------
*/
ul.situationList,ul.situationList2{
	overflow: hidden;
	text-align: center;
	margin: 0 0 60px;
}
ul.situationList li,ul.situationList2 li{
	width: 32%;
	display: inline-block;
}
.situationInner{
	clear: both;
	width: 1000px;
	margin: 60px auto;
	position: relative;
}
.pikari_situation{
	position: absolute;
	left: 1%;
}
/*
アクセス
------------------------------------------------------------
*/
.accessP{
	text-align: right;
	margin: 30px 0;
}
.map{
	border: #7D7C74 1px solid;
}
/*
Histry
------------------------------------------------------------
*/
ul.historyList{
	overflow: hidden;
}
ul.historyList li{
	border: #F7931E solid 4px;
    padding: 3%;
    border-radius: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 10px;
    margin: 0px 0 40px;
    text-align: center;
}
h3.historyTi{
	font-size: 214%;
	color: #F7931E;
	margin: 0 0 20px;
	font-weight: bold;
	line-height: 1.4em;
}
.templeTable{
	width: 52%;
	margin: 0 auto 50px;
}
.templeTable th,.templeTable td{
	text-align: left;
	font-weight: normal;
}
table.reportTable caption{
	font-size: 110%;
    text-align: left;
    margin: 0 0 5px;
    font-weight: bold;
}
table.reportTable caption.larva{
    color: #FBB03B;
}
table.reportTable caption.hotaru{
    color: #81B61F;
}
table.reportTable caption span{
    font-size: 88%;
    text-align: right;
    color: #666;
    float: right;
    font-weight: normal;
}
table.reportTable{
	width: 100%;
	border: 1px #606150 solid;
	margin: 0 0 95px;
}
table.reportTable th{
	background-color: #D9E021;
	border: 1px #606150 solid;
	text-align: center;
	padding: 1% 2%;
}
table.reportTable td{
	border-right: 1px #606150 solid;
	border-left: 1px #606150 solid;
	border-bottom: 1px #606150 dotted;
	text-align: center;
	padding: 1% 2%;
}
table.reportTable tr:nth-child(2n+1) {  /* 奇数行 */
   background-color: #FFFBE3;
}
table.reportTable td.last{
	border-bottom: none;
}
table.reportTable td.total{
	background-color: #F8DAE0;
	border-top: 1px #606150 solid;
	border-bottom: 1px #606150 solid;
}
.yellowBg{
	background-color: #D9E021;
	padding: 25px 0;
	margin: 0 0 80px;
}
.reportImgWrap{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.reportImg1{
	position: absolute;
    right: -10px;
    top: 0px;
}
.reportImg2{
    position: absolute;
    right: 3px;
    top: 2px;
}
.reportTable2{
	width: 100%;
	border: 1px #606150 solid;
	font-size: 1.3em;
}
table.reportTable2 th{
	background-color: #F8DAE0;
	border: 1px #606150 solid;
	border-bottom: 1px #606150 dotted;
	text-align: center;
	padding: 2% 2%;
}
table.reportTable2 td{
	background-color: #fff;
	font-weight: bold;
	text-align: center;
	border: 1px #606150 solid;
	padding: 2% 2%;
}
ul.pastList li{
    margin: 0 2% 30px 2%;
    display: inline-block;
    border: #81B61F solid 2px;
    width: 28%;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
ul.pastList li a{
    padding: 24px 7%;
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    color: #81B61F;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    text-align: center;
    -moz-border-radius: 50px;
}
ul.pastList li a:hover{
    padding: 24px 7%;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	background-color: #81B61F;
}
ul.pastList li.greenBg a{
	background-color: #81B61F;
	color: #fff;
	}
#pointmap {
    width: 1000px;
    height: 400px;
	margin: 0 auto;
	border: #7D7C74 1px solid;
}
table.senryuTable{
	width: 100%;
	border: 1px #606150 solid;
	margin: 0 0 30px;
}
table.senryuTable th{
	background-color: #FFF000;
	border: 1px #606150 solid;
	text-align: center;
	padding: 1% 2%;
}
table.senryuTable td{
	border-top: 1px #606150 solid;
	border-right: 1px #606150 solid;
	border-left: 1px #606150 solid;
	border-bottom: 2px #606150 dotted;
	text-align: center;
	padding: 1% 2%;
}
table.senryuTable tr:nth-child(2n+1) {  /* 奇数行 */
   background-color: #FFFBE3;
}
table.senryuTable td.last{
	border-bottom: none;
}
img.senryuImg {
	margin: 0 -107px 30px 0;
}
ul.parkList{
	overflow:hidden;
}
ul.parkList li{
    border: #F7931E solid 5px;
    padding: 2%;
    border-radius: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 10px;
    margin: 0 0 60px;
    width: 43%;
    text-align: center;
    margin-right: 3%;
    margin-bottom: 40px;
    float: left;
    background-color: #fff;
}
ul.parkList li:nth-child(2n){
	margin-right: -3%;
}
ul.parkList li p{
	margin: 0 0 40px;
}
ul.parkList li p.mNone{
    margin: 0 0 20px;
}
ul.parkList li h3 {
    font-size: 202%;
    line-height: 1.5em;
}
ul.parkList li img{
	vertical-align: bottom;
	width: 100%;
}
p.orange {
    color: #F7931E;
}
	.lifeImg01 {
		margin-left: -320px;
	}
	img.lifetime_ipad {
		display: none;
	}
	img.lifetime_sp {
		display: none;
	}
ul.fireflyList{
	overflow: hidden;
}
ul.fireflyList li{
	border: #F7931E solid 6px;
    padding: 3%;
    border-radius: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 10px;
    margin: 0px 0 40px;
    text-align: left;
	background-color: #fff;
}
h3.fireflyTi{
	font-size: 214%;
	color: #F7931E;
	margin: 0 0 20px;
	font-weight: bold;
	line-height: 1.4em;
}
ul.fireflyList2{
	overflow: hidden;
	width: 92%;
	margin: 0 auto;
}
ul.fireflyList2 li{
	border: #89C33F solid 6px;
    padding: 3%;
    border-radius: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 10px;
    margin: 0px 0 40px;
    text-align: left;
	background-color: #fff;
	overflow: hidden;
}
ul.fireflyList2 li img{
	float: left;
	margin-right: 30px;
}
h3.fireflyTi2{
	font-size: 167%;
	color: #89C33F;
	margin: 0 0 20px;
	font-weight: bold;
	line-height: 1.4em;
}
img.lifeImg09 {
    margin-right: 197px;
}
.nomargin{
	margin: 0 !important;
}
ul#sitemap_list li a{
    clear: both;
    width: 100%;
    margin: 0 0 20px;
    display: inline-block;
    font-weight: bold;
	font-size: 129%;
}
ul#sitemap_list li a:before {
    content: url(../images/righty.png);
    display: inline-block;
	position: relative;
    top: 5px;
    right: 9px;
}
ul#sitemap_list li a{
	color: #80807C;
}
ul#sitemap_list li a:hover{
	color: #DD0012;
}
.englishWrap{
	position: relative;
}
img.fukidashi{
	position: absolute;
	top: 0;
	left: 0;
}
ul.englishMenu{
	overflow: hidden;
	padding: 160px 0 0;
	margin-right: -123px;
}
ul.englishMenu li{
	float: left;
	width: 251px;
	margin-right: 123px;
	margin-bottom: 60px;
}
.popularP{
	margin: 0 auto 60px;
	width: 65%;
}
div.balloon{
    background: url(../images/fukidashi.png)no-repeat 0 0;
    padding: 3% 6% 3% 4%;
    width: 58%;
    background-size: 100%;
	float: left;
	font-size: 110%;
}
p.policy_add{
    font-size: 1.5em;
    font-weight: bold;
    margin: 0px 0 25px;
    line-height: 1.6em;
}
p.policy_tel{
    font-size: 1.7em;
    font-weight: bold;
    margin: 0px 0 30px;
	letter-spacing: -0.1px;
}
div.balloon a.contactBtn{
	    width: 54%;
}
.pikari_policy{
	padding-top: 88px;
}
#loader {
    width: 85px;
    height: 85px;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 300px;
    z-index: 100;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #E9E200;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}