@charset "utf-8";

.inner{
    width: 1120px;
    margin: 0 auto;
}
.buylink{
    position: fixed;
    top: 104px;
    right: 0;
    z-index: 10;
}
.pageTop{
    position: fixed;
    display: none;
    z-index: 4;
    right: 0;
    bottom: 200px;
}
.green{
    color: #439f9d!important;
}
@media screen and (max-width: 767px) {
    .inner{
        width: 100%;
        padding: 0 1rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
/*============================================================
  HEADER
=============================================================*/
#header {
    background: url("../images/common/ico_header01.png") repeat-x 0 0  #fff;
    z-index: 5;
	border-bottom:1px #CCC solid;
position: fixed;
width: 100%;
}
#headerin{
    padding: 3rem 0 0;
}
.headerlogo a:hover {
    opacity: 0.7;
    transition: opacity 0.5s;
}
#headerlogotxt{
    padding: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
#headerlogotxt{
	font-size:10px;
}
.headerlogo img{
	width:190px;
}
}
.hdtable{
    display: table;
    float: left;
}
#headerin{
    display: table-cell;
}
.hdtel{
    padding: 0 1rem 0 3rem;
    display: table-cell;
    vertical-align: bottom;
}
.fax{
    display: table-cell;
    vertical-align: bottom;
}
.telnum a{
    pointer-events:none;
}
.teltime{
    font-size: 1.1rem;
    color: #3c3c3c;
}
.teltime span{
    color: #d7351e;
}

@media screen and (max-width: 767px) {
.teltime{
    font-size: 10px;
	line-height:1.2;
}
}

.faxbtn{
    width: 156px;
    height: 38px;
    border: 1px solid #dbdbdb;
}
.faxbtn:hover{
    background-color: #ededed;
}
.faxbtn a{
    display: block;
    text-align: center;
    line-height: 38px;
    color: #413937;
}
.faxbtn a:hover{
    text-decoration: none;
}
.faxbtn a span{
    padding-left: 2rem;
    background: url("../images/common/ico_header06.png") no-repeat 0 0;
}
.hdlink{
    float: right;
    padding: 0.6rem;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3);
    -ms-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3);
    box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3);
}
.hdlink li{
    float: left;
}
.hdlink li a{
    display: block;
    width: 105px;
    height: 56px;
    background-color: #439f9d;
    line-height: 56px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.hdlink li a:hover{
    text-decoration: none;
}
.hdlink li+li{
    padding-left: 0.1rem;
}
.hdlink li span{
    padding-left: 1.8rem;
}
.hdlink li:nth-child(1) span{
    background: url("../images/common/ico_header02.png") no-repeat 0 0;
}
.hdlink li:nth-child(2) span{
    background: url("../images/common/ico_header03.png") no-repeat 0 0;
}
.hdlink li:nth-child(2):hover span{
    background: url("../images/common/ico_header03_hover.png") no-repeat 0 0;
}
.hdlink li:nth-child(3) a>span{
    background: url("../images/common/ico_header04.png") no-repeat 0 0;
    padding-right: 2rem;
}
.buynum{
    line-height: 22px;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    color: #5e9e9e;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 10px;
}
.hdhelp{
    font-size: 1.1rem;
    float: right;
    padding: 0.5rem 0 0;
}
.hdhelp img{
    vertical-align: middle;
    padding: 0 0.5rem 0 1rem;
}
.hdhelp a{
    color: #413937;
}
.underline{
    text-decoration: underline #d0cfce;
}
.underline:hover{
    text-decoration: none;
}
.nounderline:hover{
    text-decoration: underline #d0cfce;
}
.hdnav{
    padding: 1rem 0 0;
}
.hdnav li{
    width: 16.66%;
    float: left;
    text-align: center;
    padding: 0 0 0.8rem;
    border-bottom: 2px solid #fff;
    font-weight: bold;
}
.hdnav li a{
    color: #413937;
    display: block;
    border-left: 1px solid #ecebeb;
}
.hdnav li .last{
    border-right: 1px solid #ecebeb;
}
.hdnav li:hover a{
    text-decoration: none;
    color: #439f9d;
}
.hdnav li:hover{
    border-bottom: 2px solid #439f9d;
}
.hdnav .ffja{
    font-size: 1.5rem;
    display: block;
}
.hdnav .ffen{
    display: block;
}
.hdnav .selected{
    border-bottom: 2px solid #439f9d;
}
.hdnav .selected a{
    color: #439f9d;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.searchbtn{
    text-align: center;
    padding: 1rem 0;
    border-bottom: 1px solid #dbdbdb;
}
.searchbtn button{
    width: 80%;
    padding: 1rem 0;
    background-color: #91cccc;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
}
.searchbtn button span{
    padding-left: 2rem;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    background: url("../images/common/ico_header17.jpg") no-repeat 0 0;
    line-height: 30px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}
@media screen and (max-width: 767px) {
    #header .inner{
        padding: 0 0.5rem;
    }
    .hdbtnsp{
        padding: 0.5rem!important;
    }
    .fax{
        display: none;
    }
    #header {
        background: none;
    }
    #headerin{
        padding: 1rem 0.5rem 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 60%;
    }
    .hdtel{
        padding: 1rem 0 0;
        width: 33%;
    }
    .telnum{
        padding: 0 0 0.5rem;
        text-align: right;
    }
    .telnum a{
        pointer-events:inherit;
    }
    .hdtable{
        width: 100%;
    }
    .hdbtnbox{
        width: 87%;
        float: left;
    }
    .hdbtnbox li{
        float: left;
        width: 33.33%;
        text-align: center;
        padding-right: 0.1rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }
    .hdbtnbox li a{
        display: block;
        background-color: #439f9d;
        height: 50px;
        color: #fff;
        font-size: 1.2rem;
    }
    .hdbtnbox li a img{
        height: 18px;
        margin-top: 0.9rem;
		margin-bottom:0.2em;
    }
    .menu{
        width: 13%;
        float: right;
        background-color: #439f9d;
        text-align: center;
        height: 50px;
    }
    #header{
        position: relative;
    }
    .hdnavspbox{
        position: relative;
    }
    .navbar-collapse{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        overflow: scroll;
        background-color: rgba(0,0,0,0.5);
    }
    .menu img{
        height: 15px;
        margin-top: 1.8rem;
		padding-left:0.2em;
    }
    .menubg{
        background-color:#fff;
        overflow: scroll;
    }
    .hdbox{
        padding: 0 0 1rem;
    }
    .hdbtnbox li span{
        display: block;
        line-height: 15px;
        width: 15px;
        height: 15px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        color: #5e9e9e;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        position: absolute;
        top: 10px;
        right: 20px;
    }
    .hdnavsp{
        background-color: #fff;
    }

    .hdbtnsp .btn{
        width: 48.5%;
        background-color: #efefef;
        text-align: center;
        border: 1px solid #d9d9d9;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .hdbtnsp .btn a{
        padding: 0.5rem 0;
        display: block;
        color: #d7351e;
        font-size: 1.4rem;
        font-weight: bold;
    }
    .localtionbtn{
        float: left;
    }
    .telbtn{
        float: right;
    }
    .hdbtnsp .localtionbtn span{
        padding-left: 1.8rem;
        background: url("../images/common/ico_header13.jpg") no-repeat 0 center;
        -webkit-background-size: 14px 20px;
        background-size: 14px 20px;
        display: inline-block;
        line-height: 30px;
    }
    .hdbtnsp .telbtn span{
        padding-left: 2.5rem;
        background: url("../images/common/ico_header14.jpg") no-repeat 0 center;
        -webkit-background-size: 18px 28px;
        background-size: 18px 28px;
        display: inline-block;
        line-height: 30px;
    }
    .navbar-collapse .teltime{
        text-align: center;
        font-size: 1.4rem;
        padding: 0 0 0.5rem;
    }
    .linkbox ul{
        border-bottom: 1px solid #d9d9d9;
    }
    .linkbox li{
        border-top: 1px solid #d9d9d9;
        float: left;
        width: 50%;
        background-color: #efefef;
    }
    .linkbox li:nth-child(2n){
        border-left: 1px solid #d9d9d9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .linkbox li a{
        display: block;
        padding: 1rem;
        font-size: 1.3rem;
        color: #333333;
        position: relative;
    }
    .linkbox li a:before{
        position: absolute;
        content: "";
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 5px;
        height: 8px;
        background: url("../images/icon/icon_arrow.svg") no-repeat 0 0;
		background-size:5px 8px;
    }
    .linkbox li .last:before{
        width: 25px;
        height: 16px;
        background: url("../images/common/ico_header15.jpg") no-repeat 0 0;
        -webkit-background-size: 25px 16px;
        background-size: 25px 16px;
    }
    .sptit{
        padding: 1.5rem 0 0.5rem;
        font-size: 2rem;
        text-align: center;
        font-weight: bold;
    }
    .bgline{
        background: url("../images/common/ico_header16.jpg") repeat-x 0 0;
        height: 12px;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .sptit01 .en{
        padding: 0.5rem 0.5rem 0 0.5rem;
        font-size: 1.4rem;
    }
    .sptit01 .ja{
        font-size: 1.8rem;
        font-weight: bold;
        padding: 0 0.5rem 0.5rem 2rem;
    }
    .sptit01 .show{
        position: relative;
    }
    .sptit01 .show:before{
        position: absolute;
        content: "+";
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 10px;
        color: #5ec2c3;
        font-size: 3rem;
    }
    .sptit01>.on:nth-child(1):before{
        content: "-";
    }
    .sptit01 ul li{
        font-size: 1.6rem;
        padding: 1rem 0 1rem 1.5rem;
        border-bottom: 1px solid #e6e6e6;
        position: relative;
    }
    .sptit01 ul li a{
        color: #413937;
        display: block;
    }
    .sptit01 ul li a:before{
        position: absolute;
        content: ">";
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 5px;
        color: #e1e1e1;
        font-size: 2rem;
    }
    .sptit01 ul li .last{
        color: #5ec2c3;
    }
    .sptit01 ul li .last:before{
        color: #5ec2c3;
    }
    .showbox{
        display: none;
    }
    .sptit02{
        font-size: 1.6rem;
    }
    .spsearch select{
	width: 100%;
	color:#b8b8b8;
	padding: 1rem;
	border: 1px solid #dbdbdb;
	-webkit-appearance:none;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0px 6px 0px 7px;
	-webkit-background-size: 33px 30px, auto;
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	font-size: 14px;
	background: url("../images/icon/icon_arrow_bottom.svg") no-repeat 97%;
    }
	.spsearch input[type=text]{
	width: 100%;
	padding: 1rem;
	border: 1px solid #dbdbdb;
	-webkit-appearance:none;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0px 6px 0px 7px;
	-webkit-background-size: 33px 30px, auto;
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	font-size: 14px;
    }
	
    .sptit03{
        padding: 1rem 0 0;
    }
    .searchbtn{
        text-align: center;
        padding: 1rem 0;
        border-bottom: 1px solid #dbdbdb;
    }
    .menuclose{
        padding: 1rem 0;
    }
    .menuclose .closebtn{
        width: 80%;
        padding: 1rem 0;
        background-color: #efefef;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #d9d9d9;
        margin:  0 auto;
    }
    .menuclose .closebtn span{
        padding-right: 2rem;
        font-size: 1.8rem;
        background: url("../images/common/ico_header19.jpg") no-repeat right center;
        line-height: 30px;
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px;
    }
    .searchbtn button{
        width: 80%;
        padding: 1rem 0;
        background-color: #91cccc;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 0px;
    }
    .searchbtn button span{
        padding-left: 2rem;
        font-size: 1.8rem;
        color: #fff;
        font-weight: bold;
        background: url("../images/common/ico_header17.jpg") no-repeat 0 0;
        line-height: 30px;
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px;
    }
}




/*============================================================
  CONTENT
=============================================================*/
#content {
    background: url("../images/common/bg_left.png") repeat-y 0 0,url("../images/common/bg_right.png") repeat-y right 0;
    padding: 3rem 0 0;
}
#wrapper .content{
    padding: 1rem 0 0;
}
#content .inner {
	background:rgba(255, 255, 255, 0.95);
	padding:0 16px;
}



@media screen and (max-width: 767px) {
#content {
    background: none;
    padding: 1.5rem 0 0;
}

#content .inner {
}
}

/*============================================================
  main
=============================================================*/
#main {
}
.comtitle{
    text-align: center;
    background: url("../images/common/bg_tit01.png") no-repeat 0 0;
    padding: 3rem 0;
    font-weight: bold;
}
#main .give .comtitle{
    background: url("../images/common/bg_tit02.png") no-repeat 0 0;
}
.comtitle .tit01{
    font-size: 3rem;
}
.comtitle .tit02 span{
    font-size: 1.5rem;
    position: relative;
	font-weight:normal;
}
.comtitle .tit02 span:before{
    position: absolute;
    content: "";
    width: 64px;
    height: 1px;
    background-color: #dfd7c7;
    top: 50%;
    left: -70px;
}
.comtitle .tit02 span:after{
    position: absolute;
    content: "";
    width: 64px;
    height: 1px;
    background-color: #dfd7c7;
    top: 50%;
    right: -70px;
}
@media screen and (max-width: 767px) {
    main {
}
    .comtitle{
        background: url("../images/common/bg_tit01_sp.png") no-repeat 0 0;
        -webkit-background-size: contain;
        background-size: contain;
        padding: 1.5rem 0;
        margin: 0 -1rem;
    }
    #main .give .comtitle{
        background: url("../images/common/bg_tit01_sp.png") no-repeat 0 0;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .comtitle .tit01{
        font-size: 2rem;
    }
    .comtitle .tit02 span{
        font-size: 1.3rem;
    }
    .comtitle .tit02 span:before{
        width: 32px;
        left: -35px;
    }
    .comtitle .tit02 span:after{
        width: 32px;
        right: -35px;
    }
}


/*============================================================
  SIDE
=============================================================*/
#main{
    width: 850px;
    float: right;
}

#main.colnum {
    width: auto;
    float: none;
}
#side{
    width: 230px;
    float: left;
}
#side .ordertxt{
	color:#000;
    padding: 0.8rem 0;
}
#side .orderbtn{
    margin: 0 0 3rem;
}
#side .orderbtn a{
    display: block;
    font-size: 1.3rem;
    color: #fff;
    padding: 1rem 0;
    width: 57%;
    margin: auto;
    text-align: center;
    background-color: #91cccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#side .orderbtn a:hover{
    text-decoration: none;
}
#side .search .tit{
    font-size: 1.8rem;
    padding: 0 0 1rem;
    font-weight: bold;
}
#side .search .txt{
    font-size: 1.6rem;
}
#side .search select{
	width: 100%;
	color:#b8b8b8;
	padding: 1rem;
	border: 1px solid #dbdbdb;
	-webkit-appearance:none;
	display: block;
	height: 40px;
	padding: 0px 6px 0px 7px;
	-webkit-background-size: 33px 30px, auto;
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	font-size: 14px;
	background: url("../images/icon/icon_arrow_bottom.svg") no-repeat 97%;
	margin-bottom:0.5em;

}
#side .search input{
	width: 94.5%;
	color:#b8b8b8;
	padding: 1rem;
	border: 1px solid #dbdbdb;
	-webkit-appearance:none;
	display: block;
	height: 40px;
	padding: 0px 6px 0px 7px;
	-webkit-background-size: 33px 30px, auto;
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	font-size: 14px;
}
#side .sidesearchbtn{
    margin: 0.5rem 0 2rem;
}
#side .sidesearchbtn a{
    display: block;
    font-size: 1.3rem;
    color: #fff;
    padding: 1rem 0;
    width: 57%;
    margin: auto;
    text-align: center;
    background-color: #91cccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}
#side .sidesearchbtn a:hover{
    text-decoration: none;
}
#side .sidesearchbtn a:before{
    position: absolute;
    content: "";
    top: 10px;
    left: 22px;
    background: url("../images/common/pic_side03.jpg") no-repeat 0 0;
    width: 20px;
    height: 21px;
}
#side .style .tit .en{
    font-size: 1.5rem;
}
#side .style .tit .ja{
    font-size: 1.6rem;
    padding: 0 0 0.5rem 1.5rem;
    font-weight: bold;
}
#side .style .txt{
    padding: 1rem 0 2rem;
}
#side .style .txt li{
    font-size: 1.3rem;
    background: url("../images/icon/icon_arrow.svg") no-repeat 6px center;
	background-size:5px 9px;
}
#side .style .txt li a{
    padding: 1rem 1.7rem;
    color: #413937;
    display: block;
    position: relative;
}

#side .style .txt li a:hover{
    text-decoration: none;
}
#side .style .txt li:hover{
    background-color: #f1f9f9;
}
#side .style .txt li .more{
    font-size: 1.2rem;
    padding: 0.4rem 0 0.4rem 3rem;
    margin-bottom: 0.8rem;
}
#side .style .txt li .more:before{
    position: absolute;
    content: "";
    width: 12px;
    height: 14px;
    top: 7px;
    left: 15px;
    background: url("../images/common/pic_side04.png") no-repeat 0 0;
}
#side .guide .tit span{
    display: block;
    padding: 1rem 0;
    width: 100%;
    text-align: center;
    background-color: #ecebeb;
    font-size: 1.5rem;
    position: relative;
}
#side .guide .tit span:before{
    content: '';
    position: absolute;
    background: url("../images/top/arrow.png")no-repeat 0 0;
    height: 12px;
    width: 15px;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#side .guide .pic{
    padding: 1.5rem 0 0;
}
#side .guide table{
    margin: 1rem 0 0;
    font-size: 1.3rem;
}
#side .guide th{
    width: 28%;
    vertical-align: top;
    font-weight: normal;
    padding: 1.5rem 0 0;
}
#side .guide td{
    padding: 1.5rem 0 0;
}
#side .guide td span{
    color: #e54716;
}
#side .guidebtn{
    padding: 1.5rem 0;
}
#side .guidebtn a{
    display: block;
    width: 49%;
    font-size: 1.3rem;
    color: #fff;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #91cccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#side .guidebtn a:hover{
    text-decoration: none;
}
#side .guidebtn .map{
    float: left;
}
#side .guidebtn .detail{
    float: right;
}
@media screen and (max-width: 767px) {
    #main{
        width: 100%;
        float: none;
        margin-top: 2rem;
    }
    #side{
        width: 100%;
        float: none;
    }
    #side .ordertxt{
        padding: 0.4rem 0;
    }
    #side .orderpic {
        text-align: center;
    }
    #side .orderbtn{
        margin: 0 0 1.5rem;
    }
    #side .orderbtn a{
        font-size: 1.1rem;
        padding: 1rem 0;
    }
    #side .search .tit{
        text-align: center;
        font-size: 1.6rem;
        padding: 0 0 0.5rem;
    }
    #side .sidesearchbtn{
        margin: 0.5rem 0 1rem;
    }
    #side .sidesearchbtn a{
        font-size: 1.1rem;
        padding: 1rem 0;
    }
    #side .sidesearchbtn a:before{
        left: 40px;
    }
    #side .style{
        padding: 0.5rem 0 0;
    }
    #side .style .tit .en{
        font-size: 1.3rem;
    }
    #side .style .tit .ja{
        font-size: 1.6rem;
        padding: 0 0 0 1.5rem;
        position: relative;
    }
    #side .style .tit .ja:before{
        position: absolute;
        content: "+";
        font-size: 2rem;
        top: 0;
        right: 5px;
    }
    #side .style .on .ja:before{
        content: "-";
    }
    #side .style .txt{
        padding: 1rem 0 1.5rem;
        display: none;
    }
    #side .style .txt li{
        font-size: 1.3rem;
    }
    #side .style .txt li a{
        padding: 0.5rem 1.5rem;
    }
    #side .style .txt li a:before{
        top: 5px;
    }
    #side .style .txt li .more{
        font-size: 1rem;
        padding: 0.4rem 0 0.4rem 3rem;
        margin-bottom: 0.4rem;
    }
    #side .style .txt li .more:before{
        top: 5px;
        left: 15px;
    }
    #side .guide .tit{
        padding: 1.5rem 0 0;
	margin-bottom: 0.8em;
    }
    #side .guide .tit span{
        padding: 0.5rem 0;
        font-size: 1.3rem;
    }
    #side .guide .pic{
        padding: 1rem 0 0;
    }
    #side .guide table{
        margin: 0.5rem 0 0;
        font-size: 1.1rem;
    }
    #side .guide th{
        padding: 1rem 0 0;
    }
    #side .guide td{
        padding: 1rem 0 0;
    }
    #side .guidebtn{
        padding: 1rem 0;
    }
    #side .guidebtn a{
        font-size: 1.1rem;
        height: 44px;
        line-height: 44px;
    }
    #side .wanted{
        padding: 0 0 1rem;
    }
}
/*============================================================
  comm
=============================================================*/
.deliverytit{
    font-size: 1.8rem;
    color: #413937;
    padding: 0 0 1.5rem 0;
    background: url("../images/top/delivery_bg.jpg")repeat-x bottom center;
    font-weight: bold;
}
.delivery .tit{
    font-size: 2.5rem;
    color: #413937;
    margin: 2rem 0 0 0;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}
.delivery .tit span{
    color: #d7351e;
}
.delivery .txt{
    font-size: 1.3rem;
    color: #413937;
    padding: 1rem 0 2rem;
    text-align: center;
}
.delibox{

}
.delibox ul{
    margin:  0 0 0 -2rem;
}
.delibox ul li{
    float: left;
    width: 50%;
    padding: 0 0 0 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.delibox .debox{
    border: 1px solid #e6e6e6;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.delibox .debox .boxtit{
    background: #ecebeb;
    font-size: 1.8rem;
    color: #413937;
    position: relative;
    padding: 1rem 0;
    text-align: center;
}
.delibox .debox .boxtit:before{
    content: '';
    position: absolute;
    background: url("../images/top/arrow.png")no-repeat 0 0;
    height: 12px;
    width: 15px;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.delibox .debox .step{
    color: #91cccc;
    font-size: 1.6rem;
    margin: 2rem 0 0 0;
}
.delibox .debox .step span{
    display: block;
    color: #413937;
    font-size: 1.4rem;
    padding: 0 0 0 1rem;
}
.delibox .debox01{
    position: relative;
}
.delibox .debox01:before{
    content: '';
    position: absolute;
    background: url("../images/top/ico_01.png")no-repeat 0 0;
    width: 67px;
    height: 38px;
    right: -1px;
    bottom: -1px;
}
.delibox .debox .date{
    font-size: 1.3rem;
    color: #413937;
    padding: 0 0 0 3.5rem;
    margin: 2.5rem 0 0 0;
}
.delibox .debox .date span{
    display: block;
    font-size: 3.8rem;
    position: relative;
    line-height: 0.8;
}
.delibox .debox .date span a{
    color: #413937;
    pointer-events:none;
}
.delibox .debox .date span a:hover{
    text-decoration: none;
}
.delibox .debox .date span:before{
    content: '';
    position: absolute;
    background: url("../images/top/ico_tel.png")no-repeat 0 0;
    width: 25px;
    height: 25px;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.delibox .debox .date01 span{
    position: relative;
}
.delibox .debox .date01 span:before{
    content: '';
    position: absolute;
    background: url("../images/top/ico_fax.png")no-repeat 0 0;
    width: 29px;
    height: 27px;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.delibox .debox .link{
    text-align: right;
    margin: 1rem 0 ;
}
.delibox .debox .link a{
    font-size: 1.3rem;
    color: #413937;
    display: inline-block;
    position: relative;
    padding: 0 2rem 0 0;
}
.delibox .debox .link a:before{
    content: '';
    background: url("../images/top/link.png")no-repeat 0 0;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

@media screen and (max-width: 767px) {
    .deliverytit{
        font-size: 2rem;
        padding: 0 0 0.5rem 0;
        text-align: center;
    }
    .delivery .tit{
        font-size: 1.6rem;
        color: #413937;
        margin: 2rem 0 0 0;
        text-align: center;
        line-height: 1.2;
    }
    .delivery .tit span{
        color: #d7351e;
    }
    .delivery .txt{
        font-size: 1.1rem;
        padding: 0.5rem 0;
    }
    .delibox ul{
        margin:  0 0 0 -1rem;
    }
    .delibox ul li{
        padding: 0;
    }
    .delibox .debox{
        padding: 0.5rem 0.5rem 1rem 0.5rem;
    }
    .delibox .debox .boxtit{
        font-size: 1.6rem;
        padding: 0.7rem 0;
    }
    .delibox .debox .boxtit:before{
        height: 9px;
        width: 13px;
        bottom: -8px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .delibox .debox .step{
        color: #91cccc;
        font-size: 1.4rem;
        margin: 0.5rem 0 0 0;
    }
    .delibox .debox .step span{
        font-size: 1.2rem;
    }
    .delibox .debox01:before{
        background: none;
    }
    .delibox .debox .date{
        font-size: 1.2rem;
        padding: 0 0 0 2rem;
        margin: 1.5rem 0 0 0;
    }
    .delibox .debox .date span{
        font-size: 1.6rem;
        line-height:1;
    }
    .delibox .debox .date span a{
        pointer-events:inherit;
    }
    .delibox .debox .date span:before{
        content: '';
        position: absolute;
        background: url("../images/top/ico_tel.png")no-repeat 0 0;
        width: 14px;
        height: 14px;
        left: -16px;
        top: 45%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-background-size: cover;
        background-size: cover;
    }
    .delibox .debox .date01 span:before{
        content: '';
        position: absolute;
        background: url("../images/top/ico_fax.png")no-repeat 0 0;
        width: 15px;
        height: 14px;
        left: -16px;
        -webkit-background-size: cover;
        background-size: cover;
        top: 45%;
    }
    .delibox .debox .link{
        text-align: center;
        margin: 1rem 0 0 0;
    }
    .delibox .debox .link a{
        font-size: 1.2rem;
        color: #fff;
        background: #91cccc;
        display: block;
        position: relative;
        padding: 1rem  0;
        width: 100%;
    }
    .delibox .debox .link a:before{
        content: '';
        background: url("../images/top/link.png")no-repeat 0 0;
        width: 19px;
        height: 19px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 3%;
    }
}
@media screen and (max-width: 479px) {
    .delibox ul{
        margin:  0;
    }
    .delibox ul li{
        float: none;
        width: 100%;
    }
    .delibox ul li+li{
        margin: 1rem 0 0 0;
    }
}
.postage{
    padding: 4rem 0;
}
.postage .box01{
    float: left;
    padding: 0 2.5rem 0 0;
    width: 68%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
.postage .box02{
    float: right;
    width: 265px;
}
.postage .box01 .box01tit{
    font-size: 1.5rem;
    color: #413937;
    font-weight: bold;
}
.postage .box01 .box01txt{
    font-size: 1.3rem;
    color: #413937;
    line-height: 1.5;
}
.postage .box02 .link a{
    display: block;
    padding: 2rem 0;
    border: 1px solid #7acbcc;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    background: url("../images/top/ico_arrow.png")no-repeat right 60px center #91cccc;
}
.postage .box02 .link a:hover{
    text-decoration: none;
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .postage{
        padding: 2rem 0;
    }
    .postage .box01{
        float: none;
        padding: 0;
        width: 100%;
    }
    .postage .box02{
        float: none;
        width: 250px;
        margin: 0 auto;
    }
    .postage .box01 .box01tit{
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .postage .box01 .box01txt{
        font-size: 1.5rem;
        line-height: 1.6;
        margin: 1rem 0 ;
    }
    .postage .box02 .link a{
        display: block;
        padding: 1rem 0;
    }
}
.flower .tit{
    font-size:1.5rem;
    color: #413937;
    text-align: center;
    padding: 3rem 0 1rem;
    background: url("../images/top/brick.png")no-repeat top center;
    line-height: 1.3;
}
.flower .tit span{
    font-size: 2.5rem;
    font-weight: bold;
}
.flower .flowerpic{
    padding: 1.5rem 0 2.5rem;
    background: url("../images/top/delivery_bg.jpg")repeat-x bottom center;
}
.flower ul{
    margin: 0 0 0 -0.8rem;
}
.flower ul li{
    float: left;
    width: 33.33%;
    padding: 0 0 0 0.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .flower .tit{
        font-size:1rem;
        margin: 0 -1rem;
        padding: 2rem 0 0 0;
        background: url("../images/top/brick.png")no-repeat top center;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .flower .tit span{
        font-size: 1.5rem;
    }
    .flower .flowerpic{
        padding: 1rem 0;
        background: url("../images/top/delivery_bg.jpg")repeat-x bottom center;
    }
	.flower ul li{
		float: left;
		width: 33.33%;
		padding: 0 0 0 0.8rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.flowerlist{
    padding: 1rem 0 3rem;
}
.flowerlist ul{
    margin: 0 0 0 -1.5rem;
}
.flowerlist ul li{
    float: left;
    width: 33.33%;
    padding: 0 0 0 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.flowerlist .listbox{
    background: url("../images/top/flower_off.png")no-repeat center center;
    padding: 4.5rem 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    text-align: center;
    font-size: 1.6rem;
    color: #413937;
    font-weight: normal;
}
.flowerlist .listbox:hover{
    background: url("../images/top/flower_hover.png")no-repeat center center;
    padding: 4.5rem 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    text-align: center;
    font-size: 1.6rem;
    color: #413937;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .flowerlist{
        padding: 1rem 0;
    }
    .flowerlist ul{
        margin: 0 0 0 -0.5rem;
    }
    .flowerlist ul li{
        float: none;
        width: 100%;
        padding: 0 0 0 0.5rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .flowerlist .listbox{
        background: url("../images/top/flower_off.png")no-repeat center center;
        padding: 2rem 0;
        -webkit-background-size:100% auto;
        background-size: 100% auto;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 479px) {
    .flowerlist .listbox{
        background: url("../images/top/flower_off.png")no-repeat center center;
        padding: 45px 0;
        -webkit-background-size:100% auto;
        background-size: 100% auto;
        font-size: 2rem;
    }
}
@media screen and (max-width: 320px) {
    .flowerlist .listbox{
        font-size: 1.5rem;
    }
}
.news{
    border-top: 1px solid #ecebeb;
    height: 340px;
    overflow: auto;
	margin-bottom:2em;
}

.news dl{
    display: table;
    width: 100%;
    padding: 2.5rem  0;
    border-bottom: 1px solid #ecebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news dt{
    display: table-cell;
    font-size: 1.3rem;
    width: 90px;
}
.news dd{
    display: table-cell;

}
.news dd .newstit{
    font-size: 1.4rem;
    font-weight: bold;
}
.news dd .newstxt{
    font-size: 1.3rem;
    line-height: 1.7;
    margin: 0.5rem 0 0 0;
}
@media screen and (max-width: 767px) {
    .news{
        height:auto;
    }

    .news dl{
        width: 100%;
        padding: 1.5rem  0;
    }
    .news dt{
        display: block;
        font-size: 1.3rem;
        width: 90px;
    }
    .news dd{
        display: block;
    }
    .news dd .newstit{
        font-size: 1.5rem;
        color: #000000;
    }
    .news dd .newstxt{
        font-size: 1.3rem;
        line-height: 1.7;
        margin: 0.5rem 0 0 0;
    }
}
/*============================================================
  FOOTER
=============================================================*/
.ftbg{
    background: url("../images/common/bg_footer01.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.ftbg .logo{
    text-align: center;
    padding: 28rem 0 0;
}
.ftbg .logotxt{
    text-align: center;
    padding: 2rem 0 29rem;
    font-size: 1.6rem;
    color: #fff;
}
.copyright{
    background: url("../images/common/bg_footer02.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 1rem 0;
    color: #fff;
}
.copyright .law{
    color: #fff;
    /* text-decoration: underline; */
}
.copyright .law:hover{
    /*text-decoration: none;*/
}
.copyright .information{
    color: #fff;
}
.footerlink{
    float: left;
}
.copyrighttxt{
    float: right;
    font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
.ftbg{
    background: url("../images/common/bg_footer01_sp.jpg") no-repeat center;
}
    #footer{
        padding-bottom: 8%;
    }
    .ftbg .logo{
        padding: 14rem 0 0;
    }
    .ftbg .logotxt{
        padding: 1rem 0 14rem;
        font-size: 1.4rem;
    }
    .copyright{
        padding: 1rem 0;
    }
    .footerlink a{
        width: 49%;
        display: block;
        padding: 0.5rem 0;
        text-align: center;
        font-size: 1.4rem;
        background-color: #fff;
    }
    .footerlink span{
        display: none;
    }
    .copyright .law{
        float: left;
        color: #333333;
        text-decoration: none;
		font-size:12px;
    }
    .copyright .information:hover{
        text-decoration: none;
    }
    .copyright .information{
        float: right;
        color: #333333;
    }
    .footerlink{
        float: none;
    }
    .copyrighttxt{
        text-align: center;
        float: none;
        font-size: 1.1rem;
        padding: 1rem 0 0;
    }
    .showpic{
        position: fixed;
        bottom: 0;
        left: 0;
        display: none;
    }
}