/* body.sub */
body.sub header {
	border-bottom: 1px solid #EEEEEE;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
}

/* #login */
body.before {
	border-top: 5px solid #021441;
}　
#login h2 p {
	font-size: 13px;
}
#login h3 {
	font-weight: bold;
	color: #4189D1;
	text-align: center;
}
#login h4 {
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
}
#login .waku,
#register .waku {
	padding: 30px 60px;
	border-radius: 5px;
	margin-bottom: 15px;
}
#login header dl.titlename {
	margin: 30px 0;
}
#login dl.edit {
	border: none;
	padding: 0;
	margin-bottom: 15px;
}
#login dl.edit dt h4 {
	margin-bottom: 0;
	line-height: 33px;
}
#login dl.edit dd {
	margin-bottom: 0;
}
#login button.btn {
	width: 200px;
	margin-bottom: 15px;
}
/* #register */
#register .card {
	margin-bottom: 30px;
}
#register .terms {
	overflow: auto;
	max-height: 150px;
	margin-bottom: 30px;
	border: 1px solid #EEEEEE;
	padding: 15px 0 15px 15px;
}


/* #index */
#index h3 {
	border: none;
	font-size: 1.8em;
	margin-bottom: 5px;
}
#news a:not(.not-news-arrow) {
	display: block;
	color: #666;
}
#news a.not-news-arrow {
	display: block;
}
#news a svg {
	color: #2D74BE;
}
#news a:link:not(.not-news-arrow) { text-decoration: none;}
#news a:visited { text-decoration: none;}
#news a:hover   { text-decoration: none; background: #EEEEEE;}
#news a:active  { text-decoration: none; background: #EEEEEE;}

#news dl {
	padding: 13px 30px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 0.9em;
}
#news dl dt {
	color: #666666;
}

#news .badge {
	padding: 5px;
	width: 70px;
	margin-right: 15px;
}
#news p.title {
	margin-bottom: 0;
}
#news p.date {
	background: #EEEEEE;
	padding: 0 5px;
	display: block;
	font-size: 0.9em;
}
#onlin dl dt {
	width: 300px;
	float: left;
	text-align: right;
	padding-right: 40px;
}
#onlin dl dd {
	margin-left: 300px;
	padding-left: 40px;
}
#onlin a.more {
	display: block;
}

/* 展示商品共通設定 */
.item_list div {
	margin-bottom: 30px;
}
.item_list img {
	margin-bottom: 10px;
}
span.item_name {
	font-size: 0.9em;
	display: block;
	line-height: 1.2em;
}
.container-fluid.place_01 {
	background: #E1811D;
}
.place_01 h3 {
	color: #E1811D;
}
.place_01 dl dd {
	border-left: 2px solid #E1811D;
}

/* #商品一覧 */
#list .carousel-control-next, #list .carousel-control-prev {
	width: 2%;
}
#list.carousel-indicators {
    bottom: -20px;
}
#list h2 {
  position: relative;
  padding: 1rem;
  text-align: center;
  margin-bottom: 60px;
}

#list h2:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: '';
  background: #4189D1;
}
#list .search {
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	padding: 15px 0;
	margin-bottom: 15px;
}
#list .place_01 h2:before {
	background: #E1811D;
}
.but.heart {
	background: #F00;
}
#onlin_nav li a {
	display: inline-block;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	padding: 10px 15px;
	color: #666666;
}
#onlin_nav li:last-child a {
	border-right: 1px solid #EEEEEE;
}
#onlin_nav li a:link    { text-decoration: none;}
#onlin_nav li a:visited { text-decoration: none;}
#onlin_nav li a:hover   { text-decoration: none; background: #2D74BE; color:#FFFFFF;}
#onlin_nav li a:active  { text-decoration: none; background: #2D74BE; color:#FFFFFF;}
#onlin_nav li a.active {
	background: #2D74BE; color:#FFFFFF;
}
.more_see {
	width: 100%;
	display: block;
	background: #FFFFFF;
	margin-top: 30px;
}

/* 商品詳細 */
#goods_details goods_info h2 {
	font-size: 1.6em;
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
}
.goods_img img.mainimg {
    max-width:100%;
    max-height:350px;
    height:auto;
}
.goods_info .badge {
	padding: 5px;
	font-size: 0.9em;
	font-weight: normal;
}
.goods_img .goods_subimg {
	margin-top: 15px;
}
.miniItem {
    height:100px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
    border: 1px solid #ddd;
}
.goods-mini{
    max-width:100%;
    max-height:100px;
    height:auto;
}
.goods_info dt,
.goods_info dd {
	padding-bottom: 10px;
}
.goods_info .card_btn {
	margin-top: 20px;
}
.goods_info .rounded-circle {
	margin-left: 1em;
}
.goods_info .table th {
	font-size: 0.9em;
}
.goods_info .table td {
	font-size: 0.8em;
}
.goods_info .service {
	border: 1px solid #dc3545;
	padding: 5px 10px;
	margin-bottom: 15px;
	border-radius: 3px;
	font-size: 0.9em;
	line-height: 1.4em;
	display: inline-block;
	width: auto;
}
.goods_date .card {
	margin-bottom: 30px;
}
.goods_date .card-text {
	font-size: 0.9em;
	line-height: 1.6em;
}
/* カート */
#cart #cart_info dl.edit {
	font-size: 0.9em;
}
#cart #cart_info dl.edit dd {
	margin-left: 6em;
}
#cart #cart_info p.goods_title {
	font-size: 1.1em;
	margin-bottom: 5px;
	font-weight: bold;
}
#cart #cart_info p.goods_title a {
	color: #333333;
}
#cart #cart_info .goods_list {
	border-bottom: 1px solid #EEEEEE;
	padding: 15px 0;
}
#cart #cart_info .calculate dl.edit {
	font-size: 1.1em;
}
#cart #cart_info .calculate dl.edit dd {
	margin-bottom: 0.3em;
}
#cart #cart_info .tokuten {
	margin: 30px 0 45px 0;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
}
#cart #cart_info .table th {
	width: 6em;
	background: #f4f4f2;
}
#cart .goods_img img {
	max-height: 110px;
	text-align: center;
}

/* マイページ(発注者登録) */
#mypage #mypagebody .nav-tabs {
	border-bottom: none;
}
#mypage #mypagebody .nav-tabs .nav-link {
	border: none;
}
#mypage #mypagebody .nav-item svg {
	margin-right: 0.5em;
}
#mypage #mypagebody .nav-item a.nav-link {
	padding: 0.7em 1.5em;
	font-size: 1.1em;
	width: 300px;
	text-align: center;
}
#mypage #mypagebody .nav-item a.nav-link:link    { text-decoration: none; color: #333333;}
#mypage #mypagebody .nav-item a.nav-link:visited { text-decoration: none; color: #333333;}
#mypage #mypagebody .nav-item a.nav-link:hover   { text-decoration: none; color: #888888;}
#mypage #mypagebody .nav-item a.nav-link:active  { text-decoration: none; color: #888888;}
#mypage #mypagebody .nav-item a.nav-link.active {
	background: #f4f4f2;
	color: #888888;
	cursor: default;
}
#mypage .card-header {
	background: #4189D1;
}
#mypage .card-header h3 {
	margin:0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	color: #FFFFFF;
}
#mypage .card h4 {
	font-size: 1.1em
}
#mypage .card h4.sub {
	font-size: 1.2em;
	font-weight:bold;
}
#mypage .card h4.sub svg {
	margin-right: 3x;
	font-size: 1.5em;
}
.inviteid {
	color: #4189D1;
	background: #EEEEEE;
	padding: 0.5em;
	margin: 0;
	display: block;
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
	border-radius: 100px;
}
.inviteid span {
	padding-left: 10px;
}
#mypage .card dl.edit dt {
	margin-bottom: 5px;
}
#mypage .card dl.edit dd {
	margin-left: 7em;
	margin-bottom: 5px;
}

/* カート　注文履歴 */
#mypage #orderhistory .search {
	font-weight: bold;
	margin-bottom: 20px;
}
#mypage #orderhistory .search .card-header svg {
	font-size: 1.5em;
	margin-right: 0.5em;
	vertical-align: -8px;
}
#mypage #orderhistory .search .card-header {
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
}
#mypage #orderhistory .search h3 {
	line-height: 42px;
}
#mypage #orderhistory .search  .card-header a:hover {
	text-decoration: none;
	opacity: 0.75;
	display: block;
}
#mypage #orderhistory .search .edit dt {
	width: 12em;
	padding-top: 5px;
}
#mypage #orderhistory .search .edit dd {
	margin-left: 12em;
}
#mypage .card.orderinfo {
	margin-bottom: 20px;
}
#mypage .card.orderinfo .card-header {
	background: #fff3cd;
	font-size: 0.9em;
}
#mypage .card.orderinfo .card-header .edit dt {
	width: 7em;
	margin-bottom: 0;
	line-height: 1.6em;
}
#mypage .card.orderinfo .card-header .edit dd {
	margin-bottom: 0;
	margin-left: 8em;
	line-height: 1.6 em;
}
#mypage .card.orderinfo .card-body .row {
	margin-bottom: 20px;
}
#mypage .card.orderinfo img {
	max-height: 100px;
	text-align: center;
}

/* お問い合わせ */
#contact h4 {
	font-size: 1em;
	font-weight: bold;
}
#contact .con_tel p {
	font-size: 2.6em;
	font-weight: bold;
	color: #4189D1;
	margin-bottom: 25px;
}
#contact .con_tel dl {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
#contact .con_tel dl dt {
	width: 5em;
	float: left;
}
#contact .con_tel dl dd {
	margin-left: 5em;
}

/* プライバシーポリシー */
.main ul,
.main ol {
	margin-bottom: 0;
}
.main li {
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
#privacypolicy .card-body,
#terms .card-body {
	padding: 45px;
}

/* 利用規約 */
#terms .terms-heading {
	background: #EEEEEE;
	font-size: 1em;
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
}
#terms .main p {
	margin-bottom: 0;
}
#terms .main dd {
	margin-left: 6em;
}
/* フッタートップへ */
.fixed-bottom {
    left: initial;
    width: 100px;
}

/* 商品詳細マージン */
.itemdetail-topspace {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

/*--- 処理中画面 ---*/
#progress{
  position: absolute;
  opacity:0.8;
  z-index: 1000;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#progress-text-div {
  text-align:center;
}

/* 商品詳細カート追加メッセージ */
.tooltip > .tooltip-inner {
    color: black;
    border: 1px solid gray;
    padding: 5px;
    width: 20em;
    height: 4em;
    line-height: 3.2em;
    font-size: 16px;
    background-color: white;
}
/* 各種Loader */
.ajaxLoader {
    background: url('/common/img/ajax-loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
}
.ajaxLoaderBig {
    background: url('/common/img/ajax-loader-big.gif');
    background-position: center center;
    background-repeat: no-repeat;
}
/* スクロールメニュー */
.scroll_menu_tooltip-inner {
    text-align: left;
    background-color: rgb(78 76 76) !important;
    color: white !important;
    border: 1px solid gray !important;
    padding: 5px !important;
    font-size: 12px !important;
    height: auto !important;
    line-height: 2.0em !important;
}
/* お気に入り追加・削除メッセージ */
.favorite_tooltip-inner {
    width: 10em !important;
    font-size: 12px !important;
}
.btn_disabled {
    background-color: gray;
    opacity: 0.5;
}
.favorite_btn_disabled {
    opacity: 0.5;
}
.style {
}
.style input[type=radio],
.style input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.style input[type=radio] + label,
.style input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}
.dnone {
    display:none;
}


/* スクロールメニュー */
.scroll-nav {
    height: 48px;
    overflow-y: hidden;
}
.scroll-nav__view {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
}
.scroll-nav__list {
    display: table;
    list-style: none;
    margin: 0 auto;
    padding: 0 0 124px 0;
}
.scroll-nav__item {
    display: table-cell;
}
.scroll-nav a {
    display: block;
    padding: 12px;
    white-space: nowrap;
}
.scroll-menu-nav {
    background: rgb(78 76 76);
}
.scroll-nav a {
    color: rgb(224, 224, 224);
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.71428;
    text-decoration: none;
}

/* スクロール prev next */
.scroll-nav-left, .scroll-nav-right{
    display:inline-block;
    color:white;
    width: 48;
    height: 48px;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    vertical-align: bottom;
}
