@charset "euc-jp";
*{
-webkit-appearance: none;
}

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,
caption, tbody, tfoot, thead, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-weight:normal;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
	color:#000000;
	outline: none;
}
a:focus, *:focus { outline:none; }
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

img {
	vertical-align:bottom;
	}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #000000;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}
body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

/*
 * layout
 */
#wrapper {
  max-width: 1000px;
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}











.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}






/*　追加 */


body {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	color: #333333;
	background: #fff;
	margin: 0 auto;
	width: 100%;
	
}
.flex {
	display: -webkit-flex;
	display: flex;
	font-size: 0;
}
.flex li {
	font-size: 15px;
}
.grid {
	display: grid;
	font-size: 0;
}
.grid li {
	font-size: 15px;
}
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
.img-crap img, .img-crap a {
	width: 100%;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
a img:hover,
a:hover {
	opacity: 0.7;
}
.wrapper {
	max-width: 1000px;
	margin: 0 auto;
}
#footer{clear: both;}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.tenpo img {margin: 27px 0 0 0;}
.tenpo-setumei {text-align: left;
font-size: 14px;
line-height: 1.5em;}
.tenpo-ul li:nth-child(1){width: 80%;}
.tenpo-ul li:nth-child(2){padding-left: 21px;}

.tenpo-ul {margin: 43px 0 0 0;align-items: center;}
.tenpo-zyusyo-wrap {
text-align: left;
    margin-top: 17px;
    font-size: 14px;

}
.tenpo-zyusyo-wrap h4{

    font-weight: bold;
    letter-spacing: 0.02em;
    margin-bottom: 4px;

}.tenpo-zyusyo{

    line-height: 1.2em;
    font-size: 13px;font-weight: 500;

}.recommend-wrap,.checked-wrap {
	margin: 0 auto;
	text-align: center;
	padding-top: 35px;
}
.recommend-wrap h3 {
	font-size: 19px;
	margin: 7px 0 14px 0;
}
.Gfont {
	font-family: 'Bitter', serif;
	font-size: 38px;
}
.title-border {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.title-border:before, .title-border:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
.title-border:before {
	margin-right: 1rem;
}
.title-border:after {
	margin-left: 1rem;
}
.col-lg-4 {
	width: 24%;
}
.new_mark_img1 {
	display: none!important;
}
.title-recommend{

    text-align: left;
    font-size: 14px;
    line-height: 1.2em;
    padding: 4px 0 9px 0;
    font-weight: bold;

}
.text-recommend {

    text-align: left;
    line-height: 1.2em;
    font-size: 12px;

}
.price-recommend{

    text-align: right;
    padding: 14px 0 0 0;
    font-size: 12px;
    color: #ac0b29;

}
.link-recommend {

    background: #ac0b29;
    color: #fff;
    padding: 11px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 10px 0;border-bottom: solid 4px #570d1b;

}
.link-recommend:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
.pickup-01 a:hover, .pickup-02 li:nth-child(2n) a:hover ,.recommend-unit a:hover{
	text-decoration: none!important;
}
.recommend-ul{

    flex-wrap: wrap;
    align-items: flex-start;

}
.recommend-wrap, .checked-wrap {
    margin: 0 auto;
    text-align: center;
    padding-top: 35px;
}
.effect-fade {
opacity: 0;
transform: translate(0, 150px);
transition: all 1000ms;
}
.effect-fade.effect-scroll {
opacity: 1;
transform: translate(0, 0);
}
.footer-width {
max-width:1000px;
margin:0 auto;
}.footer-ul ,.footer-ul li{color: #fff;font-size: 13px;}
.footer-ul a {color: #fff;font-size: 13px;}
.footer-ul{
justify-content:space-between;
    padding: 35px 0;
    margin-top: 70px;

}
.footer-ul li:nth-last-of-type(n+2) {
line-height: 1.8em;}
.footer-ul li:nth-child(2){

    margin: 0 12px;

}
.footer-ul li:nth-child(4){

    width: 46%;

}
.tenpo-zyusyo-wrap-block{  width: 100%;
}
.footer-map .tenpo-zyusyo {}
.copy {color:#fff;text-align:center;font-size:13px;padding: 19px 0 13px 0;}
.footer-map {align-items: flex-end;}
.calendar-div {font-size: 12px;}
.tbl_calendar {margin: 0 21px 27px 0;}
.fixed {
	position: fixed;
	top: 0;
	z-index: 1;
	margin: 0 auto;
width: 100%;
margin-top:-9px;
}
header {
	width:100%;
	margin-top:9px;margin-bottom: 40px;
	}
.width-max {
	max-width:1000px;
	margin: 0 auto;
	}
.width-max-color {
	width:100%;
	background:#333;}



h1 {
	width:31%;
	}
.Head{align-items: flex-end;}
.Head,.Head-nav{
	justify-content:space-between;}
.Notice {align-items: flex-end;justify-content: flex-end;
	}

.Notice li {
	width:24%;
	}

.Notice li:last-child {
	width:33%;margin-left: 3px;
	}
	
.Notice li:last-child img{
	border-radius:5px;
	}
.Head-nav {
	max-width:1000px;
	color:#fff;
	margin:5px auto 0 auto;
	padding:6px 0;
	}
.Head-nav-2 {
	margin:0 auto;padding: 8px 0;align-items: center;
	}
.Head-nav a {
	color:#fff;
	}
.nav {margin: 8px 0;align-items: center;letter-spacing: 0.03rem;

}.nav-2 {justify-content: flex-end;}
.nav li {
	border-right:1px solid #979597;padding: 0 10px;
	}
.nav li:first-child {
	font-size:15px;border-radius:2px;
	background:#5F5F5F;padding: 5px;border-right:0;}
.nav-2 li:first-child {border-radius:0;
	background:none;border-right:1px solid #979597;padding: 0 10px 0 0;}
	.nav li:last-child {
border-right:0;} .head-block {align-items: center;flex-basis: 580px;
	font-size:14px;
	color:#333;
	}
.head-block h2 {
	font-size:26px;
	font-weight:bold;
	}
.head-block h3 {
	font-size:14px;
	font-weight:bold;
	color: #a71f1f;
	
	}
.head-block h4,.head-block h4 a {color:#333;font-weight:bold;font-size: 13px;}
.head-block div:first-child {border-right: 1px solid #848484;flex-basis: 311px;

padding-right: 11px;}
.head-block div:last-child {
margin-left: 11px;}
.head-block p {width: 82%;

font-size: 12px;

font-weight: bold;

letter-spacing: 0.03rem;

color: #5C5C5C;

line-height: 1.2;

padding-top: 3px;
	}
	.cp_ipselect {
	overflow: hidden;
	width: 26%;
	text-align: center;height: 31px;
}
.cp_ipselect select {
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;line-height: 24px;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #B5B5B5;

	background: #ffffff;margin-right: 7px;

border-radius: 5px;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 41%;

right: 5px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02 select {
	padding: 4px;font-size: 11px;
	color: #666666;
}
.head-form {justify-content: flex-end;align-items: center;}
.head-btn {
border: 1px solid #B5B5B5;
border-left: none;

background: #333;

color: #fff;

font-size: 11px;
padding: 0 10px;
letter-spacing: 0.08rem;

height: 37px;

border-radius: 0 5px 5px 0;}.head-text {

height: 27px;

width: 191px;

border: 1px solid #B5B5B5;
border-right: none;
border-radius: 5px 0 0 5px;
padding-left:9px;

}
.width-max-color-2 {background:#E4E4E4;
border-bottom:1px solid #cdcdcd;
}

.head-plus {
	max-width:1000px;
	
margin: -21px auto 0 auto;
	
	}.head-plus div {margin-left:auto;}
	.head-block-2{justify-content: flex-end;}
	.head-block-2 li {padding: 0 6px;

background: #E4E4E4;

height: 21px;

line-height: 25px;}
	.head-block-2 li:first-child{border-radius: 7px 0 0 0;padding-left:16px;border-right:1px solid #E4E4E4;}
	.head-block-2 li:last-child{border-radius: 0 7px 0 0;padding-right:16px;}
	
	
	.head-block-2 a {
		font-size:11px;color:#222;}	

.swiper-container {
	z-index: 0!important;
	margin-bottom: 45px;
}
.pickup-01 li {
	width: 310px;
	margin-right: 35px;
}
.pickup-01 li:last-child {
	margin-right: 0;
}
.pickup-img-wrap {
	width: 310px;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}
.pickup-img-wrap img {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.pickup-img-wrap img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.pickup-text-wrap {
	background: #e9e9e9;
	padding: 44px 20px;
	border-radius: 0 0 8px 8px;
}
.pickup-text-wrap h3 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 13px;
	line-height: 1.2em;
}
.pickup-text-wrap p {
	line-height: 1.2em;
}

.swiper-slide img {
	border-radius: 3px;
}
.pickup-wrap {
	margin-bottom: 35px;
}
.pickup-02 .pickup-img-wrap {
	width: 232px;
	overflow: hidden;
	border-radius: 8px 0 0 8px;
}
.pickup-02 li:nth-child(2n) {
	margin-right: 35px;
}
.pickup-02 li:nth-child(2n) .pickup-text-wrap {
	border-radius: 0 8px 8px 0;
	height: 165px;
	width: 211px;
}
.pickup-02 li:last-child .pickup-text-wrap {
	margin-right: 0;
}
.pickup-02 .pickup-text-wrap h3 {
	font-size: 18px;
}
.pickup-02 .pickup-text-wrap p {
	font-size: 14px;
}
.b_20 {
	padding-top: 36px;
}
.pickup-03 .pickup-img-wrap {
	width: 615px;
}
.pickup-03 li:nth-child(2n) .pickup-text-wrap {
	height: 88px;
	width: 346px;
}
.recommend-wrap,.checked-wrap {
	margin: 0 auto;
	text-align: center;
	padding-top: 35px;
}
.recommend-wrap h3 {
	font-size: 19px;
	margin: 7px 0 14px 0;
}
.Gfont {
	font-family: 'Bitter', serif;
	font-size: 38px;
}
.title-border {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.title-border:before, .title-border:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
.title-border:before {
	margin-right: 1rem;
}
.title-border:after {
	margin-left: 1rem;
}
.col-lg-4 {
	width: 24%;
}
.new_mark_img1 {
	display: none!important;
}
.title-recommend{

    text-align: left;
    font-size: 14px;
    line-height: 1.2em;
    padding: 4px 0 9px 0;
    font-weight: bold;

}
.text-recommend {

    text-align: left;
    line-height: 1.2em;
    font-size: 12px;

}
.price-recommend{

    text-align: right;
    padding: 14px 0 0 0;
    font-size: 12px;
    color: #ac0b29;

}
.link-recommend {

    background: #ac0b29;
    color: #fff;
    padding: 11px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 10px 0;border-bottom: solid 4px #570d1b;

}
.link-recommend:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
.pickup-01 a:hover, .pickup-02 li:nth-child(2n) a:hover ,.recommend-unit a:hover{
	text-decoration: none!important;
}
.recommend-ul{

    flex-wrap: wrap;
    align-items: flex-start;

}
.recommend-wrap, .checked-wrap {
    margin: 0 auto;
    text-align: center;
    padding-top: 35px;
}

/* IE10&#12316;11 
_:-ms-input-placeholder, :root 
*/

_:-ms-input-placeholder, :root .pickup-02 li:nth-child(2n) .pickup-text-wrap {
height:145px;}
_:-ms-input-placeholder, :root .pickup-03 li:nth-child(2n) .pickup-text-wrap {
height:78px;}
_:-ms-input-placeholder, :root .pickup-img-wrap {
width:auto;}
_:-ms-input-placeholder, :root .nav li:first-child {
	padding:7px 7px 3px 7px;
	}
_:-ms-input-placeholder, :root .head-block {
	margin-top:5px;
	}	
_:-ms-input-placeholder, :root h1 {
	width:34%;
	}
_:-ms-input-placeholder, :root .head-block-2 li {
	line-height:30px;
	}
_:-ms-input-placeholder, :root .Notice li {
	width:18%;
	}
_:-ms-input-placeholder, :root .Notice li:last-child {
	width:25%;
	}
_:-ms-input-placeholder, :root .nav li {
		padding:5px 10px 0 10px;
		}
_:-ms-input-placeholder, :root .link-recommend {
padding:13px 0 9px 0
}
/* Edge12&#12316;14 */

@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {

.pickup-03 li:nth-child(2n) .pickup-text-wrap {
height:78px;}
.pickup-02 li:nth-child(2n) .pickup-text-wrap {
height:145px;}
  .pickup-img-wrap {
width:auto;}
	h1 {
	width:34%;
	}
	.head-block {
	margin-top:5px;
	}
	.head-block-2 li {
	line-height:30px;
	}
	.Notice li {
	width:18%;
	}
.Notice li:last-child {
	width:25%;
	}
	.nav li:first-child {
	padding:7px 7px 3px 7px;
	}
	.nav li {
		padding:5px 10px 0 10px;
		}
  .link-recommend {
padding:13px 0 9px 0
}
}

.unstyled {
display: -webkit-flex;

display: flex;

flex-wrap: wrap;}
































































































 @media screen and (max-width:1000px) {
.pickup-01 li.ie {
    margin-right: 0;
}
.pickup-01 li {
	width: 32%;
}
.pickup-02 .pickup-img-wrap {
	width: 100%;
}
.pickup-02 li:nth-child(2n) .pickup-text-wrap {
	width: 86%;
	height: auto !important;
}
   
   .pickup-02 li:nth-child(2n) {
   background:#e9e9e9;}
.b_20 {
	display: none;
}
.pickup-img-wrap {
	width: 100%;
}
.pickup-text-wrap {
	padding: 33px 20px;
}
.pickup-02 li:last-child .pickup-text-wrap {
	padding: 42px 20px;
}
.pickup-02 li:last-child {
	margin-right: 0;
}
.pickup-03 li:last-child .pickup-text-wrap {
	width: 100%;
	padding: 23px 20px;
}
}
@media screen and (max-width:900px) {
.pickup-02 {
	flex-wrap: wrap;
}
.pickup-02 li:nth-child(2n) {
	margin-right: 0;
}
.pickup-02 li:nth-child(1), .pickup-02 li:nth-child(2) {
	margin-bottom: 35px;
}
.pickup-02 li:nth-child(1), .pickup-02 li:nth-child(3), .pickup-03 li:nth-child(1) {
	width: 45%;
}
.pickup-02 li:nth-child(2), .pickup-02 li:nth-child(4), .pickup-03 li:nth-child(2) {
	width: 55%;
	background: #e9e9e9;
}
.pickup-02 li:nth-child(2) .pickup-text-wrap, .pickup-02 li:nth-child(4) .pickup-text-wrap {
	padding: 25% 0 0 20px;
}
.pickup-03 li:nth-child(2) .pickup-text-wrap {
	padding: 2% 0 0 20px;
	width: auto;
}
.flex li {
	font-size: 12px;
}
.nav li:first-child {
	font-size: 12px;
}
.head-block h2 {
	font-size: 25px;
}
.head-block h4, .head-block h4 a {
	font-size: 12px;
}
.head-block h3 {
	font-size: 12px;
}
.head-block p {
	font-size: 10px;
}
.head-block-2 li {
	padding: 0 5px;
}
.head-text {
	width: 157px;
}
.head-btn {
	padding: 0;
}
.footer-ul a {
	font-size: 11px;
}
.footer-ul, .footer-ul li {
	font-size: 11px;
}
.calendar-div {
	font-size: 11px;
}
}
.sp-design {
	display: none;
}
@media screen and (max-width:768px) {
.calendar-div{flex-wrap:wrap;justify-content: flex-end;}
.sp-design {
	display: block;
}
.pc-design {
	display: none;
}
.Head {
	margin-bottom: 11px;
}
.hidden_box label {
	padding: 15px;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	background: #333;
	color: #fff;
}
.hidden_box input {
	display: none;
}
.hidden_box .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}
.hidden_box input:checked ~ .hidden_show {
	padding: 0;
	height: auto;
	opacity: 1;
}
.hidden_show .Head-nav {
	margin: 0 auto;
}
header {
	margin-top: 0;
	margin-bottom: 25px;
}
.Head .sp-logo {
	width: 39%;
}
h1 {
	width: auto!important;
}
.haisou {
	text-align: center;
	padding: 10px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background: #a20607;
	margin: 0 0 21px 0;
}
.sp-tell-up {
	font-size: 19px;
	font-weight: bold;
	color: #a20607;
}
.sp-tell a {
	font-size: 36px;
	font-weight: bold;
	color: #a20607;
}
.sp-tell-down {
	background: #a20607;
	width: 85%;
	border-radius: 5px;
	padding: 7px 0;
	text-align: center;
}
.sp-tell-down a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
.sp-head-contact img {
	width: 25px;
}
.sp-tell-down img {
	width: 17px;
}
.sp-head-contact {
	width: 47%;
	padding: 0 0 0 32px;
}
.sp-kuma-logo-wrap {
	width: 23%;
}
.sp-kuma-logo img {
	border-radius: 8px;
}
.sp-head-contact a:hover {
	text-decoration: none;
}
.Head-nav-2 {
	display: block;
	padding: 13px 0;
}
.cp_ipselect {
	width: 36%;
}
.sp-keyword {
	width: 49%;
}
.sp-btn {
	margin-right: 1%;
}
.head-text {
	width: 100%;
}
.head-btn {
	padding: 0 18px;
}
.pickup-01 li {
	margin-right: 27px;
}
.pickup-02 .pickup-text-wrap h3 {
	font-size: 28px;
}
.pickup-02 .pickup-text-wrap p {
	font-size: 18px;
}
.pickup-03 li:nth-child(1), .pickup-03 li:nth-child(2) {
	width: 100%;
	margin-bottom: 0;
}
.pickup-03 li:nth-child(1) .pickup-img-wrap {
	border-radius: 8px 8px 0 0;
}
.pickup-03 li:nth-child(2) {
	border-radius: 0 0 8px 8px;
}
.pickup-03 li:nth-child(2) .pickup-text-wrap {
	padding: 33px 0;
	text-align: center;
}
.col-lg-4 {
	width: 33%;
}
.footer-map {
	flex-wrap: wrap;
}
.sp-map {
	width: 100%;
}
.tenpo-zyusyo-wrap-block {
	width: 100%;
	padding: 0;
}
}
.sp-480-contents {
	display: none;
}
  .pad_l_10 {
    padding-bottom: 10px;}
div#side.col.col-lg-3.col-sm-12.mar_t_20.mar_b_50 div ul.unstyled.bor_b_1.mar_b_50 li,
div#side.col.col-lg-3.col-sm-12.mar_t_20.mar_b_50 div.side_section.side_section_cal div.side_cal table.tbl_calendar {
width:100%;}
@media screen and (max-width:480px) {
  .calendar-div{justify-content: flex-start;}
  .txt_28 {

    font-size: 18px;

}

  
.sp-480-contents {
	display: block;
}
.pad_l_10 {
    margin-bottom: 10px;  
  } 

.bor_t_1 {
    border-top:none;
}
  .side_cal .tbl_calendar {
  margin:0 auto 30px auto;
text-align: center;
  }
.sp-kuma-logo-wrap {
	width: 21%;
}
.sp-tell-up {
	font-size: 10px;
}
.sp-tell a {
	font-size: 19px;
}
.haisou {
	font-size: 10px;
}
.sp-head-contact {
	padding: 0 0 0 11px;
}
.sp-tell-down {
	width: 96%;
}
.sp-tell-down a {
	font-size: 11px;
}
.head-btn {
	padding: 0 6px;
}
.head-btn {
	font-size: 10px;
}
select, textarea, [type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"], [type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"], .uneditable-input {
font-size: 12px;
}
.sp-head-contact img {
	width: 14px;
}
.sp-tell-down img {
	width: 12px;
}
.Head {
	margin-bottom: 6px;
}
.hidden_box label {
	padding: 8px;
	font-size: 13px;
}
.cp_ipselect {
	width: 30%;
}
.sp-keyword {
	width: 46%;
}
.sp-btn {
	margin-right: 2%;
}
.Head-nav-2 {
	padding: 10px 0;
}
header {
	margin-bottom: 18px;
}
.pickup-01, .tenpo-ul, .footer-ul, .hidden_show .Head-nav, .sp-cate {
	flex-wrap: wrap;
}
.hidden_show .nav {
	margin: 13px 0;
}
.nav-2 {
	margin: 0px 0 20px 0;
}
.pickup-01 li:nth-child(odd) {
	margin-right: 6%
}
.pickup-01 li:nth-child(2n) {
	margin-right: 0;
}
.pickup-01 li {
	width: 47%;
}
.pickup-01 li:nth-child(1) {
	margin-bottom: 29px;
}
.pickup-02 li:nth-child(2) .pickup-text-wrap, .pickup-02 li:nth-child(4) .pickup-text-wrap {
	padding: 20% 0 0 20px;
}
.swiper-container {
	margin-bottom: 27px;
}
.pickup-02 .pickup-text-wrap h3 {
	font-size: 16px;
}
.pickup-02 .pickup-text-wrap p {
	font-size: 13px;
}
.col-lg-4 {
	width: 50%;
}
.tenpo-ul li:nth-child(1) {
	width: 100%;
}
.tenpo-ul li:nth-child(2) {
	padding: 21px;
	margin-bottom: -19px;
}
.tenpo-ul {
	margin: 23px 0 0 0;
}
.footer-ul {
	padding: 10% 0 0 10%;
}
.footer-ul, .footer-ul li {
	font-size: 14px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-ul a {
	font-size: 14px;
}
.footer-ul li:nth-last-of-type(n+2) {
	line-height: 2.2em;
}
.footer-ul li:nth-child(1) {
	color: #dadada;
}
.footer-ul li:nth-child(2) {
	margin: 0 12px 24px 12px;
}
.footer-ul li:nth-child(3) {
	margin: 0 12px 37px 12px;
}
.footer-ul li:nth-child(4) {
	width: 100%;
}
.fixed {
	margin-top: 0;
}
.tbl_calendar {
	width: 39%;
}
.sp-map, .tenpo-zyusyo-wrap-block {
	width: 90%;
}
.copy {
	background: #000;
}
.calendar-div {
	margin-bottom: 5%;
}
.tenpo-zyusyo-wrap-block {
	padding: 11px 0 13% 0;
}
.tenpo-zyusyo {
	line-height: 1.5em;
}
.tenpo img {
	margin: 10px 0 0 0;
}
.pickup-03 li:nth-child(2) .pickup-text-wrap {
	padding: 33px 0;
}
.Gfont {
	font-size: 33px;
}
.recommend-wrap h3 {
	font-size: 16px;
}
.calendar-div {
	font-size: 10px;
}
.hidden_show .Head-nav {
  justify-content: flex-start;
	padding: 12px;
}
.nav li {
	padding: 0 6px;
}
.hidden_show .nav-2 {
justify-content: flex-start;
    margin: 20px 0 15px 0;
padding-left: 5px;


}
.sp-cate {

    margin: 5px 0 15px 0;

}
  .sp-cate li:nth-child(1){
  width:100%;margin-bottom: 10px;}

  
}

@media screen and (max-width:340px) {
  .sp-tell a {

    font-size: 14px;

}.sp-tell-up {

    font-size: 9px;

}.sp-tell-down a {

    font-size: 9px;

}.hidden_box label {
    font-size: 11px;

}
  
  .flex li {

    font-size: 11px;

}
  .sp-cate li:last-child {

    font-size: 10px;

}
  .nav li:first-child {

    font-size: 10px;

}
  .pickup-text-wrap h3 {

    font-size: 14px;}
  .col-lg-4 {

    width: 49%;

}
  .tbl_calendar {

    margin: 0 11px 27px 0;

}.tbl_calendar {

    width: 90%;

}
  .calendar-div {
  flex-wrap:wrap;}
  
  }
#side {font-size: 16px;}
#side .pad_10 {
    padding: 13px;
}

/* 買取ページ用 */
.page-kaitori {
  font-size: 14px;
  color: #333;
  max-width: 95%;
  margin: 0 auto;
}

.t-center {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.title-border.section__ttl {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px auto 40px;
}

@media screen and (min-width: 769px) {
  .title-border.section__ttl {
  font-size: 24px;
  }
}

.title-border:before, .title-border:after {
  border-top: 1px solid;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.title-border:before {
  margin-right: 1rem;
}

.title-border:after {
  margin-left: 1rem;
}

.step__1st {
  text-align: center;
}

.step__1st .step__header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.step__1st .step__ttl {
  width: auto;
}

.step__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.step__num {
  padding: 6px 17px;
  background: #A71F1F;
  border-radius: 5px;
  margin-right: 12px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  height: 100%;
}

.step__ttl {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: left;
  width: calc(100% - 90px);
}

.step__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.step__icons .step__icon {
  margin: 0;
}

.step__icon {
  margin: 0 auto 30px;
}

.checklist {
  width: 600px;
  max-width: 90%;
  text-align: left;
  border: 1px solid #000;
  padding: 20px;
  margin: 30px auto 0;
  box-sizing: border-box;
}

.checklist__ttl {
  margin-bottom: 20px;
}

.checklist__ttl span {
  font-weight: bold;
  display: block;
  line-height: 1.5;
}

.checklist__items li {
  margin-left: 1em;
  list-style: disc;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .checklist__items {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

.step__wrap {
  margin: 60px auto 100px;
}

.step__wrap-ttl {
  color: #A71F1F;
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
  border: 2px solid #A71F1F;
  width: 300px;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .stepLeft {
    padding-bottom: 60px;
    border-bottom: 1px solid #333;
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 769px) {
  .stepLeft, .stepRight {
    width: 50%;
  }
  .stepLeft {
    padding-right: 20px;
    border-right: 1px solid #333;
  }
  .stepRight {
    padding-left: 20px;
  }
}

.step {
  margin-bottom: 60px;
}

.cta a.btn-red {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background-color: #A71F1F;
  font-size: 18px;
  padding: 20px;
  width: 300px;
  display: block;
  margin: 20px auto;
  border-radius: 5px;
}

.cta__tel {
  font-weight: bold;
}

.cta__tel a {
  text-decoration: none;
  color: #333;
}

@media screen and (max-width: 768px) {
  .access__map {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .access__map {
    margin-right: 20px;
    width: 50%;
  }
  .access__txt {
    margin-left: 20px;
  }
}

.access__map iframe {
  width: 100%;
  height: 240px;
}

.c-name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 6px;
}

.licence {
  font-size: 12px;
  margin-bottom: 30px;
}

.access__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.access__item dt {
  font-weight: bold;
  width: 80px;
  line-height: 1.4;
}

.access__item dd {
  line-height: 1.4;
}

.step__icon {
  width: 60px;
}

.step__icon img {
  width: 100%;
}

.or {
  margin-left: 19px;
  margin-right: 10px;
}

.or2 {
  margin: 0 19px;
}