@charset "utf-8";

/*----------------------------------------*----------------------------------------
composition
----------------------------------------*----------------------------------------*/

html { font-size: 10px; }
body {
	color: #333;
	font-family: "Open Sans", Verdana, Roboto, "Droid Sans", /*"游ゴシック", YuGothic,*/ "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 1.5rem;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
body {
	background-color: #e5e5e5;
}
}

/*----------------------------------------*----------------------------------------
wrappper
----------------------------------------*----------------------------------------*/
@media screen and (min-width: 768px) {
.wrapper {
	width: 1140px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
}
}

/*----------------------------------------*----------------------------------------
header
----------------------------------------*----------------------------------------*/

#header .container { position: relative; }

@media all and (max-width: 767px) {
#header .container {
	padding-bottom: 0px;
	padding-top: 10px;
	height: 60px;
}
}

@media screen and (min-width: 768px) {
#header {
	border-top: 10px #297fbc solid;
}
#header .container {
	padding-top: 10px;
	height:103px;
}
}

/*----------------------------------------
logo
----------------------------------------*/

#header .logo {
	background: url(../img/logo.gif) no-repeat left center;
	background-size: contain;
}

@media all and (max-width: 767px) {
#header .logo {
	position: absolute;
	height: 60px;
	width: 147px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#header .logo a { height: 60px; }
}

@media screen and (min-width: 768px) {
#header .logo {
	height: 90px;
	width: 220px;
}
#header .logo a { height: 90px; }
}

/*----------------------------------------
description
----------------------------------------*/

@media all and (max-width: 767px) {
#header .description { display: none; }
}

@media screen and (min-width: 768px) {
#header .description { font-size: 1.2rem; }
#header .description--inline {
	position:absolute;
	right: 10px;
	top: 10px;
}
}

/*----------------------------------------
contact
----------------------------------------*/

@media all and (max-width: 767px) {
#header .contact { display: none; }
}

@media screen and (min-width: 768px) {
#header .contact {
	background: url(../img/header_tel.gif) no-repeat right bottom;
	bottom: 0;
	height: 68px;
	position: absolute;
	width: 620px;
}
.grid-960 #header .contact { right: 10px; }
#header .contact a {
	position: absolute;
	right: 320px;
	top: 10px;
}
}

/*----------------------------------------
toggleBtn
----------------------------------------*/

@media all and (max-width: 767px) {
#header .toggleBtn {
	position: absolute;
	display: table;
	color: #0073bd;
	background: #e0f0f9;
}
#header .toggleBtn span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
}
#header .toggleBtn i { display: block; }
#header .toggleBtn--open i:before { content: "\f0c9"; }
#header .toggleBtn--opened i:before { content: "\f00d"; }

/* large */

#header .toggleBtn--large {
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
}
#header .toggleBtn--large i:before { font-size: 3rem; }

/* small */

#header .toggleBtn--small {
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
}
#header .toggleBtn--small i:before { font-size: 1.7rem; }
}

@media screen and (min-width: 768px) {
#header .toggleBtn { display: none; }
}

/*----------------------------------------*----------------------------------------
globalNav
スタイルが複雑なのでPCとスマホを完全に分けています。
#globalNav       = 通常のグローバルナビ
#globalNavSticky = 固定表示を使用する場合の固定表示されたグローバルナビ
.globalNav       = #globalNav,#globalNavSticky共通のスタイル
----------------------------------------*----------------------------------------*/

.globalNav a {
	display: block;
	text-decoration: none;
}

/*----------------------------------------
common
----------------------------------------*/

@media all and (max-width: 767px) {
#globalNav .container { padding: 0; }
#globalNav a {
	padding: 10px;
	position: relative;
}
#globalNav a:before {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -.5em;
	font-family: "FontAwesome";
	line-height: 1;
	content: "\f105";
}
#globalNav .menu--active > a { text-decoration: underline; }
#globalNav .dropdown:not(.dropdown-pc) > a:before {
	content: "\f107";
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

/* menu--primary */

#globalNav .menu--primary + .menu--primary { border-top: 1px solid #1960a5; }
#globalNav .menu--primary > a {
	color: #fff;
	background: #297fbc;
}
#globalNav .menu--primary.dropdown:not(.dropdown-pc) > a:before { background: #297fbc; }

/* col */

#globalNav .menu--col6-sp:nth-child(2) { border-top: none; }
#globalNav .menu--col6-sp:nth-child(2n), #globalNav .menu--col6-sp + .menu--col6-sp, #globalNav .menu--col4-sp + .menu--col4-sp, #globalNav .menu--col3-sp + .menu--col3-sp, #globalNav .menu--col8-sp + .menu--col4-sp, #globalNav .menu--col9-sp + .menu--col3-sp { border-left: 1px solid #1960a5; }
}

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

.globalNav { background: #d3eaf7; }

/* menu--primary */

.globalNav .menu--primary { float: left; }
.globalNav .menu--primary > a { background: url(../img/globalNav.png) no-repeat top center; }
.globalNav .menu--primary > a:hover, .globalNav .menu--primary.menu--active > a { background-color: #e0f0f9; }

.globalNav .container { width: 647px; }

/*----------------------------------------
globalNav
----------------------------------------*/

#globalNav .menu--home { width: 156px; }
#globalNav .menu--about { width: 156px; }
#globalNav .menu--activities { width: 157px; }
#globalNav .menu--membership { width: 157px; }
#globalNav .menu--donation { width: 157px; }
#globalNav .menu--download { width: 156px; }

/* a */

#globalNav .menu--primary > a { height: 60px; }
#globalNav .menu--about > a { background-position: 0 0; }
#globalNav .menu--activities > a { background-position: -156px 0; }
#globalNav .menu--membership > a { background-position: -470px 0; }
#globalNav .menu--donation > a { background-position: -627px 0; }
#globalNav .menu--download > a { background-position: -784px 0; }

#globalNav .menu--about > a:hover { background-position: 0 -60px; }
#globalNav .menu--activities > a:hover { background-position: -156px -60px; }
#globalNav .menu--membership > a:hover { background-position: -470px -60px; }
#globalNav .menu--donation > a:hover { background-position: -627px -60px; }
#globalNav .menu--download > a:hover { background-position: -784px -60px; }
}

/*----------------------------------------*----------------------------------------
toggleNav
----------------------------------------*----------------------------------------*/

@media all and (max-width: 767px) {
#toggleNav .toggleNav_contents { display: none; }
#toggleNav .toggleNav_block {
	padding: 10px;
	background: #fff;
}
#toggleNav .toggleNav_block + .toggleNav_block { border-top: 1px solid #ccc; }
#toggleNav .menu { text-align: left; }
}

/*----------------------------------------
toggleNav_btn
----------------------------------------*/

@media all and (max-width: 767px) {
#toggleNav .toggleNav_btn {
	background: #d3eaf7;
	color: #111;
	position: relative;
	padding: 10px;
}
#toggleNav .toggleNav_btn:before, #toggleNav .toggleNav_btn:after {
	font-family: "FontAwesome";
	line-height: 1;
}
#toggleNav .toggleNav_btn--open:before {
	margin-right: 1em;
	content: "\f0c9";
}
#toggleNav .toggleNav_btn--close:after {
	content: "\f00d";
	margin-left: 1em;
}
#toggleNav .toggleNav_btn--opened:before {
	content: "\f00d";
	margin-right: 1em;
}
}

@media screen and (min-width: 768px) {
#toggleNav .toggleNav_btn { display: none; }
}

/*----------------------------------------
subNav
----------------------------------------*/

@media all and (max-width: 767px) {
#toggleNav .subNav .menu + .menu { border-top: 1px solid #ccc; }
#toggleNav .subNav a {
	display: block;
	text-decoration: none;
	background: #e0f0f9;
	position: relative;
	padding: 10px;
	color: #333;
	font-size: 1.4rem;
}
#toggleNav .subNav a:before {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -.5em;
	font-family: "FontAwesome";
	line-height: 1;
	content: "\f105";
}
#toggleNav .subNav .menu--active a { text-decoration: underline; }

/* col */

#toggleNav .subNav .menu--col6-sp:nth-child(2) { border-top: none; }
#toggleNav .subNav .menu--col6-sp:nth-child(2n), #toggleNav .subNav .menu--col6-sp + .menu--col6-sp, #toggleNav .subNav .menu--col4-sp + .menu--col4-sp, #toggleNav .subNav .menu--col3-sp + .menu--col3-sp, #toggleNav .subNav .menu--col8-sp + .menu--col4-sp, #toggleNav .subNav .menu--col9-sp + .menu--col3-sp { border-left: 1px solid #ccc; }
}

/*----------------------------------------
info
----------------------------------------*/

@media all and (max-width: 767px) {
#toggleNav .shop + .shop {
	border-top: 1px dotted #ccc;
	margin-top: 10px;
	padding-top: 10px;
}
#toggleNav .shop_tel {
	font-weight: bold;
	line-height: 1;
}
#toggleNav .phone-sp { font-size: 3.5rem; }
#toggleNav .shop_help {
	border-top: 1px dotted #ccc;
	margin-top: 5px;
	padding-top: 5px;
}
}

/*----------------------------------------
social
----------------------------------------*/

@media all and (max-width: 767px) {
#toggleNav .socialArea, #toggleNav .socialArea .container { text-align: center; }
#toggleNav .socialArea { border-bottom: 1px solid #ccc; }
}

/*----------------------------------------*----------------------------------------
side
----------------------------------------*----------------------------------------*/

#side { }

/* side_nav_common */

.side_nav { margin-bottom: 20px; }
.side_nav dt { }
.side_nav dd { }
.side_nav li { }
.side_nav ul ul { margin-left: 20px; }
.side_nav li li { }
.side_nav a { }
.side_nav a:hover { }
.side_nav .on { }
.side_nav strong { }

/* side_nav */

#side_nav { }
#side_nav dt { }
#side_nav dd { }
#side_nav li { }
#side_nav li:first-child { }
#side_nav a { }
#side_nav a:hover { }
#side_nav .on { }
#side_nav strong { }

/* side_bnr */

#side_bnr { }
#side_bnr li { margin-bottom: 20px; }
#side_bnr li:first-child { }

/* cms */

#side .current-cat > a { color: #f00; }

/*----------------------------------------*----------------------------------------
footerNav
----------------------------------------*----------------------------------------*/

@media screen and (max-width: 767px) {
#footerNav {
	font-size: 1.3rem;
	text-align: left;
}
#footerNav .menu { border-top: 1px solid #1a1a1a; }
#footerNav .menu:first-child { border-top: none; }
#footerNav .menu--col6-sp:nth-child(even) { border-left: 1px solid #1a1a1a; }
#footerNav a {
	color: #fff;
	background: #333;
	text-decoration: none;
	display: block;
	padding: 10px;
	position: relative;
}
#footerNav a:before {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -.5em;
	font-family: "FontAwesome";
	line-height: 1;
	content: "\f105";
}
#footerNav .menu--active a { text-decoration: underline; }
}
@media print, screen and (min-width: 768px) {
#footerNav {
	background: #f2f2f2;
	font-size: 1.2rem;
	padding: 15px 0;
}
#footerNav ul { letter-spacing: -.4em; }
#footerNav li {
	display: inline;
	letter-spacing: normal;
}
#footerNav li + li {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #ccc;
}
#footerNav a {
	color: #333;
	text-decoration: none;
}
#footerNav a:hover, #footerNav .menu--active a { text-decoration: underline; }
}

/*----------------------------------------*----------------------------------------
footer
----------------------------------------*----------------------------------------*/

#footer {
	background: #297fbc;
	color: #fff;
}

@media all and (max-width: 767px) {
#footer { padding: 20px 0 1px; }
#footer .container { text-align: center; }
}

@media screen and (min-width: 768px) {
#footer { padding: 40px 0 20px; }
}

/*----------------------------------------*
footer_info
----------------------------------------*/

#footer .logo {
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
}

#footer .contact {
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/*----------------------------------------*
contact
----------------------------------------*/

#footer .tel {
	line-height: 1;
	margin-bottom: 5px;
	font-weight: 800;
}

@media screen and (max-width: 767px) {
#footer .tel_head { font-size: 1.7rem; }
#footer .tel_number { font-size: 3rem; }
#footer .fax_head { font-size: 1.7rem; }
#footer .fax_number { font-size: 1.7rem; }
#footer .mail_btn { text-align: left; }
}

@media print, screen and (min-width: 768px) {
#footer .tel_head { font-size: 2rem; }
#footer .tel_number { font-size: 3.5rem; }
#footer .fax_head { font-size: 2rem; }
#footer .fax_number { font-size: 2rem; }
}

/*----------------------------------------
	googlemap
----------------------------------------*/

#map_canvas {
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
	color:#111;
}
@media screen and (max-width: 767px) {
	#map_canvas {
		height: 200px;
		margin-top:20px;
		margin-bottom:0;
	}
}
#map_canvas img { max-width: none; }

#googlemap {
  position: relative;
  width: 100%;
  height: 0;
}

#googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 767px) {
	#googlemap {
    padding-top: 150%; /* 2:3 */
	}
}

@media print, screen and (min-width: 768px) {
	#googlemap {
    padding-top: 56.25%; /* 16:9 */
	}
}





/*----------------------------------------*----------------------------------------
copyright
----------------------------------------*----------------------------------------*/

#copyright {
	background: #185fa3;
	font-size: 1.3rem;
	padding: 5px 0;
	color: #fff;
}

/*----------------------------------------*----------------------------------------
pageTop
----------------------------------------*----------------------------------------*/

#pageTop {
	position: fixed;
	text-decoration: none;
	color: #fff;
	background: rgba(0,0,0, .8);
	text-align: center;
	display: block;
}

@media screen and (max-width: 767px) {
/* #pageTopを使う場合 */
body { padding-bottom: 40px; }
#pageTop {
	width: 100%;
	height: 40px;
	line-height: 40px;
	bottom: 0;
	left: 0;
}
}

@media print, screen and (min-width: 768px) {
#pageTop {
	bottom: 20px;
	right: 20px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	line-height: 100px;
	font-size: 1.3rem;
}
}

/*----------------------------------------*----------------------------------------
pageHeader
----------------------------------------*----------------------------------------*/

#pageHeader {
	padding: 40px 0;
	margin-bottom: 20px;
}
@media all and (max-width: 767px) {
#pageHeader {
	padding: 20px 0 10px;
	background: #297fbc;
}
#pageHeader h1 { color:#fff; }
}

/*----------------------------------------*----------------------------------------
shortcut
----------------------------------------*----------------------------------------*/

#shortcut { font-size: 1.3rem; }
#shortcut a {
	color: #333;
	text-decoration: none;
	transition: all .2s linear;
	position: relative;
}
#shortcut a:before {
	font-family: "FontAwesome";
	content: "\f107";
}

@media all and (max-width: 767px) {
#shortcut {
	text-align: left;
	margin-bottom: 20px;
}
#shortcut li + li { border-top: 1px solid #ccc; }
#shortcut a {
	display: block;
	padding: 10px 15px;
	background: #f2f2f2;
}
#shortcut a:before {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -.5em;
	line-height: 1;
}
}

@media screen and (min-width: 768px) {
#shortcut { margin-bottom: 20px; }
#shortcut ul { letter-spacing: -.4em; }
#shortcut li {
	display: inline;
	position: relative;
	letter-spacing: normal;
}
#shortcut li + li { margin-left: 20px; }
#shortcut a:before { margin-right: 10px; }
#shortcut a:hover { color: #f00; }
}

/*----------------------------------------*----------------------------------------
breadcrumb
----------------------------------------*----------------------------------------*/

@media all and (max-width: 767px) {
#breadcrumb { display: none; }
}

@media screen and (min-width: 768px) {
#breadcrumb {
	letter-spacing: -.4em;
	font-size: 1.3rem;
	margin-top:-40px;
	padding-bottom: 40px;
}
#breadcrumb li {
	letter-spacing: normal;
	display: inline;
}
#breadcrumb li:before {
	font-family: "FontAwesome";
	content: "\f105";
	margin: 0 10px;
}
#breadcrumb li:first-child:before {
	content: "";
	margin: 0;
}
#breadcrumb a {
	color: #333;
	text-decoration: none;
}
#breadcrumb a:hover, #breadcrumb a:active { text-decoration: underline; }
}
