/*
Theme Name: yakuto_theme
Theme URL: 
Description: NPO法人とやまコミュメデ・ラボ ワードプレステーマ
Author: qood
Author URI: 
Version: 1.0
Tags: 
*/

@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 98%;
	vertical-align: baseline;
	font-family: Meiryo, 'メイリオ',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', sans-serif;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
a {
	color: #00688C;
}
.ontrans:hover img {
	opacity:0.9;
    filter:alpha(opacity=90);
    -ms-filter: “alpha( opacity=90 )”;
}
.ontrans_box:hover {
	opacity:0.9;
    filter:alpha(opacity=90);
    -ms-filter: “alpha( opacity=90 )”;
}
/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end */


/*common
***************************************************/

body {
	background: #00B285;
}
#wrapper {
	min-width: 1260px;
	background: #FFF;
}
.content_inner {
	width: 1200px;
	margin: 0 auto;
}
.content_inner_box {
	width: 1170px;
	padding: 15px;
}
.btnset {
	clear: both;
	display: inline-block;
	padding: 13px 0;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.link_orange {
	color: #D86C00;
	text-decoration: underline;
}
.link_orange:hover {
	text-decoration: none;
}
.br-pc {
	display: none;
}


/*header
***************************************************/

header {
	text-align: center;
	padding: 30px 0 0;
}
header h1 {
	padding-bottom: 15px;
}
header h1 img {
	width: 350px;
}
header nav {
	display: block;
	width: 100%;
	background: url(images/common/glmenu_bg.gif) repeat-x;
}
#glmenu {
	display: block;
	width: 1200px;
	margin: 0 auto;
}
#glmenu li {
	float: left;
}
#glmenu li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 58px;
	background-image: url(images/common/glmenu.gif);
	background-repeat: no-repeat;
}
#glmenu01 a { width: 149px; background-position: left top; }
#glmenu02 a { width: 208px; background-position: -149px top; }
#glmenu03 a { width: 127px; background-position: -357px top; }
#glmenu04 a { width: 207px; background-position: -484px top; }
#glmenu05 a { width: 145px; background-position: -691px top; }
#glmenu06 a { width: 122px; background-position: -836px top; }
#glmenu07 a { width: 242px; background-position: -958px top; }

#glmenu01 a:hover { background-position: left bottom; }
#glmenu02 a:hover { background-position: -149px bottom; }
#glmenu03 a:hover { background-position: -357px bottom; }
#glmenu04 a:hover { background-position: -484px bottom; }
#glmenu05 a:hover { background-position: -691px bottom; }
#glmenu06 a:hover { background-position: -836px bottom; }
#glmenu07 a:hover { background-position: -958px bottom; }

#sp_menu_btn {
	display: none;
}

/*content
***************************************************/

.owl-dots {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -30px;
	text-align: center;
}
.owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 0 7px;
}
.owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	background: #DDDDDD;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.owl-dot.active span {
	background: #FFBF00;
}
#contents {
	width: 100%;
	margin: 0 auto;
}
#content_main_img {
	background: #00B285;
	margin-top: 60px;
}
#content_main_img_inner {
	width: 1200px;
	margin: 0 auto;
}
#content_main_img_inner img {
	vertical-align: bottom;
}
.contents_txt_link {
	color: #D86C00;
}
#contents .content_inner {
	padding: 45px 0 60px;
}
.contents_txt_link:hover {
	text-decoration: none;
}
#content_title {
	width: 1200px;
	margin: 0 auto;
	border-bottom: solid #00B285 1px;
	padding: 20px 0;
}
#content_title h2,#breadcrumb {
	width: 600px;
	float: left;
}
#content_title h2 {
	width: 580px;
	background: url(images/common/icon_subtitle.png) no-repeat left 3px;
	font-size: 16px;
	padding-left: 20px;
	color: #008C68;
}
#breadcrumb {
	padding-top: 4px;
}
#breadcrumb li {
	float: right;
	font-size: 11px;
}
.subtitle {
	font-size: 18px;
	color: #008C66;
	border-bottom: solid #00B285 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.subtitle span {
	display: block;
	border-left: solid #00B285 2px;
	padding-left: 10px;
}
.grey_box {
	border: solid #CCC 1px;
}
.grey_box h4 {
	text-align: center;
	font-weight: bold;
	border-bottom: solid #CCC 1px;
	padding: 13px 0;
}


/*footer
***************************************************/

footer {
	background: #00B285;
	color: #FFF;
	padding: 40px 0;
}
footer .content_inner {
	position: relative;
}
#footer_l,#footer_r {
	float: left;
}
#footer_l {
	width: 379px;
	border-right: dotted #FFF 1px;
	padding: 25px 0;
}
#footer_logo,#footer_logo img {
	width: 300px;
}
#access_address dl,#access_address dt,#access_address dd {
	float: left;
}
#access_address p {
	padding: 15px 0 10px;
}
#access_address dl {
	padding-right: 20px;
}
#access_address dt {
	background: #FFF;
	color: #008C67;
	padding: 0 5px;
    line-height: 1.3;
}
#access_address dd {
	padding-left: 5px;
}
#access_address a {
	color: #FFF;
	text-decoration: none;
}
#foot_btn {
	padding-top: 25px;
}
#foot_btn a {
	width: 310px;
	color: #008C67;
	background: #FFF;
}
#footer_r {
	width: 770px;
	padding: 25px;
}
#footer_r dt {
	background: url(images/common/icon_footer_subtitle.gif) no-repeat left 3px;
	font-size: 16px;
	padding: 0 0 10px 20px;
}
#footer_r dd {
	padding-left: 20px;
}
#footer_r dd li {
	float: left;
	padding-top: 12px;
}
#footer_r dd li a {
	text-decoration: none;
	color: #FFF;
}
#footer_r dd li a:hover {
	text-decoration: underline;
}
.foot_menu01 { width: 245px; }
.foot_menu02 { width: 250px; }
.foot_menu02 { width: 255px; }
#footer_r dd li img {
	vertical-align: middle;
}
address {
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 11px;
}


/*fixed_nav
***************************************************/

#fixed_nav {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 55px;
	background: url(images/common/glmenu_bg.gif) repeat-x left bottom;
}
#fixed_glmenu {
	width: 1253px;
	margin: 0 auto;
}
#fixed_glmenu li {
	float: left;
}
#fixed_glmenu li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 55px;
	background-image: url(images/common/glmenu_fixed.gif);
	background-repeat: no-repeat;
}
#fixed_glmenu_logo a { width: 193px; background-position: left top; }
#fixed_glmenu01 a { width: 119px; background-position: -193px top; }
#fixed_glmenu02 a { width: 179px; background-position: -312px top; }
#fixed_glmenu03 a { width: 97px; background-position: -491px top; }
#fixed_glmenu04 a { width: 183px; background-position: -588px top; }
#fixed_glmenu05 a { width: 125px; background-position: -771px top; }
#fixed_glmenu06 a { width: 93px; background-position: -896px top; }
#fixed_glmenu07 a { width: 211px; background-position: -989px top; }
#fixed_glmenu08 a { width: 53px; background-position: -1200px top; }

#fixed_glmenu01 a:hover { background-position: -193px bottom; }
#fixed_glmenu02 a:hover { background-position: -312px bottom; }
#fixed_glmenu03 a:hover { background-position: -491px bottom; }
#fixed_glmenu04 a:hover { background-position: -588px bottom; }
#fixed_glmenu05 a:hover { background-position: -771px bottom; }
#fixed_glmenu06 a:hover { background-position: -896px bottom; }
#fixed_glmenu07 a:hover { background-position: -989px bottom; }
#fixed_glmenu08 a:hover { background-position: -1200px bottom; }

#fixed_sp_nav { display: none; }




@media screen and (max-width: 768px){

/*common
***************************************************/

#wrapper {
	width: 100%;
	min-width: 100%;
}
.content_inner,#contents {
	width: 90%;
	margin: 0 auto;
}
.content_inner_box {
	width: 100%;
	padding: 10px 0;
}
.br-sp {
	display: none;
}
.br-pc {
	display: block;
}
.ontrans:hover img {
	opacity:1.0;
    filter:alpha(opacity=100);
    -ms-filter: “alpha( opacity=100 )”;
}
.ontrans_box:hover {
	opacity:1.0;
    filter:alpha(opacity=100);
    -ms-filter: “alpha( opacity=100 )”;
}

/*header
***************************************************/

header {
	text-align: center;
	padding: 15px 0;
}
header h1 {
	padding-bottom: 0;
}
header h1 img {
	width: 180px;
}
#sp_menu_btn {
	display: block;
	position: fixed;
	width: 60px;
	height: 60px;
	right: 15px;
	bottom: 15px;
	background: #000;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	background: #008C68 url(images/common/glmenu_sp.png) no-repeat left top;
	background-size: 60px 60px;
	z-index: 9000;
}
nav #glmenu {
	display: none;
	position: fixed;
	left: 10%;
	bottom: 45px;
	width: 80%;
	border-top: solid #008C68 1px;
	border-left: solid #008C68 1px;
	border-right: solid #008C68 1px;
	border-bottom: none;
	background-color:rgba(255,255,255,1.0);
	z-index: 8000;
}
nav #glmenu li {
	width: 100%;
	float: none;
	border-bottom: solid #008C68 1px;
}
nav #glmenu li a,nav #glmenu li a:hover {
	width: 100%;
	display: block;
	text-indent: 0;
	height: auto;
	background: none;
	padding: 18px 0;
	font-size: 15px;
	color: #008C68;
	text-decoration: none;
}
/*landscape menu*/
nav #glmenu.landscape {
	left: 6%;
	top: 10%;
	width: 86%;
	height: 80%;
	border-bottom: solid #008C68 1px;
	overflow-y: scroll;
	background-color:rgba(255,255,255,1.0);
}


/*content
***************************************************/

#content_main_img_inner,#content_main_img_inner img {
	width: 100%;
}
#content_main_img {
    margin-top: 30px;
}
#content_main_img_inner {
	height: auto;
}
#contents .content_inner {
	width: 100%;
	padding: 20px 0;
}
#content_title {
	width: 100%;
	border-top: solid #00B285 1px;
	padding: 15px 0;
}
#content_title h2 {
	width: 100%;
	float: none;
	background: none;
	padding: 0;
	text-align: center;
}
#breadcrumb {
	display: none;
}


/*footer
***************************************************/

#access_address dl,#access_address dt,#access_address dd {
	float: none;
}
#footer_l {
	width: 100%;
	min-width: 100%;
	border-right: none;
	padding: 0;
}
#footer_r {
	display: none;
}
#footer_logo {
	width: 100%;
	padding-right: 0;
	text-align: center;
}
#footer_logo img {
	width: 200px;
}
#access_address {
	font-size: 12px;
	text-align: center;
}
#access_address dl {
	padding: 0 3px;
}
#access_address dl,#access_address dt,#access_address dd {
	display: inline-block;
}
#foot_btn a {
	width: 100%;
}
address {
	clear: both;
	position: static;
	text-align: center;
	font-size: 10px;
	padding: 40px 0;
}


/*fixed_nav
***************************************************/

#fixed_nav {
	display: none;
}
#fixed_sp_nav {
	display: block;
	position: fixed;
	width: 60px;
	height: 60px;
	left: 15px;
	bottom: 15px;
	background: #000;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	background: #008C68 url(images/common/btn_rtn.png) no-repeat left top;
	background-size: 60px 60px;
	z-index: 9000;
}
#fixed_sp_nav a {
	display: block;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
}

}



