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

/* ----------------------
リセット
---------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
	background-color: #f5f4f2;
	font-family: Verdana,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    line-height: 1.42857;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
	vertical-align:bottom;
/*	width:100%;*/
}

/* ----------------------
margin
---------------------- */
.mt10{
	margin-top:10px!important;
}
.mt20{
	margin-top:20px!important;
}
.mt30{
	margin-top:30px!important;
}
.mt40{
	margin-top:40px!important;
}
.mt50{
	margin-top:50px!important;
}

.mb10{
	margin-bottom:10px!important;
}
.mb20{
	margin-bottom:20px!important;
}
.mb30{
	margin-bottom:30px!important;
}
.mb40{
	margin-bottom:40px!important;
}
.mb50{
	margin-bottom:50px!important;
}

/* ----------------------
スライドショー
---------------------- */
#slider{
	width:100%;
	height:400px;
	background:#CCC;
	margin:0 0 50px;
}
.swiper-slide{
	max-height:600px;
	width:100%;
	background:#FFF;
}
.swiper-slide img{
	width:100%;
	max-width:850px;
	margin:0 auto;
	display:block;
}


/* ----------------------
初期設定
---------------------- */
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0;
    margin-bottom: 10px;
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 60%;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 10px;
    margin-top: 10px;
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 100%;
}
h1, .h1 {
    font-size: 32px;
	text-align: center;
}
h2, .h2, .headtext {
    font-size: 28px;
}
h3, .h3 {
    font-size: 21px;
	text-align: center;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
@media (min-width: 768px) {

h2, .h2, .headtext {
    font-size: 36px;
}
h3, .h3 {
	text-align: center;
    font-size: 32px;
}
}
p {
    margin: 0 0 1em;
}
small, .small {
    font-size: 100%;
}
@media (min-width: 768px) {
small{
    font-size: 100%;
}
}
img {
	max-width: 100%;
    height: auto;
    vertical-align: middle;
	border: 0 none;
}

*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}


/* ----------------------
追記エリア
---------------------- */

.circle {
    border-radius: 50%;
}
.headh2{
	text-align: center;
	margin-bottom: 0.5em;
}
.headh2-2{
	background-color: #6e062d;
	font-size:36px;
	padding:10px;
	vertical-align:middle;
	color: #fff;
	text-align:center;
	line-height:1.2;
}
.tbArea{
	max-width:980px;
	overflow:hidden;
	margin:0 auto;
}
.tbArea .tbCell{
	float:left;
	width:50%;
	text-align:center;
}

.tbArea .tbCell .text{
	text-align:left;
	padding:0 20px;

}
.bgArea{
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	background-size:40px;
	padding-bottom:40px;
	background-position:left bottom;
}
.sectiontext{
	font-size:24px;
	text-align:center;
}

.pointBox{
	border: #6e062d 3px solid;
	padding: 20px;
	background:#FFF;
	margin:40px 0 0;
	position:relative;
}

.in-pointBox{
	overflow:hidden;
}
.pointImg{
	max-width:30%;
	float: right;
}
.flow_pointBox{
	border-bottom: #6e062d 2px solid;
	margin-bottom: 1em;
    padding-bottom: 10px;
}
.flow_pointBox p{
	display: inline-block;
	margin:0;
	font-size:28px;
	line-height:1.8;
}
.flow_point_01{
	
}
.flow_point_02{
	background-color: #6e062d;
	border-radius: 50%;
    color: #fff;
    height: 2em;
    text-align: center;
    width: 2em;
}
.flow_point_03{

}
.pointBox + .pointBox::after{
	border-color: #1cbbd0 transparent transparent;
    border-style: solid;
    border-width: 30px 30px 0;
    box-sizing: content-box;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top:-43px;
    width: 0;
    z-index: 1;
	border-top-color: #6e062d;
}
.ribbonBox{
    margin-left: 80px;
    margin-right: 80px;
	margin-bottom:50px;
	position: relative;
    z-index: 10;
}
.ribbonBox::before, .ribbonBox::after {
    bottom: -10px;
    content: "";
    height: 100px;
    position: absolute;
    width: 100px;
    z-index: 1;
}
.ribbonBox::before  {
    background-image: url(../img/ribbon-left.png);
	left: -80px;
}
.ribbonBox::after  {
    background-image: url(../img/ribbon-right.png);
	right: -80px;
}
.ribbon{
	background-color: #6e062d;
    color: #fff;
	font-size: 36px;
	min-height: 100px;
    padding-bottom: 28px;
    padding-top: 28px;
	box-sizing:border-box;
	line-height:1;
}

.goodsline > div{
	width: 33.3333%;
	float:left;
	box-sizing:border-box;
	padding:0 10px;
}
.goodsline > div .text{
	font-size:16px;
	margin-bottom:1em;
	text-align:left;
}
.btn a{
	background-color: #6e062d;
    color: #fff;
	border: medium none;
    border-radius: 1em;
    display: inline-block;
    padding: 0.5em 2em;
	text-decoration:none;
	font-size:18px;
}
.goodsline02 > div{
	width:50%;
}
.carrier{
	overflow:hidden;
}
.carrier li{
	box-sizing:border-box;
	width:16%;
	float:left;
	padding:0 0;
	margin-right:7px;
}
.carrier li:last-child{
	margin-right:0px;
}
.koe{
	float:left;
	width:33.3%;
	box-sizing:border-box;
	padding:0 15px;
}
.koe .img{
	width:30%;
	float:left;
}
.koe .koeright{
	width:65%;
	float:right;
	text-align:left;
}
.koe .koeright h3{
	font-size:22px;
}
.koe .koeright .text{
	font-size:13px;
}
.koe .koeright a{
	font-size:13px;
	line-height:1.2;
	
}

.info{
	font-size:16px;
	margin:0 auto;
	text-align:left;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.info b{
	font-weight:bold;
}
.info td{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding:8px;
}

footer{
	margin:40px 0 0 0;
	padding:60px 0 60px 0;
	text-align:center;
	font-size:16px;
	background:#6E062D;
	color:#FFF;
}

/* ----------------------
スマートフォン対応
---------------------- */
@media (max-width: 768px) { 
h1, .h1 {
    font-size: 28px;
	text-align: center;
}
.tbArea .tbCell{
	float:none;
	text-align:center;
	width:100%;
}
.container{
	padding-left:15px;
	padding-right:15px;
}
.sectiontext{
	font-size:21px;
}
.headh2-2, .ribbon{
	font-size:32px;
}
.pointImg{
	max-width:100%;
	float: none;
	margin-bottom:20px;
}
.ribbonBox{
	margin:0;
		
}
.ribbonBox::before  {
    background-image: none;
}
.ribbonBox::after  {
    background-image: none;
}

.goodsline > div, .goodsline02 > div, .koe{
	width: 100%;
}
.carrier li{
	width: 100%;
	margin-bottom:1em;
}
.swiper-container-horizontal .swiper-pagination{
	bottom:-2px!important;
}



}














