@charset "euc-jp";


/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
/*  font-size: 2em;
  margin: 0.67em 0;*/
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.select_pulldown_search {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(http://anfruitiere.com/online/sp/common/bottom_b.png) no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  margin: 0 0 1rem;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 40px;
}

.select_pulldown_search::-ms-expand {
  display: none;
}

.select_pulldown_search:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}



/*-------------------------------------------
共通
-------------------------------------------*/

body {
  background-color: #fff;
  color: #212121;
  font-size: 14px;
  font-family: '秀英丸ゴシック L', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:active {
  background: rgba(0, 0, 0, 0.1);
}

p {
  line-height: 1.2rem;
  margin: 0;
}
li{
  list-style: none;
}

h2 {
  padding: 0 20px;
  margin: 20px 0 .2rem;
  font-size: .9rem;
  font-weight: bold;
}

h3 {
  font-size: 114.28571%;
  font-weight: normal;
  margin: 20px 0 .5rem;
  padding: 0 20px;
}

h4 {
  font-size: 100%;
  font-weight: normal;
  margin: 20px 0 .5rem;
}

img {
  max-width: 100%;
  height: auto;
}

address {
  font-style: unset;
}

.wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.wrap img {
  vertical-align: bottom;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/*
 * layout
 */
#outer {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}

#wrapper {
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#wrapper.open {
  -moz-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}

.section {
  border-bottom: solid 1px #e0e0e0;
}

.section-inner {
  padding: 0 20px 20px;
}

/* ヘッダー */
.shopname {
  width: 80%;
}
  .shopname h1{
    margin: 0;
  }
.shopname_text {
  font-size: .7rem;
  letter-spacing: .1rem;
  padding: .5rem 0 2rem 1rem; 
}
.shopname_text span{
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: .5rem;
}


/* ツールバー */
ul.toolbar-inner {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 1rem 2rem 0 1rem;
}
ul.toolbar-inner .toolbar-item {
  width: 100%;
}
ul.toolbar-inner li+li {
  padding-left: 2rem;
}
.toolbar-item a .icon {
  width: 100%;
  margin: 0;
}
.toolbar .toolbar--cart,
#drawer .drawer--cart{
  position: relative;
}
span.cart_item_count{
  position: absolute;
  top: -7px;
  right: -15px;
  background: #de4027;
  color: #FFF;
  border-radius: 50%;
  width: 25px;
  height: 20px;
  text-align: center;
  padding-top: 5px;
  font-size: 80%;
  text-align: center;
}

/*ヘッダー*/
.header_inner{
  display: flex;
}
#header--sticky {
  background: #000;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}
/*nav.toolbar{
  display: flex;
  justify-content: space-between;
}
*/
.toolbar-sticky-inner{
  overflow: hidden;
  margin: 0;
  padding-left: 1rem;
}
.toolbar-sticky-inner li{
  float: left;
}
#header--sticky .toolbar-item .icon {
  margin: 0;
}
#header--sticky .toolbar--menu {
  width: 8%;
  padding: 1rem 0;
}
#header--sticky .toolbar--logo {
  width: 46%;
  padding: .2rem 0 0 4rem;
}
#header--sticky .toolbar--cart {
  width: 22%;
}
#header--sticky .toolbar--totop {
  background: #666;
  padding: .5rem;
  float: right;
}
#header--sticky .toolbar--totop a {
  font-size: .8rem;
  padding: 22px 0 20px;
  line-height: 1;
  color: #FFF;
  letter-spacing: .2rem;
}
#header--sticky .toolbar--totop a span{
  display: block;
}
#header--sticky .toolbar--totop a .icon--up_w {
  width: 16px;
}

/*チェックしたアイテム*/
.recommend_check{
  margin: 0 0 3rem;
  padding-top: 2rem;
}


/* フッター */
footer{
  padding: 2rem 0 0;
  background: #555;
}
footer a{
  color: #FFF;
}
footer .footer-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 .7rem;
}

.footer-nav-item {
  border: solid 1px #e0e0e0;
  width: 44%;
  padding: 2%;
  margin-bottom: 3%;
  font-size: .7rem;
  text-align: center;
}
.footer-nav-item-text {
  width: 80%;
  height: auto;
}

.footer-nav-item-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.footer-nav-item-icon .icon {
  width: 16px;
}

.footer_shop_info{
  color: #FFF;
  margin: 1.2rem .7rem 2rem;
}
.footer_shop_logo{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_shop_logo h1{
  width: 48%;
  margin: 0;
}
.footer_shop_logo span {
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: .2rem;
    padding-top: .6rem;
}
.footer_shop_info address{
  font-size: .7rem;
  letter-spacing: .1rem;
}
ul.footer_sns_nav {
  display: flex;
  justify-content: space-between;
  width: 28%;
  margin: 1.2rem 0 1.2rem 1rem;
  padding: 0;
}
ul.footer_sns_nav li img{
  width: 80%;
}



.switch {
  margin: 0 0 10px;
}

.section--sns {
  padding: 20px 0 0;
  text-align: center;
}

.sns-link {
  text-align: center;
  margin: 0 3px 0;
  padding: 10px 11px;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.sns-link .icon {
  width: 20px;
}

.sns-link--twitter {
  background: #00acee;
}

.sns-link--facebook {
  background: #3b579d;
}

.sns-link--instagram {
  background: #393939;
}

.sns-link--google {
  background: #d95333;
}

.sns-link--pinterest {
  background: #c9232d;
}


.powered {
  font-size: 85.71429%;
  color: #212121;
}
.powered img {
  width: 195px;
  margin: 0 0 -3px 3px;
}
.section--address .copyright {
  background: #ddd;
  color: #333;
  font-size: .5rem;
  text-align: center;
  letter-spacing: .1rem;
  margin-top: 2rem;
  padding: .7rem 0;
}


/* ドロワー */
#drawer {
  position: fixed;
  top: 0;
  left: -280px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 280px;
  height: 100%;
  color: #fff;
  background: #000;
  -webkit-overflow-scrolling: touch;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#drawer.open {
  -moz-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}

#drawer .drawer--nav{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
  padding: 1rem 1.5rem;
}
#drawer .drawer--nav li{
  text-align: center;
}
#drawer .drawer--nav .drawer_btn a{
  color: #FFF;
  font-size: .6rem;
}
#drawer .drawer--nav .drawer_btn a span{
  display: block;
}

.drawer-item {
  border-bottom: 1px solid #333;
}

.drawer-item-name {
  font-size: .8rem;
  font-weight: normal;
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-item-name .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-item-name-text {
  display: inline-block;
  width: 70%;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.drawer-item-name-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-item-name-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer-accordion {
  border-bottom: 1px solid #333;
}
.drawer-accordion ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-accordion-name {
  font-size: .8rem;
  font-weight: normal;
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-accordion-name .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-accordion-name-text {
  display: inline-block;
  width: 70%;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.drawer-accordion-name-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-accordion-name-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer-accordion-item {
  border-bottom: 1px solid #111;
  background: #8d8d8d;
}
.drawer-accordion-item:last-child {
  border: none;
}
.drawer-accordion-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-accordion-item a:active {
  background: rgba(255, 255, 255, 0.1);
}
.drawer-accordion-item a img {
  vertical-align: middle;
}
.drawer-accordion-item .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-accordion-item-text {
  display: inline-block;
  width: 87%;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.drawer-accordion-item-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-accordion-item-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer--search {
  padding: 3rem 1.5rem 0;
}

/*
 * product
 */
.regular {
  text-decoration: line-through;
  color: #aaa;
}

.price {
  font-size: 142.85714%;
  font-weight: bold;
}

.rate {
  color: #f44336;
}

.breadcrumblist {
  padding: 20px;
}

.taglist {
  padding: 20px 0 0;
}
.taglist p {
  margin: 0 0 10px;
}
.taglist a {
  margin: 0 6px 8px 0;
}

.productform-inner {
  margin: 0 0 15px;
}

.stock_error {
  font-weight: bold;
  text-align: center;
  color: #f44336;
}

.table {
  width: 100%;
  height: auto;
}

.table--bordered {
  font-size: 85.71429%;
  border-top: 1px solid #ddd;
}
.table--bordered th {
  font-weight: normal;
  width: 30%;
  padding: 10px 10px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table--bordered td {
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #ddd;
}

.otherlist {
  padding: 0;
  list-style: none;
}
.social {
  width: 110px;
  float: left;
  margin: 10px 0 0;
}

.imagelist.slick-slider {
  margin: 0 0 50px;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 40px;
  text-align: center;
}

/*
 * product-list
 */
.boxlist {
  list-style: none;
  padding: 0 10px;
  margin: 0;
}

.box {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box .box-inner {
  display: block;
  padding: 10px 10px 6px;
}
.box .box-image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
}
.box .box-title {
  margin: 0 0 5px;
  color: #212121;
}
.box .box-price {
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.box .box-price--soldout {
  margin: 0 0 5px;
  color: #f44336;
}
.box .box-caption {
  font-size: 85.71429%;
  color: #999;
  line-height: 1rem;
}

.box--half {
  width: 50%;
}

.box--full {
  float: none;
  width: 100%;
}

.slidelist {
  margin: -10px 0 10px !important;
}
.slidelist .slick-track {
  padding: 0 10px;
}
.slidelist .slick-slide {
  padding: 0;
}
.slidelist .slide-inner {
  display: block;
  padding: 10px 10px 5px;
}
.slidelist .slide-image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
}
.slidelist .slide-title {
  font-size: 85.71429%;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide-price {
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide-price--soldout {
  font-size: 85.71429%;
  color: #f44336;
}

.result {
  margin: 10px 0;
}
.result span {
  font-size: 128.57143%;
  font-weight: bold;
}

.sort {
  text-align: center;
}

.pager {
  margin: 2rem 0;
  padding: 5px 40px;
  position: relative;
}

.rest {
  text-align: center;
  margin: 0;
  letter-spacing: .2rem;
  position: absolute;
  left: 42%;
  top: 30%;
}
.rest span {
  font-size: 114.28571%;
  font-weight: bold;
}

.pager-prev {
  float: left;
  line-height: 1;
}
.pager-prev .icon {
  width: 14px;
}

.pager-next {
  float: right;
  line-height: 1;
}
.pager-next .icon {
  width: 14px;
}

.section--list .boxlist {
  padding: 20px 10px 0;
  margin: 0;
}

.section--list--sub .section-inner {
  padding: 0 20px 10px;
}

.subcategorylist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subcategorylist-item {
  float: left;
  margin: 0 20px 10px 0;
}
.subcategorylist-item a {
  font-size: 85.71429%;
}

.freespace01 {
  margin: 0 0 20px;
}

.freespace02 {
  padding: 20px 0 0;
}

.freespace-item {
  font-size: 85.71429%;
}

/*
 * 特商法・その他
 */
.deflist {
  margin: 0;
}

.deflist-title {
  font-size: 128.57143%;
  margin: 0 0 0.5rem;
}

.deflist-body {
  margin: 0 0 20px;
}
.section--search{
  margin-top: 3rem; 
}
.section--search .section-inner,
.section--free .section-inner,
.section--push .section-inner {
  padding: 20px;
}
.section--main {
  padding: 0 0 20px;
}

.section--search--detail {
  background: #ddd;
}
.section--search--detail h2 {
  margin: 0 0 .5rem;
  padding: 20px 20px 0;
  font-size: .9rem;
  color: #000;
}
.section--search--detail .section-inner {
  padding: 0 20px 30px;
}

.section--push ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
 * パーツ
 */

.slick-slide img {
  margin: 0 auto;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon-open--flip {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button {
/*  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
}

.button--red {
  background: #df3f29;
  color: #fff;
}

.button--blue {
  background: #2196f3;
  color: #fff;
}

.button--yellow {
  background: #b5952f;
  color: #000;
}

.button--gray {
  background: #999;
  color: #000;
}

.button--orange {
  background: #ff6f00;
  color: #fff;
}

.button--line {
  border: 1px solid #2196f3;
  color: #2196f3;
}
.button--line_a {
  border: 1px solid #b5952f;
  color: #b5952f;
}

.button--sort {
  font-size: 100%;
  padding: 5px 0;
  width: 28%;
}

.button--tag {
  font-size: .7rem;
  padding: 5px 6px 5px;
}

.button--small {
  font-size: 114.28571%;
  padding: 11px 0 12px;
  width: 25%;
  line-height: 1;
}
.button--small_pager {
  font-size: .9rem;
  padding: 11px 0 12px;
  width: 20%;
  line-height: 1;
}

.button--medium {
  font-size: 100%;
  padding: 10px;
  margin: 8px 0;
  width: 100%;
  line-height: 1;
}
.button--medium .icon {
  width: 14px;
  margin: 0 0 0 5px;
}

.button--large {
  font-size: 128.57143%;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
  margin: 0 0 10px;
}

.button--disabled {
  background: #bdbdbd;
  color: #fff;
}
.button--disabled_a {
  background: #b5952f;
  color: #fff;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"].keyword--small {
  width: 68%;
  margin: 0 10px 0 0;
  height: 40px;
}

input[type="text"].keyword--white {
  background: #fff;
  color: #212121;
}

input[type="text"].keyword--black {
  background: #000;
  color: #fff;
  border: none;
}

input[type="number"].productnum {
  padding: 8px 10px;
  width: 15%;
}

input[type="text"].productnum {
  padding: 8px 10px;
  width: 15%;
}

.pulldown {
  width: 100%;
  height: 40px;
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #bdbdbd;
}

input[type="text"].name-title {
  padding: 8px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * モーダル
 */
#modal-content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

#modal-overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

#modal-close {
  font-size: 28px;
  position: absolute;
  top: -20px;
  right: -5%;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#modal-close .icon{
  width: 20px;
  vertical-align: initial;
}

/********フリーページ*********/
/*配送・送料について*/
#delivery{

}
  #delivery .ttl_h2{
    font-size: 1.4rem;
  }
  #delivery .ttl_h3{
    font-size: 1.2rem;
    border-bottom: 1px solid;
    padding-bottom: .7rem;
  }
  #delivery .txt_bold{
    font-weight: bold;
  }
  #delivery .delivery_txt{
    padding: 0 1rem;
    line-height: 1.4rem;
    font-size: 1rem;
  }


/********フリーページ*********/
/*配送・送料について*/
#delivery{

}
  #delivery .ttl_h2{
    font-size: 1.2rem;
  }
  #delivery .ttl_h3{
    font-size: 1rem;
    border-bottom: 1px solid;
    padding-bottom: .7rem;
  }
  #delivery .txt_bold{
    font-weight: bold;
  }
  #delivery .delivery_txt{
    padding: 0 1rem;
    line-height: 1.7rem;
  }

/*
 * 店舗焼き菓子ご予約
 */
#reserve_yakigashi{
	padding: 0 .6rem;
}
#reserve_yakigashi .ttl{
	font-size: 1.3rem;
	text-align: center;
	}
#reserve_yakigashi ul{
	padding: 0;
	margin: 0 auto;
	}
#reserve_yakigashi .notes_txt{
	color: #cc0000;
	font-size: 1.1rem;
	line-height: 1.7rem;
	text-align: center;
	}

p.link_detail {
    width: 80%;
    margin: 1rem auto 0;
}
.link_detail_btn {
    padding: 1.2rem 0;
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    position: relative;
}
.link_detail_btn : hover{
    background: #FFF;
    color: #000;
}