/*
Theme Name: EstherShop
Theme URI: http://www.webcreatormana.com/newworld-ja/
Description: WordPress 3.0 EstherShopのテーマ
Version: 1.1
Author: k-iweb
Author URI: https://k-iweb.com
*/

/* @charset "utf-8";*/
/* input[type="search"] {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
 } */

 html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, #container section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
html{
  font-size: 62.5%;
  overflow: auto;
}
html {
  margin: 0!important;
}
body {
  line-height:1;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
body {
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,#container section {
  display:block;
}
img {
width:100%;
max-width: 100%;
height: auto;
}
#globalNavi nav ul {
  list-style:none;
}

blockquote, q {
    quotes:none;
  }

  blockquote:before, blockquote:after,
  q:before, q:after {
    content:'';
    content:none;
  }

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  transition-property: all;
  transition: 0.3s linear;
  color: #000000;
}
a:hover{
  opacity:0.75!important;
}

  /* change colours to suit your needs */
  ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
  }

  /* change colours to suit your needs */
  mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
  }

  del {
    text-decoration: line-through;
  }

  abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
  }

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

  /* change border colour to suit your needs */
  hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
  }

  input, select {
    vertical-align:middle;
  }
 /*
  ここまでリセット
 */

body{
  width: 100%;
  overflow-x: hidden;
}
#header {
  background: #ffffff;
  width: 100%;
  background-color: #f9e8d4;
}
.header__leadWrap {
  background: #0285c1;
  color: #fff;
  font-size: 11px;
}
.menu_logo{
  max-width: 200px;
  margin-top: -10px;
}
.headerNavWrap{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.headerNav  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.headerNavWrap {
  padding: 30px 0 25px;
}
.header__logo {
  width: 171px;
  line-height: 50px;
}
.headerNav {
  max-width: none;
  font-size: 13px;
  font-weight: bold;
}
.headerNav li {
  margin-left: 60px;
}
.headerNav li:first-child {
  margin-left: 0;
}
.headerNav li a {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  color: #3b2e1e;
  padding-bottom: 8px;
}
.headerNav li.current a {
  border-bottom: solid 3px #FFC670;
}
.Btn_wrap{
    display: none;
  }
#js-menuBk {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
}
#js-closeBtnWrap {
  display: none;
}
#js-openBtn {
  display: none;
}
.menuClose {
  display: inline-block;
  padding: 20px;
}
.menuClose img {
  width: 17px;
}
#js-spNav{
}
/********************メニューここまで/********************/
div#container {
    padding-top: 48px;
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
}
div#top_content {
    width: 100%;
    position: relative;
    background:
        url(image/main.png) left bottom no-repeat;
    background-size:contain;
    background-repeat: no-repeat;
    height: 500px;
}
#ad_text_area{
  width: 400px;
  text-align: right;
   position: absolute;
   top: 50%;
   left: 60%;
   -webkit-transform: translate(-50%, -60%);
   transform: translate(-50%, -60%);
}
#ad_text_area p{
  font-size: 18px;
}

#ad_text_area img{
  max-width: 240px;
}
div#brand_logo_outer_area {
    margin: 0 auto;
    width: 100%;
    background: #eeeeee;
    padding-top: 10px;
    padding-bottom: 10px;
}
div#brand_logo_area {
    width:98%;
    text-align: center;
    margin: 0 auto;
    padding: 0 1% 0 1%;
}
.clearfix {
    min-height: 1px;
}
ul.flex_box {
  display:flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
ul.logo_ul {
}
ul.logo_ul li{
  border-right: 1px solid #eeeeee;
}
ul.flex_box_center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.flex_box_center li{
  width: 23%;
    max-width: 267px;
    margin-bottom: 20px;
}
div.inner_frame {
    margin: 0 auto;
    width:100%;
}
div.inner_frame p {
    width: 100%;
    height: auto;
  }
div.inner_frame p iframe {
    width: 100%;
  }

ul.flex_box_center.fb_photo_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.flex_box_center.fb_photo_ul li{
  width: auto;
    max-width: 350px;
    margin-bottom: 20px;
}
._4-u2{
  border: none!important;
}

li.brand_logo {
    min-width: 95px;
}
div#face_book_area {
    margin-bottom: 2.6rem;
    width: 92%;
    max-width: 1200px;
    margin: 30px auto;
}
div#fb_area.photo {
    border-bottom: solid 1px #cccccc;
}
div#fb_area.movie {
    padding-top: 20px;
}
div.box_title {
    text-align: center;
    margin-top: 2.6rem;
    margin-bottom: 2.6rem;
}
p.text_12 {
    font-size: 1.2rem;
}
p.text_14 {
    font-size: 1.4rem;
}
p.text_16 {
    font-size: 1.6rem;
}
h2.text_16 {
    font-size: 1.6rem;
}
h3.text_16 {
    font-size: 1.6rem;
}
p.text12 {
    font-size: 1.2rem;
}
div#ig_area {
  padding-bottom: 20px;
  border-bottom: solid 1px #cccccc;
}
div#ig_video_area {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center; /* 変更なし */
  align-items: center; /* 変更なし */
}
div#ig_video_area2{
  width: 92%;
  max-width: 600px;
  margin: 0 auto;
}
div#ig_video_area div#Instagram_icon_wrapper {
  padding-right: 10px;
}
div#ig_video_area div#Instagram_icon_wrapper a{
  display: block;
  margin: 0 auto;}
div#ig_video_area div#Instagram_icon_wrapper img.icon_Instagram{
  max-width: 100%;
  height: auto;
  width: 60px;
  height: 60px;
}
div#ig_video_area iframe{
  height: 75px!important;
  width: auto!important;
  overflow: hidden;
}
div#ig_video_area div#Instagram_wrapper{
  padding-left: 20px;
  border-left: solid 1px #cccccc;
}
div#fb_area {
  width: 100%;
}
.image-wrapper{
  margin-top: 20px!important;
}
div.frame {
    width: 100%;
}
/* .fb_video iframe {
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    min-height: 467px;
} */
div.more_btn_area {
    text-align: center;
    margin-bottom: 2.6rem;
}
a.more_btn {
    text-decoration:  none;             /* デフォルトCSS打ち消し */
    color: #ffffff;                        /* 文字色指定 */
    background-color: #000000;          /* 背景色指定 */
    width: 250px;
    border-radius:  25px;                /* 角丸指定 */
    font-size: 1.4rem;                    /* 文字サイズ指定 */
    padding: 5px 24px 4px 24px;
}
span.btn_txt {
    margin: 20px;
    display: inline-block;
    line-height: 14px;
    font-size: 14px;
}
div#live_intro_area {
    margin-bottom: 2.6rem;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
div.live_btn_area {
    text-align: center;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}
.fb_iframe_widget_fluid_desktop iframe {
    min-width: 100%!important;
    position: relative;
}
a.live_btn {
    text-decoration:  none;             /* デフォルトCSS打ち消し */
    color: #07913a;
    border:solid 1px;                        /* 文字色指定 */
    background-color:transparent;          /* 背景色指定 */
    width: 250px;
    height: 50px;                     /* 幅指定 */
    border-radius:  25px;                /* 角丸指定 */
    font-size: 2rem;                    /* 文字サイズ指定 */
}
div#shop_info_area {
    width: 100%;
    margin: 30px auto;
    padding: 30px 0 30px ;
    background-color: #ffffff;
}
#shop_info_box_area{
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}
div#box_area {
    min-width: 300px;
}
li.shop_info {
    width:270px;
    padding: 15px 15px 80px 15px;
    margin: 0 0 30px 20px;
    overflow: hidden;
    border: solid 1px #cccccc;
    position: relative;
    background-color: #ffffff;
}
li.shop_info.karayoso{
    width:270px;
    padding: 15px 15px 80px 15px;
    margin: 0 0 30px 20px;
    overflow: hidden;
    border: solid 1px #ffffff;
    position: relative;
    background-color: #ffffff;
}
.shop_flexbox {
  display: flex!important;
  flex-flow: row wrap!important;
  justify-content: center!important;
}
.cell.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
div.outer_box {
    margin: 0 auto;
    width: 270px;
}
div.s_info {
    width: 270px;
}
div.s_info p{
    line-height:1.6;
    margin-bottom: 10px;
}
.sFB a {
    display: block;
    margin-top: 0;
    padding-left: 22px;
    padding-right: 10px;
    height: 18px;
    background: url(image/facebook_c.svg) 0px 0px no-repeat;
    background-size: 18px;
    border: 1px solid #395A9C;
    border-radius: 3px;
    font-size: 11px;
    color: #000;
    line-height: 18px;
}
.sFB {
    position: absolute;
    font-size: 1.6rem;
    text-align: 1.6;
    bottom: 45px;
}
ul li p.map_btn {
    text-decoration: none;
    color: #fff;
    border: none;
    width: 270px;
    height: 2.4rem;
    position: absolute;
    font-size: 1.6rem;
    text-align: center;
    box-sizing: border-box;
    background-color: #900700;
    bottom: 15px;
}
ul li p.map_btn a {
    text-align: center;
    display: block;
}
img.shop_photo {
    max-height: 15rem;
}
div.box_inner {
    width:100%;
    position:static;
}
img.info_logo {
    width: 100px;
}
a.map_btn {
    text-decoration:  none;             /* デフォルトCSS打ち消し */
    color: #fff;
    border:none;                     /* 文字色指定 */
    height: 24px;                     /* 幅指定 */
    font-size: 1.4rem;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
}
span.map_btn_txt {
    padding: 0;
    display: inline-block;
}

footer {
    margin-top: 1rem;
    background-color: #3b2e1e;
    vertical-align: middle;
    padding-bottom: 10px;
}

div#footer_inner {
    width: 100%;
    padding-top: 1rem;
}
div#link_area {
    margin-bottom: 1rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
ul#link_nav {
    margin-top: 1rem;
}
ul#link_nav li {
    display: inline;
    margin-right: 30px;
}
ul#link_nav li:last-of-type{
    display: inline;
    margin-right: 0;
}
div#copy_right_area {
    text-align: center;
    margin: 10px auto;
}
span.company_name {
    font-size: 1rem;
    vertical-align: middle;
    color: #ffffff;
}
span.c_mark {
    font-size: 1.6rem;
    vertical-align: middle;
    color: #ffffff;
}

div#fb_page_plugin_area {
    width: 30px;
    height: 50px;
}
div#container {
    width: 92%;
    margin: 0 auto;

}
div.contents {
    width: 92%;
    margin-bottom: 3rem;
}
/*動画*/
#fb_video_wrap{
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 30px 0;
}
#fb_video_wrap li.fb_video{
  margin-bottom: 30px;
  background-color: #fafaf6;
}
p.text_14.time{
  background-color: #ffffff;
}
.videodscr{
  padding: 5%;
  width: 90%;
  margin-top: 5px;
  text-align: left;
}
.wp-pagenavi{
  text-align: center;
  margin-top: 30px;
  font-size: 1.6rem;
}
/*お知らせ*/
div#news_area {
    width: 100%;
    margin: 60px auto 0 auto;
    padding: 30px 0 30px;
    background-color: #fafaf6;
}
div#news_box_area {
    margin-top: 3.6rem;
}
div#news_box_inner {
    min-width: 300px;
}
.news_flex_box_wrap{
    margin: 100px auto 60px auto;
    width: 92%;
    max-width: 1000px;
}
ul.flex_box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
ul.news_flex_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    margin: -5%;
}
ul.news_flex_box li{
    display: block;
    width: 30%;
    margin-bottom: 10px;
    border-bottom: solid 3px #828282;
    padding-bottom: 10px;
    margin-left: 5%;
}
ul.news_flex_box li a{
    text-align: right;
}
div.news_1st_line {
    position: relative;
    overflow: hidden;
}
div.news_date {
  text-align: left;
  margin-bottom: 5px;
}
span.news_date_str {
    font-size: 1.2rem;
}
div.oshirase {
    font-size: 1.2rem;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}
span.news_str {
    padding: 4px 10px 3px 10px;
    background: #cccccc;
    display: inline-block;
}
div.news_title {
   text-align: left;
}
h3.news_title_str {
    font-size: 1.6rem;
  margin-bottom: 10px;
}
.news_content p {
    font-size: 1.4rem;
    text-align: left;
}
p.toarchivelink {
  display: table;
  position: relative;
  margin: 3rem auto 0 auto;
}
p.toarchivelink a {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  border: solid: 1px #900700;
  border-radius: 20px;
  background-color: #07913a;
  padding: 7px 36px 6px 30px;
  display: block;
}
.enter_arrow1 {
    fill: #ffffff;
    width: 16px;
    height: 20px;
    vertical-align: bottom;
}
/*ブログ*/
#blog_wrap{
  width: 92%;
  max-width: 800px;
  padding: 0 0 60px 0;
  margin: 0 auto;
}
h3.title{
  font-size: 2.4rem;
}
.blog_info ul li{
  font-size: 1.4rem;
}
.blog_info ul li.cat{
  font-size: 1.2rem;
  padding: 4px 10px 3px 10px;
}
.post {
  border-bottom: solid 1px #dddddd;
  padding: 30px 0 30px 0;
}
.post p{
  font-size: 1.6rem;
  line-height: 1.6;
}
/*お問い合わせ*/
#contents_contact{
  margin: 0 auto;
  width: 92%;
  max-width: 600px;
}
#contents_contact {
  font-size: 1.6rem;
}
#contents_contact p{
  margin-bottom: 10px;
}
#contents_contact input{
  margin-bottom: 20px;
  width: 100%;
  max-width: 600px;
}
#contents_contact textarea{
  margin-bottom: 20px;
  width: 100%;
  max-width: 600px;
}
#contents_contact input.wpcf7-submit{
  width: 240px;
  padding: 10px 20px 9px 20px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  background: #cccccc;
  display: block;
  margin: 0 auto;
}
.nav-below{
  font-size: 1.6rem;
}
.nav-below a{
  color: #000000;
}

/*プライバシーなど*/
#contents_privacy{
  margin: 0 auto;
  width: 92%;
  max-width: 800px;
  font-size: 1.4rem;
  padding-bottom: 60px;
}
#contents_privacy h4{
  margin-top: 20px;
}
table.tokusyo{
  border: solid 1px #cccccc;
}
table.tokusyo th ,table.tokusyo td{
  border: solid 1px #cccccc;
  padding: 10px;
}
table.tokusyo th {
  background-color: #ededed;
}

ul.sns_area{
  position: fixed;
  right: 1%;
  bottom: 1%;
}
ul.sns_area li{
  width: 100%;
  text-align: right;
}
ul.sns_area li img{
  width: 100%;
  text-align: right;
  max-width: 36px;
}
ul.sns_area li.line img{
  width: 100%;
  text-align: right;
  max-width: 72px;
}