@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------
    RESET
   ---------------------------------------------------------------------------- */
html,body {
	margin:0;
	padding:0;
	height:100%;
	font-size: 62.5%;
}

a:link { color: #000; }
a:visited { color: #535353; }

body {
	color: #000;
	font-size: 14px; font-size: 1.4rem;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
}
 
h1, h2, h3, h4, h5, h6, input, select, textarea { font-size: 100%; }
h1, h2, h3, h4, h5, h6, b, em, strong, dt, th, caption { font-weight: normal; }
em, address, optgroup, cite { font-style: normal; }
caption { text-align: left; }
 
body, div, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, dl, dt, dd, table, th, td, thead, tbody, tfoot, caption, blockquote, pre, address, form, fieldset, legend, iframe { border: none; outline: none; padding: 0; margin: 0; vertical-align:baseline; }
 
li {
	/* [disabled]list-style-position: outside; */
}
ul li { list-style-type: none; }
 
table { width: 100%;}
th, td { text-align: left; vertical-align: top;}
 
pre { overflow-x: auto; }
textarea { width: 99%; overflow: auto; }
iframe { display: block; width: 100%; overflow: hidden; }
 
a:hover { cursor: pointer; background-color: transparent; }
a:active,a:focus { outline: none; }
 
sup { font-size: 71.5%; vertical-align: baseline; position: relative; bottom: 0.7em; }
sub { font-size: 71.5%; vertical-align: baseline; position: relative; top: 0.1em; }
 
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
 
hr { display: none; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
 
@media screen and (max-device-width: 480px) {
body { -webkit-text-size-adjust: none; }
}


a#close_btn {
	width: 81px;
	height: 20px;
	margin: 0;
	padding: 5px;
	text-indent: -9999px;
	display: block;
	background: url(../common/img/close.png) left top no-repeat;
	position: absolute;
	top: 5px;
	right: 5px;
}


/* 汎用
----------------------------------------------------------------------*/

#bnrarea{
	width:100%;
	height:auto;
	text-align:center;
	margin:50px 0;
}

#bnrarea li{
	margin:0 10px 20px 0;
	width:180px;
	height:51px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

#copyright {
	display:block;
	width:320px;
	margin:0 auto;
}

.fancybox-inner {
	overflow:hidden !important;
}

.fancybox-inner iframe {
	width:853px;
	height:604px;
}

.fancybox-inner iframe#first_yokoku {
	width:853px;
	height:530px;
}

.fancybox-inner iframe#story_sub {
	width:860px;
	height:612px;
}

.clearfix:after {  
	visibility:hidden;
	height:0;
	display: block;/
	font-size: 0;  
	content: " ";  
	clear: both;  
} 

.img_c{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.f_l{
	float:left;
}

.f_r{
	float:right;
}

.mt30{
	margin:30px 0 0 0;
}

.mt3{
	margin:4% 0 0 0;
}

.ml30{
	margin-left:3%;
}

.mr40{
	margin-right:40px;
}

.pb50{
	padding-bottom:50px;
}

.pb80{
	padding-bottom:80px;
}

.pt3{
	padding-top:4%;
}

.pt50{
	padding-top:50px;
}

.pc_non{
	display:none;
}

@media only screen and (max-width:800px) {

.pc_non{
	display:block;
}

.sp_non{
	display:none;

}

#bnrarea{
	width:100%;
	height:auto;
	text-align:center;
}

#bnrarea li{
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:0 10px 10px 0;
	width:40%;
}

.fancybox-inner {
	overflow:hidden !important;
}

.fancybox-inner iframe {
	width:280px;
	height:350px;
}

}


/* sp_nav
----------------------------------------------------------------------*/

.navsp{
	width:100%;
	position:fixed;
	top:0;
	z-index:9999;
}

.pull-down-inner {
	width: 100%;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	background-color: #463734;
}

.pull-down-inner h1 {
	color: #fafafa;
	font-size: 18px;
	display: block;
}

.menu-icon {
	color: #fafafa;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 15px;
	cursor: pointer;
}

.menu-icon.current {
	opacity: 0.3;
}

.pull-down-list li a {
	display: block;
	width: 100%;
	position: relative;
	padding:10px 15px;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
}

.pull-down-list li a:after {
	font-family: 'FontAwesome';
	content: "\f054";
	color: #ccc;
	position: absolute;
	top: 45%;
	right: 15px;
	margin-top: -0.5em;
}

.pull-down-list li:nth-child(odd) {
	background: #6b5f5d;
}
.pull-down-list li:nth-child(even) {
	background: #463734;
}

.theme-headline {
	font-size: 32px;
	line-height: 1.5;
	margin: 15px;
}

body > iframe {
    overflow:hidden;
    height:0px !important;
}

.list_l{
	width:50%;
	box-sizing: border-box;
	float:left;
	border-right:solid #898989 1px;
}

.list_r{
	width:50%;
	float:right;
}

.bg_koi{
	background: #463734;
}

.bg_usui{
	background: #6b5f5d;
}

.bg_koi:hover{
	background: #463734;
}

.bg_usui:hover{
	background: #6b5f5d;
}

.cb{
	clear:both;
}