
body #footer-navigation{
  background:#fff5f7;
}
body #footer-navigation ul{
  padding:20px 0 0;
  line-height:1;
  text-align:center;
}
body #footer-navigation ul li{
  display:inline-block;
  border-color:#2c2b2b;
  margin-bottom:15px;
  font-size:14px;
  border-left:1px solid #333;
}
body #footer-navigation ul li:first-child{
	border:none;
}
body #footer-navigation ul li a{
  color:#333;
  padding:0 10px 0 15px;
  display:inline-block;
}


.wrap  .f-con {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 0px;
  font-size: 0rem;
}
.wrap  .f-con .f-tel, .wrap  .f-con .f-map, .wrap  .f-con .f-rtt {
  width: 33.33333%;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 2;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
.wrap  .f-con .f-tel,
.wrap  .f-con .f-rtt,
.wrap  .f-con .f-map{
	border:1px solid #fff;
  border-width:1px 0 0 1px;
}
.wrap  .f-con .f-tel,
.wrap  .f-con .f-rtt{background-color: #83cbe1;color:#fff;}
.wrap  .f-con .f-map{background-color: #73bed5;color:#fff;}
.wrap  .f-con .f-tel{
	border-width:1px 0 0;
}

body .fa,
body .far,
body .fas{
  font-family: FontAwesome;
}

@media screen and (max-width: 680px) {
  body .rtt{
    display: none;
  }
}

/*** header ***/
/*****************************************************/
header{
  margin-bottom: 0;
}

header#masthead{
  background-color: #c2f1ff;
}
header#masthead .inner{
  position: relative;
  width: 100%;
  max-width: 960px;
}

header#masthead .site-description{
  display: block;
  padding: 5px 0 15px 0;
  font-size: 11px;
  line-height: 11px;
  width: 100%;
}

header#masthead a.site_logo{
  float: left;
}
header#masthead .info1{
    position: absolute;
    top: 20px;
    right: 0;
}
header#masthead .info2{
    position: absolute;
    top: 42px;
    right: 0;
}


/** header menu  （header-nav-container-pc）  **/
header#masthead .header-nav-container-pc{
  display: block;
  position: relative; 
}

header#masthead .header-nav-container-pc ul{
  position: absolute;
  right: 0;
  top: 92px;
}
header#masthead .header-nav-container-pc ul li{
  position: relative; 
  float: left;
}

header#masthead .header-nav-container-pc ul > li.nav0{
  width: 117px;
  height: 58px;
}
header#masthead .header-nav-container-pc ul > li.nav1,
header#masthead .header-nav-container-pc ul > li.nav2,
header#masthead .header-nav-container-pc ul > li.nav3,
header#masthead .header-nav-container-pc ul > li.nav4,
header#masthead .header-nav-container-pc ul > li.nav5{
  width: 115px;
  height: 58px;
}
header#masthead .header-nav-container-pc ul li a{
  background-image: url(../../../../shop/wp-content/uploads/nav_menu_bg1.png);
  position: relative; 
  display: block;
}
header#masthead .header-nav-container-pc ul li a{
  width: 115px;
  height: 58px;
  overflow: hidden;
}
header#masthead .header-nav-container-pc ul > li.nav0 a{
  width: 117px;
}
header#masthead .header-nav-container-pc ul > li a{
  position: absolute;
}

header#masthead .header-nav-container-pc ul > li.nav0 a{
  background-position: -10px 240px;
}
header#masthead .header-nav-container-pc ul > li.nav1 a{
  background-position: 570px 240px;
}
header#masthead .header-nav-container-pc ul > li.nav2 a{
  background-position: 455px 240px;
}
header#masthead .header-nav-container-pc ul > li.nav3 a{
  background-position: 345px 240px;
}
header#masthead .header-nav-container-pc ul > li.nav4 a{
  background-position: 240px 240px;
}
header#masthead .header-nav-container-pc ul > li.nav5 a{
  background-position: 127px 240px;
}

header#masthead .header-nav-container-pc ul > li.nav0 a:hover{
  background-position: -10px 298px;
}
header#masthead .header-nav-container-pc ul > li.nav1 a:hover{
  background-position: 570px 298px;
}
header#masthead .header-nav-container-pc ul > li.nav2 a:hover{
  background-position: 455px 298px;
}
header#masthead .header-nav-container-pc ul > li.nav3 a:hover{
  background-position: 345px 298px;
}
header#masthead .header-nav-container-pc ul > li.nav4 a:hover{
  background-position: 240px 298px;
}
header#masthead .header-nav-container-pc ul > li.nav5 a:hover{
  background-position: 127px 298px;
}

@media screen and (max-width: 680px) {
  header#masthead .header-nav-container-pc{
    display: none;
  }
  header#masthead .site-description{
    display: none;
  }
  header#masthead a.site_logo{
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    float: initial;
  }
  header#masthead .info1{
    position: initial;
    text-align: center;
    margin-bottom: 5px;
  }
  header#masthead .info2{
    position: initial;
    text-align: center;
    margin-bottom: 20px;
  }
}

/** header main-image **/
.main-image{
  background-color: #c2f1ff;
}
@media screen and (max-width: 680px) {
  .main-image{
    display: none;
  }
}


/*** footer ***/
footer{
  background-color: #c2f1ff;
  color: #3f200f;
}

@media screen and (max-width: 680px) {
  #colophon{
    padding-bottom: 120px;
  }
}

body #colophon .guide{
    max-width: 960px;
    width: 100%;
    margin: 20px auto;
}

#footer{
  padding: 0;
  border: 0;
  position: relative;
  min-height: 44px;
}

#footerinner{
  max-width: 960px;
  height: 50px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
#footerinner .copy{
  font-size: 12px;
  color: #3f200e;
  float: right;
  padding: 15px 0 0 0;
}

#footerinner .footer-nav-container{
  float: left;
  margin-top: 20px;
}
#footerinner .footer-nav-container li{
  display: inline-block;
}
#footerinner .footer-nav-container li a{
  text-align: center;
  color: #3f200e;
  padding: 0px 10px;
  border-right: 1px solid #333;
}
#footerinner .footer-nav-container li:last-child a{
  border-right: none;
}

/*** コンテンツ  ***/

body .wrap #main{
  max-width: 960px;
  width: 100%;
  margin: 30px auto;
}

body #main #primary #content{
  width: 76%;
  margin-left: 0%;
  float: right;
}

body #main.two-column.right-set #secondary{
  width: 22%;
  max-width: 210px;
  float: left;
}
#content .cat-il.type-grid article{
  width: 30%;
}

@media screen and (max-width: 680px) {
  
  body #main #primary #content{
    width: 96%;
    padding: 0;
    margin: 0 auto;
    float: inherit;
  }
  
  #secondary{
    padding: 0;
    border: none;
  }
  body #main.two-column.right-set #secondary.widget-area{
    width: 96%;
    max-width: inherit;
    margin: 0 auto;
    float: initial;
  }
  
  #content .cat-il.type-grid article{
    width: 46%;
  }
}

body #main #primary{
  width: auto;
}


/*** サイドバー  ***/

#secondary section{
  padding: 0;
}

#secondary h3{
  font-size: 14px;
  color: #3f200e;
  margin-bottom: 10px;
  border: none;
  background-color: #c2f1ff;
  padding-top: 11px;
  padding-left: 53px;
  padding-bottom: 10px;
  background-image: url(../../uploads/shopping_04.png);
  background-repeat: no-repeat;
  background-position: top 10px left 10px;
}

@media screen and (max-width: 680px) {
  #secondary h3{
    margin-top: 40px;
  }
}

body.single #secondary input[type="text"]{
  max-width: initial;
}

#secondary .widget_welcart_search #searchsubmit{
  background-color: #85cce1;
  color: #ffffff;
}
@media screen and (max-width: 680px) {
  #secondary .widget_welcart_search #searchsubmit{
    padding: 8.1px 0;
  }
}


#secondary .textwidget.custom-html-widget a{
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  padding: 13px 0;
  color: white;
  background-color: #84cbe1;
}

/* カテゴリー */

#secondary #welcart_category-2 h3{
  margin-bottom: 0;
}
#secondary .widget_welcart_category ul,
#secondary .widget_welcart_category li{
  padding: 0;
  margin: 0;
}
#secondary .widget_welcart_category li a{
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  border-bottom: 1px dotted #3f200e;
  background-image: url(https://www.patisserie-pleinsoleil.com/wp-content/uploads/shopping_03s_03.png);
  background-repeat: no-repeat;
  background-position: top 20px left 5px;
}


/* カレンダー */

#secondary .widget_welcart_calendar table{
  border: none;
}
#secondary caption{
  text-align: center;
  margin: 5px;
  font-weight: bold;
  color: #3f200e;
}
#secondary .businessday{
  background-color: #FFECCE;
  color: #ff0000;
}
#secondary .widget_welcart_calendar th{
  background-color: initial;
  color: black;
  border: none;
  text-align: center;
}
#secondary .widget_welcart_calendar td{
  border: none;
  text-align: center;
  padding: 5px;
}
#secondary .widget_welcart_calendar .businesstoday{
  font-weight: bold;
}

#secondary table thead,
#secondary table tfoot{
  background-color: initial;
}
#secondary table thead tr:last-child,
#secondary table tfoot tr:last-child{
  border-bottom: none;
}

@media screen and (max-width: 680px) {
  .widget_welcart_calendar table{
    width: 100%;
    margin: 0;
  }
  
  table#wp-calendar{
    margin-bottom: 20px;
  }
}


/* 見出し */

#content h1.page-title,
#content h1.item_page_title,
#content h1.cart_page_title{
  background: url(https://www.patisserie-pleinsoleil.com/wp-content/uploads/index_03.png);
  background-repeat: no-repeat;
  background-position: top left;
  border-bottom: 2px dotted #877d61;
  font-size: 16px;
  color: #3f200e;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-top: 10px;
  padding-bottom: 20px;
}


/* 商品一覧 */

#primary #content article{
  padding: 0;
}
#content .cat-il.type-grid .itemprice{
  margin-top: 20px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #877d61;
  text-align: left;
}
#content .cat-il.type-grid .itemname{
  height: auto;
  background-image: url(https://www.patisserie-pleinsoleil.com/wp-content/uploads/index_17.jpg);
  padding: 10px;
  overflow: hidden;
}

/* 商品詳細 */

#content input[type="button"],
#content input[type="submit"],
#content input[type="reset"]{
  padding: 9.1px 18px;
  border-radius: initial;
  background-color: #cbf3ff;
  color: #3f200e;
  font-family: FontAwesome;
}
#content input[type="button"]:hover,
#content input[type="submit"]:hover,
#content input[type="reset"]:hover{
  background-color: #cbf3ff;
  color: #3f200e;
}
#content input[type="submit"],
#content input[type="submit"]:hover{
  background-color: #85cce1;
  color: #ffffff;
}

body.single #content .skuform{
  border: 2px #877d61 dotted;
  padding: 20px;
  margin-bottom: 10px;
  background-image: url(https://www.patisserie-pleinsoleil.com/wp-content/uploads/index_17.jpg);
}
#content .taxtprice{
  margin-bottom: 10px;
}

/* カートの中 */

div.cart_navi li.current,
div.cart_navi li.current:before,
div.cart_navi li.current:after{
  background-color: #84cbe1;
}

div.cart_navi li,
div.cart_navi li:before,
div.cart_navi li:after{
  background-color:   #c2f1ff;
  color: #3f200e;
}

/* お客様情報 */

#customer-info h5{
  display: none;
}

#content input[type="submit"].back_cart_button,
#content input[type="submit"].back_cart_button:hover,
#content input[type="submit"].back_to_customer_button,
#content input[type="submit"].back_to_customer_button:hover,
#content input[type="submit"].back_to_delivery_button,
#content input[type="submit"].back_to_delivery_button:hover{
  background-color: #cbf3ff;
  color: #3f200e;
}




/***  特定商取引に基づく表記  ***/

#primary h1.entry-title,
#primary #content .tokusyou-format h3{
  background: url(https://www.patisserie-pleinsoleil.com/wp-content/uploads/index_03.png);
  background-repeat: no-repeat;
  background-position: top left;
  border-bottom: 2px dotted #877d61;
  font-size: 16px;
  color: #3f200e;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-top: 10px;
  padding-bottom: 20px;
}

#primary #content .tokusyou-format h4{
  font-size: 14px;
  padding: 10px 0;
  color: #3f200e;
}

#primary #content .tokusyou-format table{
  width: 100%;
  margin-bottom: 20px;
  border-bottom: none;
}

#primary #content .tokusyou-format table tr th,
#primary #content .tokusyou-format table tr td{
  padding: 10px;
  border: 1px solid #84cbe1;
}

#primary #content .tokusyou-format table tr th{
  width: 30%;
  padding: 10px;
  color: #3f200e;
  background: #c2f1ff;
}

#primary #content .tokusyou-format .attention{
  color: #ff9211;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

#primary #content .description-tokusyou{
  font-size: 12px;
}

@media screen and (max-width: 680px){
  #primary #content .tokusyou-format table tr th{
    width: auto;
  }
  #primary #content .tokusyou-format table tr th,
  #primary #content .tokusyou-format table tr td{
    padding: 9px;
    display: block;
    border-bottom: none;
  }
  #primary #content .tokusyou-format table tr:last-child td:last-child{
    border-bottom: 1px solid #84cbe1;
  }
  #main .customer_form td,
  #main .customer_form tr.inp1 td,
  #main .customer_f.cart-page .orm td{
    margin: 0;
  }
}

/***  特定商取引に基づく表記  ***/

body #responsive-btn{display:none;}


nav#site-info {
    display: none;
}

.table1{
margin-top: 10px;
}

/*=== CSS-MENU -===*/
/*menu main*/

/*=== CSS-MENU -===*/
/*menu mobile sp*/
.menu-sp.menu-sp-active {
  background-color: #83cbe1;
}
.menu-sp > ul{
  margin-top: 42px;
  background-color: #83cbe1;
  color: #fff;
}
.menu-sp ul li a{
	color: #fff;
}
.menu-sp ul li{
  border-top: 1px solid white;
}

.menu-sp ul li a{
  padding: 10px;
    display: block;
    width: 100%;
    z-index: 999;
    text-decoration: none;
}

#colophon .s-bt {
    position: fixed;
    bottom: 30px;
    right: 100px;
    z-index: 99999;
}

/*menu mobile sp*/

/*@==== media-939 =====*/
@media screen and (max-width: 939px){

  
/*mobile menu 939*/
.mobile-wrap {
    overflow: hidden;
    position: relative;
}  
.menu-sp {
    transition: all 0.2s;
}  
.pagewrap {
    margin-top: 40px;
      transition: all 0.2s;
      width: 100%;
}
/*mobile menu*/
.menu-bt {
    background: #84cbe1;
    color: #fff;
    text-align: right;
    padding: 9px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  transition: all 0.2s;
}
.menu-sp {
 position: absolute;
    top: 0;
    left: -80%;
    z-index: 9;
    bottom: 0;
    width: 80%;
}
/*mobile active*/  
.pagewrap.pagewrap-active{
  margin-left:80%; 
 }
 .menu-sp.menu-sp-active{
   left: 0%;
  }
 .menu-bt.menu-bt-active{
       left: 80%;
  }
/* //mobile menu 939*/
}/*@939











