@charset "utf-8";



/* body
======================================================*/

html {
	font-size: 62.5%;
}
body {
	color: #333333;
	font-size: 1.5rem;
	font-family: Helvetica,Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	line-height: 1.8;
	background: #ffffff;
}
p {
	margin-bottom: 1em;
}



/* common
======================================================*/

img {
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.ofhd {
  overflow: hidden;
}

.sp {
	display: none;
}



/* link
======================================================*/

a:link,
a:visited {
  color: #e83929;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.tel-call {
	color: #333333;
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}



/* hx
======================================================*/

.ttl_a {
	color: #e83929;
	font-size: 2.2rem;
	margin: 60px 0 20px;
	border-bottom: 1px solid #CCCCCC;
}
.ttl_a span {
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	border-bottom: 2px solid #CCCCCC;
	display: inline-block;
}
.ttl_a.fst {
	margin: 0 0 20px;
}

.ttl_b {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding-left: 10px;
	margin: 30px 0 10px;
	border-left: 3px solid #e83929;
}



/* header
======================================================*/

.header {
	width: 100%;
	height: 90px;
	background: rgba(255,255,255,0.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.header_inner {
	width: 1000px;
	height: 90px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.header-fix_under {
	margin-top: 90px;
}

.header_logo {
	position: absolute;
	top: 30px;
	left: 0;
}

.g-nav_sub {
	display: flex;
	position: absolute;
	top: 10px;
	right: 0;
}
.g-nav_sub li {
	font-size: 1.3rem;
	padding-left: 10px;
	margin-left: 25px;
	background: url(../images/icn_right.png) no-repeat left center;
}
.g-nav_sub a {
	color: #333333;
	text-decoration: none;
}
.g-nav_sub a:hover {
	color: #E83929;
}



/* global nav
======================================================*/

.g-nav {
	width: 100%;
}

.ul_g-nav {
	display: flex;
	position: absolute;
	top: 45px;
	right: 0;
}

.ul_g-nav li {
	font-size: 1.4rem;
	margin-left: 25px;
	position: relative;
}
.ul_g-nav li:first-of-type {
	margin-left: 0;
}
.ul_g-nav a {
	color: #333333;
	text-decoration: none;
}
.ul_g-nav a:hover {
	color: #E83929;
}
.ul_g-nav .current span:after,
.post-type-archive-forum .gn-forum span:after,
.single-forum .gn-forum span:after,
.post-type-archive-workshop .gn-workshop span:after,
.single-workshop .gn-workshop span:after,
.post-type-archive-news_letter .gn-news_letter span:after,
.single-news_letter .gn-news_letter span:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #E83929;
	display: block;
	position: absolute;
	bottom: -2px;
}

/* スマホナビ開閉ボタン */
.menu-open {
	display: none;
}
.nav_toggle{
	width: 40px;
	height: 40px;
	position: fixed;
	top: 18px;
	right: 15px;
	z-index: 200;
	display: none;/* ←スマホ版では削除 */
}
.nav_toggle div {
	position: relative;
}
.nav_toggle span{
	display: block;
	height: 3px;
	background: #333333;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
.nav_toggle span:nth-child(1){
	top: 0px;
}
.nav_toggle span:nth-child(2){
	top: 12px;
}
.nav_toggle span:nth-child(3){
	top: 24px;
}
	
/* スマホナビ開閉ボタン Open */
.open .nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open .nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open .nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nav_toggle.menu-open span {
	background: #333333;
}



/* page header
======================================================*/

.page-header {
	width: 100%;
	height: 120px;
	background: #e83929;
}
.page-ttl {
	color: #ffffff;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 120px;
	margin: 0;
}



/* breadcrumbs
======================================================*/

.breadcrumbs {
	width: 100%;
	font-size: 1.2rem;
	padding-top: 5px;
}
.breadcrumbs_inner {
	width: 1000px;
	margin: 0 auto;
}
.breadcrumbs a {
	color: #666666;
	font-size: 1.2rem;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}



/* main contents
======================================================*/

.wrapper {
	width: 100%;
}
.wrapper_inner {
	width: 1000px;
	min-height: 300px;
	padding: 60px 0 80px;
	margin: 0 auto;
	overflow: hidden;
}
.home .wrapper_inner {
	width: 100%;
	padding: 0;
}

.contents {
	width: 100%;
	overflow: hidden;
}



/* sidebar
======================================================*/

.sidebar {
	width: 300px;
	float: right;
}



/* footer
======================================================*/

.footer {
	width: 100%;
	font-size: 1.3rem;
	background: #F5F5F5;
}
.footer_inner {
	width: 1000px;
	padding: 50px 0;
	margin: 0 auto;
	overflow: hidden;
}

.footer_logo {
	width: 288px;
	margin: 0 auto 40px;
	display: block;
}

.footer-info {
	text-align: center;
	margin-bottom: 50px;
}
.footer-info_address {
	margin-bottom: 0;
}
.footer-info_name {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0;
}

.f-nav {
	text-align: center;
}
.ul_f-nav li {
	font-size: 1.3rem;
	margin-left: 30px;
	display: inline;
}
.ul_f-nav li:first-of-type {
	margin-left: 0;
}
.ul_f-nav a,
.ul_f-nav a:visited {
	color: #333333;
	text-decoration: none;
}
.ul_f-nav a:hover {
	color: #E83929;
	text-decoration: none;
}

p.copyright {
	color: #ffffff;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 40px;
	background: #AAAAAA;
	margin: 0;
}



/* page top
======================================================*/

.page-top{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}
.page-top p {
	margin: 0;
	padding: 0;
}
.page-top p:hover {
	opacity: 0.7;
}

