@charset "utf-8";

/**********************************************************
全ページ共通設定（デフォルト）モバイルファースト
**********************************************************/
body{
	font-size: 16px;
	font-weight: normal;
	font-family: "A-OTF UD新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	background: #ffffff;
	text-align: left;
	position: relative;
	word-wrap: break-word;
	color: #3d270c;
}
a{
	text-decoration: none;
	color: #484848;
}

/*改行*/
.br-pc{
	display: none;
}
.br-sp{
	display: block;
}

/*float解除*/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix {	display: inline-block; } 
* html .clearfix{ height: 1%; }
.clearfix{ display:block; }
* html .clearfix { zoom: 1;}
*:first-child+html .clearfix { zoom: 1;}

/*float設定*/
.fl-r{ float:right; }
.fl-l{ float:left; }

/*各セクションごとの余白(SP)*/
section { padding:10px 10px 0; margin: 0 0 30px;}

/*h1の設定（SP）*/
h1 {
	font-size: 24px;
	text-align: center;
	padding: 40px;
	font-weight: normal;
}

h1 span{
	display: block;
	line-height: 1;
	margin-top: 5px;
}

/*h2の設定（SP）*/
h2 {
	font-size: 22px;
	margin: 10px auto 10px;
	text-align: left;
	border-bottom: 2px solid #35a45c;
	font-weight: normal;
	letter-spacing: 2px;
	font-weight: bold;
}
/*h3の設定（SP）*/
h3 {
	font-weight: normal;
	font-size: 18px;
	margin: 10px auto 10px;
	text-align: left;
	border-bottom: 2px solid #35a45c;
	display: inline-block;
	letter-spacing: 2px;
	font-weight: bold;
	
}
.h3-black{color: #595959;}

/* ボタンの設定 */
.btn {
	text-align: center;
	transition: all 0.5s;
	margin: 20px auto;
}
.btn a{
	font-size: 16px;
	display: inline-block;
	padding: 12px 20px 12px 22px;	
	color: #fff;
	background: #35a45c;
}

/* ヘッダー */
.header{
	background: #ffffff;
	border-bottom: 1px solid #f5f5f5;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.logo{
	font-size: 18px;
	padding: 10px;
	text-align: left;
	float: left;
	position: relative;
	z-index: 100;
	width: 85%;
}
.logo a{
	color: #35a45c;
	display: block;
}
.logo span{
	font-size: 22px;
	font-weight: bold;
}
.member{
	display: none;
}
/* ハンバーガーメニュー */
.menu_area{
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 100;
	padding-right: 10px;
	width: 100%;
	text-align: right;
}
.menu_area .g-nav{
	padding-bottom: 10px;
}
.menu_area.fix{
	position: fixed;
	top: 10px;
	left: auto;
}
.menu_area.fix .g-nav{
	text-align: right;
}
.menu_area.fix .menu-trigger span {
	background-color: #35a45c;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 32px;
  height: 24px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #35a45c;
  border-radius: 4px;
}
.menu-trigger.u-class span {
  background-color: #0068b7;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1){
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
.page-title{display: none;}
.pc-menu{display: none;}
/* メニューの中身 */
.nav_menu{
	background: #35a45c;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 5em;
	z-index: 100;
	width: 100%;
	display: none;
}
.nav_menu a{
	display: block;
	height: auto;
	line-height: 1;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 30px;
	color: #fff;
	text-align: left;
}
.nav_menu a:hover{
	opacity: 0.7;
}
.nav_menu li{
	border-bottom: 1px solid #Fff;
	position: relative;
}
.nav_menu li:after{
	content: "";
	position: absolute;
	margin: 10px;
	border: 3px solid #fff;
	border-left: none;
	border-bottom: none;
	width: .3em;
	height: .3em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 10px;
	top: 15px;
}
input[type="submit"] {
	text-decoration: none;
	background: #e9e9e9;
	border-right: none;
	border-top: none;
	border-left: none;
}
.nav_menu ul li.logout{
	background: #e9e9e9;
	padding: 10px;
}
.nav_menu ul li.logout a{
	padding: 10px 20px;
	text-align: center;
}
.nav_menu ul li.logout img{
	width: 25px;
	vertical-align: middle;
}
.nav_menu ul li.logout span{
	margin-left: 5px;
	font-size: 14px;
	color: #484848;
	vertical-align: middle;
}
.nav_menu ul li.logout::before{
	content: "";
	background: url("/common/img/logout.png") ;
	display: inline-block;
	width: 25px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
	vertical-align: top;	
}
.nav_menu ul li.logout input{
	text-decoration: none;
	background: #e9e9e9;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
.nav_menu ul li.logout form{
	display: inline-block;
	background: #e9e9e9;
}
.nav_menu ul li.logout::after{
	display: none;
}
.menu_area.fix .nav_menu {
	top:3em;
}
.menu_area.fix .g-nav{
	margin-top: 10px;
}

/* ログインネーム */

/* フッター */
#footer_bottom{
	background: #3d270c;
	margin-top: 65px;
}
#top #footer_bottom{
	margin-top: 0!important;
}
#footer_bottom .copyright{
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 15px;
}


.bg_texture_top,
.bg_texture{
	display: none;
}
/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:376px){

	.nav_menu{
		top: 3.5em;
	}
}

/********************************************
タブレット
*********************************************/
@media screen and (min-width:768px){
	#Wrapper{position: relative;}

	section {padding:0 15px; margin:30px 0 40px;}
	section div{
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	body{ font-size:16px;}
	h1 {
		font-size: 24px;
		line-height: 1;
		letter-spacing:1px;		
	}
	h1 span{
		font-size: 22px;
		 margin-top: 15px
	}
	h2{
		font-size: 24px;
		margin-bottom: 30px;
		padding-left: 20px;
		border-bottom: 4px solid #35a45c;
		padding-bottom: 5px;	
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: normal;
	}
	a:hover{
		opacity: 0.7;
	}
	h3{
		font-weight: normal;
		margin-bottom: 20px;
	}
	/* ボタンの設定 */
	.btn a{
		padding: 10px 60px;
	}
	
	/* フッター */
	
	/* ヘッダー */
	.menu_area .g-nav{
		display: none;
	}

	.header{
		margin: 0 auto;
	}
	.header-area{
		padding: 15px;
		position: relative;
	}
	.logo{
		padding: 0;
		font-size: 24px;
		float: left;
		width: 70%;
	}
	.logo span{
		font-size: 30px;
	}
	.logo a{
		display: inline;
	}
	.logo a:hover{	
		opacity:1;
	}
	.member{
		display: block;
		float: left;
		width: 30%;
		text-align: right;
	}
	.member li a span{
		color: #424242;
		border-bottom: 1px solid #424242;
		font-size: 14px;
		margin-left: 10px;
	}
	.member li a img{
		width: 25px;
		height: auto;
	}
	.member li:first-child{
		margin-bottom: 20px;
	}
	.member li p span{
		margin: 0 20px 0;
	}
	.member li:last-child{
		position: absolute;
		bottom: 15px;
		right: 15px;
	}
	/* メニュー */
	.pc-menu{
		display: block;
		float: left;
		background: #35a45c;
		width: 100%;
	}
	.pc-menu ul li{
		float: left;
		width: 20%;
		text-align: center;
		border-left: 1px solid #fff;	
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.pc-menu ul li:last-child{
		border-right: 1px solid #fff;
	}
	.pc-menu ul li a{
		color: #fff!important;
		display: block;
		padding: 20px 0;
	}
	.pc-menu ul li img{
		margin-right: 10px;
	}
	.pc-menu ul li.active a:hover{
		opacity: 1;
	}
	.header-area .member li.logout::before{
		content: "";
		background: url("/common/img/logout.png") ;
		display: inline-block;
		width: 25px;
		height: 30px;
		background-size: contain;
		background-repeat: no-repeat;
		margin-right: 5px;
		vertical-align: middle;	
	}
	input[type="submit"] {
		text-decoration: none;
		background: #fff;
		border-right: none;
		border-top: none;
		border-left: none;
		border-bottom: 1px solid #000;
	}
	.header-area .member li.logout form{
		display: inline-block;
	}
	.nav_menu ul li.logout::after{
		display: none;
	}
	
	/* メニューの中身 */
	nav_menu{
		font-size: 24px;
		width: 60%;
		top:70;
	}
	/* メニュー追従時 */
	.menu_area.fix {
		display: none;
	}
	.page-title{
		display: none;
	}
	.page-title.show{
		display: block;
		float: left;
	}
	.page-title.show .title_big{
		font-size: 24px;
	}
	.menu_area.fix .nav_menu{
		right: 0;
		float: right;
	}
	.menu_area.fix .menu-trigger{
		margin: 20px;
	}	
	/* ホバー設定 */
	.mv_menu a:hover,
	.mv_menu a img:hover,
	.footer_menu a:hover{
		opacity: 0.8;
	}
	/*改行*/
	.br-pc{display: block;}
	.br-sp{display: none;}
	/* スマホ以外のtel無効 */
	a[href^="tel:"] {
		pointer-events: none;
	}
	
	
	/* 背景 */
	section.bg-yellow{
		padding: 50px 15px;
		position: relative;
		z-index: 999999;
	}
	.bg_texture_top,
	.bg_texture{
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		width: auto;
		padding: 0;
		z-index: -999999;
	}
	.bg_texture{bottom:-65px;}
	section.bg-yellow table{
		width: 100%;
	}	
}


/********************************************
PC
*********************************************/
@media only screen and (min-width: 1024px) {
	body p{line-height: 1.6;}
	.header-area,.pc-menu div,.top-lead p,#news,section div,h2{
		width: 960px;
		margin: 0 auto;
	}
	h2{margin-bottom: 30px;}

}

