@charset "UTF-8";

/*----------------------------------------

	- font
	- common
	- header
	- content
	- footer
	- modal
	- JS

-----------------------------------------*/

/*----------------------------------------
	font
-----------------------------------------*/
@font-face {
	font-family: 'League Spartan';
	src: url('../font/leaguespartan-bold.eot');
	src: url('../font/leaguespartan-bold.eot?#iefix') format('embedded-opentype'),
		 url('../font/leaguespartan-bold.woff2') format('woff2'),
		 url('../font/leaguespartan-bold.woff') format('woff'),
		 url('../font/leaguespartan-bold.ttf') format('truetype'),
		 url('../font/leaguespartan-bold.svg#league_spartanbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

/*----------------------------------------
	common
-----------------------------------------*/
th,h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
body {
	font-size: 100%;
	width: 100%;
	line-height: 1.5em;
	font-family: Osaka, "游ゴシック", YuGothic,"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ","MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
* html body {
	font-size: 92%;
	line-height: 1.6em;
}
img {
	vertical-align: bottom;
}

/* font */
.fwN { font-weight: normal !important;}
.fwB { font-weight: bold;}
.t_indent { text-indent: -1em; margin-left: 1em;}
/*78%   9px */
/*85%   10px */
/*100% 12px */
/*115% 13px */
/*117% 14px */
/*130% 15px */
/*135% 16px */
/*150% 18px */

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.spObj {display: initial !important;}
.pcObj {display: none !important;}

#wrap {
	min-width: 320px;
}

.cmn_btn01 {
	display: table;
	width: 150px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
}
.cmn_btn01 a ,
.cmn_btn01 input ,
.cmn_btn01 button {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 30px;
	background: #d0881a url(../img/cmn_btn_bg01.png) repeat;
	background-size: 3px auto;
	border-radius: 0;
	color: #fff;
	line-height: 1;
	text-decoration: none;
}
.cmn_link01 {}
.cmn_link01 > a {
	padding-left: 10px;
	background: url(../img/cmn_ar01.png) 0 center no-repeat;
	background-size: 15px auto;
}
.cmn_link02 a {
	width: 9px;
	padding-left: 12px;
	background: url(../img/cmn_ar07.png) 0 center no-repeat;
	background-size: 9px auto;
}

.cmn_close01 {
	display: table;
	width: 110px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
}
.cmn_close01 a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #666;
}
.cmn_close01 a > span {
	padding-left: 14px;
	background: url(../img/cmn_close01.png) 0 center no-repeat;
	background-size: 10px auto;
}

.cmn_clear01 {
	display: table;
	width: 110px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
}
.cmn_clear01 button {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 30px;
	text-decoration: none;
	border: 1px solid #f0f0f0;
	background-color: #f0f0f0;
	color: #666;
}
.cmn_clear01 button > span {
	padding-left: 14px;
	background: url(../img/cmn_close01.png) 0 center no-repeat;
	background-size: 10px auto;
}

.searchInputTxt {
	color: #999;
}
.searchInputTxt.focus {
	color: #333;
}

/*----------------------------------------
	header
-----------------------------------------*/
header {
/*	border-top: 5px solid #f1eae2;*/
}
header #headerLogo {
	background-color: #d0881a;
	padding: 4px 10px 5px;
}
#headerWrap {
	border-bottom: 2px solid #f1eae2;
}
#header01 {
	position: relative;
	padding: 12px 0 10px;
}
#header01 #logo {
	width: 160px;
	margin: 0 auto 4px;
	text-align: center;
}
#header01 #logo + p {
	text-align: center;
	font-size:  85%;
	color: #666;
}
#header01 #logo + p span.fwB {
	font-size: 117%;
	color: #c47c0c;
}
#header01 #headSearchOpen {
	position: absolute;
	top: 50%;
	right: 6px;
	width: 60px;
	margin-top: -30px;
}
#header02 {
	padding: 10px 0 8px;
	background-color: #f1eae2;
}
#header02 #searchArea {
	display: table;
	width: 320px;
	margin: 0 auto;
}
#header02 #searchArea #searchTxt {
	display: table-cell;
	vertical-align: top;
	background-color: #fff;
}
#header02 #searchArea #searchTxt input[type="search"] {
	width: 190px;
	height: 30px;
	font-size:  85%;
	line-height: 1;
	text-indent: 10px;
}
#header02 #searchArea #searchTxt input[type="submit"] {
	width: 40px;
	height: 30px;
	line-height: 1.7;
	background: url(../img/cmn_search_btn02.png) center center no-repeat;
	background-size: 16px auto;
	text-indent: -9999px;
}
#header02 #searchArea #searchDetail {
	display: table-cell;
	vertical-align: top;
	width: 90px;
	padding-left: 10px;
}
#header02 #searchArea #searchDetail a {
	display: table;
	width: 80px;
	height: 30px;
	background: #d0881a url(../img/cmn_btn_bg01.png) repeat;
	background-size: 3px auto;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	text-decoration: none;
}
#header02 #searchArea #searchDetail a {
	display: table-cell;
	vertical-align: middle;
}
#header02 #searchArea input {
	border: 0;
	padding: 0;
	line-height: 1;
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {}
#content #fixbtn {
	position: fixed;
	z-index: 100;
	bottom: 20px;
	right: 5px;
	width: 52px;
}
#content #fixbtn ul li + li {
	margin-top: 2px;
}

#content img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#content .itemTxt {
	word-break:break-all;
}

/*----------------------------------------
	footer
-----------------------------------------*/
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-width: 320px;
}
.footerInner {
	width: 320px;
	margin: 0 auto;
}
#footer01 {
	padding: 25px 0 23px;
	background: #d0881a url(../img/cmn_footer_bg01.png) repeat;
	background-size: 2px auto;
}

#footer01 #snsArea li ,
#footer01 #bnrArea li {
	float: left;
}
#footer01 #snsArea {
	width: auto;
	margin-bottom: 15px;
}
@media screen and (max-width:320px) {
	#footer01 #snsArea {
		padding: 0 5px;
	}
}
#footer01 #snsArea li {
	display: table;
	height: 26px;
}
#footer01 #snsArea li + li {
	margin-left: 10px;
}
#footer01 #snsArea li > span {
	display: table-cell;
	vertical-align: middle;
}
#footer01 #snsArea li > a {
	display: table-cell;
	vertical-align: middle;
}
#footer01 #bnrArea {
	margin-bottom: 17px;
}
#footer01 #bnrArea li + li {
	margin-left: 8px;
}
#footer01 #bnrArea li a img {
	width: 156px;
}
#footer01 #bnrArea + p {
	display: table;
	width: 100%;
}
@media screen and (max-width:320px) {
	#footer01 #bnrArea + p {
		padding:0 5px;
	}
}
#footer01 #bnrArea + p span {
	display: table-cell;
	vertical-align: middle;
}
#footer01 #bnrArea + p span:first-child {
	width: 85px;
}
#footer01 #bnrArea + p span + span {
	text-align: right;
}
@media screen and (max-width:768px) {
	#footer01 #bnrArea + p span img {
		width: 70px;
		height: 15px;
	}
}

#footer02 {
	position: relative;
	padding-top: 30px;
	background-color: #666666;
	color: #fff;
}
#footer02 .footerInner {
	padding: 14px 0;
	height: 70px;
}
#footer02 #pageTop {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 30px;
}
#footer02 #pageTop a {
	display: table-cell;
	vertical-align: middle;
	background-color: #b29879;
	text-align: center;
}
#footer02 #pageTop a > span {
	display: inline-block;
	padding-left: 15px;
	background: url(../img/cmn_ar02.png) 0 center no-repeat;
	background-size: 10px auto;
	line-height: 1.2;
	color: #fff;
}
#footer02 .footer02_01 {
	display: inline-block;
}
#footer02 .footer02_01 > div {
	display: table;
	width: 100%;
	margin-bottom: 8px;
}
#footer02 .footer02_01 .txtlogo {
	display: table-cell;
	vertical-align: middle;
	font-size: 150%;
	line-height: 1;
}
#footer02 .footer02_01 .btnArea {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-size: 85%;
}
#footer02 .footer02_01 .btnArea li {
	display: inline-block;
}
#footer02 .footer02_01 .btnArea li a {
	padding-left: 10px;
	background: url(../img/cmn_ar06.png) 0 center no-repeat;
	background-size: 7px auto;
	text-decoration: none;
	color: #fff;
}
#footer02 .footer02_01 #copy {
	font-family: Helvetica," sans-serif";
	font-size: 78%;
}
/*----------------------------------------
	modal
-----------------------------------------*/
@keyframes modalwindow_body_in {
	0% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes modalwindow_body_out {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(-20px);
	}
}
body.enabled_modal {
	overflow: hidden;
}
#modal {
	box-sizing: content-box;
	display: none;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	opacity: 0;
	background-color: rgba(0,0,0,0.7);
}
#modal #modalInner {
	box-sizing: border-box;
	position: relative;
	width: 320px;
	margin: 30px auto;
	transform: translateY(-20px);
	animation: 200ms modalwindow_body_out;
}
#modal.is_visible #modalInner {
	transform: translateY(0px);
	animation: 400ms modalwindow_body_in;
}
#modal .secInner {
	position: relative;
	padding: 25px 0 30px;
	background-color: #fff;
	border-radius: 5px;
	z-index: 220;
}
#modal .closeBtn {
	position: absolute;
	top: -12px;
	right: -12px;
}
@media screen and (max-width:320px) { 
	#modal .closeBtn {
		right: 0;
	}
}
#modal .closeBtn a {
	display: block;
	width: 44px;
	height: 44px;
	background: url(../img/cmn_close02.png) 0 0 no-repeat;
	background-size: 44px auto;
}
#modal h1 {
	font-family: 'League Spartan';
	font-size: 150%;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 2px;
}
#modal h1 + p {
	text-align: center;
	margin-bottom: 12px;
}
#modal .secBody {
	width: 300px;
	margin: 0 auto;
	border-top: 2px solid #ece5d9;
}
#modal .freeword {
	margin-bottom: 15px;
	padding: 15px 0 20px;
	border-bottom: 2px dotted #ece5d9;
}
#modal .freeword dd > p:first-child {
	margin-bottom: 15px;
	background: #f0f0f0;
}
#modal .freeword dd > p:first-child input[type="search"] {
	width: 250px;
	height: 40px;
	text-indent: 10px;
}
#modal .freeword dd > p:first-child input[type="submit"] {
	width: 50px;
	height: 40px;
	background: url(../img/cmn_search_btn02.png) center center no-repeat;
	background-size: 26px auto;
	text-indent: -9999px;
}
#modal .search_btnSet {
	display: table;
	margin: 0 auto;
}
#modal .search_btnSet li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
#modal dl + .search_btnSet {
	margin-bottom: 15px;
}
#modal dl dt {
	margin-bottom: 8px;
	font-weight: bold;
}
#modal dl + dl ul {
	width: 310px;
	margin-bottom: 10px;
	margin-right: -10px;
}
#modal dl input[type="radio"],
#modal dl input[type="checkbox"]{
	display: none;
}
#modal dl input[type="radio"]:checked + label,
#modal dl input[type="checkbox"]:checked + label {
	background-color: #c7b6a3;
}
#modal dl label {
	display: table;
	float: left;
	margin: 0 10px 10px 0;
	background-color: #ebe5dd;
	height: 50px;
	width: 93px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
#modal dl label.size02 {
	width: 196px;
}
#modal dl label > p {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}
.modalOpen {
	border: none;
}

/*----------------------------------------
	JS
-----------------------------------------*/
.over {}