@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------
	全ページ共通スタイル
----------------------------------------------------------------------------------------------------*/

/* 要素設定*/
body{
	background:#FFF;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color:#333;
	font-size:20px;
	line-height:1.9;
	-webkit-transition:background-color 0.3s,color 0.3s;
	transition:background-color 0.3s,color 0.3s;
}


a{
	color:#E27802;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

a img{
/*	transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;*/
}


ul.num {
	list-style-type:decimal;
}

.mleft10 {
	margin-left:10px;
}

.tel-link {
	text-decoration:none;
	color:#333;
}

a:hover img{
    opacity: 0.7;
}

.hidden{
	visibility:hidden;
}

.none{
	display:none;	
}

.left-col{
	float:left;	
}

.right-col{
	float:right;
}	

.center-col{
	text-align:center;
	
}	

.fnt15 {
	font-size:15px;
}

.fntbld {
	font-weight:bold;
}

.fntnote {
	color:#F00;
}

.pc_none {
	display:none;
}

/* PDFファイルへのリンクボタン */
.btn_pdf {
	margin:0 auto;
/*	margin:0 20px 20px; */
    width:430px;
    font-size:16px;
    text-decoration:none;
	display:block;
    text-align:center;
    padding:10px 0;
    color:#58391C;
	font-weight:bold;
    background-color:#F88F01;
    border-radius:5px;

}

a span.pdf {
	width:20px;
	height:20px;
	background-image:url(../img/icon_pdf.png);
	background-size:20px 20px;
	display:inline-block;
	text-indent:-9999px;
	vertical-align:middle;
	margin:0 0 5px 0;
}


/* WORDファイルへのリンクボタン */
.btn_word {
	margin:0 auto;
/*	margin:0 20px 20px; */
    width:420px;
    font-size:16px;
    text-decoration:none;
    text-align:center;
    padding:10px 0;
    color:#FFF;
	font-weight:bold;
    background-color:#009726;
    border-radius:5px;
}

a span.word {
	width:20px;
	height:20px;
	background-image:url(../img/icon_word.png);
	background-size:20px 20px;
	display:inline-block;
	text-indent:-9999px;
	vertical-align:middle;
	margin:0 0 5px 0;
}


/* 外部へのリンクボタン */
.btn_form {
	margin:0 auto;
    width:20%;
    font-size:16px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:10px 0;
    color:#FFF;
	font-weight:bold;
    background-color:#009726;
    border-radius:5px;
}

/* 外部（新規ウィンドウ）へのリンクボタン */
.btn_new_window {
	margin:0 auto;
/*	margin:0 20px 20px; */
    width:420px;
    font-size:16px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:10px 0;
    color:#FFF;
	font-weight:bold;
    background-color:#009726;
    border-radius:5px;
}

a span.new_window {
	width:20px;
	height:20px;
	background-image:url(../img/icon_new_window.png);
	background-size:20px 20px;
	display:inline-block;
	text-indent:-9999px;
	vertical-align:middle;
	margin:0 0 5px 0;
}

	#sec1,#sec2,#sec3,#sec4,#sec5,#sec6{
		margin:0 0 5% 0;
	}

	#sec1,#sec2,#sec3,#sec4,#sec5,#sec6 .sec-inner{
	margin:0 0 5% 0;
	padding:0 2%;
	line-height:120%;
	}

	

/* ヘッダー */
#header {
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:1;
}

#logo{
	margin:20px;
	text-align:center;
}

#logo a{
}

/* グローバルナビ */
.inner {
    width: 960px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* パンくず */

#pankuzu{
	width:960px;
	margin:32px auto 30px;
	padding:0 5px;
	font-size:17px;
}

#pankuzu li{
	display:inline-block;
	margin:0 2px 0 0;
}

#pankuzu li:after{
	content:">";
	margin:0 0 0 5px;
}	

#pankuzu li:last-child:after{
	display:none;	
}


/* フッター */

#footer{
	margin:5px 0 0 0;
	border-top:5px solid #58391C;
}

#footer .inner{
	padding:5px 0 5px;
	position:relative;
	z-index:1;
	width:920px;
	margin:0 auto;
	line-height:1.5em;
}

#footer .name {
	font-size:20px;
}

/* フッダ名称エリア */
.tbl-common01 {  
    margin: 0 auto;
    border-bottom: none;
}

.tbl-common01 dt {  
    font-weight: bold;
	color:#333;
}

    .tbl-common01 dt,
    .tbl-common01 dd {
    }
    
    .tbl-common01 dt {
        clear: both;
        float: left;
    }
    
    .tbl-common01 dd {
        padding-left: 10px;
		color:#333;
    }

#footer dl{
	color:#52A513;
}	

#footer dt{
	font-size:16px;
	display:inline-block;	
}

#footer dd{
	display:inline-block;	
}

#copyright{
	color: #666;
	font-size: 11px;
	margin:3px 0;
    text-align: center;
}

/* ページトップへ戻る */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
	width:70px;
	height:70px;
}
.pagetop a {
    display: block;
	cursor:pointer;
}

.pagetop a img {
	width:70px;
	height:70px;
}

.pagetop a:hover {
    display: block;
	cursor:pointer;
}

/* コンテンツ */

#body{
	-webkit-transition:font-size 0.3s;
	transition:font-size 0.3s;
	margin:0 5px;
}

#body .inner{
	width:960px;
	margin:0 auto;
}


/* メニュー */

#whole{
	left:0;
	position:relative;
	-webkit-transition:left 0.5s;
	transition:left 0.5s;
}

#wrapper{
	width:100%;
	overflow:hidden;
	margin:0 auto;
}	

/*
@media screen and (device-aspect-ratio: 16/9), screen and (device-aspect-ratio: 16/10){
#wrapper{
	max-width:1200px;
	width:100%;
	overflow:hidden;
	margin:0 auto;
}	
*/

/* 汎用タイトル */

.title01{
	margin-bottom:20px;
	font-size:25px;
	position: relative;
	padding-bottom: 2px;
	border-bottom: 4px solid #ccc;
}

.title01:after{
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 4px;
	background-color:#E27802;
}

.title02 {
	padding:10px;
	background-color: #f6f6f6;
	border: 1px solid #eee;
	color:#000;
	font-size:18px;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset, -1px -1px 0 rgba(100, 100, 100, .1) inset;
	margin-bottom:10px;
}

/* Responsive Setting */
.all-device-block,
.sp-block,
.portrait-block,
.landscape-block,
.tablet-block{
	display:none;	
}

.all-device-inline,
.sp-inline,
.portrait-inline,
.landscape-inline,
.tablet-inline{
	display:none;	
}


/* All SP */
/*@media screen and (max-width:639px){*/
@media screen and (max-width:768px){

	/* 要素設定*/
	body{
		font-size:15px;
		line-height:1.6;
	}

	#body .inner{
		width:98%;
		margin:0 auto;
	}	
	

	.sp_none{
		display:none;	
	}
	
	.sp-block{
		display:block;	
	}
	
	.sp-inline{
		display:inline;
	}

	.pc_none {
		display: block;
	}
	
	.tel-link {
		text-decoration:underline;
		color:#0066FF;
	}

	/* PDFファイルへのリンクボタン */
	.btn_pdf {
		margin:0 auto;
		width:80%;
		font-size:16px;
		text-decoration:none;
		display:block;
		text-align:center;
		padding:10px;
		color:#333;
		font-weight:bold;
		background-color:#F88F01;
		border-radius:5px;
		margin-bottom:10px;
	}


	/* WORDファイルへのリンクボタン */
	.btn_word {
		margin:0 auto;
		width:80%;
		font-size:16px;
		text-decoration:none;
		display:block;
		text-align:center;
		padding:10px;
		color:#666;
		font-weight:bold;
		background-color:#8EC1FF;
		border-radius:5px;
		margin-bottom:10px;
	}

	
	/* 外部へのリンクボタン */
	.btn_form {
		margin:0 auto;
		width:80%;
		font-size:16px;
		text-decoration:none;
		display:block;
		text-align:center;
		padding:25px 20px;
		color:#666;
		font-weight:bold;
		background-color:#8EC1FF;
		border-radius:5px;

	}

	/* 外部（新規ウィンドウ）へのリンクボタン */
	.btn_new_window {
			margin:0 auto;
			width:80%;
			font-size:16px;
			text-decoration:none;
			display:block;
			text-align:center;
			padding:10px;
			color:#FFF;
			font-weight:bold;
			background-color:#009726;
			border-radius:5px;
			margin-bottom:10px;

	}
	
	#sec1,#sec2,#sec3,#sec4,#sec5,#sec6{
		margin:0 0 5% 0;
	}

	#sec1,#sec2,#sec3,#sec4,#sec5,#sec6 .sec-inner{
	margin:0 0 5% 0;
	padding:0 2%;
	line-height:120%;
	}


	/* ヘッダー */
	#header{
		padding:0;
		width:100%;
		text-align:center;
	}
	
	#header .area-tel{
		margin:10px 0 5px;	
	}

	#logo{
/*		margin:10px;	*/
		display:none;
	}

	#logo img{
		width:80%;
		height: auto;
	}

	#header h3{
		font-size:12px;	
	}
	
	#header .tel a{
		font-size:16px;
		background-size:12px auto;
		padding:5px 0 5px 15px;
	}

	#header .area-change-size h3{
		display:none;
	}	

	#header .area-change-size li:nth-child(1),
	#header .area-change-size li:nth-child(2){
		display:none;	
	}

	/* アコーディオンメニュー */
	div.accordion {
	/*  width: 100%;*/
	  margin:10px 20px;
	}
	div.accordion > ul > li {
		margin-bottom:20px;
	}
	div.accordion > ul > li > a {
	  display: block;
	  color: #242424;
	  font-size: 15px;
	  text-decoration: none;
	  cursor: pointer;
	  padding: 10px 5px;
	  position: relative;
        border-top-left-radius:10px;
		border-top-right-radius:10px;
        font-weight: bold;
	}
	div.accordion > ul > li > a:hover{
	  background-color: #E27802;
	}
	
	div.accordion > ul > li > a.style {
	  background-color: #E27802;
	  border-bottom: 3px solid #F88F01;
	}
	
	div.accordion > ul > li > a.about {
	  background-color: #E27802;
	  border-bottom: 3px solid #F88F01;
	}
	
	div.accordion > ul > li > a.workshop {
	  background-color: #E27802;
	  border-bottom: 3px solid #F88F01;
	}
    
    div.accordion > ul > li > a.connection {
	  background-color: #E27802;
	  border-bottom: 3px solid #F88F01;
	}
		
	div.accordion > ul > li > a:hover{
	/*  background-color: #5997a7;
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;*/
	}
	
	div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
	  font-size: 14px;
	  position: absolute;
	  right: 12px;
	  top: 10px;
	  color: #FFF;
	}
	div.accordion > ul > li > a:after{
	  content: "▼";
	}
	div.accordion > ul > li > a.active:after{
	  content: "▲";
	}
	div.accordion > ul > li > ul {
	  display: none;
	}
	
	div.accordion > ul > li > ul > li {
		border-left:1px solid #CCC;
		border-right:1px solid #CCC;
	}
	
	div.accordion > ul > li > ul > li > a{
	  display: block;
	  color: #333;
	  font-size: 15px;
	  background-color: #FFF;
	  border-bottom: 1px dotted #CCC;
	  padding: 15px 12px;
	  position: relative;
	  text-decoration:none;
	}
	
	div.accordion > ul > li > ul > li > a.last{
		border-bottom:1px solid #CCC;
	}
	
	div.accordion > ul > li > ul > li > a:hover{
	/*  background-color: #67ab9c;*/
	}


	/* グローバルナビ */

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
		border-bottom:0;
		border-top:0;
    }

    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
/*        background: #CCC;*/
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }

	#mobile-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
	}

	#mobile-nav li {
        float: none;
        position: static;
    }


    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }


	/* メニューボタン */
	#button-menu{
		right:5px;
		top:5px;
		display:block;
	}
	
	#button-menu a{
		width:50px;
		height:50px;
	}
	
	#button-menu .icon{
		background-position:center 10px;
		background-size:16px auto;
		padding:28px 0 0;
		font-size:11px;
	}
	

	#whole.menu-open{
		left:-200px;	
	}
	
	#whole.menu-open #button-menu{
		right:205px;	
	}

	/* メニュー */
	#menu-nav{
		width:200px;
		box-shadow:inset 12px 0 12px rgba(0,118,38,0.65);  
	}
	
	#menu-nav a{
		font-size:12px;
		padding:0 0 0 20px;
	}
	
	#menu-nav .icon{
		background-size:14px 14px;
		padding:0 0 0 30px;
	}

	/* パンくず */
	#pankuzu{
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding:0 2%;
		margin:3% auto;	
		font-size:14px;
		text-align:left;
	}
	
	#pankuzu li{
		margin:0 5px 5px 0;
		border-radius:2px;
	}
	
	#pankuzu li a{
		background:#58391C;
		color:#fff;
		text-decoration:none;
		padding:5px;
		position:relative;
		z-index:0;
		border-radius:2px;
	}
	
	#pankuzu li.current,
	#pankuzu li:last-child{
		background:#E27802;
		color:#fff;
		text-decoration:none;
		padding:5px;
		position:relative;
		z-index:0;
	}
	
	#pankuzu li:last-child:before{
		content:"";
		display:block;
		width:0;
		height:0;
		border:5px solid #fff;
		border-top-color:transparent;
		border-bottom-color:transparent;
		border-right-color:transparent;
		position:absolute;
		z-index:1;
		left:0px;
		top:50%;
		margin-top:-5px;
		transition:border-color 0.3s;
		-webkit-transition:border-color 0.3s;
	}
	
	.color-black #pankuzu li:last-child:before{
		border-left-color:#333;
	}
	
	#pankuzu li:after{
		display:none;
	}	
	
	#pankuzu li.current:after,
	#pankuzu li a:after{
		content:"";
		display:block;
		background:none;
		width:0;
		height:0;
		border:5px solid #58391C;
		border-top-color:transparent;
		border-bottom-color:transparent;
		border-right-color:transparent;
		position:absolute;
		z-index:1;
		right:-10px;
		top:50%;
		margin-top:-5px;
		margin-right:0;
	}
	
	#pankuzu li.current:after{
		border-left-color:#F17967;	
	}
	
	#pankuzu li.current:before,
	#pankuzu li a:before{
		content:"";
		display:block;
		width:0;
		height:0;
		border:5px solid #fff;
		border-top-color:transparent;
		border-bottom-color:transparent;
		border-right-color:transparent;
		position:absolute;
		z-index:1;
		left:0px;
		top:50%;
		margin-top:-5px;
	}
	
	.color-black #pankuzu li.current:before,
	.color-black #pankuzu li a:before{
		border-left-color:#333;
	}
	
	#pankuzu li:first-child a:before{
		display:none;
	}

	/* フッター */
	#footer{
		margin:10px 0 0;
		border-top:3px solid #58391C;
	}

	#footer .inner{
		padding:10px 0 20px;
		width:98%;
	}
	
	#footer .name {
		font-size:18px;
	}


    .tbl-common01 {
/*        background-color: #fff;*/
    }
    
    .tbl-common01 dt,
    .tbl-common01 dd {
		width:100%;
    }
    
    .tbl-common01 dt {
        float: none;
		padding:0;
		font-size:16px
    }
    
    .tbl-common01 dd {
		padding:0;
		font-size:16px;
        padding-left: 0;
    }


	#footer-nav{
		padding:20px 0 0;	
	}

	#footer-nav a{
		font-size:10px;	
		padding:2px 8px;
		border-radius:3px;
	}

	#footer li{
		margin:0 1px 5px;
	}

	#footer dl{
		font-size:12px;
	}	

	#footer dt{
		font-size:14px;
		display:inline-block;	
	}

	#copyright{
		font-size:10px;
	}
	
	.text-large #body{
		font-size:inherit;	
	}


/* ページトップへ戻る */

	.pagetop {
		display: none;
		position: fixed;
		bottom: 30px;
		right: 30px;
		width:50px;
		height:50px;
	}
	.pagetop a {
		display: block;
	/*	width:70px;
		height:70px;
		border-radius: 10%;
		background-color: #74CFD4;
		text-align: center;
		color: #FFF;
		font-size: 16px;
		line-height:1.2;
		text-decoration: none;
		padding: 5px 10px;
		filter:alpha(opacity=90);
		-moz-opacity: 0.9;
		opacity: 0.9;*/
		cursor:pointer;
	}
	
	.pagetop a img {
		width:50px;
		height:50px;
	}
	
	.pagetop a:hover {
		display: block;
	/*	width:70px;
		height:70px;
		border-radius: 10%;
		background-color: #A3E0ED;
		text-align: center;
		color: #fff;
		text-decoration: none;
		padding:5px 10px;
		filter:alpha(opacity=90);
		-moz-opacity: 0.9;
		opacity: 0.9;*/
		cursor:pointer;
	}

	/* 汎用タイトル */

	.title01{
		margin:10px 0;
		font-size:20px;
		position: relative;
		padding-bottom: 2px;
		border-bottom: 4px solid #ccc;
	}
	
	.title01:after{
		position: absolute;
		bottom: -4px;
		left: 0;
		z-index: 2;
		content: '';
		width: 30%;
		height: 4px;
		background-color:#E27802;
	}
	

	.menu .title03{
		font-size:15px;	
	}
		
	/* 汎用テーブル */
	
	.table01{
		font-size:11px;
	}
	
	/* メニューのナビ */
	
	.menu-paeg-nav.first{
		margin:4.5% 0 3%;
	}
	
	.menu-paeg-nav.last{
		margin:10% 0 3%;
	}

	.menu-paeg-nav.last ul{
		padding:3% 0 0;
	}

	.menu-paeg-nav li{
		font-size:12px;
	}	
}

@media print {
    /* 印刷したくない領域*/
    .hidden-print {
        display: none;
    }
}