@charset "utf-8";

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

html { font-size: 10px; }
body {
	color: #333;
	font-family: "Open Sans", Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background-color:#FFF;		/*ページ全体の背景色*/
	font-size: 1.7rem;
	line-height: 1.5;
}

a img:hover{
	opacity:0.6;
	transition:.2s linear;
}
@media screen and (min-width: 768px) {
#contents p{ line-height:3.2rem; margin-bottom:30px !important;}
}
@media all and (max-width: 767px) {
#contents p{font-size: 1.4rem !important; line-height:2.5rem; margin-bottom:17px !important;}
}
/*----------------------------------------*----------------------------------------
header
----------------------------------------*----------------------------------------*/

@media all and (max-width: 767px) {
#header { padding:5px 0; height: 25px; padding:0 !important;}
#header .container{ margin:0 !important;}
}

@media screen and (min-width: 768px) {
#header .container{
	position: relative;
	text-align:right;
}
}

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

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

@media all and (max-width: 767px) {
#header .logo {
	width: 223px;
	height:30px;
	margin:10px 0 0 0 !important;
}
#header .logo a { height:30px;}
}

@media screen and (min-width: 768px) {
#header .logo {
	display: block;
	width: 312px;
	height: 42px;
	margin:35px auto 20px auto !important;
}
#header .logo a { height: 42px; }
}

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

@media all and (max-width: 767px) {
#header .contact { display: none; }
#header #header_tel_sp{
	background: #ea535e url(../img/icon_tel_sp.gif) center center no-repeat;
	background-size:25px;
	display:inline-block;
	position: absolute;
	text-align:center;
	padding:0;
	font-size:2.4rem;
	top:0;
	right:0;
	width:50px;
	height:50px;
}
#header #header_tel_sp a{
	width:50px;
	height:50px;
}
}

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

#header .row{
	display: inline-block;
	width:640px;
	margin:0 !important;
	padding:0 !important;
}
#header .row .col{
	text-align:center;
	padding:0 !important;
}
}

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

@media all and (max-width: 767px) {
#header .toggleBtn {
	position: absolute;
	display: table;
	color: #fff;
	background: #c00;
}
#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 {
	color:#000;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.6rem;
	display: block;
	text-decoration: none;
	transition: all .2s linear;
	font-weight:500;
}

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

@media all and (max-width: 767px) {
#globalNav{
	margin-top:11px;
}
#globalNav .container {
	padding:0!important;
}

#globalNav ul{
	padding: 0!important;
}
#globalNav a {
	padding: 10px;
	position: relative;
	z-index:9999 !important;
}
#globalNav a:before {
	color:#666;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -.5em;
	font-family: "FontAwesome";
	line-height: 1;
	content: "\f138";
}
#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 #CCC; }
#globalNav .menu--primary > a {
	color: #000;
	background: #F9F9F9;
	border-bottom:#CCC 1px solid;
	margin-bottom:-1px !important;
}
#globalNav .menu--primary.dropdown:not(.dropdown-pc) > a:before { background: #CCC; }

/* dropdown */

#globalNav .dropdownNav { display: none; }
#globalNav .menu--secondary + .menu--secondary { border-top: 1px solid #ccc; }
#globalNav .menu--secondary a {
	background: #fff;
	color: #333;
}
#globalNav .menu--secondary.dropdown:not(.dropdown-pc) > a:before { background: #ccc; }
#globalNav ul.clearfix .dropdown > a.menu--opened:before { content: "\f106"; }
#globalNav .dropdownNav .dropdownNav a { background: #CCC; }

/* 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 #1a1a1a; }
}

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


#globalNav{
	position:relative;
	padding:20px 0 0 0!important;
	margin-bottom:0;
}
#globalNav .container{
	position:relative;
	text-align:center;
}
#globalNav ul{
	display: inline-block;
	width: auto;
	margin:auto;
}

#globalNav ul li{
	position:relative;

	float:left;
	margin-right:5px;
}

/* menu--primary */

#globalNav .menu--primary{
	position:relative;
	float: left;
	padding:0 10px 0 10px !important;
	margin-left: 15px !important;
}
/* a */

#globalNav .menu--primary > a { height: 43px; }
.globalNav .menu--primary > a:hover, .globalNav .menu--primary.menu--active > a { color:#333 !important; }

/* dropdown */
/* dropdown */

.globalNav .dropdown {
	position: relative;
	z-index: 10;
	font-size: 1.4rem;
}
.globalNav .dropdownNav {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	background: #F0F7F7;
	width: 300px;
	z-index: 11;
}
.globalNav .menu--primary:last-child .dropdownNav {
	left: auto;
	right: 0;
}
.globalNav .dropdown:hover > .dropdownNav { display: block; }
.globalNav .menu--secondary.dropdown > a:before {
	background: #ccc;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-top: -10px;
}
.globalNav .dropdownNav .dropdownNav {
	top: 0;
	left: 200px;
	z-index: 12;
}

/* menu--secondary */

.globalNav .menu--secondary + .menu--secondary { border-top: 1px solid #FFF; }
.globalNav .menu--secondary a {
	position: relative;
	padding: 10px;
	transition: all .2s linear;
	color: #333;
	font-size: 1.4rem !important;
}
.globalNav .menu--secondary a:hover, .globalNav .menu--secondary.menu--active a { color:#999 !important; }

.globalNav .menu--social {
	width:120px !important;
}
.globalNav .menu--social a{
	font-size:1.6rem !important;
	display: inline-block !important;
	padding: 0 0 0 15px;
}
}

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

@media all and (max-width: 767px) {
#toggleNav .toggleNav_contents { display: none;}
#toggleNav .toggleNav_block {
	padding: 10px;
}
#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: #FFF;
	text-align:right;
	color: #000;
	display:inline-block;
	position: absolute;
	padding:0 !important;
	margin:0 !important;
	font-size:3rem;
	top:0;
	right:20px;
	width:40px;
	height:40px;
}
#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: #f2f2f2;
	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; }
}


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

@media screen and (max-width: 767px) {
#footerNav {
	font-size: 1.3rem;
	text-align: left;
}
#footerNav .container{
	padding:0;
}
#footerNav .menu { border-top: 1px dashed #666; }
#footerNav .menu:first-child { border-top: none; }
#footerNav .menu--col6-sp:nth-child(even) { border-left: 1px solid #fff; }
#footerNav a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px;
	position: relative;
}
#footerNav .menu--active a { text-decoration: none; }
#footerNav .row { margin-bottom:0 !important;}
#footerNav .col { margin-bottom:0 !important;}
}
@media print, screen and (min-width: 768px) {
#footerNav {
	text-align:left;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.3rem;
	padding: 30px 0;
}
#footerNav .col{
	padding:0 10px 0 30px;
}
#footerNav .col:first-child{
	border:none !important;
}
#footerNav ul { letter-spacing: -.4em; }
#footerNav li {
	letter-spacing: normal;
	margin-bottom:15px;
	padding-right:20px;
}
#footerNav ul ul{
	margin-top:15px;
}
#footerNav li li{
	margin-bottom:15px;
	margin-left:5px;
	padding-left:15px;
}

#footerNav .area-sub li{
	display:inline-block;
	float:left;
	width:47%;
}

#footerNav a {
	color: #000;
	text-decoration: none;
}
#footerNav a:hover, #footerNav .menu--active a { text-decoration: none; }
}


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

#footer {
	color: #333;
	border-top:#CCC 1px solid;
}

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

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

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

#footer .logo a {
	background: url(../img/logo.gif) no-repeat center center;
	background-size: contain;
	width: 312px;
	height: 42px;
	margin:0 0 20px 0 !important;
}

@media screen and (max-width: 767px) {
#footer .logo{ position:relative; text-align:center !important;}
#footer .logo a { margin:20px auto !important;
width:223px;
	height:30px;
}
}
/*----------------------------------------*----------------------------------------
copyright
----------------------------------------*----------------------------------------*/

#copyright {
	text-align:center;
	color:#333;
	background:#F9F9F9;
	font-size: 1.2rem;
	padding: 15px 0;
}
@media screen and (max-width: 767px) {
#copyright {
	padding:10px 0 !important;
	}
}

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

#pageTop {
	position:fixed;
	text-decoration: none;
	color: #CCC;
	background: #FFF;
	border:#CCC 3px solid;
	text-align: center;
	display: block;
}

@media screen and (max-width: 767px) {
/* #pageTopを使う場合 */
#pageTop {
	display:none !important;
	position: fixed!important;
	display:block;
	text-align:center;
	font-size:1.4rem;
	width:40px;
	height:40px;
	line-height:15px;
	margin:0;
	border-radius: 50%;
	padding:10px;
	bottom:30px;
	right:3px;
	}
}

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

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

#pageHeader{ }
#pageHeader h1, #pageHeader div { text-align:center;color: #fff; margin-bottom: 0; }

@media screen and (max-width: 767px) {
#pageHeader { padding: 0; }
#pageHeader h1,#pageHeader  div{
	color:#FFF !important;
	font-size: 2.8rem;
	line-height: 1;
}
#pageHeader h1{
	background:#ea535e;
	border-radius:10px;
	padding:20px 10px;
	margin-bottom:-10px !important;
}
}

@media print, screen and (min-width: 768px) {
#pageHeader { padding: 0; }
#pageHeader h1,#pageHeader  div{
	color:#FFF !important;
	font-size: 3.6rem;
	line-height: 1;
}
#pageHeader h1{
	background:#ea535e;
	border-radius:40px;
	padding:20px;
	margin-bottom:-30px !important;
}
}

/*----------------------------------------*----------------------------------------
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;
}
#shortcut + #contents { margin-top: 20px; }
}

@media screen and (min-width: 768px) {
#shortcut { margin-bottom: 40px; }
#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; }
#shortcut + #contents { margin-top: 60px; }
}

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

#breadcrumb {
	text-align:right;
	letter-spacing: -.4em;
	font-size: 1.2rem;
	padding:12px 0 0 0;
}
#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:hover, #breadcrumb a:active { text-decoration: underline; }
#breadcrumb a {
	color: #000;
	text-decoration: none;
}
@media all and (max-width: 767px) {
#breadcrumb {
	display:none !important;
	text-align:left;
	letter-spacing: -.4em;
	font-size: 1.0rem;
	padding:10px;
}
#breadcrumb li:before {
	margin: 0 5px;
}
}
