@charset "euc-jp";
body {
  background: #fff url(https://img.shop-pro.jp/tmpl_img/78/body_bg.gif);
  color: #111;
}

a {
  color: #29abe2;
}

a:hover {
  color: #29abe2;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.clear {
  clear:both;
}
.col-lg-12 {
  padding: 0;
}

.btn {
  border-radius: 0;
}

/*
 * Layout
 */
.container {
  max-width: 1300px;
  margin: 0 auto;
}
.ie8 .container {
  width: 1300px;
}

.header__section {
  margin-bottom: 20px;
}

.header__area {
  	display: flex;
  	justify-content: space-between;
}

.header__right {
  min-width: 300px;
}

.header__logo {
  margin: 0 0 1em 0;
  float: left;
}

.header__logo-img {
  margin-top: 10px;
  width: 268px;
  height: 49px;
}

.header__desc {
  margin-top: 20px;
}

.header-nav {
  list-style-type: none;
  text-align: right;
  margin: 20px 0 0 0;
}

.header-nav__unit {
  display: inline;
  white-space: nowrap;
  margin-left: 1em;
  font-weight: 600;
}
.header-nav__unit i {
  margin-right: 4px;
}

.header-nav__txt {
  color: #111;
}
.header-nav__txt:hover {
  color: #111;
}

.header-nav__btn {
  padding: 10px 15px;
}
.header-nav__btn i {
  left: -4px;
}
.header-contacts {
  float: right;
  margin: 15px 0 0 0;
  width: 290px;
}
.header-contacts img {
  display:block;
  width:290px;
}

.tel-image-area {
  	display: block;
  	width: 290px;
   margin: auto;
  	margin-bottom: 5px;
}

.fax-image-area {
  display: block;
  width: 290px;
  margin: 0 auto 20px;
}

.phone-number {
  font-weight:bold;
  font-size:120%;
}

.header__postage {
  float: right;
  clear: right;
  color: #e66a6a;
}

.header__postage__list {
  list-style-type: none;
  margin: 0;
}

.header__search-switch {
  cursor: pointer;
}

.header__search-form__input {
  border: 1px solid #ccc;
}

/* お気に入りアイコン */
.heart-icon {
  position: relative;
  left: -6px;
  bottom: 1px;
  width: 18px;
}

.global-nav__pulldown-nav {
  display: none;
}

.global-nav {
  display: block;
  list-style-type: none;
  margin: 0;
}

.global-nav__unit {
  float: left;
  margin-right: 2em;
  letter-spacing: .2em;
}
.global-nav__unit a {
  display: block;
  padding: .3em 0;
  color: #111;
}
.global-nav__unit a:hover, .global-nav__unit a:focus {
  text-decoration: none;
}

.global-nav__unit__txt {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

.header__pulldown-nav__list {
  list-style-type: none;
  margin: 2em 0 0;
  padding: 0;
  font-weight: 600;
}
.header__pulldown-nav__list li {
  margin: 0 0 10px;
  padding: 0 40px 0 0;
  white-space: nowrap;
}
.header__pulldown-nav__list a {
  color: #111;
}
.header__pulldown-nav__list a:hover {
  text-decoration: none;
  color: #29abe2;
}

.global-nav-phone {
  text-align: center;
  margin: 0;
}
.global-nav-phone li {
  display: inline-block;
  margin: 0 .2em;
}
.global-nav-phone a {
  padding: .5em;
}

/* pagetop */
.btn-pagetop {
  padding: .9em 0;
  max-width: 50px;
  float: right;
  background: #ddd;
  border: none;
}
.btn-pagetop i {
  position: static;
}

/* guide */
.footer__guide {
  background: #f5f5f5;
  padding: 1em 0;
}

.guide__col {
  padding: 0 30px;
}

.guide__unit {
  padding: 10px 30px 0 0;
  margin-bottom: 30px;
  font-size: 0.8em;
  line-height: 1.8;
  color: #808080;
}

.guide__h3, .guide__h2 {
  color: #555;
  font-weight: normal;
}

.guide__h2 {
  font-size: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #d3d3d3;
}

/* calender */
.cal__table table {
  max-width: 280px;
  margin: 2em auto;
  font-size: .9em;
}
.cal__table table th, .cal__table table td {
  text-align: center;
}

.cal__memo {
  text-align: center;
  font-size: .9em;
}

/* footer nav */
.footer__nav {
  padding: 40px 0 20px;
   background: #29abe2;
  color: white;
  font-size: 0.8em;
  letter-spacing: .1em;
}
.footer__nav a {
  color: white;
}

.footer-nav__title {
  margin-top: 0;
  color: #1a8dbe;
  font-size: 1.5em;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
}

.footer-nav__col {
  margin: 0;
  list-style-type: none;
  line-height: 1.5;
}
.footer-nav__col li {
  margin: 1em 0;
}

.footer-contact-area {
  display: none;
}

/* shop owner */
.shop-owner {
  padding: 0;
  border-right: 1px solid #1a8dbe;
}

.shop-owner__photo {
  float: left;
  max-width: 50%;
}

.shop-owner__info {
  padding: 0 30px;
  overflow: hidden;
}

.shop-owner__name {
  margin: 0 0 1em;
  font-size: 1.6em;
  font-weight: normal;
}

.shop-owner__txt {
  line-height: 2;
}

/* copyright */
.footer__copyright {
  border-top: 1px solid #1a8dbe;
  margin-top: 30px;
  padding-top: 20px;
  font-size: .9em;
}
.footer__copyright p, .footer__copyright address {
  color: #1a8dbe;
  margin: 0;
}
.footer__copyright p a, .footer__copyright address a {
  color: #1a8dbe;
}
.footer__copyright .copyright__powered-by {
  float: right;
  color: #fff;
}
.footer__copyright .copyright__powered-by img {
  max-width: 200px;
  vertical-align: middle;
}

/* topicpath */
.topicpath-nav {
  font-size: .8em;
  color: #666;
  margin-bottom: 1em;
}
.topicpath-nav a {
  text-decoration: none;
  color: #666;
  margin-left: .5em;
}
.topicpath-nav ul {
  list-style-type: none;
  margin: 10px 0;
}
.topicpath-nav li {
  display: inline;
  padding: 0 .5em 0 0;
}
.topicpath-nav li:first-child a {
  margin-left: 0;
}

/* product list */
.select--sub-layer {
  max-width: 500px;
  display: block;
  margin: 2em auto;
}

.product-list__unit {
  padding: 0;
}
.product-list__unit a:hover {
  text-decoration: none;
}

.product-list__unit__inner {
  padding: 0 20px;
}
.product-list__unit__inner p {
  margin: 0;
}

.product-list__photo {
  display: block;
  margin: 0 auto;
}

.product-list__text {
  display: block;
  margin: .6em 0;
  line-height: 1.5;
  text-align: center;
}

.product-list__name {
  font-weight: bold;
  color: #666;
}

.product-list__expl {
  font-size: .8em;
}

.product-list__price,
.option__price {
  color: #aaa;
}

.product-list__regular-price,
.option__regular-price {
  color: #aaa;
  text-decoration: line-through;
}

.product-list__soldout,
.option__stock {
  color: #e66a6a;
}

.product-list__sort {
  text-align: right;
  margin: 2em 0;
}

.product-list__freespace {
  margin: 3em 0;
}

.pagenation {
  margin: 1em 0 3em;
  text-align: center;
}

.pagenation__list {
  margin: 0 0 1em;
}

.pagenation__unit {
  display: inline-block;
  line-height: 1;
  margin: 0 .3em 2em;
}
.pagenation__unit a {
  padding: .6em .9em;
  color: #fff;
  background: #29abe2;
  border-radius: 3px;
}
.pagenation__unit a:hover {
  text-decoration: none;
}
.pagenation__unit span {
  color: #aaa;
}

.pagenation__info {
  font-size: 1.4em;
}

/* shop keeper */
.page--shopkeeper .section__block, .page--privacy .section__block {
  max-width: 1000px;
}

/* privacy policy */
/*
 * Module
 */
.section__block {
  margin: 4em auto;
}
.section__block p {
  line-height: 2;
}

.section__title-h2 {
  text-align: center;
  font-size: 1.5em;
  font-weight: normal;
  margin: 2em 0;
}

.section__title-h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  margin: 2em 0;
}

.btn-primary {
  background: #29abe2;
  border: 1px solid #29abe2;
  color: #fff;
}
.btn-primary:hover {
  background: #29abe2;
  color: #fff;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.btn-secondary {
  background: #4e5052;
  border: 1px solid #4e5052;
  color: #fff;
}
.btn-secondary:hover {
  background: #4e5052;
  color: #fff;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.txt--sm {
  font-size: .8em;
}

.txt--c {
  text-align: center;
}

.txt--not-applicable {
  font-size: 1.5em;
  margin: 3em 0 4em;
  text-align: center;
  color: #999;
}

.dl-vertical-list {
  margin: 0;
  padding: 0;
}

.dl-vertical-list__title {
  font-weight: bold;
  margin: 0 0 .5em;
}

.dl-vertical-list__content {
  margin: 0 0 2em;
  line-height: 1.8;
}

.pulldown-nav {
  display: none;
}

#wrapper .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent;
}
#wrapper .bx-wrapper .bx-viewport .bx-caption {
  background: rgba(255, 255, 255, 0.6);
  padding: .6em .8em;
}
#wrapper .bx-wrapper .bx-viewport .bx-caption span {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 2px solid #fff;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/carousel_ctrl.png);
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0;
  border-left: none;
  background-position: bottom left;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0;
  border-right: none;
  background-position: bottom right;
}
#wrapper .bx-wrapper .bx-controls .bx-pager {
  padding-top: 0;
  padding-bottom: 10px;
  bottom: 0;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f5f5f5;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link.active {
  background: #29abe2;
}

.carousel-slide .product-list {
  margin: 0;
}
.carousel-slide .product-list__unit__inner {
  padding-bottom: 0;
}

@media (max-width: 980px) {
  /* ~980px */
  .col-md-12 {
    padding: 0;
  }

  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .footer__guide {
    margin: 0;
  }

  .guide__col {
    padding: 0;
  }

  .shop-owner {
    border-right: none;
    margin-bottom: 30px;
  }

  .product-list {
    margin: 0 -15px;
  }

  .product-list__unit {
    padding: 0;
  }

  .page--privacy .section__block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  .col-sm-12 {
    padding: 0;
  }
  
  .header__area {
    display: block;
  }
  
  .header-contacts {
    float: none;
    margin: 15px auto;
  }
  
  .header__desc {
    font-size: 80%;
  }
  
  .header__right {
   	min-width: initial;
    min-width: auto;
  }

  .header__logo {
    float: none;
    width: 290px;
    margin: 10px auto 0;
    text-align: center;
  }
  .header__logo img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
  }

  .header__postage {
    float: none;
    margin-bottom: 10px;
  }

  .global-nav {
    display: none;
    margin-top: 1em;
  }
  .global-nav a {
    padding: .5em;
  }

  .global-nav__unit {
    float: none;
    margin-right: 0;
    text-align: center;
  }

  .global-nav__unit__txt {
    font-size: 1.2em;
  }

  .global-nav__pulldown-nav {
    padding: 2em 0 0;
    border-bottom: 2px solid #ccc;
  }

  .header__pulldown-nav__list {
    text-align: left;
    font-weight: normal;
  }
  .header__pulldown-nav__list li {
    padding-right: 0;
    margin: 0;
    overflow: auto;
    white-space: normal;
  }
  .header__pulldown-nav__list a {
    display: block;
    padding: .7em;
  }
  .header__pulldown-nav__list a:before {
    content: '- ';
  }

  .header__search-form--phone input, .header__search-form--phone button {
    display: block;
    height: 2.8em;
    margin-bottom: 1em;
    width: 100%;
    border: 2px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header__search-form--phone button {
    border-color: #29abe2;
    background: #29abe2;
    color: #fff;
  }
  .header__search-form--phone button:hover {
    background: #29abe2;
    color: #fff;
  }

  .footer-nav__title {
    text-align: center;
  }

  .footer-nav__col {
    text-align: center;
  }
  .footer-nav__col li {
    margin: 0;
  }
  .footer-nav__col a {
    display: block;
    padding: 1em;
  }

  .guide__unit {
    padding-right: 0;
  }

  .product-list__sort {
    text-align: center;
  }
}
@media (max-width: 480px) {
  /* ~480px */
  
  /* headerのスタイル */
  .header-contacts {
    display: none;
    margin: 0 auto;
  }
  
  .header__logo {
    width: 210px;
  }
  .tel-image-area, .fax-image-area {
   	 width: 250px;
  }
  
  .header__section {
    margin-bottom: 10px;
  }
  
  .global-nav-phone {
    margin-top: 5px;
  }
  
   /* フッターの電話・FAX・メール */
  .footer__section {
    margin-bottom: 110px;
  }
  
  .footer-contact-area {
    position: fixed;
    display: block !important;
    bottom: 0;
    transform: translateY(150px);
    transition: .4s transform ease;
    z-index: 10000;
  }
  
  .footer-contact-area .today-shipping {
    display: block;
    padding: 13px;
    background-color: #1a8dbe;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
  }
  
  .footer-contact-area .contact-area {
    display: flex;
    justify-content: space-between;
  }
  
  .footer-contact-area.active {
    transform: translateY(0);
  }
  
  .col-xs-12 {
    padding: 0;
  }

  .shop-owner__photo {
    text-align: center;
    float: none;
    max-width: 100%;
  }

  .shop-owner__info {
    padding: 0;
    overflow: auto;
  }

  .shop-owner__name {
    text-align: center;
  }

  .shop-owner__name,
  .shop-owner__txt {
    margin-top: 2em;
  }

  .btn-pagetop {
    max-width: 100%;
    float: none;
    margin-top: 2em;
  }

  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    background-size: 50px;
    border: 1px solid #fff;
  }
  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    border-left: none;
  }
  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    border-right: none;
  }
}
/*
 * State
 */
.header__search-form {
  display: none;
}

.header__search-form--visible {
  display: inline;
}

.global-nav-phone--current a {
  background: #f1f1f1;
}

.is_tablet_lt .tab-block--visible {
  display: block;
}
.is_tablet_lt .tab-block--hidden {
  display: none;
}

/*
 * icons
 */
/* 24px black */
.icon-b, .icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
.icon-user.icon-b, .icon-user.icon-w {
  background-position: -208px 0px;
}
.icon-cart.icon-b, .icon-cart.icon-w {
  background-position: -176px -64px;
}
.icon-search.icon-b, .icon-search.icon-w {
  background-position: -208px -16px;
}
.icon-chevron_thin_right.icon-b, .icon-chevron_thin_right.icon-w {
  background-position: -144px -144px;
}
.icon-chevron_thin_down.icon-b, .icon-chevron_thin_down.icon-w {
  background-position: -112px -144px;
}
.icon-chevron_thin_up.icon-b, .icon-chevron_thin_up.icon-w {
  background-position: -128px -144px;
}
.icon-list.icon-b, .icon-list.icon-w {
  background-position: -192px -96px;
}
.icon-play.icon-b, .icon-play.icon-w {
  background-position: -160px -112px;
}

.icon-lg-b, .icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
.icon-user.icon-lg-b, .icon-user.icon-lg-w {
  background-position: -312px 0px;
}
.icon-cart.icon-lg-b, .icon-cart.icon-lg-w {
  background-position: -264px -96px;
}
.icon-search.icon-lg-b, .icon-search.icon-lg-w {
  background-position: -312px -24px;
}
.icon-chevron_thin_right.icon-lg-b, .icon-chevron_thin_right.icon-lg-w {
  background-position: -216px -216px;
}
.icon-chevron_thin_down.icon-lg-b, .icon-chevron_thin_down.icon-lg-w {
  background-position: -168px -216px;
}
.icon-chevron_thin_up.icon-lg-b, .icon-chevron_thin_up.icon-lg-w {
  background-position: -192px -216px;
}
.icon-list.icon-lg-b, .icon-list.icon-lg-w {
  background-position: -288px -144px;
}
.icon-play.icon-lg-b, .icon-play.icon-lg-w {
  background-position: -240px -168px;
}

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon16_b.png);
}

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon16_w.png);
}

.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_b.png);
}

.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/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/78/icon16_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon16_2x_w.png);
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_b.png);
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_w.png);
  }
}
@media (max-width: 768px) {
  .icon-b {
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_b.png);
  }
  .icon-b.icon-user {
    background-position: -312px 0px;
  }
  .icon-b.icon-cart {
    background-position: -264px -96px;
  }
  .icon-b.icon-search {
    background-position: -312px -24px;
  }
  .icon-b.icon-chevron_thin_right {
    background-position: -216px -216px;
  }
  .icon-b.icon-chevron_thin_down {
    background-position: -168px -216px;
  }
  .icon-b.icon-chevron_thin_up {
    background-position: -192px -216px;
  }
  .icon-b.icon-list {
    background-position: -288px -144px;
  }
  .icon-b.icon-play {
    background-position: -240px -168px;
  }

  .icon-w {
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_w.png);
  }
  .icon-w.icon-user {
    background-position: -312px 0px;
  }
  .icon-w.icon-cart {
    background-position: -264px -96px;
  }
  .icon-w.icon-search {
    background-position: -312px -24px;
  }
  .icon-w.icon-chevron_thin_right {
    background-position: -216px -216px;
  }
  .icon-w.icon-chevron_thin_down {
    background-position: -168px -216px;
  }
  .icon-w.icon-chevron_thin_up {
    background-position: -192px -216px;
  }
  .icon-w.icon-list {
    background-position: -288px -144px;
  }
  .icon-w.icon-play {
    background-position: -240px -168px;
  }
}
@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,
  .icon-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_w.png);
  }
}


/* お気に入りボタン */
.favorite-button {
  font-size: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #666;
}

.favorite-button svg {
  width: 22px;
  height: 22px;
  vertical-align: bottom;
  fill: rgb(102, 102, 102);
}

.favorite-button.fav-items {
  color: #ff7373;
}

.favorite-button.fav-items svg {
   fill: rgb(255, 115, 115);
}

/* 営業日14時までにご注文で即日発送のバナー */
#today-shipping-banner {
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 250px;
  z-index: 9999;
}

#today-shipping-banner:hover {
  opacity: 1;
}

@media (max-width: 480px) {
  #today-shipping-banner {
    display: none;
  }
}







/* =========================
   演台花フリーページCSS
   ========================= */

/* 全体ラッパー */
.page-odermade {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.8;
}

/* 見出し共通 */
.page-odermade h1,
.page-odermade h2,
.page-odermade h3 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.page-odermade p {
  margin-bottom: 16px;
}

/* タイトル */
.page-odermade .odermade {
  text-align: center;
}

/* ファーストビュー */
.page-odermade .odermade-top {
  position: relative;
  background-image: url(https://img07.shop-pro.jp/PA01425/038/etc_base64/ZW5kYWktMTAy.jpg?cmsp_timestamp=20260418194815);
  background-size: cover;
  background-position: center;
  min-height: 250px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;

  padding: 0 20px;
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
  .page-odermade .odermade-top {
    height: 180px;
  }
}

/* サンプルエリア */
.page-odermade #oder-sample {
  width: 100%;
}

/* 見出しバッジ */
.page-odermade .number {
  font-weight: bold;
  margin-right: 4px;
}

.page-odermade .heading-number {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #2b2b2b;
}

.page-odermade .heading-number .number {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #b08d57, #d8c3a5);
  border-radius: 999px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* サンプルカードレイアウト */
.page-odermade .sample-phot {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.page-odermade .ephot-hoikuen,
.page-odermade .ephot-syougakkou,
.page-odermade .ephot-tyugakkou,
.page-odermade .ephot-hojin {
  flex: 1 1 calc(50% - 12px);
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-sizing: border-box;
}

.page-odermade .sample-phot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin: 0 auto 12px;
}

/* DL */
.page-odermade dl {
  background: #f7f7f7;
  padding: 12px 16px;
  border-radius: 8px;
  margin-top: 10px;
}

.page-odermade dt {
  font-weight: bold;
  margin-top: 8px;
}

.page-odermade dd {
  margin-left: 0;
  margin-bottom: 6px;
}

/* CTA */
.page-odermade .cta-wrap {
  background: #f5f5f5;
  padding: 14px 16px;
  border-left: 4px solid #222;
  margin: 20px 0;
}

.page-odermade .cta-wrap p {
  margin: 0 0 8px 0;
  font-size: 15px;
}

.page-odermade .cta-link {
  display: inline-block;
  padding: 12px 16px;
  background: #222;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

/* お問い合わせ */
.page-odermade .contact-box {
  background: #f7f3ee;
  border: 1px solid #e0d6c8;
  padding: 18px;
  margin-top: 30px;
}

.page-odermade .contact-step {
  background: #fff;
  border-left: 4px solid #b48a5a;
  padding: 10px 12px;
  margin-bottom: 10px;
}

.page-odermade .contact-buttons {
  display: flex;
  gap: 10px;
  margin: 12px 0 16px 0;
}

.page-odermade .contact-tel,
.page-odermade .contact-mail {
  flex: 1;
  display: block;
  text-align: center;
  padding: 12px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.page-odermade .contact-tel {
  background: #b48a5a;
}

.page-odermade .contact-mail {
  background: #6b7a8f;
}

/* 比較表 */
.page-odermade .compare-table-wrap{
    width:100%;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
}

.page-odermade .compare-table{
    width:100%;
    min-width:700px;
    border-collapse:collapse;
    table-layout:auto;
    background:#fff;
}

.page-odermade .compare-table th,
.page-odermade .compare-table td {
  white-space:normal;
  word-break:keep-all;
  border: 1px solid #ddd;
  padding: 14px;
  font-size: 14px;
  vertical-align: top;
  line-height: 1.6;
}

.page-odermade .compare-table th:first-child,
.page-odermade .compare-table td:first-child{
    width:22%;
}

.page-odermade .compare-table thead th{
    white-space: nowrap;
}

.page-odermade .compare-table td:nth-child(2){
     background:#f4f9f3;
}

.good,
.normal,
.bad{
    display:inline-block;
    margin-right:6px;
    font-weight:bold;
}

.good{
    color:#33691e;
}

.normal{
    color:#d08a00;
}

.bad{
    color:#c62828;
}


/* 左の1列を固定（比較表） */
.compare-table {
  border-collapse: collapse;
}

.compare-table th:first-child,
.compare-table td:first-child {
  position: sticky;
  left: 0;
  background: #fff; /* 下の文字が透けないように */
  z-index: 2;
}

/* ヘッダーの左上だけさらに前に出す */
.compare-table th:first-child {
  z-index: 3;
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


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

  .page-odermade .compare-table {
    table-layout: fixed !important;
    width: 100% !important;
  }

  .page-odermade .compare-table th:first-child,
  .page-odermade .compare-table td:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 3;

    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;

    font-weight: bold;
    font-size: 12px;
    padding: 6px !important;
    white-space: nowrap;
  }

}





/* FAQ */
.page-odermade .faq-wrap {
  margin: 60px 0;
  padding: 30px 20px;
  background: #f9f9ff;
  border-radius: 12px;
}

.page-odermade .faq-item h3 {
  font-size: 16px;
  margin: 0 0 6px;
}

.page-odermade .faq-item p {
  font-size: 15px;
  margin: 0 0 12px;
}

/* FAQタイトルサイズ調整 */
.page-odermade .faq-wrap h2 {
  font-size: 25px;
  font-weight: 600;
}

.page-odermade .faq-item {
  margin-bottom: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}

/* レイアウト補助 */
.page-odermade .oder {
  display: flex;
  gap: 30px;
}

@media (max-width: 768px) {

  .page-odermade{
    padding:8px;
  }

  .page-odermade .sample-phot,
  .page-odermade .oder {
    flex-direction: column;
  }
}





/* =========================
   胡蝶蘭ランディングページ

========================= */


/* =========================
   基本設定
========================= */

.kotoran-lp {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.8;
  font-size: 15px;
  overflow:hidden;
}

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

.kotoran-lp h1,
.kotoran-lp h2,
.kotoran-lp h3 {
  font-weight:700;
  line-height:1.5;
}

.kotoran-lp h1,
.kotoran-lp h2 {
  text-align:center;
}

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


/* =========================
   セクション共通
========================= */

.kotoran-lp .section {
  max-width:1000px;
  margin:0 auto 60px;
  padding:80px 20px;
}

.kotoran-lp .section-title {
  text-align:center;
  font-size:32px;
  font-weight:700;
  color:#4d3d2f;
  margin-bottom:50px;
  letter-spacing:.04em;
}


/* =========================
   HERO
========================= */

.kotoran-lp .hero {

  position:relative;

  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;

  min-height:600px;
  padding:80px 20px;

  text-align:center;
  color:#fff;

  background-image:url("https://img07.shop-pro.jp/PA01425/038/etc_base64/a290eW91cmFuLWxwLXRvcA.png?cmsp_timestamp=20260702155500");

  background-size:cover;
  background-position:center;
}


.kotoran-lp .hero::before {

  content:"";
  position:absolute;
  inset:0;

  background:
  linear-gradient(
    rgba(0,0,0,.35),
    rgba(0,0,0,.35)
  );

}


.kotoran-lp .hero > * {

  position:relative;
  z-index:1;

}


.kotoran-lp .hero h1 {

  font-size:42px;
  letter-spacing:.08em;
  margin-bottom:25px;

}


.kotoran-lp .hero-copy {

  font-size:22px;
  font-weight:600;
  margin-bottom:15px;

}


.kotoran-lp .hero-description {

  max-width:650px;
  margin:0 auto 35px;

  font-size:15px;
  line-height:2;

}


/* =========================
   CTA
========================= */

.kotoran-lp .cta {

  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-width:220px;

  padding:16px 40px;

  background:#3f7f6a;
  color:#fff;

  border-radius:999px;

  text-decoration:none;

  font-size:16px;
  font-weight:bold;

  box-shadow:
  0 8px 20px rgba(0,0,0,.15);

  transition:.25s ease;

}


.kotoran-lp .cta:hover {

  transform:translateY(-3px);
  opacity:.9;

}


/* =========================
   通常ボックス
========================= */

.kotoran-lp .box {

  background:#fff;

  border:1px solid #e6e0d6;

  border-radius:16px;

  padding:25px;

  margin-bottom:20px;

  line-height:1.9;

  position:relative;

}


/* =========================
   3つのポイント
========================= */


.kotoran-lp .kotoran-points {

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:30px;

}


.kotoran-lp .point-card {

  background:#fff;

  border-radius:18px;

  padding:40px 30px;

  text-align:center;

  border:1px solid #e9dfd0;

  box-shadow:
  0 10px 30px rgba(0,0,0,.05);

}


.kotoran-lp .point-number {

  width:70px;
  height:70px;

  margin:0 auto 25px;

  display:flex;

  align-items:center;
  justify-content:center;

  border-radius:50%;

  background:
  linear-gradient(
  135deg,
  #d8bf8d,
  #b08d57
  );

  color:#fff;

  font-size:24px;
  font-weight:bold;

}


.kotoran-lp .point-title {

  font-size:21px;

  font-weight:bold;

  color:#4d3d2f;

  line-height:1.6;

  margin-bottom:20px;

}


.kotoran-lp .point-text {

  color:#666;

  font-size:15px;

  line-height:1.9;

}



/* =========================
   第1回 SP対応
========================= */

@media(max-width:768px){


  .kotoran-lp .section {

    padding:40px 16px;

    margin-bottom:35px;

  }


  .kotoran-lp .section-title {

    font-size:25px;

    margin-bottom:30px;

  }


.kotoran-lp .hero {

width:calc(100% + 30px);

margin-left:-15px;

min-height:510px;

padding:50px 20px;

}


  .kotoran-lp .hero h1 {

    font-size:28px;

  }


  .kotoran-lp .hero-copy {

    font-size:18px;

  }


  .kotoran-lp .hero-description {

    font-size:14px;

  }


  .kotoran-lp .kotoran-points {

    grid-template-columns:1fr;

    gap:20px;

  }


  .kotoran-lp .point-card {

    padding:30px 20px;

  }


  .kotoran-lp .point-title {

    font-size:19px;

  }



}








/* =========================
   ギフト理由セクション
========================= */

.kotoran-lp .gift-reason-section {

  padding:100px 20px;

  background:#faf9f7;

}


.kotoran-lp .gift-reason-inner {

  max-width:900px;

  margin:0 auto;

}


.kotoran-lp .gift-reason-header {

  text-align:center;

  margin-bottom:50px;

}


.kotoran-lp .gift-reason-title {

  font-size:30px;

  font-weight:600;

  letter-spacing:.08em;

  color:#2f2a24;

}


.kotoran-lp .gift-reason-subtitle {

  margin-top:15px;

  color:#777;

  font-size:14px;

}


.kotoran-lp .gift-reason-box {

  background:#fff;

  border:1px solid #e8dfd2;

  border-radius:20px;

  padding:50px 45px;

  box-shadow:
  0 12px 35px rgba(0,0,0,.05);

}


.kotoran-lp .gift-reason-text {

  font-size:15px;

  line-height:2;

  color:#444;

  margin-bottom:25px;

}


.kotoran-lp .gift-reason-emphasis {

  margin-top:35px;

  padding:25px 10px;

  text-align:center;

  background:none;

  border-radius:0;

  border:none;

  border-top:1px solid #ddd;

  font-weight:bold;

  color:#6b5130;

  font-size:18px;

}


/* =========================
   利用シーン
========================= */


.kotoran-lp .scene-section {

  max-width:1000px;

  margin:0 auto;

  padding:80px 20px;

}


.kotoran-lp .scene-section img {

  width:100%;

  border-radius:18px;

  box-shadow:
  0 10px 30px rgba(0,0,0,.08);

}


.kotoran-lp .scene-section h3 {

  color:#4d3d2f;

  font-size:26px;

  font-weight:bold;

}


.kotoran-lp .scene-section p {

  max-width:700px;

  margin:10px auto;

  line-height:1.9;

  color:#555;

}


/* =========================
   比較表
========================= */


.kotoran-lp .comparison-table {

  width:100%;

  overflow-x:auto;

  margin-top:30px;

}


.kotoran-lp .comparison-table table {

  width:100%;

  min-width:700px;

  border-collapse:separate;

  border-spacing:0;

  background:#fff;

  border:1px solid #e6dfd2;

  border-radius:18px;

  overflow:hidden;

  box-shadow:
  0 12px 35px rgba(0,0,0,.08);

}


.kotoran-lp .comparison-table th,
.kotoran-lp .comparison-table td {

  padding:18px 15px;

  border-right:1px solid #e6dfd2;

  border-bottom:1px solid #e6dfd2;

  text-align:center;

  font-size:14px;

  line-height:1.7;

}


.kotoran-lp .comparison-table th {

  background:#f7f5f1;

  font-weight:bold;

}


.kotoran-lp .comparison-table th:first-child,
.kotoran-lp .comparison-table td:first-child {

  background:#fbfaf7;

  font-weight:bold;

  color:#555;

}


.kotoran-lp .comparison-table td:last-child {

  background:#fffdf7;

  font-weight:600;

  color:#4d3d2f;

}


.kotoran-lp .comparison-table tr:last-child td {

  background:#fff3d6;

  font-weight:bold;

}


.kotoran-lp .comparison-table tr:last-child td:last-child {

  background:#ffe7b3;

  color:#76552b;

}


.kotoran-lp .recommend-badge {

  display:inline-block;

  padding:5px 12px;

  margin-bottom:5px;

  background:#caa64b;

  color:#fff;

  border-radius:999px;

  font-size:11px;

  font-weight:bold;

}



/* =========================
   光触媒カード
========================= */


.kotoran-lp .med-card {

  display:flex;

  align-items:center;

  gap:50px;

  padding:50px;

  background:

  linear-gradient(
  180deg,
  #fff,
  #fbfaf7
  );

  border-radius:22px;

  border:1px solid #eee3d3;

  box-shadow:

  0 18px 50px rgba(0,0,0,.07);

}


.kotoran-lp .med-content {

  flex:1;

}


.kotoran-lp .med-subtitle {

  display:inline-block;

  padding:6px 14px;

  margin-bottom:15px;

  border-radius:999px;

  background:#f3ede0;

  color:#7a5a2f;

  font-size:13px;

  font-weight:bold;

}


.kotoran-lp .med-lead {

  font-weight:bold;

  color:#4d3d2f;

  margin-bottom:20px;

}


.kotoran-lp .med-point {

  margin-top:12px;

  padding:12px 15px;

  border-left:4px solid #caa64b;

  background:#fff;

  border-radius:10px;

  color:#555;

  font-size:14px;

}


.kotoran-lp .med-strong {

  margin-top:25px;

  font-weight:bold;

  color:#4d3d2f;

}


.kotoran-lp .med-img img {

  width:100%;

  max-width:380px;

  border-radius:18px;

  box-shadow:

  0 15px 40px rgba(0,0,0,.12);

}



/* =========================
   第2回 SP対応
========================= */


@media(max-width:768px){


  .kotoran-lp .gift-reason-section {

    padding:50px 16px;

  }


  .kotoran-lp .gift-reason-title {

    font-size:23px;

  }


  .kotoran-lp .gift-reason-box {

    padding:30px 20px;

  }


  .kotoran-lp .scene-section {

    padding:40px 16px;

  }


  .kotoran-lp .scene-section h3 {

    font-size:21px;

  }


  .kotoran-lp .med-card {

    flex-direction:column;

    padding:30px 20px;

    gap:25px;

  }


  .kotoran-lp .med-img img {

    max-width:100%;

  }


}





/* =========================
   商品セクション
========================= */

.kotoran-lp #products {

  max-width:1000px;

  margin:0 auto;

}


.kotoran-lp #products h2 {

  font-size:30px;

  color:#4d3d2f;

  margin-bottom:40px;

}



/* カートJS周辺の余白 */

.kotoran-lp #products script + div {

  margin-bottom:60px;

}



/* =========================
   クロージング
========================= */


.kotoran-lp .closing-section {

  max-width:900px;

  margin:40px auto;

  padding:50px 30px;

  text-align:center;

  background:#f8f6f1;

  border-radius:26px;

  border:1px solid #e8dfd2;

}


.kotoran-lp .closing-section a {

  display:inline-flex;

  align-items:center;

  justify-content:center;

  padding:18px 45px;

  background:#3f7f6a;

  color:#fff;

  border-radius:999px;

  font-size:16px;

  font-weight:bold;

  text-decoration:none;

  box-shadow:

  0 8px 20px rgba(0,0,0,.12);

}


.kotoran-lp .closing-section a:hover {

  opacity:.9;

}



/* =========================
   お客様の声
========================= */


.kotoran-lp .box {

  position:relative;

  background:#fff;

  border:1px solid #e7dfd2;

  border-radius:16px;

  padding:30px 25px 30px 45px;

  margin-bottom:25px;

  line-height:1.9;

  color:#444;

  box-shadow:

  0 8px 25px rgba(0,0,0,.04);

}


.kotoran-lp .box::before {

  content:"“";

  position:absolute;

  left:15px;

  top:5px;

  font-size:50px;

  color:#3f7f6a;

  opacity:.18;

}



/* =========================
   商品・CTA周辺補強
========================= */


.kotoran-lp strong {

  font-weight:700;

}


/* =========================
   全体微調整
========================= */


.kotoran-lp a {

  transition:.2s ease;

}


.kotoran-lp p {

  line-height:1.9;

}



/* =========================
   最終スマホ調整
========================= */


@media(max-width:768px){


  .kotoran-lp {

    font-size:14px;

  }


  .kotoran-lp .closing-section {

    margin:30px 16px;

    padding:30px 20px;

    border-radius:18px;

  }


  .kotoran-lp .closing-section a {

    width:100%;

    padding:16px 20px;

    font-size:15px;

  }


  .kotoran-lp #products h2 {

    font-size:23px;

  }


  .kotoran-lp .box {

    padding:25px 18px 25px 35px;

  }


}



/* =========================
   横スクロール防止
========================= */


.kotoran-lp {

  overflow-x:hidden;

}


@media(max-width:768px){

  .kotoran-lp img {

    height:auto;

  }


}



/* =========================
   印刷時
========================= */


@media print {

  .kotoran-lp .cta,
  .kotoran-lp .closing-section {

    box-shadow:none;

  }

}

/* =========================
   スマホ：hero文字中央調整
========================= */

@media(max-width:768px){

  .kotoran-lp .hero{
    align-items:center;
  }

  .kotoran-lp .hero-text{
    width:100%;
    text-align:center;
  }

}

/* スマホ：胡蝶蘭LP外側余白解除 */

@media(max-width:768px){

  .kotoran-lp{

    margin-left:-20px;
    margin-right:-20px;

  }

}

/* =========================
   HERO文字レイアウト調整
========================= */

.kotoran-lp .hero-text{

  width:55%;

  max-width:650px;

  margin-left:auto;

}


/* タイトル右寄せ */

.kotoran-lp .hero h1{

  text-align:right;

}


/* 説明文は少し中央寄せ */

.kotoran-lp .hero-description{

  text-align:center;

}


/* ボタン中央 */

.kotoran-lp .hero-button{

  text-align:center;

}


@media(max-width:768px){

  .kotoran-lp .hero h1{

    text-align:right;

  }


  .kotoran-lp .hero-description{

    text-align:center;

  }


}

@media(max-width:768px){

  .kotoran-lp .hero-text{

    width:60%;

    margin-left:auto;

  }


  .kotoran-lp .hero-button{

    width:100%;

    margin-left:auto;

  }

}

/* タイトルと説明の間隔調整 */

.kotoran-lp .hero h1{

  margin-bottom:50px;

}

/* 説明文とボタンの間隔 */

.kotoran-lp .hero-description{

  margin-bottom:45px;

}


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

  .kotoran-lp .hero h1 {
    font-size:28px;
    letter-spacing:0;
    width:120%;
    margin-left:-20%;
  }

  .kotoran-lp .hero-copy {
    font-size:16px;
    font-weight:bold;
    line-height:1.8;
    text-align:center;
    margin-top:40px !important;
  }

  .kotoran-lp .hero-description {
    font-size:14px;
    line-height:1.8;
    color:#fff;
    text-align:center;
  }

}


@media screen and (min-width:769px){

  .kotoran-lp .hero-button {
    transform: translateX(250px);
  }

}


/* 胡蝶蘭写真セクション */

.kotoran-lp .kotoran-image-section {
    padding:50px 20px;
}


.kotoran-lp .kotoran-image-inner {
    max-width:700px;
    margin:0 auto;
    position:relative;
}


.kotoran-lp .kotoran-main-image {
    width:100%;
    max-height:420px;
    display:block;
    object-fit:cover;
    border-radius:20px;
}


.kotoran-lp .kotoran-image-caption {

    background:#fff;
    max-width:520px;
    margin:-40px auto 0;
    position:relative;
    padding:35px 30px;
    text-align:center;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);

}


.kotoran-lp .kotoran-image-caption h2 {

    font-size:28px;
    line-height:1.6;
    color:#333;
    margin-bottom:20px;
    font-weight:bold;

}


.kotoran-lp .kotoran-image-caption p {

    font-size:16px;
    line-height:2;
    color:#555;

}



/* スマホ表示 */

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

    .kotoran-lp .kotoran-image-section {
        padding:40px 15px;
    }


    .kotoran-lp .kotoran-image-inner {
        max-width:100%;
    }


    .kotoran-lp .kotoran-main-image {
        max-height:260px;
    }


    .kotoran-lp .kotoran-image-caption {

        margin:-25px 10px 0;
        padding:25px 15px;

    }


    .kotoran-lp .kotoran-image-caption h2 {

        font-size:22px;

    }


    .kotoran-lp .kotoran-image-caption p {

        font-size:14px;

    }

}


/* スマホだけ改行 */
.sp-only {
    display:none;
}


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

    .sp-only {
        display:block;
    }

}


/* セクション見出し */

.kotoran-lp .section-heading {
    text-align:center;
    margin-bottom:40px;
}


.kotoran-lp .section-label {

    display:block;
    font-size:12px;
    letter-spacing:3px;
    color:#999;
    margin-bottom:12px;

}


.kotoran-lp .section-title {

    margin:0;
    line-height:1.6;

}