@charset "euc-jp";

li.okyakusama-box-2-inner img {
    width: 100%;
    height: auto;
}

.okyakusama-box-margin {
    margin: 0 0 60px;
}
ul.okyakusama-box-2-outer {
display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    margin: 0 auto; 
}

.okyakusama-box-2-inner {
width: 49%;
    padding: 0 10px 10px 0;
}

.okyakusama-box-2-inner:nth-child(even) {
    padding: 0 0 10px;
}


.news-list-right-b-sp{
display:none;
}
 
.news-list-left-b-sp{
display:none;
}
.news-re{
position: relative;
}
.news-list-left-b{
  position: absolute;
    left: -20px;
}
.news-list-right-b{
position: absolute;
    right: -20px;
}
.news-list-box-outer{
text-align:center;
}

.news-list-box{
    padding: 20px 30px 20px;
      background: #fff;
}
@media (max-width: 480px){
  .okyakusama-box-margin {
    margin: 0 0 30px;
}
  
  ul.okyakusama-box-2-outer {
display: block;
    flex-wrap: nowrap;
    list-style: none;
    width: 100%;
    margin: 0 auto;
}

.okyakusama-box-2-inner {
width: 100%;
    padding: 0 0 20px;
}

.okyakusama-box-2-inner:nth-child(even) {
    padding: 0 0 20px;
}
  
  .news-list-outer {
    margin: 10px 0 25px !important;
}
.news-list-right-b-sp{
display:block;
  position: absolute;
    top: -10px;
    right: 0px;
}
  
p.news-list-right-b-sp{
width:45px;
  height:auto;
  }
  .news-list-left-b-sp{
display:block;
    position: absolute;
    top: -10px;
    left: 0px;
}
  p.news-list-left-b-sp{
 width:45px;
  height:auto;
  }
 
  
.news-list-box {
	padding: 20px 40px 30px;
    background: #fff;
    margin: 0 20px;
}
.news-zirei-btn a {
padding: 10px 20px !important;
  }
  #deco2 h4 {
	margin: 20px auto 0px !important;
}
.news-list-right-b{
display:none;
}
 
.news-list-left-b{
display:none;
}
}

.okyakusama-li{
padding: 0 0 10px 0;
}
.news-list-outer{
  display: inline-block;
  text-align: left;
      margin: 20px 0 25px;
      padding: 0 !important;
}
.osirase-title{text-align: center;
    color: #7c3e0b;
    font-size: 23px;
    font-weight: 600;
}
.news-inner{
    background: #fff;
    padding: 30px 60px;
}
.news-zirei-btn{
text-align:center;
}
.news-zirei-btn a{
    background: #E03C73;
    color: #fff !important;
    font-size: 1rem;
    padding: 10px 40px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
    }



#page-wrapper{
  position: relative;/*
  margin-top:10px;*/
}
#wrapper {/*
  padding-top: 1em;*/
}
.container {/*
  max-width: 900px;
  max-width: 1000px;*/
  width:100%;
}
#container {
  padding-top:30px;
  background: #F8F7E9;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input{
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus{
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}


.muted{
  color: #999;
}

body{
  color: #464e54;
  background-color: #FFFFFF;
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/bg.gif);
}

a{
  color: #E03C73;
}
  a:hover {
  color: #00a0e9;
  }

a.muted:hover,
a.muted:focus{
  color: #808080;
}

.text-warning{
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus{
  color: #a47e3c;
}

.text-error{
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus{
  color: #953b39;
}

.text-info{
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus{
  color: #2d6987;
}

.text-success{
  color: #468847;
}

a.text-success:hover,
a.text-success:focus{
  color: #356635;
}

.btn-01{
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

h2{
  margin: 30px 0;
  text-align: center;
}
  .ttl-h2 {
  position: relative;
  }
  .ttl-h2:before {
  position: absolute;
  top: 50%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  content: "";
  }
  .ttl-h2 span {
  padding: 0 2em;
  background-color: #FFFFFF;
  }

.btn-01{
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled]{
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}

.btn-02{
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled]{
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}
.product-order-num input{
  border-color: #d8d8d8;
}

/*
 * web font
 */
.google-font {/*
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Karla', sans-serif;*/
  letter-spacing:1px;
  font-size: 14px;
}
  .google-font.fwb {
  font-weight: 700;
  }

/*
 * icon
 */
.icon-b,
.icon-w{
  display: inline-block;
  width: 16px;
  height: 16px;
  *display: inline;
  *zoom: 1;
}
.icon-b{
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
.icon-w{
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_w.png);
}

ul.trip{
list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
}
ul.trip a{
color:#333;
}
li.trip_list{
    padding: 5px 18px;
    background: #ededed;
}
.main{
position:relative;
  z-index:10;
}
.baloon-title{
    position: absolute;
top:45%;
left:50%;
    z-index: 11;
    transform: translate(-50%, -50%);
    width: 56%;
    margin: 10px;
}
.trip-h3{
      font-size: 1.5rem;
margin:10px 0;
      background: -webkit-linear-gradient(transparent 0%, #ffdf3b 60%);
    background: linear-gradient(transparent 0%, #ffdf3b 60%);
}
.trip-h3_02{
    margin: 15px 0 8px;
}
.trip-item_detail{
    color: #333;
    font-weight: bold;
    padding: 20px 25px;
    background: #ffdf3b;
    text-align: left;
}
.item_box_trip{
  width: 270px;
  margin: 0 0 20px 30px;
  padding:10px;
  text-align: center;
  display:inline-block;
  vertical-align:top;
}
p.item_name_trip{
font-size: 13px;
margin-bottom: 10px;
text-align:left;
}
.btn_trip{
    padding: 20px 30px;
    background: #dcdcdc;
    color: #333;
}
.section_trip{
    clear: both;
    margin: 30px auto 90px;
}
.section_trip02{
    clear: both;
    margin: 60px 40px 60px;
}
.service{
padding:20px;
margin: 0 auto 90px;
}
.main{
margin: 30px auto 90px;
}
.trip_sercle{
 margin: 15px 0 0;
 width:21%;
 padding:15px;
}
.trip{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
}
.trip_circle{
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #f55f9e;
   border: 1px solid #dcdcdc;
}
.trip_circle span{
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.17rem;
    color: #fafafa;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.trip_circle01 span{
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.17rem;
    color: #fafafa;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.trip_circle02 span{
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.17rem;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.trip_circle03 span{
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.17rem;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.trip_circle04 span{
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.17rem;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.trip_circle05 span{
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.17rem;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.trip_circle06 span{
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.17rem;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
@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 (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), 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/69/icon16_2x_b.png);
  }
  .icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_w.png);
  }
  .icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
  }
  .icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
  }
}
.icon-cart { background-position: -176px -64px; }
.icon-user { background-position: -208px -0px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-login { background-position: -48px -80px; }
/* icon large */
.icon-twitter { background-position: -144px -264px; }
.icon-facebook { background-position: -192px -264px; }
.icon-instagram { background-position: -168px -288px; }
.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }

.icon-lg-b,
.icon-lg-w{
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b{
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
}
.icon-lg-w{
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
}


/*
 * header
 */
#header-wrapper {/*
  margin-bottom: 4em;*/
}
.header-link a{
  color: #4d4d4d;
}
.header-link a:hover{
  text-decoration: none;
  opacity: 0.7;
}

/* header-line-nav */
.header-line-nav li{
  padding-top: 5px;
}
  .header-line-nav a {
  cursor: pointer;
  }
  .header-line-nav span {
  float: left;
  padding-left: 4px;
  font-size: 12px;
  line-height: 1.5em;
  }
  .header-line-nav .icon-b,
  .header-line-nav .icon-w {
  float: left;
  }
.view-cart{
  position: relative;
  top: -6px;
  padding-top: 0 !important;
}
.btn-viewcart{
  padding: 1px 15px 0 13px;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}

/* header logo */
.shop-name{
  clear: both;
  margin: 2em 0;
  text-align: center;
  font-size: 24px;
}
.shop-description{
  font-size: 12px;
  font-weight: normal;
  color: #4d4d4d;
}

/* header global nav */
#header-global-nav{
  margin: 1.8em 0;
  margin: 0;
  text-align: center;
}
#header-global-nav ul{
  margin: 0 auto;
  font-size:0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
  #header-global-nav li {/*
  margin: 0 1em;
  margin: 0 0;
  padding:10px 19px;*/
  font-size:14px;
	box-sizing: border-box;
  }
  #header-global-nav li a{
  margin: 0 0;
  padding:10px 19px;
  display:block;/*
  border-left:1px solid #DDD;*/
  }
  #header-global-nav li:last-child a{/*
  border-right:1px solid #DDD;*/
  }
  #header-global-nav li a:hover{
    color:#00A0E9;
  background:#FFFFF4;
  }

/* incart delivery */
.incart-delivery{
  float: right;
}
  .incart-delivery ul {
  margin: 0;
  padding: 10px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #d9edf7;
  color: #31708f;
  list-style: none;
  font-size: 12px;
  }



/*
 * product list
 */

.prd-lst-unit{
  margin-bottom: 60px;

  padding: 0 30px;
  padding: 0 0px;
  text-align: center;
}
.prd-lst-img{
  display: block;
  margin: 0 auto 1em;
}
.prd-lst-span{
  display: block;
  margin: .3em 0;
  font-size: 12px;
}
.prd-lst-name{
  font-size: 22px;
}
.prd-lst-price{
  color: #E60012;
  font-size: 22px;



}
.prd-lst-regular{
  text-decoration: line-through;
}
.prd-lst-discount{
  color: #b81717;
}

/* product list sort */
.prd-lst-sort{
  margin: 1em 0;
  color: #888;
  text-align: center;/*
  font-size: 12px;*/
}

/* prduct list pager */
.prd-lst-pager{
  text-align: center;
}
.prd-lst-pos b{
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img{
  border: 2px solid #FFFFFF;
}
.thumb-active img{
  border: 2px solid #4d4d4d;
}


/*
 * footer
 */

#footer-wrapper {/*
  padding-top: 3em;*/
  background:#F7F8F8;
}
.footer-primary{
  border-right: 1px solid #e7e7e7;
}

/* footer nav */
.footer-nav{
  list-style: none;
  margin: 0;
}
  .footer-nav li {
  margin: .8em 0;
  }
.footer-primary{
  padding: .3em 0;
}
  .footer-primary li {
  margin-right: 25px;
  margin-left: 5px;
  }
  .footer-primary a {
  color: #4d4d4d;
  }
  .freepage-nav {
  margin-right: 10%;
  margin-bottom: 1.5em;
  padding-bottom: .8em;
  border-bottom: 1px solid #e7e7e7;
  }
.footer-secondary{
  padding: .3em 0;
  font-size: 12px;
}
  .footer-secondary li {
  margin-left: 10%;
  }
  .footer-secondary li:before {
  margin-right: 4px;
  color: #abaaaa;
  content: "-";
  }
  .footer-secondary a {
  color: #abaaaa;
  }

/* social icon */
.social-nav{
  text-align: center;
  margin: 2em 0;
}

/* copyright */
.copyright {
  margin:0;
  padding: 3em 0 0.5em;
  color: #abaaaa;
  text-align: center;
  font-size: 12px;
  background:#F7F8F8;
}
.copyright a{
  color: #abaaaa;
}
.powered{
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}

/* pagetop */
#pagetop{
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop{
  display: block;
  padding: .8em .4em .8em .5em;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}


@media (max-width: 980px){
  #base_gmoWrapp,
  #gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
  }
  .container {
  max-width: 900px;
  width: 90%;
  }
}
@media (max-width: 768px){
  #wrapper {
  padding-top: 3em;
  }
  .container {
  width: auto;
  }
  .header-dropdown {
  position: absolute;
  top: 0;
  z-index: 200;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
  }
  .header-dropdown.affix {
  position: fixed;
  }
  .header-dropdown .dropdown-nav li {
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
  }
  .header-dropdown .dropdown-nav a {
    display: block;
    padding: 10px;
  }
  .header-dropdown .btn-dropdown {
    padding-left: 34px;
    font-size: 16px;
    line-height: 1.6;
    box-sizing: border-box;
  }
  .header-dropdown .btn-dropdown-close {
    opacity: 0.4;
  }
  .view-cart {
  position: static;
  }
  .view-cart a {
    background-color: #4d4d4d;
    color: #fff;
  }
  .view-cart span {
    display: block;
    width: 130px;
    margin: 0 auto;
  }
  .view-cart .icon-w {
    float: left;
    margin-top: -2px;
  }
  .incart-delivery {
  padding-top: 20px;
  float: none;
  }
  .prd-lst-sort {
  font-size: 16px;
  }
  .footer-primary,
  .footer-secondary {
  padding: 0;
  border: none;
  }
  .footer-nav {
  margin: 0;
  padding: 0;
  border-bottom: 3px double #e7e7e7;
  }
  .footer-primary .footer-nav:first-child {
    border-top: 3px double #e7e7e7;
  }
  .footer-nav li {
  margin: 0;
  font-size: 14px;
  border-top: 1px solid #e7e7e7;
  }
  .footer-nav li:first-child {
    border-top: none;
  }
  .footer-nav li:before {
  display: none;
  }
  .footer-nav a {
  display: block;
  padding: 1em;
  color: #4d4d4d;
  }
  .footer-nav a:hover {
  text-decoration: none;
  }
  .icon-b,
  .icon-w {
  display: inline-block;
  width: 24px;
  height: 24px;
  *display: inline;
  *zoom: 1;
  }
  .icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
  }
  .icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart { background-position: -264px -96px; }
  .icon-list { background-position: -288px -144px; }
  .icon-chevron_thin_up { background-position: -192px -216px; }
  @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 (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
  }
  .icon-w,
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
  }
  .icon-b,
  .icon-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  }
}
@media (max-width: 480px){
  .ttl-h2 span {
  padding: 0 10px;
  font-size: 14px;
  }
  .prd-lst-unit {
  margin-bottom: 30px;
  height: auto !important;
  }
}

/* IE¡¦¡¦*/
.ie_wrapper.container{
  width: 900px;
  overflow: auto;
}













/*2017fusen è¿½å´¢*/
body{
  font-size:16px;
  line-height:170%;
}
.clearfix:after{
  content: ".";
  display: block;
  height: 1px;
  clear: both;
  visibility: hidden;
}
.clearfix{
  display:inline-block;/* MAC IE¡¦¡¦&#128;&#128;*/
  min-height:1%;/* IE 7¡¦¡¦*/
}
/*--MAC IE¡¦¡¦Ùþ¡¦¡¦Çäßæ¡¦\*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}



/*--¡¦Æä!Æä!¾ã¡äù¢C IE¡¦¡¦Ùþ¡¦¡¦Çä*/

a:active img, a:hover img{
  filter:alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}
.clear {clear: both;}
.center{text-align:center;}

.small{font-size:0.9em;}

.w48{width:48%;}

.mr10{margin-right:10px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}
.mr60{margin-right:60px !important;}
.mr70{margin-right:70px !important;}
.mr80{margin-right:80px !important;}
.mr100{margin-right:100px !important;}

.ml20{margin-left:20px !important;}

.mb1em{margin-bottom:1em !important;}
.mb3{margin-bottom:3px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}
.mb100{margin-bottom:100px !important;}

.img01{border-radius: 10px;}
.a01{
  padding:10px 30px 10px 40px;
  color:#FFF;
  background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_s02_ico01.png") 14px 13px no-repeat #F03B79;
  border-radius:5px;
  line-height:3;
}
.a01:hover{
  color:#FFF;
  background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_s02_ico02.png") 14px 13px no-repeat #FE4A8F;
}
.a02{
  padding: 5px 20px 5px 40px;
  color: #FFF;
  background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_s02_ico01.png") 18px 9px no-repeat #F03B79;
  border-radius:18px;/*
  line-height: 3;*/
}
.a02:hover{
  color:#FFF;
  background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_s02_ico02.png") 18px 9px no-repeat #FE4A8F;
}
.haed_cont {
	width: 1000px;
	margin: 0 auto 20px;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
#head_logo{
	margin: 0;
}
/*#head_logo img{
	margin:7px 0 0;
}*/
/*.haed_box01{
  position:absolute;
  top:0;
  right:278px;
}*/
.haed_box02 form {
	margin: 0;
}
.f16_mainimg{
  margin:0;
  color:#FCF538;
  height:300px;
  font-size:2.8em;
  text-shadow: 1px 1px 4px #000;
  line-height:300px;
  font-family: "Avenir Next",-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"Yu Gothic",Verdana,Meiryo,sans-serif;
  background:url("https://www.ipocket-shop.com/_shop/fusen/2017/f16_mainimg.jpg") center 0 no-repeat #FFF;
}
.f17_mainimg{
  margin:0;
  color:#FCF538;
  height:300px;
  font-size:2.8em;
  text-shadow: 1px 1px 4px #000;
  line-height:300px;
  font-family: "Avenir Next",-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"Yu Gothic",Verdana,Meiryo,sans-serif;
  background:url("https://www.ipocket-shop.com/_shop/fusen/2017/f17_mainimg.jpg") center 0 no-repeat #FFF;
}
.f18_mainimg{
  margin:0;
  color:#FCF538;
  height:300px;
  font-size:2.8em;
  text-shadow: 1px 1px 4px #000;
  line-height:300px;
  font-family: "Avenir Next",-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"Yu Gothic",Verdana,Meiryo,sans-serif;
  background:url("https://www.ipocket-shop.com/_shop/fusen/2017/f18_mainimg.jpg") center 0 no-repeat #FFF;
}
.f20_mainimg{
  margin:0;
  color:#FCF538;
  height:300px;
  font-size:2.8em;
  text-shadow: 1px 1px 4px #000;
  line-height:300px;
  font-family: "Avenir Next",-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"Yu Gothic",Verdana,Meiryo,sans-serif;
  background:url("https://www.ipocket-shop.com/_shop/fusen/2017/f20_mainimg.jpg") center 0 no-repeat #FFF;
}
.haed_h2{
  font-family: "Avenir Next",-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"Yu Gothic",Verdana,Meiryo,sans-serif;
  background:url("https://www.ipocket-shop.com/_shop/fusen/2017/f1_mainimg.jpg") center 0 no-repeat #FFF;
}/*

.haed_h2 h2{margin:0;padding:0;}*/
#footer-wrapper .row{
  border-top:1px solid #dcdddd;
}
.foot_cont{
  width:1000px;
  margin:0 auto;
  font-size:0.9em;
}
.foot_cont a{
  color: #464e54;
}
.foot_cont h3{
  width:10em;
  background:linear-gradient(transparent 60%, #FFFF59 60%);
}
.foot_cont .foot_box00{
  padding:60px 0;
  border-bottom:1px solid #DCDDDD;
}
.foot_cont .foot_box01,
.foot_cont .foot_box02{
  width:439.5px;
  padding:60px 60px 60px 0;
  float:left;
}
.foot_cont .foot_box02{
  padding:60px 0 60px 60px;
  border-left:1px solid #DCDDDD;
}
.foot_cont .foot_box03 .f_l{
  width:439.5px;
  padding:0 60px 0 0;
}
.foot_cont .foot_box03 .f_r{
  width:439.5px;
  margin:0;
  padding:0;
}
.foot_cont .foot_box03 .f_r dt{
  float:left;
}
.foot_cont .foot_box03 .f_r dd{
  margin-left:80px;
  margin-bottom:5px;
}
.foot_cont .foot_box03{
  padding:60px 0;
  border-top:1px solid #DCDDDD;
  border-bottom:1px solid #DCDDDD;
}
.foot_cont .foot_box03 table td{
	text-align: left;
}
.foot_cont .foot_box04{
  padding:60px 0;
}
.section{
  clear:both;
  margin-bottom:90px;
}
#home_s01{
  margin-top:20px;
  margin-bottom:25px;
}
#home_s01 h2 strong{
  font-size:37px;
}
#home_s01 h2{
  margin:0;
  padding:23px 0 28px;
  color:#E03C73;
  font-size:27px;
  text-align:left;
  line-height:1.5;
  font-family: "Avenir Next",-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"Yu Gothic",Verdana,Meiryo,sans-serif;
}
#home_s02 ul li{
  margin:1%;
  width:30.3333%;
}
#home_s02 ul li div{
  padding:10px;
  background:#FFF;
  border:1px dashed #898989;
  text-align:center;
}
#home_s02 h4{
  margin:0;
  color:#6A3906;
  font-size:17px;
  background:linear-gradient(transparent 60%, #FFFF59 60%);
}
#home_s02 strong{
  margin:0;
  color:#006934;
  font-size:17px;
  display:block;
}
#home_s02 h3{
  height:32px;
  margin:0 0 10px;
  padding:0;
  position: relative;
  line-height: 32px;
  color:#231815;
  font-size:0.95em;
  font-weight:normal;
}
#home_s02 h3::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 16px 16px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #F8F7E9;
}
.no1{background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_s02_bg01.png") 20px 5px no-repeat #FD9090;}
.best{background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_s02_bg02a.png") 48px 1px no-repeat,url("https://www.ipocket-shop.com/_shop/fusen/2017/home_s02_bg02b.png") 185px top no-repeat;background-color:#FFCA0A;}
.premium{background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_s02_bg03.png") 50px 2px no-repeat #5BC7E5;}

.txt01{text-align:left;}
.tax{font-size:0.8em}

#home_s02 .a01{
  padding:5px 40px 5px 55px;
  background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_s02_ico01.png") 25px 9px no-repeat #F03B79;
  border-radius:17px;
  position:relative;
  z-index:99;
}
#home_s02, #home_s03, #home_s05, #home_s06{position:relative;}

#home_s02{margin-bottom:160px;}

#home_s03 ul.col3, #home_s06 a img{z-index:99;position:relative;}

#home_s03 ul li img{width:310px;}

.home_bg01, .home_bg02, .home_bg04, .home_bg05{position:absolute;}
.home_bg01{bottom:108px;left:-60px;}
.home_bg02{bottom:108px;right:-10px;}

.home_bg04{bottom:140px;left:-54px;}
.home_bg05{bottom:250px;right:-60px;}

.col2, .col3{
  margin:0;padding:0 !important;
}
.col2 li{
  width:47%;
  margin-right:4%;
  margin-bottom:4%;
  list-style:none;
  float:left;
}
.col3 li{
  width:32%;
  margin-right:2%;
  list-style:none;
  float:left;
}
.col2 li:nth-child(2n), .col3 li:nth-child(3n){
  margin-right:0 !important;
}
#home_s05{
  padding-bottom:85px;
  background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_s05_bg01.png") #FFF;
}
#home_s05 .w1000{
  background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_bg03.png") no-repeat right 10px;
}
.col3_2{
  margin:0;padding:0;
}
.col3_2 li.list_li{
  width:311px;
  min-height:350px;
  margin-right:30px;
  margin-bottom:55px;
  list-style:none;
  float:left;
  border:1px solid #9FA0A0;
}
.col3_2 li.list_li:nth-child(4n){
  clear:both;
}
.col3_2 li.list_li:nth-child(3n){
  margin-right:0;
}
#home_s05 li.list_li04, #home_s05 li.list_li05, #home_s05 li.list_li06{
  min-height:440px;
}
#home_s05 li.list_li01{background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_s05_bg01.jpg") right bottom no-repeat #FFF;}
#home_s05 li.list_li02{background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_s05_bg02.jpg") right bottom no-repeat #FFF;}
#home_s05 li.list_li03{background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_s05_bg03.jpg") right bottom no-repeat #FFF;}
#home_s05 li.list_li04{background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_s05_bg04.jpg") right bottom no-repeat #FFF;}
#home_s05 li.list_li05{background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_s05_bg05.jpg") right bottom no-repeat #FFF;}
#home_s05 li.list_li06{background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_s05_bg06.jpg") right bottom no-repeat #FFF;}
#home_s05 li.list_li07{background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_s05_bg07.jpg") right top no-repeat #FFF;
  width:100%;
  min-height:280px;
  margin:0;
}

#home_s05 h3{
  height:52px;
  width:285px;
  margin:5px;
  padding:0 0 0 1em;
  position: relative;
  line-height: 52px;
  color:#231815;
  font-size:17px;
  font-weight:normal;
}
#home_s05 h3.h301{background:#BEF190;}
#home_s05 h3.h302{background:#FFCF6E;}
#home_s05 h3::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 26px 26px;
  border-style: solid;
  border-color: transparent;
  border-right-color:#FFF;
}
#home_s05 h4{
  margin:20px;
  color:#231815;
  font-size:17px;
  font-weight:normal;
  text-align:left;
}
#home_s06 .img01{
  position:relative;
  z-index:1;
  top:0;
  left:0;
}
#home_s06 .btn01, #home_s06 .btn02{
  position:absolute;
  z-index:2;
  font-size:1.2em;
  font-weight:bold;
  boder-radius:15px;
  line-height:1.3;
  border:1px solid #fff;
}
#home_s06 .btn01{
  bottom:10px;
  left:90px;
}
#home_s06 .btn02{
  bottom:10px;
  right:400px;
}
.col3_2 li.list_li ul{font-size:0.9em;}
.col3_2 li.list_li ul li{list-style:disc;}
.col3_2 li.list_li ul li a{color:#333;}
.col3_2 li.list_li ul li a:hover{color:#e03c73;}

#home_s08 .col2 li h3{
  margin:1em 0 0.5em;
}
#home_s08 .col2 li{
  border:1px solid #9FA0A0;
  background:#FFF;
}
#home_s08 .col2 li a{
  color:#333;
}
#home_s08 .col2 li img{
  margin:1px 1em 1px 1px;
  color:#333;
}
#home_s09 img{
  width:780px;
}
#catpage{
  width:1000px;
  margin:0 auto;

}
.h303{
  padding:0.5em 0;
  color:#e03c73;
  font-size:1.5em;
  line-height:1.5;
  text-align:center;
  border-top: solid 3px #e03c73;
  border-bottom: solid 3px #e03c73;
  background:#FFF;
  font-family: "Avenir Next",-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"Yu Gothic",Verdana,Meiryo,sans-serif;
}
.catettl{
  padding: 0.3em;
  color:#01913A;
  background:#FFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
  font-family: "Avenir Next",-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"Yu Gothic",Verdana,Meiryo,sans-serif;
  clear:both;
}
.h304{
  padding:0.5em 0;
  color:#e03c73;
  font-size:2em;
  line-height:1.5;
  text-align:center;
  font-family: "Avenir Next",-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"Yu Gothic",Verdana,Meiryo,sans-serif;
}
.h305{
  padding:0.5em 0;
  color:#6A3906;
  color:#01913A;
  font-size:1.7em;
  line-height:1.5;
  text-align:center;
  border-bottom: solid 3px #C8C8C8;
  font-family: "Avenir Next",-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"Yu Gothic",Verdana,Meiryo,sans-serif;
}
.h305_grip{
  padding:1.0em 0;
  color:#333;
  font-size:1.7em;
  line-height:1.5;
  text-align:center;
  font-family: "Avenir Next",-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"Yu Gothic",Verdana,Meiryo,sans-serif;
  padding: 70px 0;

    position: relative;
    margin-bottom: 3em;
    text-align: center;
    color: #7c3e0b;
    font-size: 23px;
    background: url(https://www.ipocket-shop.com/_shop/fusen/2019/deco2_bg04.png) no-repeat 15% 100%, url(https://www.ipocket-shop.com/_shop/fusen/2019/deco2_bg05.png) no-repeat 85% 100%;
}



.h305_grip:after{
    content: '';
    position: absolute;
    bottom: 20px;
    display: inline-block;
    width: 13%;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e4e4e4;
    border-radius: 1px;
}

.h306{
  padding:0.5em 0;
  color:#e03c73;
  font-size:1.7em;
  line-height:1.5;
  text-align:center;
  border-bottom: solid 3px #C8C8C8;
  font-family: "Avenir Next",-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"Yu Gothic",Verdana,Meiryo,sans-serif;
}
.h307{
  padding:0.5em 0;
  color:#e03c73;
  font-size:1.7em;
  line-height:1.5;
  text-align:center;
  border-bottom: solid 3px #C8C8C8;
  font-family: Helvetica , "æ¸¸ã£êáâ·ã¥ã¡¦°Ä , "Yu Gothic" , sans-serif;
}
.h401{
  font-family: "Avenir Next",-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"Yu Gothic",Verdana,Meiryo,sans-serif;
  clear:both;
    
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff59 60%) repeat scroll 0 0;
  width: 10em;
  font-size:1.2em;
}
.h402{
  padding-top:1em;
  color:#01913A;
  font-size:1.3em;
  font-family: "Avenir Next",-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"Yu Gothic",Verdana,Meiryo,sans-serif;
}
.item_box {
  width: 280px;
  margin: 0 0 20px 20px;
  padding:10px;
  text-align: center;
  display:inline-block;
  /display:inline;
  /zoom:1;
  vertical-align:top;
  border:1px solid #ccc;
  background:#FFF;
}
.item_box .item_photo {
margin: 5px 0 0;
}

.item_box .item_photo img.item {
max-width: 100%;
}

.item_box .item_detail {
margin: 10px;
}

.item_box .item_detail p.item_name {
font-size: 13px;
margin-bottom: 10px;
}

.item_box .item_detail p.item_regular_price {
margin-bottom: 10px;
}

.item_box .item_detail p.item_price {
margin-bottom: 10px;
color:#C00;
}

.item_box .item_detail p.item_discount {
margin-bottom: 10px;
}
.product-order-price{
  color:#F00 !important;
}
#list li{
  width:260px;
  margin:0 2em 2em 0;
  float:left;
  list-style:none;
}
#list li ul li{
  width:auto;
}
#list li img{
  height:175px;
}
.setup li{
  width:170px;
  min-height:200px;
  margin:0;
  padding:10px 80px 10px 10px;
  background:url("https://www.ipocket-shop.com/_shop/fusen/2017/f15_ico01.png") right no-repeat #FFF;
  float:left;
  list-style:none;
  line-height:1.5;
}
.setup li strong{
  padding:1px 8px 0;
  color:#FFF;
  background:#6A3906;
  border-radius:3px;
}
.setup li h4{
  margin:0.5em 0;
  color:#01913a;
  font-size:1.1em;
  line-height:1.7;
}
.setup li:last-child{
  padding:10px;
  background:#fff;
}
.scene li{
  width:270px;
  min-height:200px;
  margin:0 20px 50px 0;
  padding:1em;
  float:left;
  list-style:none;
  border:1px solid #ccc;
  border-radius:10px;
  background:#FFF;
}
.scene li strong{
  color:#e03c73;
  text-align:center;
  display:block;
  font-size:1.2em;
}
.scene li:last-child{
  margin:0;
}
.order1 li{
  width:35%;
  min-height:200px;
  margin:0 5% 5%;
  padding:1em;
  float:left;
  list-style:none;
  border:1px solid #ccc;
  border-radius:10px;
  background:#FFF;
}
.order1 li h4{
  color:#e03c73;
  text-align:center;
  font-size:1.2em;
}
.order2 dt{
  width:9em;
  padding:0.5em;
  margin-bottom:0.5em;
  float:left;
  background:#D6D6D6;
}
.order2 dd{
  margin-bottom:0.5em;
  margin-left:10.8em;
  line-height:1.7;
}
.kiyaku{
  padding:1em 1em 1em 3em;
  background:#FFF;
  border:1px solid #ccc;
  line-height:2.5;
}
#f1001 table, #f1002 table {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background:#FFF;
}
#f1001 table tr, #f1002 table tr {
  border-bottom: 1px dotted #ccc;
}
#f1001 table th, #f1002 table th {
  background: #ebebeb none repeat scroll 0 0;
  border-right: 1px solid #ccc;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
}
#f1001 table td, #f1002 table td {
  border-left: 1px solid #ccc;
  text-align: center;
}
#f1101 p, #f1102 p, #f1103 p {
  margin: 0 0 1em;
}
#f1101 .style01 {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
}
#f1102 h4, #f1103 h4 {
  background: #fff9d7 none repeat scroll 0 0;
  border: 1px solid #f48100;
  color: #f48100;
  margin: 10px 0;
  padding: 3px 10px;
}
#f1103 h5 {
  color: #333;
  font-size: 14px;
}
#home_s05 .f17_list{
  background:none;
}
#qa dl {
  margin:1em 0 2em;
}
#qa dl dt {
  padding:1em 0 0.5em 2em;
  background: url("https://www.ipocket-shop.com/_shop/fusen/2017/qa1.png") no-repeat 0 20px;
  line-height:2;
}
#qa dl dd {
  margin:0;
  padding:0.5em 0 1em 2em;
  background: url("https://www.ipocket-shop.com/_shop/fusen/2017/qa2.png") no-repeat 0 10px;
  border-bottom: 1px dashed #ccc;
  line-height:2;
}
#qa strong {
  border-bottom: 1px solid #333;
  display: block;
  margin-top: 10px;
}
table.company tr {
  border-bottom: 1px dotted #ccc;
}
table.company tr th {
  font-weight: bold;
  padding: 8px 12px;
}
table.company tr td {
  padding: 8px;
}
.txt02{
  margin:1em 0;
  padding:1em;
  color:#e03c73;
  font-size:1.2em;
  display:block;
  background:#FFF;
  box-shadow:0 0 4px rgba(0, 0, 0, 0.23);
}
#product{
  width:1000px;
  margin:0 auto;
}
#product h2{
}
#product-srh{
  width:1000px;
  margin:0 auto;
}
#product-srh .prd-lst-unit{
  margin:1% 1% 5%;
  border: 1px solid #898989;
  padding:1em;
  text-align: center;
  background:#FFF;
}
.col-lg-4 {
  width: 31%;
}
.prd-lst-name {
  font-size: 16px;
}
.prd-lst-name a{/*
  color:#333;*/
}
.col-lg-8 {
  width: 66.6667%;
  width:auto;
}
.def-lst-dt{
  color:#006934;
  font-size:1.2em;
  line-height:2;
}
.def-lst-dd {
  margin-bottom:1em;
  line-height: 1.7;
}
.item_description{
  font-size:0.9em;
  line-height: 1.6;
}

@media screen and (min-width: 62.51em){
  .sp{display:none;}
  .f_l{float:left;}
  .f_r{float:right;}
  .w895{width:895px;margin-right:auto;margin-left:auto;}
  .w1000{width:1000px;margin-right:auto;margin-left:auto;}
  .haed_mainimg_pc{
    margin:0 auto;
    background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_mainimg2.jpg") center 0 no-repeat #FFF;
    padding-bottom: calc(100%*375/1500);
    background-size: contain;
    -moz-background-size:contain;
  }
  .kensaku{width:190px;height:1em;}
}

@media screen and (max-width: 62.5em){
  .pc{display:none;}
  .w895{margin-right:0.5em;margin-left:0.5em;}
  .w1000{margin-right:0.5em;margin-left:0.5em;}
  ul, ol{margin:0 !important;padding:0 !important;}
  #container{padding-top:0;}
  #wrapper{padding:3em 0 0;}
  .haed_mainimg_sp{
    margin:0 auto;
    background:url("https://www.ipocket-shop.com/_shop/fusen/2017/home_mainimg_sp2.jpg") center 0 no-repeat #FFF;
    padding-bottom: calc(100%*375/740);
    background-size: contain;
    -moz-background-size:contain;
  }
  
	#head_logo{
		margin:0 0 10px;
	}
  .haed_cont{width:auto;padding:0 10px 0;position:static;}
  .haed_box01{width:49%;left:0;top:6.5em;position:static; float:left;}
  .haed_box02{width:49%;right:0;top:6.5em;position:static; float:right;margin-botom:10px;}
  
  .kensaku{width:60%;height:1em;}
  #home_s01, #home_s02, #home_s03, #home_s04, #home_s05, #home_s06, #home_s07, #home_s08{ margin-bottom:3em;}
  
  #home_s01 .f_r img{
    width:40%;
    float:right;
  }
  #home_s01 h2{
    padding:0;
    font-size:1.5em;
  }
  #home_s01 h2 strong{
    font-size:1.3em;
  }
  #home_s02 ul li{
    width:94% !important;
    margin:0 3% 2em;
    box-sizing:border-box;
  }
  .home_bg01, .home_bg02, .home_bg04, .home_bg05{display:none;}
  .col3 li, .col2 li, .col3_2 li.list_li, .col-lg-4{
    width:94%;
    margin:0 3% 3%;
  }
  #home_s03 ul li img{
    width:100%;
  }
  #home_s05 .w1000{
    background:none;
  }
  #home_s05 li.list_li01, #home_s05 li.list_li02, #home_s05 li.list_li03, #home_s05 li.list_li04, #home_s05 li.list_li05, #home_s05 li.list_li06{
    min-height:auto;
  }
  #home_s05 li.list_li{
    width:94%;
    margin:0 3% 1em;
    text-shadow: 1px 1px 4px #FFF;
    box-sizing:border-box;
  }
  #home_s05 li.list_li ul li{
    margin:0 0 0 2em;
  }
  #home_s05 h3{
    width:auto;
  }
  #home_s06 .img01{width:100%;}/*660*350*/
  #home_s06 .btn01{width:30%;text-align:center;font-size:3vw;bottom:3%;left:2%;}
  #home_s06 .btn02{width:30%;text-align:center;font-size:3vw;bottom:3%;right:2%;}
  
  #home_s08 .col2 li{
    margin-bottom:1em;
    padding:1%;
    text-align:center;
  }
  #home_s08 .col2 li p{
    text-align:left;
  }
  #footer-wrapper .row {
    border-top:none;
  }
  .foot_cont{width:100%;}
  .foot_cont .foot_box01, .foot_cont .foot_box02, .foot_cont .foot_box03 .f_l, .foot_cont .foot_box03 .f_r{
    width:100% !important;
    box-sizing:border-box;
    padding:1em;
    border:none;
  }
  .foot_box04 ul{
    margin:1em 0 0 1em !important;
  }
  #footer-wrapper{
    padding:1em;
  }
  .h304{
    font-size:1.5em;
  }
  .h305{
    font-size:1.5em;
  }
  .h306{
    font-size:1.5em;
  }
  .h401{
    font-size:1.1em;
  }
  .h402{
    font-size:1.1em;
  }
  #catpage{
    width:94%;
    padding:0 3%;
  }
  .section {
    margin-bottom:3em;
  }
  .setup li{
    min-height:inherit;
    margin-bottom:2em;
  }
  .setup li, .scene li, .order1 li, .order2 dt, #product-srh, #product{
    width:auto;
    margin: 0 5% 5%;
  }
  .setup li:last-child, .scene li:last-child, .order1 li:last-child{
    margin: 0 5% 5%;
  }
  .order2 dd{
    margin-left:1em;
    clear:both;
  }
  .f16_mainimg, .f17_mainimg, .f18_mainimg, .f20_mainimg{
    padding:1em 0;
    font-size:1;
    height:auto;
    line-height:1.2;
    font-size:1.5em;
  }
  
  .product-order-exp iframe{
    width:100%;
  }
}
.prd-lst-unit {/*
  width: 27% !important;
    box-sizing: content-box !important;*/
}

/* pc¡¦²ä#­ã¥ã¡¦Îä#&#128;¡¦¡¦¥ê¥ã¡ã¥ë¡¦¥ã¥î*/
#dropmenu{
  position: relative;
  height: 40px;
  margin: 30px auto 300px;
  padding: 0;
  width:1060px;
}
#dropmenu li{
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  line-height: 1;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
	display: inline-block;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 250px;
  height: 0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  float:none;
  background: #FFF;
}
#dropmenu li ul li a{
  text-align: left;
  font-size: 0.9em;
  font-weight: normal;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;  
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}

/* 20171119 çµÀåHÔå[¾ä#»ä¹êæ¬¡ä»ø */
.wedding h2,
.wedding #container{
	margin:0;
	padding:0;
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/wedding_bg0.jpg") center repeat-y #F8E5E7;
}
#wedding .section{
	margin:0 auto 30px;
	color:#595757;
	font-family: "æ¸¸ã£êáâ·ã¥ã¡¦°Ä, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "¡¦¡ã£âáã¡¦£å , Meiryo, "ï¼­ï¼³ ¡¦´ã£ì¥ã¡¦"°Ä, sans-serif;
}
#wedding .section div{
	box-sizing:border-box;
}
#wedding .section h3{
	font-size:23px;
	text-align:center;
	text-shadow: 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF;
	font-weight:normal;
}
#wedding .section h4{
	color:#A7962B;
	font-size:1.1em;
	text-align:center;
	border:1px solid #fff;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.23);
	background-color: rgba( 255, 255, 255, 0.5);
	font-family: "æ¸¸æÐè×ýä½¡¦, "Yu Mincho", YuMincho, "Sawarabi Mincho", serif;
}
#wedding .section h4 div{
	padding-left:65px;
	display:inline;
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/wedding_ico02.png") left no-repeat;
}
#wedding .section h4 span{
	padding-right:65px;
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/wedding_ico03.png") right no-repeat;
}
#wedding #s01{
	padding-top:50px;
	min-height:427px;
	box-sizing:border-box;
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/wedding_bg01b.png") top no-repeat;
}
#wedding #s02{
	min-height:927px;
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/wedding_bg02b.png") center 40px no-repeat;
}
#wedding #s02 .w1000{
	position:relative;
}
#wedding .s02_box{
	padding:35px 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
	position:absolute;
}
#wedding .s02_box01{
	width:360px;
	padding:65px 20px;
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/wedding_bg11.png") center center no-repeat #F8E5E7;
	top:210px;
	left:320px;
	z-index:3;
}
#wedding .s02_box02{
	width:330px;
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/wedding_bg10b.png") right no-repeat #F8E5E7;
	top:115px;
	right:0px;
	z-index:2;
}
#wedding .s02_box03{
	width:330px;
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/wedding_bg10.png") left no-repeat #F8E5E7;
	top:60px;
	left:0px;
	z-index:1;
}
#wedding .s02_box strong{
	color:#9A3A39;
	font-size:1.1em;
	text-align:center;
	display:block;
	font-family: "æ¸¸æÐè×ýä½¡¦, "Yu Mincho", YuMincho, "Sawarabi Mincho", serif;
}
#wedding .s02_box ul li{
	list-style:none;
	line-height: 2;
}
#wedding .s02_box ul li a{
	color:#595757;
	text-decoration:underline;
}
#wedding #s03 ul,
#wedding #s04 ul{
	margin:0
}
#wedding .s03_box{
	width:30%;
	margin:5% 5% 6% 0;
	list-style:none;
	float:left;
	text-align:center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/wedding_bg12.png") center bottom no-repeat #F8E5E7;
}
#wedding li:nth-child(3n).s03_box{
	margin-right:0;
}
#wedding .s03_box img{
	max-width:none;
}
#wedding .s03_box01 img{
	margin:-37px 0 0 -13px;
}
#wedding .s03_box02 img{
	margin:-37px 0 0 -24px;
}
#wedding .s03_box03 img{
	margin:-37px 0 0 -2px;
}
#wedding .s03_box .price{
	color:#ED4768;
	font-size:25px;
}
#wedding .s03_box .price span{
	font-size:.6em;
}
#wedding #s04 .s03_box{
	padding-top:20px;
}
#wedding #s04 strong{
	padding-bottom:50px;
	fotn-size:1.15em;
	display:block;
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/wedding_bg14.png") bottom no-repeat #F8E5E7;
}
#wedding #s04 .txt01{
	padding:0 2em;
	font-size:.95em;
}
#wedding .btn01{
	width:80%;
	margin:0 auto;
	font-size:18px;
	text-align:center;
	color:#fff;
	display:block;
	border-radius:16px;
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/wedding_ico01.png") 3% center no-repeat #ED4768;
}
@media (max-width: 1020px) and (min-width: 768px){/*¡¦­ã¡ä¡¦Ìä#¡¦£ãáâ¶ã¡äáâ¿ã¥ö¡¦¡¦¥ã¡¦°å0Âä!¡¦/
	#wedding .section h3{
		font-weight:bold;
		color:#ED4768;
		font-family: "æ¸¸æÐè×ýä½¡¦, "Yu Mincho", YuMincho, "Sawarabi Mincho", serif;
	}
	#wedding #s01{
		min-height:auto;
		padding-top:1em;
		background:none;
		background:url("https://www.ipocket-shop.com/_shop/fusen/2017/wedding_bg01b.png") top no-repeat;
		background-size:cover;
	}
	#wedding #s01 .center{/*
		font-size:0.8em;*/
	}
	#wedding #s02{
		min-height:927px;
		background:none;
	}
	#wedding #s02 .w1000{
		position: inherit;
	}
	#wedding .s02_box{
		width:40%;
		margin:1em 5% 2em;
		padding:1em;
		float:left;
		position:inherit;
	}
	#wedding .s02_box ul li{
		text-align:center;
	}
	#wedding .s03_box{
		width:36%;
		margin:1em 5% 2em;
		padding:1em 1em;
		float:left;
	}
	#wedding li:nth-child(2n).s03_box{
		margin:1em 5% 2em;
	}
	#wedding li:nth-child(3n).s03_box{
		margin:1em 5% 2em;
	}
	#wedding .s03_box01 img {
		margin: -37px 0 0 -33px;
	}
	#wedding .s03_box02 img {
		margin: -60px 0 0 -43px;
	}
	#wedding .s03_box03 img {
		margin: -60px 0 0 -20px;
	}
	#wedding #s04 .txt01{
		padding:0 2em;
		font-size:.95em;
	}
}
@media (max-width: 767px){/*çµÀåHÔå[¾ä#»ä¹êæ¬¡ä»ø¡¦¹ã¡¦¡¦¡¦/

	#wedding .section h3{
		font-weight:bold;
		color:#ED4768;
		font-family: "æ¸¸æÐè×ýä½¡¦, "Yu Mincho", YuMincho, "Sawarabi Mincho", serif;
	}
	#wedding #s01{
		min-height:auto;
		padding-top:1em;
		background:none;
	}
	#wedding #s01 .center{
		font-size:0.8em;
	}
	#wedding #s02{
		min-height:auto;
		background:none;
	}
	
	#wedding #s02 .w1000{
		position: inherit;
	}
	#wedding .s02_box{
		width:80%;
		margin:1em auto;
		padding:1em;
		position:inherit;
	}
	#wedding .s03_box{
		width:76%;
		margin:1em auto 2em;
		padding:1em 1em;
		float:none;
	}
	#wedding li:nth-child(3n).s03_box{
		margin:1em 5% 2em;
	}
	#wedding .s03_box01 img {
		margin: -37px 0 0 -18px;
	}
	#wedding .s03_box02 img {
		margin: -60px 0 0 -30px;
	}
	#wedding .s03_box03 img {
		margin: -60px 0 0 -7px;
	}
	#wedding #s04 .txt01{
		padding:0 2em;
		font-size:.95em;
	}
  
ul.trip {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    flex-direction: column;
}
h2.baloon-title02 {
    font-size: 1.5rem;
}
p.baloon-title03{
  font-size:1.0rem;
}
.baloon-title {
    position: static!important;
    z-index: 11;
    transform: translate(0%);
    width: 91%;
    padding: 10px;
}
.main_baloon_img{
   display:none;
  }
.main {
    margin: 30px auto 30px;
}
.section_trip {
    clear: both;
    margin: 30px auto 31px;
}
.h305_grip {
    padding: 0.5em 0;
    color: #333;
    font-size: 1.0em;
    line-height: 1.5;
    text-align: center;
    font-family: "Avenir Next",-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"Yu Gothic",Verdana,Meiryo,sans-serif;
}

.h305_grip {
padding: 70px 0;
    position: relative;
    margin-bottom: 3em;
    text-align: center;
    color: #7c3e0b;
    font-size: 18px;
    background: url(https://www.ipocket-shop.com/_shop/fusen/2019/deco2_bg04.png) no-repeat 15% 100%, url(https://www.ipocket-shop.com/_shop/fusen/2019/deco2_bg05.png) no-repeat 85% 100%;
}
.h305_grip{
    background-position: 0% 100%, 100% 100%;
}
.trip {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: wrap;
}
.trip_sercle {
    text-align:center;
    margin: 10px auto 0;
    width: 80%;
    padding: 5px;
}
.section_trip02 {
    clear: both;
    margin: 30px 0;
}
.btn_trip {
    padding: 10px;
    background: #dcdcdc;
    color: #333;
}
.service {
    padding: 0;
    margin: 0 auto 60px;
}
.trip-h3 {
    margin: 12px 0;
      background: -webkit-linear-gradient(transparent 0%, #ffdf3b 60%);
    background: linear-gradient(transparent 0%, #ffdf3b 60%);
}
.trip-h3_02{
    margin: 12px 0;
}
}


/* 20180822 åô¡¦,ÌæD­ã¥î¡¦E¡¦ÄæD¡¦*/
.event3col div{
	width:30%;
	margin-right:5%;
	float:left;
}
.event3col div:nth-child(4){
	margin-right:0;
}
.event3col h4{
	padding:0;
	color:#653142;
	font-size:1.4em;
	text-align:center;
	background: #FFFF68;
}
.gakuensai2018 h2,
.gakuensai2018 #container{
	margin:0;
	padding:0;
}
#gakuensai2018 .section{
	width:1000px;
	margin:0 auto 50px;
	color:#333;
}
#gakuensai2018 h2{
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/f32018_mainbg.png") no-repeat center #FFF / cover;
}
#gakuensai2018 #s01 .h301{
	padding:2em 0 1em;
}
#gakuensai2018 #s01 h3{
	color:#8B4B01;
	font-size:1.8em;
	text-align:center;
	line-height:1.7;
	background: -webkit-linear-gradient(transparent 60%, #FFFF4A 60%);
	background: linear-gradient(transparent 60%, #FFFF4A 60%);
	display:inline;
}
#gakuensai2018 #s01 p.txt01{
	margin:3em 0 0 1em;
	font-size:1.2em;
	line-height:1.7;
}
#gakuensai2018 #s02 h3, #gakuensai2018 #s03 h3, #gakuensai2018 #s04 h3, #gakuensai2018 #s05 h3, #gakuensai2018 #s06 h3, #gakuensai2018 #s07 h3, #gakuensai2018 #s08 h3, #gakuensai2018 #s09 h3, #gakuensai2018 #s10 h3{
	margin-top:0;
	padding:30px 0 20px 240px;
	color:#FF3C59;
	font-size: 1.5em;
	line-height: 1.7;
	border-bottom:6px dotted #11A900;
}
#gakuensai2018 #s02 h3{
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/f32018_ttl01.png") left no-repeat;
}
#gakuensai2018 #s03 h3{
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/f32018_ttl02.png") left no-repeat;
}
#gakuensai2018 #s04 h3{
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/f32018_ttl03.png") left no-repeat;
}
#gakuensai2018 #s05 h3{
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/f32018_ttl04.png") left no-repeat;
}
#gakuensai2018 #s06 h3{
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/f32018_ttl05.png") left no-repeat;
}
#gakuensai2018 #s07 h3{
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/f32018_ttl06.png") left no-repeat;
}
#gakuensai2018 #s08 h3{
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/f32018_ttl07.png") left no-repeat;
}
#gakuensai2018 #s09 h3{
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/f32018_ttl08.png") left no-repeat;
}
#gakuensai2018 #s10 h3{
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/f32018_ttl09.png") left no-repeat;
}
#gakuensai2018 .prd-lst li{
	width:30%;
	min-height: 420px;
	margin:1.5%;
	margin-bottom:40px !important;
	padding:10px;
	border:5px dotted #FFCB67;
	background:#fff;
}
#gakuensai2018 .prd-lst li strong{
	margin:10px 0 20px;
	color:#231815 !important;
	font-size:17px;
	background:linear-gradient(transparent 60%, #FAEE00 60%);
}
#gakuensai2018 .prd-lst li h5{
	margin:1em 0;
	color:#7c480b !important;
	font-size:1.05em;
}
#gakuensai2018 .prd-lst li img{
	width:80%;
	margin-bottom:1em;
}
#gakuensai2018 .btn02{
	width:80%;
	margin:0 auto;
	padding:1em 0;
	text-align:center;
	color:#000;
	font-weight:bold;
	font-size:2em;
	display:block;
	border:5px solid #FFF;
	background:url("https://www.ipocket-shop.com/_shop/fusen/2017/christmas_ico01.png") 3% center no-repeat #F9C900;
}
@media screen and (max-width: 62.5em){/*åô¡¦,ÌæD­ã¥î¡¦E¡¦ÄæD­ã£í¥ãÜä#¡¦/
	#gakuensai2018 .section, #gakuensai2018 #s02 div{
		width:auto;
		margin-right:0.5em;
		margin-left:0.5em;
	}
	#gakuensai2018 #s01 h3{
		font-size:1.2em;
	}
	#gakuensai2018 .prd-lst li{
		width:96%;
		margin:0 2% 3em;
	}
	#gakuensai2018 h4{
		width:auto;
		font-size:1em;
	}
	#gakuensai2018 #s03 h4{
		width:auto;
		font-size:1.05em;
	}
	#gakuensai2018 .section h3{
		padding:0 !important;
		font-size:1.2em !important;
		background:none !important;
		text-align:center;
	}
	#gakuensai2018 .btn02{
		width:96%;
		font-size:1.1em;
	}
}