@charset "utf-8";
/* CSS Document */

.clearfix:after{content: ".";display:block;height:0;font-size:0;clear: both;visibility:hidden;}
.clearfix {display: inline-block;} 
* html .clearfix {height: 1%;}
.clearfix {display:block;}

.img-center{
	margin-left:auto;
	margin-right:auto;
}
.img-100{
	width:100%;
	height:auto;
}
/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}

.mt-10{margin-top:10px !important;}
.mt-20{margin-top:20px !important;}
.mt-30{margin-top:30px !important;}
.mt-40{margin-top:40px !important;}
.mt-50{margin-top:50px !important;}

.mb-10{margin-bottom:10px !important;}
.mb-20{margin-bottom:20px !important;}
.mb-30{margin-bottom:30px !important;}
.mb-40{margin-bottom:40px !important;}
.mb-50{margin-bottom:50px !important;}

body{
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	position:relative;
}
img[width="1"]{
	position:absolute;
	top:0;
	left:0;
	display:inline;
	z-index:-10;
	width:1px !important;
	height: auto;
}
article .the-content img[width="1"]{
	position:absolute;
	top:0;
	left:0;
	display:inline;
	z-index:-10;
	width:1px !important;
	height: auto;
}
header{
	margin:0;
	padding: 5px 5px;
}
header #brand{
	margin: 0;
	text-align: left;
}
header #brand h1{
	font-size: 14px;
}
.site-title{
    line-height: 1.6;
}
.site-title a{
	font-size: 14px;
}
article .the-content p{
	text-align:initial;
}
.col-coramu{
	text-align: right;
}
.col-coramu a{
	font-size: 14px;
}
.row-ranking{
	margin-top: 20px;
	margin-bottom: 20px;
}
.row-ranking dl{
	margin-bottom:15px;
	padding:3px 3px;
	border-radius:3px;
	border:solid 1px #ccc;
}
.row-ranking dt a{
	display: block;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #d7a301;
	padding: 10px 5px;
}
.row-ranking dd{
	margin:0;
	font-size:14px;
	text-align:center;
	padding-bottom:5px;
}
.row-ranking dd img{
	margin-bottom:10px;
}



/* 商品情報（カスタムフィールド）
--------------------------------------------*/
.cft{
	width:100%;
	font-size: 14px !important;
	margin-bottom: 0px;
    border-top: 1px #ccc solid !important;
    border-right: 1px #ccc solid !important;
    box-sizing: border-box;
}
.cft th,
.cft td{
    border-bottom: 1px #ccc solid !important;
    border-left: 1px #ccc solid !important;
    background: #fff;
    color: #666;
    text-align: left;
    box-sizing: border-box;
    padding:8px;
}
.cft th{
	width:30%;
	border-right: 2px solid #fff !important;
	color: #666 !important;
	background: #eee !important;
	border-right: none !important;
}
.cft ul{
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style: none;
	margin-left: 0;
}
.cft ul:last-child{
	margin-bottom: 0;
}
.cft ul li{
	font-size: 14px !important;
}
.toppage-contents .topoff{
	display:none;
}



/* 絞り込み検索エリア
--------------------------------------------*/
.wrap-shiborikomi{
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 15px 15px;
	border:solid 1px #ddd;
}
.table-shiborikomi{
	width:100%;
	box-sizing: border-box;
    border-top: 1px #ccc solid !important;
    border-right: 1px #ccc solid !important;
    margin-bottom: 5px;
}
.table-shiborikomi th,
.table-shiborikomi td{
    border-bottom: 1px #ccc solid !important;
    border-left: 1px #ccc solid !important;
    padding:5px 5px;
    vertical-align: middle;
}
.table-shiborikomi th{
	width:30%;
	background: #efefef;
}
.table-shiborikomi label{
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 5px;
	margin-top:5px;
}
input[type="checkbox"]{
	margin-right: 5px;
}
.wrap-shiborikomi input.feas-submit-button,
.wrap-shiborikomi button,
.wrap-shiborikomi textarea,
.wrap-shiborikomi select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wrap-shiborikomi input.feas-submit-button{
	width:50%;
text-align: center;
padding:10px 10px;
display: block;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fd8f9b), color-stop(0.50, #f55), color-stop(0.50, #f60000), color-stop(1.00, #ffa7b0));
background: -webkit-linear-gradient(top, #fd8f9b 0%, #f55 50%, #f60000 50%, #ffa7b0 100%);
background: -moz-linear-gradient(top, #fd8f9b 0%, #f55 50%, #f60000 50%, #ffa7b0 100%);
background: -o-linear-gradient(top, #fd8f9b 0%, #f55 50%, #f60000 50%, #ffa7b0 100%);
background: -ms-linear-gradient(top, #fd8f9b 0%, #f55 50%, #f60000 50%, #ffa7b0 100%);
background: linear-gradient(to bottom, #fd8f9b 0%, #f55 50%, #f60000 50%, #ffa7b0 100%);
color: #fff;
font-size: 16px;
font-weight: bold;
border-radius: 5px;
margin:0 auto;
}
.wrap-shiborikomi label{
    color: #444;
    display: inline-block;
}
.wrap-shiborikomi label input{
	margin:0 7px 0 0;
}
.wrap-narabikae p{
	margin-bottom: 0;
	font-size: 12px !important;
}
.wrap-narabikae div{
	margin-bottom: 0;
	font-size: 12px !important;
}
.btn-change a{
	border:1px solid #ddd;
	padding: 3px 3px;
	margin:0px 3px;
}


/*--------------------------------------------------------
■■■■■モバイル用レイアウト
------------------------------------------------------*/

@media only screen and (max-width : 740px){

.main-fluid{
	padding: 0 5px;
}


/* 商品情報（カスタムフィールド）
--------------------------------------------*/
.cft th,
.cft td{
    display: block;
    width:100%;
}
.cft th{
	text-align: center;
	border-bottom: none;
	border-right: none;
}



/* 絞り込み検索エリア
--------------------------------------------*/
.wrap-shiborikomi{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border:none;
}
.table-shiborikomi th,
.table-shiborikomi td{
    padding:3px 3px;
    font-size: 12px;
}
input[type="checkbox"]{
	margin-right: 5px;
}
.wrap-shiborikomi label{
	width:50%;
	margin-right: 0px;
	float: left;
	padding: 0 5px;
}
.wrap-shiborikomi label input{
	margin:0 7px 0 0;
}
}


#torihiki p{
	font-size: 18px;
}
#torihiki p + img{
	margin-top: 20px;
}
#torihiki img + p{
	margin-top: 20px;
}
#torihiki img + img{
	margin-top: 20px;
}
#torihiki .wrap-box img{
	background: #fff;
    padding: 6px 6px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
}
#torihiki .wrap-box img.wakuoff{
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}
#torihiki .wrap-box{
	margin-bottom: 60px;
}
#torihiki .title-stop{
	border-bottom: 2px solid #c7982d;
	color: #77560b;
	padding-bottom: 10px;
	font-family: "M PLUS Rounded 1c";
	font-size: 30px;
	font-weight: normal;
}
.wrap-pink{
	background: #ffecef;
	padding:25px;
	border-radius: 4px;
	margin:20px auto;
	width:96%;
}
.wrap-blue{
	background: #ebf2ff;
	padding:25px;
	border-radius: 4px;
	margin:20px auto;
	width:96%;
}
.marker {
	background: linear-gradient(transparent 60%, #fff799 60%);
	font-weight: bold; 
}
.big-price{
	font-size: 130%;
	font-weight: bold;
	color: #e14956;
}
.wrap-checkpoint{
	background: #fff9e5;
	padding: 15px 25px 10px 25px;
	width:90%;
	margin:30px auto 0 auto;
}
.wrap-checkpoint .checkpoint-title{
	font-weight: bold;
	font-size: 130%;
	color: #ffb36b;
	margin-bottom: 15px;
}
@media( max-width:700px ){
.wrap-pink{
	padding:12px;
}
.wrap-blue{
	padding:12px;
}

}


.buy-list{
	margin:10px 0 0 0;
	width: 100%;
	box-sizing: border-box;
}
.buy-list:after{content: ".";display:block;height:0;font-size:0;clear: both;visibility:hidden;}
.buy-list {display: inline-block;} 
* html .buy-list {height: 1%;}
.buy-list {display:block;}
.buy-list li{
	list-style: none;
	margin:3px 0.5%;
	font-size: 20px;
	font-weight: bold;
	float: left;
	width: 49%;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	text-align: center;
}
.buy-list li:last-child{
	margin-bottom: 0;
}
.buy-list li b{
	font-size: 130%;
	color: #e14956;
	margin-left: 10px;
}
@media( max-width:700px ){
.buy-list li{
	margin:5px 0;
	float: none;
	width: 100%;
}
}


.check-list{
	margin:0;
}
.check-list li{
	list-style: none;
	margin-bottom: 5px;
	font-size: 18px;
	position: relative;
	padding-left: 25px;
}
.check-list li:before{
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 0;
	left: 0;
}
.check-list li:last-child{
	margin-bottom: 0;
}
.check-list li b{
	font-size: 140%;
	color: #e14956;
	margin-left: 10px;
}


.panel-body img{
	width: 70% !important;
	margin-left: auto;
	margin-right: auto;
}
.panel-flow01.panel-default>.panel-heading{
	background: #65980B;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding:15px 15px;
}
.panel-flow01.panel-default{
	border-color: #65980B;
}
.panel-flow01 .label-default{
	background: #fff;
	color: #65980B;
	margin-right: 20px;
	font-size: 26px;
    line-height: initial;
}
@media( max-width:700px ){
.panel-body img{
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
}
.panel-flow01 .label-default{
	margin-right: 0;
	margin-bottom: 10px;
	font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
}
}

.wrap-matome{
	background: #c7982d;
	padding: 25px;
	border-radius: 6px;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
}
#torihiki .wrap-matome .title-stop{
	border-bottom: none;
	color: #fff;
	text-align: center;
}
.wrap-matome .check-list{
	margin:0;
	background: #fff;
	padding: 20px;
	border-radius: 6px;
}
.wrap-matome .check-list li{
	color: #77560b;
}
@media( max-width:700px ){
.wrap-matome{
	padding: 12px;
}
#torihiki .wrap-matome .title-stop{
	padding-bottom: 0;
}
}



/* 吹き出し スタイル */
.wrap-fukidashi-base{
	width: 94%;
	margin: 0 auto 20px auto;
	box-sizing: border-box;
}
.wrap-fukidashi-base *{
	box-sizing: border-box;
}
.wrap-fukidashi-base:after{content: ".";display:block;height:0;font-size:0;clear: both;visibility:hidden;}
.wrap-fukidashi-base {display: inline-block;} 
* html .wrap-fukidashi-base {height: 1%;}
.wrap-fukidashi-base {display:block;}

.fukidashi-face{
	margin:0;
	padding: 0;
	float: left;
	width: 12%;
	position: relative;
	text-align: center;
}
.fukidashi-face p{
	margin-bottom: 0 !important;
}
.fukidashi-face img{
	width: 100%;
	border-radius: 100px;
	box-shadow: none;
	padding: 0 !important;
}
.fukidashi-face .faceimg{
	border-radius: 100px;
	overflow: hidden;
	background: #eee;
}
.fukidashi-face span{
	font-size: 10px;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
}
.fukidashi-body{
	float: right;
	width: 83%;
	text-align: left;
	border:solid 3px #ccc;
	border-radius: 10px;
	padding: 20px 20px;
	position: relative;
}
.fukidashi-body:after{
	content: "";
	position: absolute;
    top: 16px;
    left: -35px;
    border: 18px solid transparent;
    border-right: 18px solid #fff;
}
.fukidashi-body:before{
	content: "";
	position: absolute;
    top: 16px;
    left: -39px;
    border: 18px solid transparent;
    border-right: 18px solid #ccc;
}
.fukidashi-body p{
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
	font-size: 22px !important;
}
.fukidashi-body p:last-child{
	margin-bottom: 0;
}
.fukidashi-body a{
	display: block;
	font-size: 90%;
}
@media( max-width:700px ){
.fukidashi-face{
	width: 18%;
}
.fukidashi-body{
	width: 75%;
	font-size: 14px;
}
.fukidashi-body p{
	font-size: 14px;
}
}

.gyaku .fukidashi-face{
	float: right;
}
.gyaku .fukidashi-body{
	float: left;
}
.gyaku .fukidashi-body:after{
	content: "";
	position: absolute;
    top: 16px;
    left: auto;
    right: -36px;
    border: 18px solid transparent;
    border-left: 18px solid #eee;
}


.bottomfix{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 10px 10px;
	margin:0;
}



.tab-hikakuhyo{
	margin-bottom: 60px;
}
.tble-hikaku{
	width:100%;
	border-bottom:1px dotted #b87e7e;
	border-left:1px dotted #b87e7e;
	margin:20px auto 40px;
}
.tble-hikaku + p{
	text-align: center !important;
	font-weight: bold;
	font-size: 18px;
}
.tble-hikaku + p i{
	font-size: 80%;
}
.tble-hikaku + p a{
	text-decoration: underline;
}
.tble-hikaku + p a:hover{
	text-decoration: none;
}
.tble-hikaku th,
.tble-hikaku td{
	padding:12px;
	text-align: center;
	vertical-align: middle;
	border-top:1px dotted #b87e7e;
	border-right:1px dotted #b87e7e;
}
.tble-hikaku th{
	background:#ffe6e6;
	color: #471b1b;
	font-weight: bold;
	font-size: 18px;
	padding: 24px 12px;
}
.tble-hikaku-name{
	background:#fafafa;
	font-weight: bold;
}
.tble-hikaku td{
	width: 14%;
}
.tble-hikaku td img{
	zoom:0.3;
	margin:3px auto;
}
.tble-hikaku td.tble-hikaku-name{
	width:16%;
	font-size: 20px;
}
.tble-hikaku td.tble-hikaku-name a{
	color: #463a13;
}
@media( max-width:700px ){
.tab-hikakuhyo{
	margin-bottom: 48px;
}
.tble-hikaku{
	margin:10px auto 20px;
}
.tble-hikaku + p{
	font-size: 16px;
}
.tble-hikaku th,
.tble-hikaku td{
	font-size: 12px;
	padding:6px;
}
.tble-hikaku th{
	font-size: 12px;
	padding:6px 3px;
}
.tble-hikaku td.tble-hikaku-name{
	font-size: 13px;
}
}



.nav-hikaku{
	margin:48px 0 0 0;
}
.nav-tabs.nav-hikaku>li{
	width: 32%;
	margin:0 0.65%;
}
.nav-tabs.nav-hikaku>li>a{
	padding: 24px 6px;
	font-size: 20px;
	font-weight: bold;
	background:#efe0b1;
	color: #463a13;
	text-align: center;
}
.nav-tabs.nav-hikaku>li.active>a{
	background:#d7a301;
	color: #fff;
}
@media( max-width:700px ){
.nav-hikaku{
	margin:0;
}
.nav-tabs.nav-hikaku>li{
	float: left;
	width: 32%;
	margin:0 0.65%;
}
.nav-tabs.nav-hikaku>li>a{
	padding: 6px 6px;
	font-size: 16px;
}
.nav-tabs.nav-hikaku>li>a small{
	display: block;
}
}

/* 絞り込み検索エリア
--------------------------------------------*/
.wrap-kensaku{
	margin-bottom: 20px;
}
.dl-kensaku{
	width:100%;
	box-sizing: border-box;
    border-top: 1px #ccc solid !important;
    border-right: 1px #ccc solid !important;
    display: table;
    margin-bottom: 0;
}
.dl-kensaku + .dl-kensaku{
	margin-top: -1px;
}
.dl-kensaku dt,
.dl-kensaku dd{
    border-bottom: 1px #ccc solid !important;
    border-left: 1px #ccc solid !important;
    padding:10px 10px;
    vertical-align: middle;
    display: table-cell;
}
.dl-kensaku dt{
	width:20%;
	background: #efefef;
}
.dl-kensaku dd{
	width: 90%;
}
.dl-kensaku dd label{
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 5px;
	margin-top:5px;
}
.wrap-kensaku input[type="checkbox"]{
	margin-right: 5px;
}
.wrap-kensaku input.feas-submit-button,
.wrap-kensaku button,
.wrap-kensaku textarea,
.wrap-kensaku select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wrap-kensaku input.feas-submit-button{
	width:100%;
	max-width: 240px;
text-align: center;
padding:15px 10px;
display: block;
background:#333;
color: #fff;
font-size: 16px;
font-weight: bold;
border-radius: 5px;
margin:0 auto;
}
.wrap-kensaku label{
    color: #444;
    display: inline-block;
}
.wrap-kensaku label input{
	margin:0 7px 0 0;
}
.wrap-kensaku .panel-heading{
	text-align: center;
	border-radius: none;
	background:none;
	border:none;
	font-size: 24px;
	padding: 5px;
}
.wrap-kensaku .panel-heading small{
	font-size: 12px;
	margin-left: 10px;
	position: relative;
	top: -4px;
}
.wrap-kensaku .panel,
.wrap-kensaku .panel-body{
	border:none !important;
}
.wrap-kensaku .panel-body{
	padding:0 0 5px 0;
}
.wrap-kensaku .panel-group{
	margin-bottom: 0;
}
@media( max-width:700px ){
.dl-kensaku{
	width:100%;
    display: block;
}
.dl-kensaku + .dl-kensaku{
	margin-top: -1px;
}
.dl-kensaku dt,
.dl-kensaku dd{
	width:100%;
    display: block;
    margin:0;
    font-size: 12px;
}
}




.wrap-tel{
	text-align: center;
	margin:2rem auto;
}
.wrap-tel p{
	text-align: center !important;
	font-weight: bold;
	margin-bottom: 0 !important;
}
.wrap-tel .text-telnumber{}
.wrap-tel .text-telnumber a{
	font-size: 3em;
	font-weight: 800;
	color: #65980B;
	text-decoration: none;
}
@media( max-width:700px ){
.wrap-tel .text-telnumber{
	margin:1rem auto;
}
.wrap-tel .text-telnumber a{
    font-size: 18px;
    padding: 15px 10px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #65980B;
    display: block;
    border-radius: 8px;
}
}



.wrap-blog .title{
	text-align: left;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 30px;
}
.wrap-blog h2{
	font-weight: bold;
	background:#eee;
	padding: 15px 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	font-size: 20px;
	line-height: 1.6;
}
.title-topmidashi,
.wrap-blog h2.title-topmidashi{
	background:#352c25;
	color: #ffde50;
	font-weight: bold;
	padding: 15px 20px;
	margin-bottom: 20px;
	font-size: 20px;
}
.wrap-blog h3{
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #666;
	color: #666;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}