﻿@charset "UTF-8";


/*================================================
 *  CSSリセット
 ================================================*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body{
	-webkit-text-size-adjust: 100%;
}
/* = Selected Text
----------------------------------------------- */
::selection {
    background:#BFD6F5; /* Safari */
}
::-moz-selection {
    background:#BFD6F5;/* Firefox */
}

body {
	line-height: 1;
	background: #fefefe;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle;
}
input {
	padding: 0;
	width: 50%
}
/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 16px;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
	line-height: 1.6;
}
.inner {
	width: 100%;
	box-sizing: border-box;
}
header {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	background: #fcfcfc;
}
nav {
	width: 100%;
	background: #fff;
	⁄zoom: 1;
}
nav:after {
	content: '';
	display: block;
	clear: both;
}
article {
	width: 980px;
	margin: 20px auto;
}
section {
	margin: 20px 0;
	background: #fff;
	border: 1px #ccc solid;
	padding: 20px;
}
footer {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 0 auto;
}
a {
	color: #3e3a39;
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}
h1 {
	margin-bottom: 0.8em;
	margin-top: 0.4em;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #bcc9d1;
}
h1:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 1;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}
h1:first-letter {
	color:#0086d1;	
}
h2 {
	margin-bottom: 0.8em;
	margin-top: 0.4em;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
h3 {
	font-size: 16px;
	padding: .5em .75em;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	box-shadow: 0 7px 0px -5px rgba(0, 0, 0, .02) inset;
	font-weight: bold;
	margin-bottom: .8em;
}
h4 {
	margin-bottom: .8em;
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #ccc;
}
h4:before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #3498db;
}
h4:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
h5 {
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #ccc;
}
h5:before, h5:after {
	position: absolute;
	content: '';
	border-radius: 100%
}
h5:before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
}
h5:after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
}
h6 {
	margin-bottom: 0.25em;
	color: #382400;
	font-size: 14px;
	font-weight: bold;
}
p {
	margin: 0 0 1em 0;
}
img {
	vertical-align: bottom;
}
em {
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #D1001C;
}
pre {
	margin: 1em 0;
	padding: 1em;
}
blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}
ul, ol, dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}
dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dt:before:not(.box-list) {
 content: "\0025a0";
}
dd {
	margin-bottom: 1em;
}
table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
	background: #fff;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #eee;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}
/*================================================
 *  hover
 ================================================*/
.fill:hover{
	/* box-shadow */
box-shadow:0px 3px 19px -1px #808080;
-moz-box-shadow:0px 3px 19px -1px #808080;
-webkit-box-shadow:0px 3px 19px -1px #808080;
	}
.no-fill:hover{
	/* box-shadow */
box-shadow:0px 3px 19px -1px #808080;
-moz-box-shadow:0px 3px 19px -1px #808080;
-webkit-box-shadow:0px 3px 19px -1px #808080;
	}
/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding: 12px 10px;
	border-bottom: 2px solid #0086d1;
}
.summary {
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0;
}
/*==================サイトタイトル====================*/
#title {
	/*
	margin: 0 14%;
	float: left;
	*/
	box-sizing: border-box;
	display: inline-block;
	width: 35%;
	text-align: center;
}
p.h1 {
	margin: 0 0 0 0;
}
/*====================検索エンジン====================*/
header form {
	/*
	margin: 0 auto;
	width: 30%;
	*/
	box-sizing: border-box;
	width: 25%;
	display: inline-block;
	text-align: right;
}
input {
	padding: .2em 0;
	width: 60%
}
header input{
	margin-right: 5px;
}
header input:last-child {
	background: #0086d1 url(../images/sarch-button.png) no-repeat;
	background-size: 42%;
	background-position: 42% 40%;
	border: none;
	color: rgba(255,255,255,0);
	padding: .35em 0;
	width: 12%;
	margin: -2%;
}
/*====================シェアボタン====================*/
div.inner>div.share {
    box-sizing: border-box;
    display: inline-block;
    width: 34%;
    padding: 0;
    text-align: right;
}
div.inner>div.share>div.rss_image {
	height: 20px;
    display: inline-block;
    vertical-align: top;
}
div.inner>div.share>div.rss_image img{
	height: 100%;
    width: auto;
}
/*================================================
 *  左点線
 ================================================*/
.dotted {
    position: relative;
    max-width: 1200px;
    border-left: #080808 2px dashed;
    margin: 0 auto;
}
.arrow {
    width: 3%;
    position: absolute;
    top: 21%;
}
/*================================================
 *  パンクズリスト 
 ================================================*/
 /*
nav#breadcrumbs:after {
    content: none;
}
nav#breadcrumbs {
	box-shadow: none;
	z-index: 0;
	background: #fefefe;
	font-size: 0.8em;
	margin-bottom: 0;
	padding: 0
}
nav#breadcrumbs ol {
	margin: 0 0 0 -2em
}
nav#breadcrumbs li:last-child a {
	font-weight: bold;
	text-decoration: underline;
}
nav#breadcrumbs ol li {
	background: #fefefe;
	display: inline;
	float: none;
	list-style-type: none
}
nav#breadcrumbs ol li:hover:before, nav#breadcrumbs ol li:hover + li:before, nav#breadcrumbs ol li:last-child:hover:after, nav#breadcrumbs ol li li:before, nav#breadcrumbs ol li li:after {
	display: inline;
	background: #f1f1f1;
}
nav#breadcrumbs ol li:before {
    content: ">";
}
nav#breadcrumbs ol li a {
	color: #000;
	display: inline;
	padding: 0;
	text-align: center;
	text-decoration: none
}
nav#breadcrumbs ol li a:hover {
	background-color: none;
}
nav#breadcrumbs li:last-child:after {
	content: none;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 14px;
	background: #1d2088;
}
*/
/*================================================
 *  セレクトボックス
 ================================================*/

select {
	float: right;
	width: 300px;
	height: 30px;
	padding: .5em;
	text-align: center;
	font-size: 10.5pt;
	color: #fefefe;
	font-weight: bold;
	background-color: #999999;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*Firefox用*/
	text-indent: .01px;
	text-overflow: “”;
}
/*IE対応*/
select::-ms-expand {
display: none;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
/*@media print, screen and (min-width:769px) {*/
nav {
	background: #fefefe;
	z-index: 4;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav li {
	position: relative;
	width: 14%;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.homelogo {
    display: inline-block;
    width: 25%;
    text-align: center;
    vertical-align: bottom;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
}
.homelogo img {
    width: auto;
    height: 52px;
}
.inner {
    width: 74%;
    box-sizing: border-box;
    display: inline-block;
    height: 52px;
}
nav li {
    position: relative;
    width: 35.5%;
    font-weight: bold;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
/*シェアボタン スタイル 開始*/
.share_btn{
	display: none;
}
/*シェアボタン スタイル 終了*/
nav li:first-child {
	width: 30%;
}
/*
nav li:hover:before, nav li:hover + li:before, nav li:last-child:hover:after, nav li li:before, nav li li:after {
	display: none;
}
*/
nav li:last-child li {
	left: -50%;
}
nav li a {
	display: inline-block;
	padding: 10px 0;
	color: #080808;
	text-decoration: none;
}
nav li a:hover {
	opacity: .5;
	transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	-moz-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	-ms-transition: .25s ease-out;
}
nav li ul {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
	z-index: 3;
}
nav li ul li {
	overflow: hidden;
	width: 150%;
	height: 0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
nav li li:first-child {
	width: 150%;
}
.active a{
	color:#0086d1;
	}
.gnav {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
	/*margin: 0 15px;*/
}
#spMenu {
	display: none;
}
.showNav {
	background: #1d2088 !important;
}
.showSub {
	overflow: visible;
	min-height: 42px;
	border-bottom: 1px solid #0086d1;
}
.showSub:last-child {
	border-bottom: 0;
}
.showSub:last-child a {
	border-radius: 0 0 3px 3px;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
/*}*/
/*================================================
 *  パンクズリスト 
 ================================================*/
 nav#breadcrumbs{
 	z-index: 3;
 }
nav#breadcrumbs ol li:before {
    content: ">";
    color: #000;
}
nav#breadcrumbs li:first-child:before {
	content: none;
}
nav#breadcrumbs {
	background: #fefefe;
	font-size: .6em;
	padding: 0;
	/*position: relative;*/
	width: 100%;
	margin: 0px auto;
}
nav#breadcrumbs li:first-child {
	width: auto;
}
nav#breadcrumbs li {
	width: auto;
}
nav#breadcrumbs li a {
	padding: 0;
}
/*
nav#breadcrumbs li a:after {
	content: none;
}
nav#breadcrumbs {
	background: #fefefe;
	font-size: .6em;
	margin-bottom: 0;
	padding: 0;
	    position: relative;
	width: 100%;
	margin: 0px auto;
	margin-left: 2em;
}
nav#breadcrumbs ol {
	    display: flex;
    height: 0;
    margin: 0 auto;
    padding-left: 0em;
    width: 100%;
    position: absolute;
    top: -2em;
}
nav#breadcrumbs li:last-child a {
	font-weight: bold;
	text-decoration: underline;
}
nav#breadcrumbs ol li {
	background: none;
	display: flex;
	list-style-type: none;
	margin: 0 0;
	padding: 0;
	text-align: center;
	width: 14%;
}
nav#breadcrumbs ol li:hover {
	background: #f1f1f1;
}
nav#breadcrumbs ol li span {
	    width: 100%;
    color: #000;
}
nav#breadcrumbs ol li a {
	color: #000;
	margin: 0 20%;
	padding-right: 12px;
	text-align: center;
	text-decoration: none
}
nav#breadcrumbs ol li a:hover {
	background: none;
}
nav#breadcrumbs ol li:hover {
	background: none;
}
nav#breadcrumbs li span:hover {
	background: none;
}
nav#breadcrumbs ol li:before {
    content: ">";
    color: #000;
}
nav#breadcrumbs ol li:after {
	width: 0;
}
nav#breadcrumbs li:first-child:before {
	content: none;
}
nav#breadcrumbs li:before:hover {
 background: rgba(255,255,255,0);
}
*/
}
/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.submenu li a:before {
	content: "\0025a0";
	color: #000;
}
.submenu li a {
	display: block;
	padding: 10px 2px;
	color: #000;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
}
.submenu li a:hover {
	background: #eee;
}
.bnr {
	overflow: hidden;
}
.bnr ul {
	overflow: hidden;
}
.bnr li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.bnr li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.bnr img {
	width: 100%;
}
/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
}
.footmenu {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	background: #bcc9d1;
}
.footmenu ul {
	position: relative;
	float: left;
	left: 58%;
	margin: 0;
	padding: 0;
}
.footmenu li {
	position: relative;
	left: -56%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 6px;
	font-size: 12px;
	text-align: center;
}
.footmenu a {
	color: #333;
	text-decoration: none;
}
.footmenu a:hover {
	color: #333;
	text-decoration: underline;
}
.copyright {
	clear: both;
	padding: 20px 0;
	font-size: 11px;
	text-align: center;
	color: #efede9;
	background: #00304d;
}
/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position: fixed;
	bottom: 15px;
	right: -2.5em;
}
.totop a {
	display: block;
	text-decoration: none;
}
.totop img {
	    width: 38%;
}
/*================================================
 *  クラス
 ================================================*/
.h1 {
	color: #3e3a39;
	font-size: 20px;
	font-weight: bold;
}
.list {
	padding: 0 0 0 0.5em;
}
.list li {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../images/check.png) 0 5px no-repeat;
}
.info dt {
	border-bottom: none;
}
.info dd {
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
}
/*================================================
 *  シェアボタン
 ================================================*/
.fabs {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 93;
}

.fab {
  display: block;
  width: 40px;
  height: 40px;
 /* border-radius: 10%;*/
  text-align: center;
  color: white;
  margin: 20px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
}

.fab > i {
  font-size: 28px;
  line-height: 60px;
  transition: all .2s ease-in-out;
  transition-delay: 2s;
}

.fab.share {
  background: url(../images/icon-share.png) no-repeat;
  background-size: cover;
}
.fab.google {
  background: url(../images/icon-pc-g.png) no-repeat;
  background-size: cover;
}

.fab.pink {
  background: #E91E63;
}

.fab.purple {
  background: #9C27B0;
}

.fab.deep-purple {
  background: #673AB7;
}

.fab.facebook {
  background: url(../images/icon-pc-f.png) no-repeat;
  background-size: cover;
}

.fab.blue {
  background: #2196F3;
}

.fab.twitter {
  background: url(../images/icon-pc-t.png) no-repeat;
  background-size: cover;
}

.fab.cyan {
  background: #00BCD4;
}

.fab.teal {
  background: #009688;
}

.fab.green {
  background: #4CAF50;
}

.fab.light-green {
  background: #8BC34A;
}

.fab.lime {
  background: #CDDC39;
}

.fab.yellow {
  background: #FFEB3B;
}

.fab.amber {
  background: #FFC107;
}

.fab.rss {
  background: url(../images/icon-pc-r.png) no-repeat;
  background-size: cover;
}

.fab.deep-orange {
  background: #FF5722;
}

.fab.brown {
  background: #795548;
}

.fab.grey {
  background: #9E9E9E;
}

.fab.blue-grey {
  background: #607D8B;
}

.fab:active,
.fab:focus,
.fab:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.fab:not(:last-child) {
  width: 36px;
  height: 36px;
  margin: 20px auto 0;
  opacity: 0;
}

.fab:not(:last-child) > i {
  font-size: 18px;
  line-height: 40px;
  transition: all .3s ease-in-out;
}

.fabs:hover .fab:not(:last-child) {
  opacity: 1;
  width: 120px;
  height: 40px;
  margin: 15px auto 0;
}

.fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

[tooltip]:before {
  font-family: 'Roboto';
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  position: absolute;
  left: 110%;
  bottom: 5%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
/*================================================
 *  背景の打消し
 ================================================*/
@media screen and (max-width:1260px) {
	.arrow {
	    display: none;
	}
	.dotted {
	    border-left: none;
	}
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		/*width: 100%;*/
	}

	#contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0 0px;
	}
	/*
	nav#breadcrumbs {

	}
	nav#breadcrumbs ol {
		margin: 0 0 0 -1.5em;
		padding-left: 0;
		width: 100%;
	}
	nav#breadcrumbs ol li {
		color: #000;
		margin: -4%;
		padding-right: 0;
	}
	nav#breadcrumbs ol li a {
	    margin: 0;
	    padding: 0;
	}
	nav#breadcrumbs ol li:before {
		margin-right: 2%;
		margin-left: -46%;
	}
	nav#breadcrumbs ol li span {
	    width: 50%;
	}
	*/
	article {
		box-sizing: border-box;
		width: 100%;
		padding: 0;
	}
	section {
		width: 98%;
		padding: 5px;
	}
	.box-list dd {
		display: block;
	}
	footer {
		width: 100%;
	}
	.element {
		width: 172px;
		display: table;
	}
	#main {
		width: 100%;
	}
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:768px) {
	.slide img {
	 width: 100%;
	}
	h1 {
	 font-size: 1.5em;
	 margin-top: 4em;
	}
	.h1 {
	 font-size: 1.0em;
	}
	header div.inner>form {
	 display: none;
	}
	.lock {
	 overflow: hidden;
	}
	.inner {
		width: 100%;
		text-align: center;
	}
	header {
	 z-index: 2;
	 box-sizing: border-box;
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 padding: 15px 10px;
	}
	.release-information, .pickup-information {
	    width: 90%;
	    margin: 0% auto;
	    float: none;
	}
	/*シェアボタン*/
	.fabs {
		display: none;
		}

	div.inner>div.share{
		text-align: center;
	    margin-top: 10px;
	    width: 100%;
	}
	.summary {
	 position: relative;
	 top: auto;
	 right: auto;
	 margin-top: 15px;
	}
	#main {
	 float: none;
	 width: 100%;
	 padding: 0 10px;
	}
	#sub {
	 float: none;
	 width: 100%;
	}
	nav {
	 background: #710000;
	}
	nav ul {
	 margin: 0;
	 padding: 0;
	}
	nav .inner > ul {
	 z-index: 4;
	 overflow: auto;
	 position: fixed;
	 top: 53px;
	 width: 100%;
	 height: 88%;
	 height: -webkit-calc(100% - 53px);
	 height: calc(100% - 53px);
	}
	nav .inner > ul li:first-child{
		width: 100%;
	}
	nav ul li {
	 box-sizing: border-box;
	 position: relative;
	 width: 100%;
	 float: none;
	 margin: 0;
	 text-align: left;
	 list-style: none;
	 border-bottom: 1px solid #0086d1;
	 background: #0086d1;
	}
	nav li a {
	 display: inline-block;
	 padding: 1rem;
	 color: #080808;
	 text-decoration: none;
	 width: 100%;
	 box-sizing: border-box;
	}
	/*シェアボタン スタイル 開始*/
	.share_btn{
		display: none;
		width: 50%;
		display: inline-block;
		box-sizing: border-box;
	}
	/*シェアボタン スタイル 終了*/
	/*
	nav li:first-child {
	 border-top: 0;
	     width: 100%;
	    color: #fff;
	}*/
	/*
	.active a {
	    color: #fff;
	}*/
	/*
	nav li:last-child {
	 border-bottom: 0;
	}
	nav li a {
	 display: block;
	 padding: 10px 30px;
	 color: #fff;
	 text-decoration: none;
	}
	nav li a:hover {
	 color: #fff;
	}
	nav ul ul {
	 display: none;
	 position: relative;
	}
	nav li li a {
	 box-sizing: border-box;
	 width: 100%;
	 padding: 10px 30px 10px 50px;
	 text-align: left;
	}
	*/
	.subnav a:hover:after {
	 background: #710000;
	}
	.active a{
		color:#fff;
	}
	.active > a:before {
	 margin-top: 0;
	}
	.active > a:after {
	 margin-top: 5px;
	}
	.gnav {
	 display: none;
	}
	#spMenu {/*	変更箇所　 inline-blockからinlineへ*/
	 display: inline;
	 z-index: 2;
	 position: fixed;
	 top: 10px;
	 right: 10px;
	}
	#spMenu:hover {
	 cursor: pointer;
	}
	section {
	 padding: 5px;
	 width: 90%;
	 margin: 0 auto;
	}
	#navBtn {
	/*	変更箇所　 inline-blockからinlineへ*/
	 display: inline;
	 position: absolute;
	 width: 30px;
	 height: 30px;
	 border-radius: 5%;
	 background: #0086d1;
	 top: 18px;
	 right: 0;
	}
	#navBtnIcon {
	 display: block;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 width: 14px;
	 height: 2px;
	 margin: -1px 0 0 -7px;
	 background: #f1f1f1;
	 transition: .2s;
	}
	#navBtnIcon:before, #navBtnIcon:after {
	 display: block;
	 content: '';
	 position: absolute;
	 top: 50%;
	 left: 0;
	 width: 14px;
	 height: 2px;
	 background: #f1f1f1;
	 transition: 0.3s;
	}
	#navBtnIcon:before {
	 margin-top: -6px;
	}
	#navBtnIcon:after {
	 margin-top: 4px;
	}
	#navBtn .close {
	 background: transparent;
	}
	#navBtn .close:before, #navBtn .close:after {
	 margin-top: 0;
	}
	#navBtn .close:before {
	 transform: rotate(-45deg);
	 -webkit-transform: rotate(-45deg);
	}
	#navBtn .close:after {
	 transform: rotate(-135deg);
	 -webkit-transform: rotate(-135deg);
	}
	/*パンクズリスト*/
	/*
	nav#breadcrumbs ol {
	    margin: 0 0 0 -2em;
	}
	nav#breadcrumbs ol li {
		margin: 10px 0 0 5px;
		border-bottom: none;
	}
	nav#breadcrumbs ol li:before {
		margin-left: 0;
	}
	nav#breadcrumbs ol li:first-child:before {
	    content: none;
	}
	*/
	/*レスポンシブ*/
	nav.menu{
		background: none;
		box-sizing: border-box;
	}
	.homelogo{
		padding: 20px 0 10px 25px;
	}
	.homelogo img{
		height: 40px;
		width: auto;
	}
	.inner{
		height: auto;
	}
	.fixed {
		position: static;
	}
}
@media screen and (max-width:736px) {
	/*
nav#breadcrumbs ol {
    margin: 0 0 0 -1.5em;
}
nav#breadcrumbs ol li:before {
    margin-left: 0;
	}
	*/

}
@media screen and (max-width:480px) {
	/*
 nav#breadcrumbs ol {
 margin: 0 0 0 -1em;
 padding-left: 0;
 width: 100%;
}
nav#breadcrumbs ol li:before {
        margin-left: 0%;
}
*/
}
@media screen and (max-width:360px) {
 
h1{
	font-size: 1.5rem;
	}
}