/* CSS Document */
body {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
}
a:active,
a:hover,
a:visited,
a {
	color: #147491;
}
.txt_tel {
    font-size: 1.2rem;
    font-family: Arial, Helvetica, "sans-serif";
}
body > header {
	border-top: 16px solid #000;	
}
body > header .container {
	position: relative;
	padding-top: 0;
}
.header_h1,
body > header .container > h1 {
	color: #fff;
	font-size: 10px;
	display: block;
	position: absolute;
	top: -13px;
	left: 15px;
}
#footer {
    background: linear-gradient(90deg, rgba(33, 142, 255, 0.35), rgba(158, 148, 23, 0.45)),
        no-repeat url(//www.cs-fukuhama.com/img/pict/footer_bg.jpg);
/*    background-attachment: fixed;*/
    background-size: 100% auto;
    background-position: right center;
    min-height: 350px;
    position: relative;
    overflow: hidden;
}
#footer::after {
    content: "";
    position: absolute;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.77);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.77);
    background-color: transparent;
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0;
}
#footer .footer_address {
    font-size: 0.96rem;
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.68);
    width: auto;
    max-width: 350px;
    min-width: 250px;
}
#footer .footer_address ul,
#footer .footer_address ul li {
    padding: 0;
    list-style: none;
}
#footer .footer_address ul li {
	margin-bottom: 0.25rem;
}
#footer .footer_address,
#footer .footer_copy {
    color: #fff;
}
#footer .footer_address .ttl img {
    width: auto;
    margin-bottom: 0;
}
#footer .footer_address .ttl {
    margin-bottom: 0.5rem;
}
#footer .footer_address .ttl_sub {
    font-size: 0.8rem;
    margin-bottom: 0;
    text-align: center;
}
#footer .footer_copy {
    background-color: rgba(0, 0, 0, 0.77);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	font-size: 0.8rem;
	text-align: center;
	line-height: normal;
	padding: 0.8rem 0 0.8rem 0;
}
#page_top {
    position: fixed;
    right: 0;
    bottom: 50px;
    background-color: rgba(0,0,0,0.80);
    opacity: 1;
    z-index: 3;
}
#page_top, #page_top a {
    display: block;
    width: 50px;
    height: 50px;
}
#page_top a {
    position: relative;
    text-decoration: none;
    text-align: center;
}
#page_top i:before {
    font-size: 1.6rem;
    color: #fff;
    line-height: 50px;
}
.ttl_bdr {
	background: url("../img/item/border_obstrp.gif") left bottom repeat-x;
	display: block;
	margin-bottom: 1rem;
	position: relative;
}
.font_ttl,
.ttl_bdr > * {
	font-family: copperplate-condensed, copperplate, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-style: normal;
	color: #000;
}
.ttl_bdr > * {
	font-weight: 500;
	display: inline-block;
	letter-spacing: 0.15em;
	border-bottom: 5px solid #000;
	padding-bottom: 1px;
	margin-bottom: 0;
	font-size: 0.9rem;
}
.ttl_bdr > h1 {
	font-size: 1.1rem !important;
}
.ttl_bdr > *:before {
    content: "";
	display: block;
	width: 10px;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ttl_bdr > *:before {
	background-color: #000;
}
/*.bg_pink,*/
#news #topicpath li,
#news .topicpath li,
#news .ttl_bg,
.bg_pink > *:before {
	background-color: #f47aa8 !important;
}
/*.bg_aqua,*/
.bg_aqua > *:before {
	background-color: #00add2 !important;
}

#info #topicpath li,
#info .topicpath li,
#info .ttl_bg,
/*.bg_green,*/
.bg_green > *:before {
	background-color: #99d200 !important;
}
/*.bg_yellow,*/
.bg_yellow > *:before {
	background-color: #ffea00 !important;
}
/*.bg_red,*/
.bg_red > *:before {
    background-color: #B81753 !important;
}
/*.bg_black,*/
.bg_black > *:before {
	background-color: #000 !important;
}
.btn_infolink,
a.btn_infolink {
    background-color: #fff;
    border: 1px #000 solid;
    padding: 0.2em 0.6em;
    text-align: center;
    color: #000;
}
.contents {
    overflow: hidden;
}
.contents > section {
	padding: 20px 0;
}
.contents > section:nth-last-child(1) {
	margin-bottom: 3rem;
}
/* 
list_news
*/
.list_news dl {
	overflow: auto;
    max-height: 8em;
}
.list_news dl,
.list_news dl dt,
.list_news dl dd {
	list-style: none;
}
#news .maindate > span,
.list_news dl dt {
	background-color: #f47aa8;
	font-family: Arial, Helvetica, "sans-serif";
	color: #fff;
	padding: 0.15em 0.25em;
	line-height: normal;
	vertical-align: middle;
}
.list_news dl dt {
	clear: left;
    float: left;
    font-size: 0.8rem;
    font-weight: normal;
    display: inline-block;
    margin-top: 0.3rem;
    margin-right: 0.25rem;
}
.list_news dl dd {
	font-size: 0.9rem;
    max-width: 100%;
    border-bottom: 1px dotted #bbb;
    padding: 0.3rem 0;
}
#news .maindate > span {
	font-size: 0.9rem;
    font-weight: bold;
}
.list_news dl dd a {
/*	color: #333;*/
}
p.catch {
	margin-bottom: 1.5rem;
}
/* 
list_btype
*/
.list_item a:link {
	text-decoration: none !important;
}
.list_item li {
}
.list_item #item_main ul.list-unstyled li {
	padding: 1.5rem 1.5rem 0.5rem 1.5rem;
	border-right: 1px dotted #bbbbbb;
	border-bottom: 1px dotted #bbbbbb;
}
.list_item #item_main ul.list-unstyled li:nth-child(2):nth-last-child(1),
.list_item #item_main ul.list-unstyled li:nth-child(1):nth-last-child(1) {
	border-right: 0;
}
.list_item li .ttl {
	font-size: 0.9rem;
	margin-bottom: 0;
}
.list_item li p {
	font-size: 0.78rem;
    color: #555;
    padding: 0.5rem 0;
    line-height: 1.35;
    margin: 0;
}
/* special */
.list_item li .special,
#item_info p.special {
/*    color: #AC004A !important;*/
    color: #cb0000 !important;
}
#item_info h2.special,
.special .icon_txt {
	background-color: #cb0000 !important;
	color: #fff !important;
}
.special .icon_txt {
	padding: 0.15em 0.35em;
	margin-right: 0.3em;
	font-size: 0.7rem;
}

.list_btype li {
    margin-bottom: 1rem;
}
.list_btype li .item_img {
    position: relative;
}
.list_btype li .item_img img {
    width: 100%;
    height: auto;
}
.list_btype li .ttl {
    padding: 0.15rem 0.25rem;
    background-color: rgba(0,0,0,0.68);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.list_btype li a:hover .ttl,
.list_btype li a:active .ttl {
    background-color: rgba(0,178,178,0.68);
}
.list_btype li a:hover img {
    opacity: 1;
}
.list_pickup li .ttl {
	text-align: center;
	font-weight: bold;
}
.list_item .icon_area {
	text-align: center;
	margin-bottom: 0.5rem;
}
.item_info .icon_area {
	margin: 0.5rem 0;
}
.item_info #main #item_info {
    padding-top: 0.25rem;
}
/* icon */
.icon_area > span {
    display: inline-block;
    font-size: 0.7rem;
    padding: 0.06em 0.8em;
    line-height: normal;
    font-weight: bold;
    margin: 0 0.1em;
    letter-spacing: 0.05em;
    vertical-align: middle;
    background-color: #ccc;
}
.item_info .icon_area > span {
    font-size: 0.83rem;
}
.icon_area > span {
    display: inline-block;
    font-size: 0.7rem;
    padding: 1px 4px;
    line-height: normal;
    font-weight: bold;
    margin: 0 0.1em;
    letter-spacing: 0.05em;
    vertical-align: middle;
    background-color: #ccc;
}
.icon_area .icon_pickup {
    background-color: #99d200;
}
.icon_area .icon_new {
    background-color: #ffea00;
}
/*
.icon_area img {
	vertical-align: middle;
    margin: 0 0.2rem 0.2rem 0;
}
*/
.list_pickup li p {
	text-align: center;
}
.list_pickup .item_img {
	margin: 0 auto 0.8rem auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.item_img img {
	max-width: 100% !important;
	height: auto;
}
#itemimg .btn_zoom {
	display: block;
	margin: 1rem auto;
	text-align: center;
}
#itemimg .btn_zoom > span {
	display: inline-block;
	margin: 0 auto;
    background: #000;
    color: #fff;
    line-height: normal;
    font-size: 0.7rem;
    letter-spacing: -0.05em;
    padding: 0.06em 0.8em;
}
.price {
    font-family: Arial, Helvetica, sans-serif;
}
#topslide .sp-slide img {
    opacity: 0.45;
    max-width: 100%;
    max-height: 100%;
}
#topslide .sp-slides .sp-selected img {
    opacity: 1;
}
#topslide .sp-buttons {
    margin-top: -30px;
    height: 30px;
    opacity: 0.6;
}
#topslide .sp-buttons:hover {
	opacity: 1;
}
#topslide .sp-button {
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.42);
}
.navbar-toggler {
	cursor: pointer;
}

.item_info h1.ttl {
    font-size: 2rem;
}
.item_info {
    word-break: break-word;
}
.txt_tax {
    font-weight: normal !important;
    margin-left: -0.25em;
}
.list_item .txt_tax {
    font-size: 0.6rem;
}
.item_info .txt_tax {
    font-size: 0.7rem;
}
.list_item .price {
    font-size: 0.925rem;
/*    font-weight: bold;*/
}
.item_detail {
    overflow: auto;
}
.itemdescription {
	padding-top: 1rem;
	margin-bottom: 2rem;
}
#info .itemdescription {
	padding-top: 0;
    margin-top: -0.5rem;
	margin-bottom: 0;
}
.itemdescription .description {
	border-bottom: 1px #333333 dotted;
	padding: 0.5em 0;
}
.newsbody::after,
.newsbody .entrybody::after,
.itemdescription .description::after {
    content:"";
    display:block;
    clear:both;
}
.itemdescription .description > h2:first-child {
	font-size: 0.8rem !important;
    font-weight: bold;
    margin-bottom: 0;
    background-color: #000;
    display: inline-block !important;
    color: #fff;
    text-align: center;
    line-height: 1.65 !important;
    padding: 0 0.5em;
    width: 5.5em !important;
    white-space: nowrap;
    vertical-align: top;
}
#item_detail .itemdescription {
    overflow: auto;
}
#item_detail .itemdescription .description > h2:first-child {
    margin-bottom: 0.5em;
}
#item_detail .itemdescription .description,
#item_detail .itemdescription .description > * {
	font-size: 0.9rem;
    line-height: 1.85;
    letter-spacing: 0.05em;
}
#item_detail .itemdescription .description > * {
    display: block;
    width: auto !important;
    float: inherit !important;
    line-height: inherit !important;
}
#item_detail .itemdescription .description * {
    font-family: inherit !important;
}
#item_detail .itemdescription .description ul,
#item_detail .itemdescription .description ul li,
#item_detail .itemdescription .description >* span,
#item_detail .itemdescription .description p,
#item_detail .itemdescription .description div {
    font-family: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
}
#item_detail .itemdescription .description p,
#item_detail .itemdescription .description div {
    color: inherit !important;
    font-size: inherit !important;
    margin-bottom: 1rem;
}
.itemdescription .description.inline p {
	display: inline-block;
	margin-bottom: 0;
    padding-left: 0.25em;
}
#topicpath,
.topicpath {
/*	padding-top: 1rem;*/
	margin-bottom: 2rem;
    padding: 0;
}
.ttl_bg,
#topicpath li,
.topicpath li {
    color: #fff !important;
    background-color: #00add2;
    padding: 0.35em 0.5em;
    line-height: 1.1em;
}
#topicpath li,
.topicpath li {
    display: inline-block;
    margin: 0 0.25em 0.5em 0;
    font-size: 0.85rem;
    font-weight: bold;
    white-space: nowrap;
}
#topicpath a,
.topicpath a {
	font-weight: bold;
	color: #fff !important;
}
.pagination {
	justify-content: center;
	margin: 2rem 0; 
}
ul .page-link {
    color: #147491;
    border: 1px solid #ddd;
    overflow: hidden;
	white-space: nowrap;
}
ul .page-item.active .page-link {
    background-color: #147491;
    border-color: #147491;
}
ul.imglist {
	margin-right: -5px;
	margin-left: -5px;
}
ul.imglist li {
	padding: 5px;
}
ul.imglist li img {
	border: 1px solid #ddd;
}
ul.imglist li:nth-child(1) img{
	border: 0;
	margin-bottom: 1.5rem;
}
body .fancybox-slide--image .fancybox-content {
	background: #fff;
	margin: 1.5rem;
}
body .fancybox-image,
body .fancybox-spaceball {
/*	height: auto !important;*/
}
.viewall {
    text-align: right;
    margin-top: -1.2rem;
}
#new-entry .viewall {
    margin-bottom: 1rem;
}
#brand .list_brand {
    padding: 0;
    margin: 0;
}
#brand .list_brand > li {
    margin: 0.35rem;
    display: inline-block;
}
#brand .list_brand > li img {
    min-width: 150px;
    height: auto;    
}
#info .infoname,
#info .infoname_mini {
    display: inline-block;
}
#info .infoname {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
#info .infoname_mini {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1em;
}
#info .parking-image {
    margin-bottom: 2rem;
}
#info #ssl_seal >  div {
    max-width: 350px;
    font-size: 0.8rem;
}

.newsbody {
    padding-bottom: 3rem;
    border-bottom: 1px dotted #bbb;
    margin-bottom: 0.5rem;
    line-height: 1.95;
}
.newsbody .ttl {
    font-size: 1.5rem;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #bbb;
    margin-bottom: 2rem;
}
.newsbody .photo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    text-align: center;
}
#main img {
    max-width: 100%;
    max-height: 600px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
#main .entrybody img {
    margin-bottom: 1rem;
}
#news .newsinfo {
    font-size: 0.85rem;
    margin-bottom: 4rem;
    text-align: right;
    color: #888;
}
body hr {
    border-top: 1px #333333 dotted;
}
#category ul {
    padding: 0;
    list-style: none;
}
#category ul li {
    display: block;
/*    border-top: 3px double #bbb;*/
    border-bottom: 1px solid #bbb;
}
#category ul ul li {
    display: block;
    border-bottom: 1px dotted #bbb;
    font-size: 90%;
}
#category ul ul {
    margin-bottom: 1.5rem;
}
#category ul ul ul {
    margin-bottom: 0.75rem;
}
#category a {
    color: #333;
    text-decoration: none;
}
#category a:active,
#category a:hover {
    text-decoration: underline;
}
#category .accordion > ul > li > a:active,
#category .accordion > ul > li > a:hover {
    text-decoration: none;
}
#category .accordion > ul > li {
    cursor: pointer;
}
#category ul li:active > a,
#category ul li:hover > a {
    background-color: #f6f6f6;
}
#category .accordion > ul > li:active > a,
#category .accordion > ul > li:hover > a {
    background-color: #ffea00;
}
#category ul li img {
    vertical-align: text-top;
}
#category ul li a {
    padding: 0.8rem 0;
/*    line-height: 2.5rem;*/
    line-height: 1.1em;
}
#category ul ul {
    padding-left: 1em;
}
#category ul li a {
    display: block;
    width: 100%;
    position: relative;
}
#category a::before,
#category a::after,
#category li span::before {
    font-family: FontAwesome;
    padding-right: 0.6em;
    font-size: 0.8em;
    color: #888;
}
#category .accordion > ul > li > a::after {
    content: '\f0d7';
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    margin: 0;
    padding: 0;
}
#category div > ul > li > a > a {
/*    font-weight: bold;*/
}
#category div > ul ul > li > a > a {
    font-size: 90%;
}
#category div > ul ul ul li > a > a {
    font-size: 90%;
}
#category li a::before {
    content: '\f101';
}
#category ul ul li a::before {
    content: '\f0da';
}
#category ul ul ul li a::before {
    content: '・';
    font-size: 1rem;
    padding-right: 0;
}
.icon_up {
    letter-spacing: 0.1em;
    color: #cb0000;
    font-size: 0.85rem;
    padding-left: 0.5em;
    display: inline-block;
    vertical-align: top;
}
#header .navbar-toggler {
    position: fixed;
    right: 15px;
    top: 1.9rem;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.25rem 0.6rem;
    border-color: rgba(0, 0, 0, 0.9);
/*    border-radius: 1px;*/
}
#header .navbar-toggler .btn_txt {
    color: rgba(0, 0, 0, 0.9);
    display: block;
    font-size: 8px;
    font-size: 0.6rem;
    font-family: Arial, Helvetica, "sans-serif"
}
#header .navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23000000" d="M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z" /></svg>') no-repeat center center;
}
#header .header-search {
    max-width: 250px;
    width: auto;
}
#header .header-search input#search {
    max-width: 180px;
}
#header .navbar-brand {
    margin-right: auto;
}
#header .navbar-brand img {
    max-width: 100%;
}
ul.page-navigation-list {
    list-style: none;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    padding: 0;
}
ul.page-navigation-list li {
    max-width: 49%;
}
ul.page-navigation-list li::before,
ul.page-navigation-list li::after {
    font-family: FontAwesome;
    color: #bbb;
    vertical-align: top;
}
ul.page-navigation-list li.page-navigation-prev {
    margin-right: auto;
    text-align: left;
    padding-right: 0.5rem;
}
ul.page-navigation-list li.page-navigation-prev::before {
    content: '\f053';
    padding-right: 0.5em;
}
ul.page-navigation-list li.page-navigation-next {
    margin-left: auto;
    text-align: right;
    padding-left: 0.5rem;
}
ul.page-navigation-list li.page-navigation-next::after {
    content: '\f054';
    padding-left: 0.5em;
}

