html {
	-webkit-text-size-adjust: 100%;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: "YuGothic Medium","Yu Gothic Medium","游ゴシック Medium","游ゴシック体 Medium",YuGothic,"Yu Gothic","游ゴシック","游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	line-height: 1.9;
	font-size: 14px;
}

img {
	vertical-align: middle;
}

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

#contents img {
	max-width: 100%;
	height: auto;
}

.page_heading {
	text-align: center;
}

.inner {
	width: 100%;
	padding: 0 10px;
}

.is_list_style {
	list-style: disc;
	margin-left: 20px;
}


/* ******************** グローバルメニュー ボタン ******************** */
.gnav_btn_box {
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 45px;
	height: 45px;
	z-index: 300;
}

.gnav_btn,
.gnav_btn span {
	display: inline-block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gnav_btn {
	position: relative;
	width: 45px;
	height: 45px;
	background-color: #ca9e35;
}

.g_entry_btn {
	position: fixed;
	top: 55px;
	right: 2px;
	z-index: 100;
	display: inline-block;
}


/* ******************** グローバルメニュー ******************** */
.gnav_box {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 200;
	width: 68%;
	padding-top: 13px;
	text-align: center;
	background-color: rgba(83, 60, 52, 0.95);
	color: #fff;
	font-size: 14px;
	box-shadow: 1px 1px 3px 2px rgba(83, 60, 52, 0.8);
}

.gnav_btn_close_box {
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 45px;
	height: 45px;
	z-index: 400;
}

.gh_logo {
	margin-bottom: 10px;
}

.gnav_list li {
	border-bottom: solid 1px #fff;
}

.gnav_list li a {
	display: block;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
}

.gnav_list li a:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 7px;
	margin-right: 12px;
	background: url(../../images/common/gnav_list_arrow_sp.png) no-repeat 0 0;
	background-size: 5px auto;
}

.gnav_list li a.gnav_entry {
	background-image: -webkit-linear-gradient(bottom right, #d0ab53 50%, #c89c35 50%, #c89c35);
	background-image: -o-linear-gradient(bottom right, #d0ab53 50%, #c89c35 50%, #c89c35);
	background-image: linear-gradient(to top left, #d0ab53 50%, #c89c35 50%, #c89c35);
}


/* ******************** フッター ******************** */
#footer {
	border-top: solid 1px #bebebe;
	padding-top: 17px;
	text-align: center;
}

#footer ul {
	margin-bottom: 15px;
}

#footer li {
	display: inline-block;
}

#footer li a {
	text-decoration: none;
}

.footer_page_link_list {
	line-height: 2;
}


.footer_page_link_list li a,
.footer_entry_link_list li a {
	color: #333333;
}


.footer_page_link_list li + li:before,
.footer_entry_link_list li + li:before {
	content: '/';
	display: inline-block;
	margin: 0 7px;
}

.footer_other_link_list li a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.footer_other_link_list li + li {
	margin-left: 10px;
}

.footer_other_link_list li a.official_link {
	display: inline-block;
	border-radius: 10px;
	padding: 6px 10px;
	background-color: #c89c35;
}

.footer_info_link_list li a {
	color: #7f8080;
	font-size: 12px;
}

.footer_info_link_list li + li:before {
	content: '|';
	display: inline-block;
	margin: 0 12px;
}

#copyright {
	padding: 20px 0;
	background-color: #533c34;
	color: #fff;
	font-size: 12px;
}


/* ******************** Pagetop ******************** */
#pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10;
	width: 45px;
	height: 45px;
}


/* ******************** clearfix -micro ******************** */
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}



.item_hidden {
	display: none;
}