@charset "UTF-8";
/* ----------------
ベース
------------------ */
* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #4A90E2;
}

a:link {
	color: #4A90E2;
}

a:visited {
	color: #5E5CBA;
}

dt {
	font-weight: bold;
}

/*td,
th {
	text-align: left;
}*/

body {
	color: #333;
	font-family: 'Noto Sans JP',游ゴシック体, "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.base-container {
    max-width: 1200px;
	/*max-width: 970px;*/
	padding: 0 15px;
	margin: 0 auto;
}

.base-heading {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #979797;
	padding-bottom: 5px;
}

.base-required-label {
	background-color: #E30314;
	border-radius: 3px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 8px;
	line-height: 1.3;
	display: inline-block;
	float: right;
	margin-top: 4px;
}

.sub-heading {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#offcanvas {
	padding-left: 20px;
}

#js-seo_info th {
	width: 200px;
}

@media screen and (max-width: 767px) {
	.base-show-pc {
		display: none;
	}
	#offcanvas {
		padding: 15px 10px;
	}
}

/* ------------------------------
　　ヘッダー
------------------------------ */
.header {
	background-size: cover;
	background-repeat: no-repeat;
	/*padding: 20px 0;*/
}

/*.header-bg {
	background-color: #424242;
	padding: 0;
}*/

.header-inner {
	/*max-width: 970px;*/
    max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
    overflow: hidden;
	/*text-align: center;*/
}

.header-inner:before,
.header-inner:after {
	content: " ";
	display: table;
}
.header-inner:after {
	clear: both;
}

.header-title {
	/*font-weight: bold;
	font-size: 24px;
	margin: 0;*/
    font-size: 12px;
    color:#fff;
    font-weight: normal;
}
.header-title a {
	color: #fff;
    /*color: #333;*/
}
.header-title a:link,
.header-title a:hover,
.header-title a:focus,
.header-title a:visited {
	color: #fff;
    /*color: #333;*/
}
.header-title a:link,
.header-title a:hover,
.header-title a:visited {
	text-decoration: none;
}

.header-desc {
	font-size: 13px;
	margin: 0;
}

.header-logo {
	width: 100%;
	height: auto;
}

.header-logo-wrap {
	width: 67px;
	height: 67px;
	float: left;
	margin-right: 5px;
}

.header-text {
	float: left;
}

.header-icon-wrap {
	float: right;
}

.header-wrap {
	max-width: 1200px;
    height: 140px;
    margin: 0 auto;
	/*height: 256px;*/
	/*display: table;*/
}

/*.header-inner-pattern2 {
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, .3);
}*/
.header-inner-pattern2 a:link,
.header-inner-pattern2 a:hover,
.header-inner-pattern2 a:focus,
.header-inner-pattern2 a:visited {
	color: #FFF;
}
.header-inner-pattern2 .header-title {
	padding-right: 0;
	color: #FFF;
	text-shadow: 0 2px 0 rgba(0, 0, 0, .5);
}
.header-inner-pattern2 .header-desc {
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.header-inner-pattern3 {
	text-align: left;
}

.header-btn {
	border: none;
	display: none;
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: 10px;
	background: #555;
	box-shadow: 0 2px 0 0 #000;
	border-radius: 3px;
	width: 50px;
	height: 40px;
	padding: 12px 0;
}

.header-btn-line {
	background: #FFF;
	display: block;
	width: 24px;
	height: 3px;
	margin: 0 auto 4px auto;
	box-shadow: 0 -2px 0 #000;
}


@media screen and (max-width: 767px) {
	.header-btn {
		display: block;
	}
	.header-inner {
		text-align: left;
	}
	.header-title {
        font-size: 12px;
		/*font-size: 18px;*/
        /*padding-right: 50px;*/
		padding-right: 10px;
	}
	.header-text {
		float: none;
	}
	.header-desc {
		margin-top: 15px;
		text-align: center;
	}
	.header-logo-wrap {
		width: 33px;
		height: 33px;
	}
	.header-icon-wrap {
		margin-top: 15px;
		float: none;
		text-align: center;
	}
	.header-inner-pattern2 {
		text-align: center;
		padding: 60px 10px;
	}
}

/* ------------------------------
　　フッター
------------------------------ */
.footer {
    margin-top: 50px;
	/*margin-top: 30px;*/
    background-color: #333;
/*	background-color: #EEE;*/
	padding-top: 30px;
	padding-bottom: 20px;
}

.footer-copyright {
	text-align: center;
	margin: 0;
	font-size: 12px;
    color: #fff;
	/*color: #333;*/
	font-family: verdana, sans-serif;
}

.footer-copyright img,
.footer-copyright svg {
	vertical-align: middle;
	width: 96px;
	height: 16.5px;
}

.footer .sub-heading {
	border-bottom: 1px solid #979797;
	padding-bottom: 5px;
}

.footer .category-list > ul {
	border-top: none;
	margin-top: -10px;
}

.footer .entry-list {
	border-top: none;
	margin-top: -10px;
}

/* ------------------------------
　　バナー
------------------------------ */
.banner {
	list-style-type: none;
	margin: 0;
	padding: 0 0 7px 0;
}

.banner li {
	width: 100%;
	margin-bottom: 13px;
	display: inline-block;
}

.banner a {
	opacity: 1;
	display: block;
	transition: opacity .2s;
}
.banner a:hover {
	opacity: .7;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
}

.banner img {
	line-height: 0;
}

/* ----------------
　　エントリーサマリー（カード表示）
------------------ */
.card {
	margin: 0 -12.5px;
	margin-bottom: 30px;
}
.card:before,
.card:after {
	content: " ";
	display: table;
}
.card:after {
	clear: both;
}

.card-item {
	float: left;
	width: 33.33333333333%;
	padding: 0 12.5px;
	margin-bottom: 10px;
}

.card-img {
	width: 100%;
	height: 0;
	padding-bottom: 84%;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center;
}

.card-title {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
}
.card-title a:link,
.card-title a:hover,
.card-title a:visited {
	text-decoration: none;
}

.card-text {
	font-size: 12px;
	color: #333;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.card-item {
		float: none;
		width: auto;
	}
	.card-item:before,
	.card-item:after {
		content: " ";
		display: table;
	}
	.card-item:after {
		clear: both;
	}
	.card-img-wrap {
		float: left;
		width: 50%;
	}
	.card-body {
		float: left;
		width: 50%;
		padding: 0 0 10px 10px;
	}
}

/* ------------------------------
　　カテゴリーリスト
------------------------------ */
.category-list {
	margin: 0 0 20px 0;
	padding: 0;
}
.category-list ul {
	border-top: 1px solid #979797;
	padding: 0;
	margin: 0;
}
.category-list li {
	display: block;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.5;
	padding: 15px 45px 15px 5px;
	border-bottom: 1px solid #979797;
}
.category-list li ul {
	margin: 15px -45px -15px -5px;
	border-top: none;
}
.category-list li li {
	padding: 5px 45px 5px 20px;
	border-top: 1px solid #DDD;
	border-bottom: none;
	font-size: 15px;
}
.category-list li li ul {
	margin: 5px -45px -5px -20px;
}
.category-list li li li {
	padding: 5px 45px 5px 20px;
	font-size: 14px;
}
.category-list li li li a {
	margin: -5px -45px -5px -40px;
	padding: 5px 45px 5px 40px;
}
.category-list li li a {
	margin: -5px -45px -5px -20px;
	padding: 5px 5px 5px 20px;
	/*padding: 5px 45px 5px 20px;*/
}
.category-list li li .category-list-label {
	background-color: #F4F4F4;
}
.category-list li a {
	position: relative;
	display: block;
	color: #333;
	text-decoration: none;
	margin: -15px -45px -15px -5px;
	padding: 15px 5px;
	/*padding: 15px 45px 15px 5px;*/
	background-color: transparent;
	transition: background-color .2s;
}
.category-list li a:hover,
.category-list li a:focus {
	background-color: #CCC;
}

.category-list-label {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -12px;
	display: inline-block;
	border-radius: 3px;
	background: #E3E3E3;
	font-size: 13px;
	line-height: 25px;
	min-width: 36px;
	color: #777;
	padding: 0 5px;
	text-align: center;
	float: right;
}

/* ----------------
コメント
------------------ */
.comment-form {
	margin-bottom: 50px;
}

.comment-table {
	width: 100%;
	margin-bottom: 15px;
	border-top: none;
}
.comment-table th {
	width: 140px;
	vertical-align: top;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	padding: 5px 20px 5px 0;
	border-bottom: none;
}
.comment-table td {
	padding: 5px 0;
	border-bottom: none;
}
.comment-table input[type="text"],
.comment-table input[type="password"] {
	border-radius: 3px;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	font-size: 16px;
	border: 1px solid #B2B2B4;
}
.comment-table textarea {
	border-radius: 3px;
	width: 100%;
	border: 1px solid #B2B2B4;
	font-size: 16px;
	padding: 0 10px;
	line-height: 40px;
}
@media screen and (max-width: 767px) {
    .category-list {
	    margin: 0;
    }
	.comment-table {
		display: block;
	}
	.comment-table tbody,
	.comment-table td,
	.comment-table th,
	.comment-table tr {
		display: block;
		width: auto;
	}
}

.comment-btn,
.comment-btn-inline {
	font-size: 14px;
	width: 152px;
	padding: 10px 0;
	color: #FFF;
	border: none;
	text-align: center;
	border-radius: 5px;
}

.comment-btn {
	background-color: #007AB7;
	transition: background-color .2s;
	margin: 0 auto;
	display: block;
}
.comment-btn:hover,
.comment-btn:focus {
	background-color: #02476A;
}

.comment-btn-inline {
	background-color: #949494;
	transition: background-color .2s;
	display: inline-block;
}
.comment-btn-inline:hover,
.comment-btn-inline:focus {
	background-color: #333;
}

.comment-list {
	padding: 0;
	margin: 0 0 20px 0;
}
.comment-list li {
	list-style-type: none;
	border-top: 1px solid #979797;
	display: block;
	padding: 15px 0 0 0;
}
.comment-list li:last-child {
	border-bottom: none;
}
.comment-list > ol {
	padding-left: 0;
}
.comment-list li:last-child {
	border-bottom: none;
}
.comment-list ul {
	border-top: 1px solid #979797;
	padding-left: 20px;
	display: block;
}
.comment-list > li > ul {
	border-top: none;
	padding-left: 0;
}

.comment-list-title {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.comment-list-text {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #333;
}

.comment-list-info {
	text-align: right;
	margin: 0;
	font-size: 14px;
	color: #636363;
	padding-bottom: 15px;
}

/* ----------------
エントリーの部分
------------------ */
.entry {
	word-break: break-word;
}

.entry .entry-header {
	border-top: 1px solid #9B9B9B;
	border-bottom: 1px solid #9B9B9B;
	padding: 10px 5px;
	margin-bottom: 10px;
}

.entry .entry-date {
	font-family: Verdana;
	font-size: 14px;
	color: #888;
	margin: 0 0 5px 0;
}

.entry .entry-title {
	font-size: 22px;
	color: #333;
	margin: 0;
	line-height: 1.4;
}
.entry .entry-title a {
	text-decoration: none;
}
.entry .entry-title a:link,
.entry .entry-title a:hover,
.entry .entry-title a:focus,
.entry .entry-title a:visited {
	color: #333;
}
.entry .entry-title a:hover {
	text-decoration: underline;
}

.entry-labels {
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
}

.entry-labels li {
	padding: 0 5px;
	display: inline-block;
}

.entry-labels a {
	display: inline-block;
	border-radius: 5px;
	font-weight: bold;
	padding: 5px;
	line-height: 1;
	font-size: 11px;
}
.entry-labels a:link,
.entry-labels a:hover,
.entry-labels a:visited {
	text-decoration: none;
}

.entry-category-label {
	background-color: #007AB7;
}
.entry-category-label:link,
.entry-category-label:hover,
.entry-category-label:focus,
.entry-category-label:visited {
	color: #FFF;
}

.entry-tag-label {
	background-color: #CBE6F3;
}
.entry-tag-label:link,
.entry-tag-label:hover,
.entry-tag-label:focus,
.entry-tag-label:visited {
	color: #007AB7;
}

.entry-body {
	line-height: 1.5;
	margin-right: -10px;
	margin-left: -10px;
	font-size: 16px;
}
.entry-body p {
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.7;
}
.entry-body a:hover {
	text-decoration: underline;
}
.entry-body h2 {
	font-size: 24px;
	color: #333;
	margin-top: 0;
	margin-bottom: 15px;
}
.entry-body h3 {
	font-size: 20px;
	/*color: #333;*/
    color: #fff;
	margin-top: 30px;
	/*margin-top: 0;*/
	margin-bottom: 10px;
    background-color: #aaa;
    padding: 5px 10px;
    font-weight: normal;
}
.entry-body h4,
.entry-body h5 {
	font-size: 18px;
	color: #333;
	margin-top: 0;
	margin-bottom: 10px;
}
.entry-body ul {
	padding: 0 10px;
	margin: 0 0 30px 0;
}
.entry-body ul li {
	position: relative;
	color: #333;
	list-style-type: none;
	padding-left: 35px;
	margin-bottom: 10px;
}
.entry-body ul li:before {
	/*position: absolute;
	top: 10px;
	left: 20px;
	content: "";
	display: inline-block;
	background: #CACACA;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	margin-right: 8px;*/
}
.entry-body ol {
	padding-left: 45px;
}
.entry-body ol li {
	margin-bottom: 10px;
}
.entry-body dt {
	font-weight: bold;
	margin-bottom: 15px;
}
.entry-body dd {
	margin-left: 15px;
	margin-bottom: 15px;
}
.entry-body table {
	font-size: 16px;
	color: #333;
	width: 100%;
	margin-bottom: 20px;
}
.entry-body table th {
	padding: 10px;
	background: #EEE;
	/*border: 1px solid #999;*/
}
.entry-body table td {
	padding: 10px;
	/*border: 1px solid #999;*/
}
.entry-body blockquote {
	line-height: 1.7;
	border: 1px solid #999;
	border-left: 7px solid #999;
	padding: 20px 10px;
	font-size: 14px;
}
.entry-body .quoteTitle a {
	font-weight: bold;
	font-size: 18px;
}
.entry-body .quoteDescription {
	font-size: 13px;
}
.entry-body .caption {
	margin-bottom: 10px;
	font-size: 12px;
	/*color: #AAA;*/
    color: #333;
	/*line-height: 1;*/
    line-height: 1.5;
}
.entry-body .prettyprint {
	margin: 0 0 20px 0;
}
.entry-body .prettyprint ol {
	padding-left: 30px;
	margin: 0;
	line-height: 2em;
}
.entry-body .prettyprint li {
	margin-bottom: 5px;
	line-height: 1.5;
}
.entry-body .entry-container {
	clear: both;
}
.entry-body ul,
.entry-body ol,
.entry-body dl {
	overflow: hidden;
}


@media screen and (max-width: 767px) {
	.entry-body .entry-container {
		-ms-overflow-x: auto;
		    overflow-x: auto;
	}
	.entry-body table th,
	.entry-body table td {
		/*white-space: nowrap;*/
	}
    .entry-body table {
	    font-size: 80%;
    }
}

.entry-continue-btn-wrap {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 16px;
	padding: 0;
}
.entry-continue-btn-wrap:before,
.entry-continue-btn-wrap:after {
	content: " ";
	display: table;
}
.entry-continue-btn-wrap:after {
	clear: both;
}

.entry-continue-btn {
	position: relative;
	float: right;
	max-width: 540px;
	padding: 10px 40px 10px 10px;
	display: block;
	background-color: #007AB7;
	transition: background-color .2s;
	border-radius: 5px;
}
.entry-continue-btn:link,
.entry-continue-btn:hover,
.entry-continue-btn:focus,
.entry-continue-btn:visited {
	color: #FFF;
}
.entry-continue-btn:link,
.entry-continue-btn:hover,
.entry-continue-btn:visited {
	text-decoration: none;
}
.entry-continue-btn:hover,
.entry-continue-btn:focus {
	background-color: #02476A;
}

.entry-continue-btn i {
	position: absolute;
	right: 10px;
	top: 15px;
}

.entry-footer {
	padding: 30px 0;
}

.entry-user {
	color: #777;
	font-size: 14px;
}
.entry-user i {
	margin-right: 5px;
}

.entry-user-info {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #999;
}

.entry-user-info a {
	color: #999;
}

.entry-user-info i {
	font-size: 14px;
	vertical-align: text-top;
}

.entry-user-info i {
	margin-left: 10px;
}

.entry-user-info:first-child i {
	margin-left: 0;
}

.entry-social {
	margin-top: 10px;
	background-color: #EEE;
	padding: 10px;
}

.entry-social-inner {
	padding: 0;
	margin: 0 auto;
	display: table;
}

.entry-social-btn-wrap {
	float: left;
	display: block;
	line-height: 1px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 20px;
}
.entry-social-btn-wrap:last-child {
	margin-right: 0;
}

/* ----------------
acms.cssの上書き
------------------ */
@media screen and (max-width: 767px) {
	.acms-entry [class*=column-eximage-].nocaption,
	.acms-entry [class*=column-image-].nocaption,
	.acms-entry [class*=column-map-],
	.acms-entry [class*=column-media-].nocaption,
	.acms-entry [class*=column-video-],
	.acms-entry [class*=column-yolp-],
	.acms-entry [class*=column-youtube-] {
		text-align: center;
	}
	.column-eximage-left,
	.column-image-left,
	.column-media-left {
		float: none;
		text-align: center;
	}
	.column-eximage-right,
	.column-image-right,
	.column-media-right {
		float: none;
		text-align: center;
	}
	/*.entry-title {
		font-size: 18px;
	}*/
    .entry .entry-title {
	    font-size: 18px;
        line-height: 1.7;
    }
}

@media screen and (max-width: 767px) {
	.acms-entry .caption {
		text-align: center;
	}
}

/* ------------------------------
　　エントリーサマリー（リスト表示）
------------------------------ */
.entry-list {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
	border-top: 1px solid #979797;
}

.entry-list .acms-admin-label {
	display: inline-block;
}

.entry-list li {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #979797;
	color: #333;
}

.entry-list a {
	display: block;
	margin: -10px;
	padding: 10px;
	background-color: transparent;
	transition: background-color .2s;
}
.entry-list a:link,
.entry-list a:hover,
.entry-list a:focus,
.entry-list a:visited {
	color: #333;
}
.entry-list a:link,
.entry-list a:hover,
.entry-list a:visited {
	text-decoration: none;
}
.entry-list a:hover,
.entry-list a:focus {
	background-color: #EEE;
}

.entry-list-date {
	color: #888;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	display: inline-block;
}

.entry-list-category {
	color: #007AB7;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	display: inline-block;
}

.entry-list-title {
	font-size: 14px;
	display: block;
	font-weight: bold;
}

/* ------------------------------
　　ナビゲーション
------------------------------ */
/*.nav {
	background-color: #333;
}*/

.nav-list {
	/*max-width: 970px;*/
    /*width:490px;*/
	/*width:615px;*/
	width:630px;
    padding: 0 0 10px 0;
	/*padding: 0 15px;*/
	margin: 0 auto;
}
.nav-list:before,
.nav-list:after {
	content: " ";
	display: table;
}
.nav-list:after {
	clear: both;
}
.nav-list li {
	/*padding: 13px 20px;*/
    padding: 0 10px;
	float: left;
	display: block;
	list-style-type: none;
	/*border-left: 1px solid #000;*/
}
/*.nav-list li:last-child {
	border-right: 1px solid #706F70;
}*/
/*.nav-list li:last-child a {
	border-right: 1px solid #000;
}*/
.nav-list a {
	display: block;
    text-align: center;
	/*margin: -13px -20px;
	padding: 13px 20px;
	border-left: 1px solid #706F70;
	background-color: #333;
	transition: background-color .2s;*/
}
.nav-list a:link,
.nav-list a:hover,
.nav-list a:focus,
.nav-list a:visited {
	/*color: #FFF;*/
    color: #333;     
}
.nav-list a:link,
.nav-list a:hover,
.nav-list a:visited {
	text-decoration: none;
}
.nav-list a:hover,
.nav-list a:focus {
	background-color: #EEEEEE;
}

#nav-list-wrap {
	/*display: inline;*/
    border-bottom: 1px solid #ddd;
    box-shadow:2px 2px 2px 0px rgba(0, 0, 0, 0.1)
}

.nav-title {
	display: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
	margin: 0;
	background-color: #333;
}

/* パターン2 */
.links {
	padding: 20px 0;
}

.links-list {
	max-width: 970px;
	padding: 0 15px;
	margin: 0 auto;
	font-size: 16px;
	list-style-type: none;
}
.links-list li {
	margin-bottom: 20px;
}
.links-list li:last-child {
	margin-bottom: 0;
}
.links-list a {
	text-decoration: none;
}
.links-list a:link,
.links-list a:hover,
.links-list a:focus,
.links-list a:visited {
	color: #333;
}
.links-list a:hover {
	text-decoration: underline;
}
.links-list a:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	margin-right: 10px;
	background-color: #CACACA;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.nav-title {
		display: block;
	}
	.nav-title i {
		float: right;
	}
	.js-toggle-heading {
		cursor: pointer;
	}
	#nav-list-wrap {
		display: block;
		height: 0;
		overflow: hidden;
		transition: height .2s;
	}
	.nav-list {
		transition: height .2s;
		-ms-overflow-y: hidden;
		    overflow-y: hidden;
		padding: 0;
		color: #333;
		background-color: #FFF;
	}
	.nav-list li {
		float: none;
		font-weight: bold;
		border-left: none;
	}
	.nav-list li:last-child {
		border-right: none;
	}
	.nav-list li:last-child a {
		border-right: none;
	}
	.nav-list a {
		background-color: #FFF;
		transition: background-color .2s;
		border-left: none;
		border-bottom: 1px solid #9B9B9B;
	}
	.nav-list a:link,
	.nav-list a:hover,
	.nav-list a:focus,
	.nav-list a:visited {
		color: #333;
	}
	.nav-list a:hover,
	.nav-list a:focus {
		background-color: #EEE;
	}
}

/* ----------------
シリアルナビ
------------------ */
.serial-nav {
	position: relative;
	height: 35px;
	margin-bottom: 30px;
	font-size: 14px;
}
.serial-nav ul {
	margin: 0;
	padding: 0;
}
.serial-nav li {
	list-style-type: none;
	display: block;
}
.serial-nav a {
	display: block;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 5px;
	-ms-text-overflow: ellipsis;
	    text-overflow: ellipsis;
	/*background-color: #007AB7;*/
    background-color: #8C0000;
	transition: background-color .2s;
}
.serial-nav a:link,
.serial-nav a:hover,
.serial-nav a:focus,
.serial-nav a:visited {
	color: #FFF;
}
.serial-nav a:link,
.serial-nav a:hover,
.serial-nav a:visited {
	text-decoration: none;
}
.serial-nav a:hover,
.serial-nav a:focus {
	/*background-color: #02476A;*/
    background-color: #C94545;
}

.serial-nav-prev {
	max-width: 290px;
	float: left;
}
.serial-nav-prev a {
	position: relative;
	padding: 5px 10px 5px 25px;
}

.serial-nav-prev-icon {
	position: absolute;
	top: 8px;
	left: 5px;
}

.serial-nav-index {
	width: 60px;
	top: 0;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	text-align: center;
}
.serial-nav-index a {
	padding: 5px 0;
}

.serial-nav-next {
	max-width: 290px;
	text-align: right;
	float: right;
}
.serial-nav-next a {
	position: relative;
	padding: 5px 25px 5px 10px;
}

.serial-nav-next-icon {
	position: absolute;
	top: 8px;
	right: 5px;
}

@media screen and (max-width: 970px) {
	.serial-nav-next,
	.serial-nav-prev {
		max-width: 200px;
	}
}

@media screen and (max-width: 767px) {
	.serial-nav {
		height: auto;
	}
	.serial-nav ul {
		position: static;
		padding: 5px 10px;
	}
	.serial-nav li {
		position: static;
		padding: 5px 10px;
	}
	.serial-nav-prev {
		max-width: 100%;
		float: left;
		width: 50%;
	}
	.serial-nav-next {
		max-width: 100%;
		float: right;
		width: 50%;
	}
	.serial-nav-index {
		width: 100%;
		clear: both;
		margin: 10px 0 0 0;
		max-width: 100%;
	}
}

/* ----------------
ページャー
------------------ */
.pager {
	width: 100%;
}
.pager ul {
	margin: 0 135px;
	padding: 0;
	text-align: center;
}
.pager li {
	list-style-type: none;
	background: #FFF;
	margin-bottom: 5px;
}
.pager li span {
	display: block;
	width: 100%;
	border-radius: 5px;
	background: #FFF;
	border: 1px solid #949494;
	font-size: 14px;
	color: #949494;
}
.pager li a > span {
	color: #FFF;
	border: 1px solid #007AB7;
	background-color: #007AB7;
	transition: background-color .2s;
}
.pager li a > span:hover,
.pager li a > span:focus {
	background-color: #02476A;
}
.pager a {
	display: block;
	width: 100%;
}
.pager a:link,
.pager a:hover,
.pager a:visited {
	text-decoration: none;
}
.pager a:link,
.pager a:hover,
.pager a:focus,
.pager a:visited {
	color: #FFF;
}

.pager-item {
	width: 37px;
	height: 33px;
	line-height: 33px;
	display: inline-block;
}

.pager-next {
	float: right;
	height: 33px;
	line-height: 33px;
	margin: 0;
}

.pager-next a {
	border-radius: 5px;
	padding: 0 10px;
	background-color: #007AB7;
	transition: background-color .2s;
}
.pager-next a:hover,
.pager-next a:focus {
	background-color: #02476A;
}

.pager-next-icon {
	margin-left: 5px;
}

.pager-container {
	position: relative;
}

.pager-prev {
	float: left;
	height: 33px;
	line-height: 33px;
	margin: 0;
}

.pager-prev a {
	border-radius: 5px;
	padding: 0 10px;
	background-color: #007AB7;
	transition: background-color .2s;
}
.pager-prev a:hover,
.pager-prev a:focus {
	background-color: #02476A;
}

.pager-prev-icon {
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	.pager {
		display: table;
	}
	.pager-container {
		display: table-footer-group;
	}
	.pager ul {
		margin: 0;
	}
}

/* ------------------------------
　　プロフィール
------------------------------ */
.profile {
	margin-bottom: 20px;
}

.profile-name {
	font-weight: bold;
	font-size: 18px;
	color: #333;
	margin: 0 0 10px 0;
}

.profile-position {
	font-size: 12px;
	color: #333;
	margin: 0 0 15px 0;
}

.profile-text {
	font-size: 14px;
	color: #333;
	margin: 0 0 20px 0;
}

.profile-img {
	display: block;
	width: 150px;
	height: auto;
	margin: 0 auto 10px auto;
}

.profile-icon-list {
	text-align: center;
}

@media screen and (min-width: 480px) {
	.js-acms-offcanvas-body-right {
		left: -300px;
	}
	.js-acms-offcanvas-body-left {
		left: 300px;
	}
	.js-acms-offcanvas-active .js-acms-offcanvas-sidebar {
		width: 300px;
	}
	.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-right {
		margin-right: -300px;
	}
	.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-left {
		margin-left: -300px;
	}
	.js-acms-offcanvas-body-right .js-acms-header-fixed {
		margin-left: -300px;
	}
	.js-acms-offcanvas-body-left .js-acms-header-fixed {
		margin-left: 300px;
	}
}

/* ------------------------------
　　検索フォーム
------------------------------ */
.search-form {
	margin-bottom: 20px;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.search-form-text {
	width: 100%;
	display: table-cell;
	border-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid #BFBFBF;
	height: 30px;
	font-size: 14px;
	padding: 5px;
}

.search-form-btn-wrap {
	display: table-cell;
	position: relative;
	width: 40px;
}

.search-form-btn {
	width: 100%;
	height: 30px;
	padding: 0;
	line-height: 1;
	text-align: center;
	background: #949494;
	font-size: 18px;
	color: #FFF;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border: none;
	margin-left: -1px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

/* ------------------------------
　　検索結果の表示
------------------------------ */
.search-result {
	text-align: center;
	margin: 0 0 20px 0;
	position: relative;
}
.search-result:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #9B9B9B;
	display: block;
	width: 100%;
	height: 1px;
	z-index: -1;
}

.search-result-heading {
	font-size: 18px;
	color: #333;
	line-height: 1.3;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFF;
	z-index: 1;
	margin: 0;
}

.search-result-heading a {
	color: #333;
}

.search-result-heading a:hover {
	color: #4A90E2;
}

.social-icon {
	width: 44px;
	height: 44px;
	background-color: #9B9B9B;
	border-radius: 50%;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}
.social-icon:link,
.social-icon:hover,
.social-icon:focus,
.social-icon:visited {
	color: #FFF;
}
.social-icon:link,
.social-icon:hover,
.social-icon:visited {
	text-decoration: none;
}
.social-icon:last-child {
	margin-right: 0;
}
.social-icon:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-color: -webkit-focus-ring-color;
	outline-style: auto;
	outline-width: 5px;
}

.social-icon i {
	line-height: 1.8;
}

.social-icon-twitter {
	background-color: #55ACEE;
}

.social-icon-facebook {
	background-color: #3B5998;
}

.social-icon-gplus {
	background-color: #CC3732;
}

/* ----------------
　　エントリーサマリー（カード表示）
------------------ */
.card {
	margin: 0 -12.5px;
	margin-bottom: 30px;
}
.card:before,
.card:after {
	content: " ";
	display: table;
}
.card:after {
	clear: both;
}

.card-item {
	float: left;
	width: 33.33333333333%;
	padding: 0 12.5px;
	margin-bottom: 10px;
}

.card-img {
	width: 100%;
	height: 0;
	padding-bottom: 84%;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center;
}

.card-title {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
}
.card-title a:link,
.card-title a:hover,
.card-title a:visited {
	text-decoration: none;
}

.card-text {
	font-size: 12px;
	color: #333;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.card-item {
		float: none;
		width: auto;
	}
	.card-item:before,
	.card-item:after {
		content: " ";
		display: table;
	}
	.card-item:after {
		clear: both;
	}
	.card-img-wrap {
		float: left;
		width: 50%;
	}
	.card-body {
		float: left;
		width: 50%;
		padding: 0 0 10px 10px;
	}
}

.media {
	margin: 0 -7.5px;
	margin-bottom: 30px;
}
.media:before,
.media:after {
	content: " ";
	display: table;
}
.media:after {
	clear: both;
}

.media-time {
	font-weight: bold;
	font-size: 12px;
	color: #888;
}

.media-item {
	float: left;
	width: 50%;
	padding: 0 7.5px;
	margin-bottom: 10px;
}

.media-img {
	float: left;
	width: 150px;
	height: 100px;
	background-size: cover;
	background-position: center;
}

.media-body {
	margin-left: 160px;
}

.media-title {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
}
.media-title a:link,
.media-title a:hover,
.media-title a:focus,
.media-title a:visited {
	color: #333;
}
.media-title a:link,
.media-title a:hover,
.media-title a:visited {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.media-item {
		float: none;
		width: auto;
	}
}

/* ------------------------------
　　タグクラウド
------------------------------ */
.tag-cloud {
	padding: 0;
	margin: 0 0 20px 0;
}
.tag-cloud a:link,
.tag-cloud a:hover,
.tag-cloud a:focus,
.tag-cloud a:visited {
	color: #2262AC;
}
.tag-cloud a:link,
.tag-cloud a:visited {
	text-decoration: none;
}
.tag-cloud a:hover {
	text-decoration: underline;
}
.tag-cloud li {
	list-style-type: none;
	display: inline;
}
.tag-cloud ul {
	padding: 0 0 0 10px;
	margin: 0;
}
.tag-cloud .acms-admin-module-edit a {
	text-decoration: underline;
}
.tag-cloud .acms-admin-module-edit a:link,
.tag-cloud .acms-admin-module-edit a:hover,
.tag-cloud .acms-admin-module-edit a:focus,
.tag-cloud .acms-admin-module-edit a:visited {
	color: #FFF;
}

.tag-cloud-item1 {
	font-size: 12px;
}

.tag-cloud-item2 {
	font-size: 12px;
}

.tag-cloud-item3 {
	font-size: 14px;
}

.tag-cloud-item4 {
	font-size: 14px;
}

.tag-cloud-item5 {
	font-size: 14px;
}

.tag-cloud-item6 {
	font-size: 16px;
}

.tag-cloud-item7 {
	font-size: 16px;
}

.tag-cloud-item8 {
	font-size: 16px;
}

.tag-cloud-item9 {
	font-size: 16px;
}

.tag-cloud-item10 {
	font-size: 16px;
}

.tag-cloud-item11 {
	font-size: 16px;
	font-weight: bold;
}

.tag-cloud-item12 {
	font-size: 16px;
	font-weight: bold;
}

.tag-cloud-item13 {
	font-weight: bold;
}

.tag-cloud-item14 {
	font-weight: bold;
}

.tag-cloud-item15 {
	font-size: 18px;
	font-weight: bold;
}

.tag-cloud-item16 {
	font-size: 18px;
	font-weight: bold;
}

.tag-cloud-item17 {
	font-weight: bold;
}

.tag-cloud-item18 {
	font-weight: bold;
}

.tag-cloud-item19 {
	font-weight: bold;
}

.tag-cloud-item20 {
	font-size: 20px;
	font-weight: bold;
}

.tag-cloud-item21 {
	font-size: 20px;
	font-weight: bold;
}

.tag-cloud-item22 {
	font-size: 20px;
	font-weight: bold;
}

.tag-cloud-item23 {
	font-size: 20px;
	font-weight: bold;
}

.tag-cloud-item24 {
	font-size: 20px;
	font-weight: bold;
}

.tag-cloud-item25 {
	font-size: 20px;
	font-weight: bold;
}

.tag-filter {
	text-align: center;
	margin-bottom: 20px;
}

.tag-filter-list {
	margin: 0;
	padding: 0;
	text-align: center;
}

.tag-filter-list li {
	display: inline-block;
	list-style-type: none;
}
.tag-filter-list li:after {
	color: #9B9B9B;
	content: "/";
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
.tag-filter-list li:last-child:after {
	display: none;
}

.tag-filter-list a {
	color: #9B9B9B;
}

.tag-filter-list a:hover {
	color: #4A90E2;
}

/* ------------------------------
　　エントリーサマリー（サムネイル表示）
------------------------------ */
.thumbnail {
	margin: 0 0 20px 0;
	padding: 0;
}
.thumbnail li {
	list-style-type: none;
	margin-bottom: 10px;
	display: block;
}
.thumbnail a {
	text-shadow: 0 0 3px #000;
}
.thumbnail a:link,
.thumbnail a:hover,
.thumbnail a:visited {
	text-decoration: none;
}
.thumbnail a:link,
.thumbnail a:hover,
.thumbnail a:focus,
.thumbnail a:visited {
	color: #FFF;
}

.thumbnail-bg {
	display: table;
	width: 100%;
	height: 150px;
	background: #333 center;
	background-size: cover;
	color: #FFF;
	text-shadow: 0 0 3px #000;
}
.thumbnail-bg:hover {
	opacity: .7;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
}

.thumbnail-inner {
	display: block;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
}

.thumbnail-shade {
	padding: 10px 5px;
	background: linear-gradient(transparent 0%, rgba(0, 0, 0, .7) 34%);
}

.thumbnail-date {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 13px;
}

.thumbnail-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	.thumbnail li {
		width: 100%;
		float: none;
		padding: 0;
	}
}

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
	margin: 0;
	padding: 15px 0;
	list-style-type: none;
	font-size: 12px;
}

.topicpath-wrap {
	min-height: 48px;
}

.topicpath li {
	margin-left: 20px;
	display: inline-block;
}
.topicpath li:after {
	content: ">";
	display: inline-block;
	margin-left: 20px;
}
.topicpath li:first-child {
	margin-left: 0;
}
.topicpath li:last-child:after {
	display: none;
}


/*ここからGC仕様のスタイル*/
/* ----------------
トップページ(GC仕様)
------------------ */
.topimage{
    width:100%;
    border-bottom: 1px solid #ddd;
}
.gcshop_logo{
    width:475px;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}
.gc_title{
    font-size: 40px;
    font-family: 'Noto Serif JP',sans-serif;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 10px 0;
    color: #555;
}
.gc_products{
    box-shadow:0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}

.gc_products img{
	width:100%;
	height: auto;
}

h3.gc_item_name{
    margin: 0;
}
.gc_item_name a{
    font-size: 15px;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 300;
    text-align: center;
    background-color: #EEEEEE;
    padding: 5px 0;
    margin: 0;
    display: block;
    text-decoration: none;
    color: #333;
	line-height: 2;
}
.gc_item_name a:hover{
    background-color: #ddd;
}

.gc_item_name_0{
    font-size: 18px;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 300;
    text-align: center;
    background-color: #EEEEEE;
    padding: 5px 0;
    margin: 0;
    display: block;
    text-decoration: none;
    color: #333;
}
.btn_category{
    margin-bottom: 20px;
}
.btn_userguide a{
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    padding: 20px 0;
    text-align: center;
    display: block;
    color: #333;
}
.btn_userguide a:hover{
    background-color: #CCCCCC;
    text-decoration: none;
    color: #333;
}

.shop_info{
    list-style: none;
    padding-left: 40px;
    margin: 0 auto;
    overflow: hidden;
    width: 90%;
}
.shop_info li{
    margin-right: 50px;
    width: 200px; 
    padding-bottom: 20px;
    float:left;
}
.shop_info p{
     margin: 5px 0;
}
.shop_info p a{
    font-size: 16px;
    line-height:1.5;
    text-decoration: none;
    color: #333;  
    margin: 0;
}

.shop_info p a:hover{
    text-decoration: underline;
}
.shop_prefecture{
    background-color: #999;
    color:#fff;
    font-size: 14px;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
    width:60px;
    padding: 3px;
    text-align: center;
}

.top_soldout{
    font-size: 10px;
    background-color: #ff0000;
    padding: 0 5px;
    margin-right: 5px;
    color: #ffffff;
    font-weight: bold;
}

/* ----------------
一覧ページ(GC仕様)
------------------*/ 
.page_title{
    font-size: 25px;
    font-family: 'Noto Serif JP',sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    color: #555;
}


/* ----------------
取扱い店舗 一覧ページ(GC仕様)
------------------*/ 
.shoplist_info{
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
    overflow: hidden;
    /*width: 90%;*/
}
.shoplist_info li{
    margin-right: 20px;
    width: 195px; 
    padding-bottom: 20px;
    float:left;
}
.shoplist_info p{
     margin: 5px 0;
}
.shoplist_info p a{
    font-size: 16px;
    line-height:1.5;
    text-decoration: none;
    color: #333;  
    margin: 0;
}

.shoplist_info p a:hover{
    text-decoration: underline;
}

/*モジュールユニットのテンプレート*/
.shoplist_info_2{
    display: flex;
    flex-wrap: wrap;
}

.shoplist_info_2 li{
    /*margin-right: 20px;*/
	padding-left: 10px !important;
	width: 25%;
    /*width: 200px;*/
}

.shoplist_info_2 p{
     margin: 5px 0;
}
.shoplist_info_2 p a{
    font-size: 16px;
    line-height:1.5;
    text-decoration: none;
    color: #333;  
    margin: 0;
}
.shoplist_info_2 p a:hover{
    text-decoration: underline;
}

/**/
.shoplist{
    border: 1px solid #CCCCCC;
    overflow: hidden;
    margin-bottom: 20px;
}
.shoplist img{
    float: left;
}
.shoplist dl{
    float: right;
    padding: 10px 20px 10px 0;
    width: 80%;
    margin: 0;
    font-size: 14px;
}
.shoplist dt{
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
    font-size: 18px;
}
.shoplist dd{
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
.shoplist_prefecture{
    background-color: #999;
    color:#fff;
    font-size: 16px;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
    padding: 3px 10px;
    text-align: center;
    margin-right: 5px;
    font-weight: normal;
}
/**/

/* ----------------
共通(GC仕様)
------------------*/ 
.header-top-border{
    height: 60px;
    background-color: #8C0000; 
}
.header-title-left{
    float:left; 
}
.header-btn-right{
    float:right;
}
.header-btn-right ul{
    overflow: hidden;
    margin: 8px 0 0 0;
}
.header-btn-right li{
    list-style: none;
    float: right;
    padding-right: 10px;
}
.header-btn-right li img{
    height:45px;
    width:auto;
}
.f_sitemap{
   /*width: 800px;*/
    margin-right: auto;
    margin-left: auto;
    list-style-type: none;
    font-size: 12px;
    line-height: 1.6;
    color: #FFF;
    display: table;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}
.f_sitemap li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFF;
    width: 12%;
}
.f_sitemap li a {
    color: #FFF;
    text-decoration: none;
}
.f_sitemap li a:hover {
    text-decoration: underline;
}
.last_b {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFF;
}
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
img{
	display: block;
	margin: 0 auto;
	padding: 0;
}

.pp_gallery ul {
    height: 50px;
}

/* ----------------
商品詳細ページ(GC仕様)
------------------*/ 
/*スペック表*/
#spec{
    margin-bottom: 50px;
	overflow: auto;
}
#spec table{
    width: 98%;
    font-size: 12px;
    line-height: 1.5;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #999;
    border-right-color: #999;
    margin: 0 auto;
}
#spec th{
    color: #FFF;
    background-color: #6E6E6E;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #999;
    border-left-color: #999;
    text-align: center;
    white-space: nowrap; 
}
#spec td{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #999;
    border-left-color: #999;
    white-space: nowrap; 
}
/*在庫がないときの表示*/
.soldout{
    font-size: 16px;
    background-color: #ff0000;
    padding: 5px;
    margin-right: 5px;
    color: #ffffff;
}
.soldout{
    font-size: 80%;
}

@media screen and (max-width: 767px) {
    /*共通*/
    .header-wrap {
        height: auto;
    }
    .category-list2 ul{
        border-top: 1px solid #979797;
        padding: 0;
        margin: 0;  
    }
    .category-list3 ul{
        border-bottom: 1px solid #979797;
        padding: 0;
        margin: 0;  
    }
    .category-list2 ul,.category-list3 ul{
        display: block;
        list-style-type: none;
        font-size: 16px;
        line-height: 1.5;
        padding: 15px 45px 15px 5px;
    }
    .category-list2 li a,.category-list3 li a {
        position: relative;
        display: block;
        color: #333;
        text-decoration: none;
        margin: -15px -45px -15px -5px;
        padding: 15px 45px 15px 5px;
        background-color: transparent;
        transition: background-color .2s;
    }
    .category-list2 li a:hover,
    .category-list2 li a:focus,
    .category-list3 li a:hover,
    .category-list3 li a:focus{
	    background-color: #CCC;
    }
    .rightside-link ul{
        overflow: hidden;
        margin: 8px 0 0 0;
        padding: 0;
    }
    .rightside-link li{
        list-style: none;
        float: left;
        padding-right: 20px;
        margin: 0;
    }
    .rightside-link img{
       height:60px;
        display: inline;
        margin: 0;
        padding: 0;
    }
    .gcshop_logo{
        width:100%;
        display: block;
        margin: 0 auto;
        padding: 10px 0;
    }
    .gcshop_logo img{
        width:60%;
    }
    .gc_title {
        font-size: 120%;
        margin: 15px 0 5px 0;
    }
    .f_sitemap{
       width: 100%;
        margin: 0;
    }
    .f_sitemap ul{ 
    }
    
    /*トップページ*/
    .gc_item_name a{
        font-size: 80%;
		line-height: 1.7;
    } 
    .shop_info{
        list-style: none;
        padding-left: 15px;
        margin: 0;
        overflow: hidden;
        width: 100%;
    }
    
    .shop_info li{
        margin-right: 15px;
        padding: 0;
        width: 45%;
        height: auto;
        overflow: hidden;
    }
    .shop_info li img{
        width: 100%;
        height: auto;
        margin-right: 10px;
    }
    .shop_info p{ 
        margin: 0 0 5px 0;
        line-height: 1.2;
    }
    .shop_info p a{
        font-size: 90%;
    }
    .btn_userguide a {
        font-size: 80%;
    }
    
    .top_soldout{
        font-size: 70%;
    }
    
    /*商品詳細ページ*/
    .soldout{
    font-size: 80%;
    }
    
    /*取扱い店舗ページ*/
    .shoplist dt {
        font-size: 100%;
    }
    .shoplist img{
        width:40%;
        height: 40%;
    } 
    .shoplist_prefecture {
        font-size: 14px;
    }
    

    /*オリジナルのacms.min.cssからの変更*/
    .acms-margin-bottom-medium {
         margin-bottom: 0px; 
    }
    /*.acms-form select {
        -moz-appearance: none;
        -webkit-appearance: button;
        display: inline-block;
        padding: 8px 30px 8px 10px;
        border: 1px solid #a7a7aa;
        border-radius: 3px;
        background-color: #ccc;
        text-decoration: none;
        text-align: center;
        font-size: 81%;
        font-weight: 700;
        line-height: 1.3;
        background-color: #e1e1e1;
        background: url(../images/marker/arrow_black03.png) 100%,linear-gradient(180deg,#f9f9f9,#e1e1e1);
        background-repeat: no-repeat;
        color: #333;
        padding-right: 20px\9;
        background-color: #f0f0f0;
        text-align: left;
    }*/
}

@media screen and (max-width: 480px) {
    /*取扱い店舗一覧ページ*/
    .shoplist_info{
        list-style: none;
        padding-left: 0;
        margin: 0 0 0 15px;
        overflow: hidden;
        /*width: 90%;*/
    }
    .shoplist_info li{
        margin-right: 15px;
        width: 45%;
        float: left;
        padding-bottom: 20px;
    }
	.shoplist_info_2{
        list-style: none;
        padding-left: 0;
        margin: 0 0 0 15px;
        overflow: hidden;
        /*width: 90%;*/
    }
    .shoplist_info_2 li{
        margin-right: 15px;
        width: 45%;
        padding-bottom: 20px;
		padding-left: 10px !important;
    }
    .shoplist_info p,.shoplist_info_2 p{
         margin: 5px 0;
    }
    .shoplist_info p a,.shoplist_info_2 p a{
        font-size: 16px;
        line-height:1.5;
        text-decoration: none;
        color: #333;  
        margin: 0;
    }
    .shoplist_info img,.shoplist_info_2 img{
        width:100%;
        height: auto; 
    }
    .shoplist dl{
        float: right;
        padding: 10px;
        width: 60%;
        margin: 0;
        font-size: 14px;
    }
    /*商品詳細ページ/スペック表*/
    #spec{
        width: 100%;
        overflow:auto;
    }
    
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    /*トップページ・取扱い店舗*/
   .shop_info{
        list-style: none;
        padding-left: 0;
        margin: 0 0 0 10px;
        overflow: hidden;
        width: 100%;
    }
    .shop_info li{
        margin-right: 22px;
        width: 22%;
        /*height: auto;*/
        float: left;
    }
    .shop_info li img{
        width:100%;
        height: auto;
    }
    .shop_info p{
         margin: 0 0 5px 0;
    }
    .shop_info p a{
        font-size: 16px;
        line-height:1.5;
        text-decoration: none;
        color: #333;  
        margin: 0;
    }
    
    /*取扱い店舗一覧ページ*/
    .shoplist_info{
        list-style: none;
        padding-left: 0;
        margin: 0 auto;
        overflow: hidden;
        /*width: 90%;*/
    }
    .shoplist_info li{
        margin-right: 15px;
        width: 30%;
        float: left;
        padding-bottom: 20px;
    }
    .shoplist_info p{
         margin: 5px 0 0 0;
    }
    .shoplist_info p a{
        font-size: 16px;
        line-height:1.5;
        text-decoration: none;
        color: #333;  
        margin: 0;
    }
    .shoplist_info img{
        width:100%;
        height: auto; 
    }
    /**/
    .shoplist dl{
        float: right;
        padding: 10px;
        width: 73%;
        margin: 0;
        font-size: 14px;
    }
    
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .shoplist_info li{
        margin-right: 23px;
        width: 30%;
        float: left;
        padding-bottom: 20px;
    }
    .shoplist_info img{
        width:100%;
        height: auto; 
    }
    
    .shoplist dl{
        float: right;
        padding: 10px 20px 10px 0;
        width: 78%;
        margin: 0;
        font-size: 14px;
    }
    
    
}


/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box p.message {
	margin: 0 0 35px 0;
	padding: 0 10px;
	font-weight: bold;
	color: #C41134;
}

.contact-box p.contact-no {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.contact-box p.contact-no a {
	color: inherit;
}

.contact-box p.error-text {
	/* エラー文 */
	margin: 5px 0 0 0;
	color: #C41134;
}

.contact-box table.contact-form {
	/*border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;*/
    width:100%;
    margin-bottom: 20px;
}
.contact-box table.contact-form tr {
	/*background: #FFF;*/
    background:#e5e5e5;
    border-bottom: 2px solid #ffffff;
}

@media screen and (min-width: 480px) {
	.contact-box th,
	.contact-box td {
		display: table-cell;
        padding: 20px;
	}
}

@media screen and (max-width: 480px) {
	.contact-box th,
	.contact-box td {
		display: table-cell;
        padding: 20px;
        font-size:90%;
    }
    .contact-box th {
		width: 100px;
	}
}

@media screen and (min-width: 768px) {
	.contact-box th {
		width: 260px;
	}
}

/* ステップ 
------------------------------ */
.contact-box .mail-step {
	margin: 0 10px 35px 10px;
	padding: 0 10px;
	background: #E5E5E5;
	/* カウンターの設定 */
	counter-reset: mailStep;
}

.contact-box .mail-step-item {
	float: left;
	list-style: none;
	margin: 0 10px;
	padding: 18px 0 14px;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 4px solid transparent;
}
.contact-box .mail-step-item:before {
	/* カウンターの設定 */
	counter-increment: mailStep;
	content: counter(mailStep) ".";
}

.contact-box .mail-step-item-current {
	color: #333;
	border-bottom: 4px solid #333;
}

@media screen and (min-width: 768px) {
	.contact-box .mail-step {
		height: 60px;
	}
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
	margin: 0 10px 50px 10px;
	text-align: center;
}

.form-btn {
	display: inline-block;
}

.form-btn-return {
	float: left;
}

.form-btn-send {
	float: right;
}

@media screen and (min-width: 768px) {
	.form-btn-return {
		float: none;
	}
	.form-btn-send {
		float: none;
		max-width: 360px;
		width: 100%;
	}
}

/* ラベル 
------------------------------ */
.label-required {
	margin: 0 5px;
	padding: 2px 8px;
	color: #FFF;
	font-size: 12px;
	border-radius: 3px;
	background: #C41134;
}

@media screen and (min-width: 768px) {
	.label-required {
		float: right;
	}
}

/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
	border: 1px solid #C49511;
}

.contact-box select.focused:invalid {
	border: 1px solid #C41134;
}

.contact-box select[required]:valid {
	border: 1px solid #A7A7AA;
}

.contact-box input[required]:required,
.contact-box textarea[required]:required {
	background: #FFFDEB;
}

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
	background: #FFEBEE;
}

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
	background: #FFF;
}

/* バリデーター
------------------------------ */
.valid-mark {
	display: none;
}

.valid-mark.valid {
	display: inline;
	color: #5CB85C;
	float: right;
}

.invalid {
	background: #FFEBEE !important;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large {
	width: 100%;
	background: #C41134;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.btn-attention-block-large:hover,
.btn-attention-block-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-attention-block-large:focus,
.btn-attention-block-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention-block-large:hover {
	background: #910021;
}
.btn-attention-block-large:active,
.btn-attention-block-large:focus {
	background: #910021;
}

@media (min-width: 768px) {
	.btn-block-large {
		max-width: 360px;
	}
	.btn-attention-block-large {
		max-width: 360px;
	}
}

/* ボタンサイズ大 */
.btn-large {
	background: #666;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.btn-large:hover,
.btn-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-large:focus,
.btn-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-large:hover {
	background: #444;
}
.btn-large:active,
.btn-large:focus {
	background: #444;
}
