@charset "UTF-8";
/*-------------------------------
  reset
-------------------------------*/
html, body, 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, div,
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, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
body {
  line-height: 1;
}
li {
  list-style-type: none;
}
/* ===== remarketting tag 隙間削除 ===== */
iframe[name="google_conversion_frame"] {
  position: absolute;
  top: 0;
  z-index: -5;
}
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: none;
}




/*-------------------------------
typo
-------------------------------*/
#wrapper {
  font-family:'ヒラギノ角ゴ ProN', "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
  font-size: 1.6rem;
}
/*-------------------------------
common
-------------------------------*/
#wrapper {
  width: 100%;
  color: #5a5a5a;
}
#wrapper a:hover {
  opacity: .7;
}
#wrapper img {
  width: 100%;
  vertical-align: bottom;
}
#wrapper sup {
  vertical-align: super;
  font-size: 70%;
}
@media only screen and (max-width: 640px) {
  #wrapper a:hover {
    opacity: 1;
  }
  .pc_only {
  display:none;
  }
}
/*-------------------------------
 header
-------------------------------*/
header {
  padding: 25px 0 15px;
  position: relative;
}
.logo_poltronafrau {
  width: 164px;
  margin: 0 auto 25px;
}
header ul:not(.sns) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: 0 auto;
}
header ul:not(.sns) li {
  padding: 0 20px;
  border-right: 1px solid #adadad;
}
header ul:not(.sns) li:last-child {
  border-right: none;
}
#wrapper header ul:not(.sns) li img {
  /* width: 40.136%; */
}
header .sns {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  display: flex;
}
header .sns li:not(:first-child) {
  margin-left: 0.5em;
}
header .sns a {
  display: block;
  text-align: center;
}
#wrapper header .sns a img {
  width: auto;
  height: 100%;
}

#wrapper header .gf_lateef {
	//font-family: 'Lateef', cursive;
	font-size: 1.2em;
	color: #333;
}
@media only screen and (max-width: 640px) {
  header {
    padding: 25px 0 25px
  }
  header ul:not(.sns) {
    width: 100%;
  }
  header ul:not(.sns) li {
    padding: 0 10px;
  }
  .logo_poltronafrau {
    width: 150px;
    margin: 0 auto 4.6%;
  }
  header .sns {
    top: 5px;
    right: 5px;
  }
  header .sns a {
    height: 1em;
  }
  
 #wrapper header .gf_lateef {
	//font-family: 'Lateef', cursive;
	font-size: 0.9em;
	color: #333;
}
  
}
/*-------------------------------
 section
-------------------------------*/
.section {
  margin: 100px 0 140px;
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 640px) {
  .section {
    margin: 12.5% 0;
  }
}

/*-------------------------------
 breadcrumbs
-------------------------------*/
.breadcrumbs {
    font-size: .9rem;
    margin-top: .5rem;
    margin-left: 10px;
}

.breadcrumbs_item {
    display: inline-block;
}

.breadcrumbs_item-current span{
    font-weight: bold;
}

.breadcrumbs_item+.breadcrumbs_item::before {
    content: '/';
    padding-right: .2rem;
}

@media only screen and (max-width: 640px) {
.breadcrumbs {
    font-size: .7rem;
    margin-left: 0;
}
}

/*-------------------------------
line
-------------------------------*/
.line {
  display: block;
  content: '';
  width: 200px;
  height: 3px;
  background-color: #f0801d;
  margin: 0 auto;
  position: relative;
}
.line::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: 6px solid transparent;
  border-top: 6px solid #f0801d;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 640px) {
  .line {
    width: 150px;
  }
}
/*-------------------------------
section_head
-------------------------------*/
.section_head {
    text-align: center;
    margin: 68px 0 40px;
}
.section_head::after {
  display: block;
  content: '';
  background-color: #adadad;
  width: 40px;
  height: 1px;
  margin: 18px auto 0;
}

.section_head .gf_lateef {
	//font-family: 'Lateef', cursive;
	font-size: 2.8em;
	color: #333;
	font-weight:100;
}

#wrapper .section_head img {
  width: auto;
}

@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 640px) {
  .section_head {
    margin: 7.8125% 0 6%;
  }
  .section_head::after {
    display: block;
    content: '';
    background-color: #adadad;
    width: 40px;
    height: 1px;
    margin: 18px auto 0;
  }
  
  .section_head .gf_lateef {
	//font-family: 'Lateef', cursive;
	font-size: 1.8em;
	color: #333;
	font-weight:100;
}
  
  #wrapper .news .section_head img {
    width: 20%;
  }
  
  #wrapper .section_head img {
    width: 25%;
  }
}
/*-------------------------------
section_txt
-------------------------------*/
.section_txt{
  font-size: 16px;
  text-align: center;
  line-height: 2;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  .section_txt{
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1.5em;      
  }
}
/*-------------------------------
footer
-------------------------------*/
footer {
  background: url(../images/bg_footer_pc.jpg);
  background-size: cover;
  height: 200px;
  padding: 50px 0 46px;
  margin: 1em auto -1em;
}
footer ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 285px;
  margin: 0 auto;
}
footer .footer_link{
  font-size: 12px;
  color: #ccc;
  display: block;
  text-align: center;
  margin: 30px 0 10px;
  transition: opacity .6s;
}
footer p {
  font-size: 12px;
  text-align: center;
  color: #ccc;
}
@media only screen and (max-width: 640px) {
  footer {
    background: url(../images/bg_footer_sp.jpg);
    background-size: cover;
    height: 54.5vw;
    padding: 9% 0 4.8%;
  }
  footer ul {
    width: 57.6%;
    margin: 0 auto;
  }
  footer .footer_link{
    font-size: 10px;
    margin: 10% 0 7%;
  }
  footer p {
    font-size: 10px;
    line-height: 1.4;
  }
  #wrapper footer ul img {
    width: auto;
    height: 5vw;
  }
}
/*-------------------------------
gallery
-------------------------------*/
.gallery_contents {
  width: 100%;
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}
.gallery_item {
  margin-bottom: 10px;
}
.gallery_thumb{
  
}
.gallery_thumb li {
  float: left;
  margin:0 10px 10px 0;
  width: 9.88%!important;
  max-width: 80px;
  position: relative;
}
.gallery_thumb li:last-child{
  margin-right: 0;
}
.slick-current {
  position: relative;
}
.gallery_thumb .thumbnail-current::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240,128,29,.6);
}
.slick-prev, .slick-next {
  z-index: 500;
}
.slick-prev {
  left: 100px;
}
.slick-next {
  right: 100px;
}
.gallery_thumb .slick-list .slick-track{
  width: 100% !important;
}
@media only screen and (max-width: 640px) {
  .gallery_contents {
    padding: 0 4.6%;
  }
}
/*-------------------------------
concept
-------------------------------*/
.concept_contents{
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .concept_contents {
    max-width: none;
    padding: 0 4.6%;
  }
}
/*-------------------------------
access
-------------------------------*/
.access{

}
.access .section_head{
  margin-bottom: 0;
}
.access_contents{
  width: 100%;
  margin: 0 auto;
}
.accessPanel_wrap{

}
.accessPanel{
  width: 50%;
}
.accessPanel-img{
  float: left;
}
.accessPanel-img img{
  vertical-align: baseline;
}
.accessPanel-info{
  float: right;
  padding: 40px;
}
.accessPanel-info_thumb{
  width: 100%;
  max-width: 460px;
  margin-bottom: 30px;
}
.accessPanel-info_list{
  margin-bottom: 30px;
}
.accessPanel-info_list_item{
  display: table;
  font-size: 14px;
  margin-bottom: 10px;
}
.accessPanel-info_list_ttl{
  display: table-cell;
  width: 90px;
  font-weight: bold;
}
.accessPanel-info_list_txt{
  display: table-cell;
  line-height: 1.4;
}
.accessPanel-info_btn{
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  display: block;
  width: 200px;
  padding: 13px 0;
  border: 1px solid #333;
  transition: all .7s;
}
.accessPanel-info_btn:hover{
  color: #fff;
  background-color: #333;
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 640px) {
  .access .section_head{
    margin-bottom: 6%;
  }
  .accessPanel{
    width: 100%;
  }
  .accessPanel-img{
    float: none;
  }
  .accessPanel-info{
    float: none;
    padding: 0 4.6%;
    margin-bottom: 3.75%;
  }
  .accessPanel-info_thumb{
    width: 100%;
    max-width: none;
    margin-bottom: 3.75%;
  }
  .accessPanel-info_list{
    margin-bottom: 3.75%;
  }
  .accessPanel-info_list_item{
    display: table;
    font-size: 13px;
    margin-bottom: 3%;
  }
  .accessPanel-info_list_ttl{
    display: table-cell;
    width: 90px;
    font-weight: bold;
  }
  .accessPanel-info_list_txt{
    display: table-cell;
    line-height: 1.4;
  }
  .accessPanel-info_btn{
    font-size: 14px;
    width: 100%;
    padding: 13px 0;
  }
}

/*-------------------------------
shop
-------------------------------*/
.shop_contents{
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;  
}

.shop_contents_item {
  width: 48%;
}

.shop_contents_item img {
  max-width: 100%;
}

.shop_contents_item p {
  text-align: center;
}

.shop_contents_item p a {
  font-size: .85rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #333;
  border: 1px solid #333;
  padding: 1.3rem 2rem;
  display: inline-block;
  margin-top: 1rem
}

.shop_contents_item p span {
  font-weight: normal;
  margin-left: 1.3rem;
  color: #333;
  font-size: .8rem;
}

.shop_contents_item a:hover {
  transition: all .7s;
}

.shop_contents_item p a:hover {
  color: #fff;
  background-color: #333;
  transition: all .7s;
}

.shop_contents_item p a:hover span {
  color: #fff;
  transition: all .7s;
}

@media only screen and (max-width: 768px) {
  .shop_contents {
    max-width: none;
    padding: 0 4.6%;
  }
    
  .shop_contents_item {
    width: 100%;      
  }
    
  .shop_contents_item:nth-child(2) {  
    margin-top: 4rem;
  }
}

/*-------------------------------
topics
-------------------------------*/
.topics_contents{
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
}
.topicsPanel_wrap{
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.topicsPanel{
  max-width:320px;
  width: 31.3%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 20px;
}
.topicsPanel_thumb{
  margin-bottom: 22px;
}
.topicsPanel_ttl{
  color: #f68011;
    font-weight: 700;
  font-size: 16px;
  margin-bottom: 13px;
}
.topicsPanel_txt{
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 640px) {
  .topics_contents{
    max-width: none;
    padding: 0 4.6%;
  }
  .topicsPanel_wrap{
    display: block;
  }
  .topicsPanel{
    max-width:none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 7.8125%;
  }
  .topicsPanel:last-child{
    margin-bottom: 0;
  }
  .topicsPanel_thumb{
    margin-bottom: 5%;
  }
  .topicsPanel_ttl{
    font-size: 14px;
    margin-bottom: 4%;
  }
  .topicsPanel_txt{
    font-size: 12px;
  }
}

/*-------------------------------
news
-------------------------------*/
.news_contents{
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
}

#news .news_more_btn {
	font-size: 14px;
	text-align: center;
        margin: 30px auto 0;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	width: 200px;
	padding: 13px 0;
	border: 1px solid #333;
	transition: all .7s;
}
#news .news_more_btn:hover {
	color: #fff;
	background-color: #333;
}
#news .news_more_btn span {
	font-weight:normal;
	font-size:12px;
}

@media only screen and (max-width: 640px) {
    .news_contents {
        max-width: none;
        padding: 0 4.6%;
    }
}

.news_date {
    //padding-right: 25px;
    font-size: 14px;
}

a.news_link {
    font-size: 14px;
    display: inline-block;
    text-decoration: underline; !important;
}

.txt-block {
    display: inline-block;
}
/*-------------------------------
catalog
-------------------------------*/
#catalog .catalog_contents {
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden;
}
#catalog .catalog_more_btn {
	font-size: 14px;
	text-align: center;
        margin: 30px auto 0;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	width: 200px;
	padding: 13px 0;
	border: 1px solid #333;
	transition: all .7s;
}
#catalog .catalog_more_btn:hover {
	color: #fff;
	background-color: #333;
}
#catalog .catalog_more_btn span {
	font-weight:normal;
	font-size:12px;
}
/*-------------------------------
modal
-------------------------------*/
.modal {
  position: relative;
  background: #FFF;
  padding: 50px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}
.modal_thumb{
  margin-bottom: 20px;
}
.modal_thumb img{
  width: 100%;
}
.modal_heading{
  color: #f0801d;
  margin-bottom: 20px;
}
.modal_author{
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
}
.modal_txt{
  font-size: 14px;
  line-height: 1.4;
}
.modal .mfp-close {
  display: none;
}
.modal .popup-modal-dismiss{
  cursor: pointer;
  position: absolute;
  width: 22px;
  height: 22px;
  right: 0;
  top: -30px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .5s;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .9;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .5s;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  .mfp-container {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
  .modal {
    padding: 7.1825% 5%;
    max-width: 100%;
    margin: 10px auto;
  }
  .modal_thumb{
    margin-bottom: 6.25%;
  }
  .modal_heading{
    margin-bottom: 6.25%;
  }
  .modal_author{
    margin-bottom: 6.25%;
    font-size: 12px;
  }
  .modal_txt{
    font-size: 12px;
  }
}
/*-------------------------------
contact
-------------------------------*/
.contact_contents{
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .contact_contents {
    max-width: none;
    padding: 0 4.6%;
  }
}
/*-------------------------------
button
-------------------------------*/
.buttonBorderOrange{
  color: #f0801d !important;
  font-size: 14px;
  text-align: center;
  width: 270px;
  border: 1px solid #f0801d;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 25px 0;
  margin: 60px auto 0;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.buttonBorderOrange:hover{
  color: #fff !important;
  background-color: #f0801d;
  opacity: 1 !important;
}
@media only screen and (max-width: 640px) {
  .buttonBorderOrange{
    font-size: 12px;
    width: 100%;
    padding: 5% 0;
    margin: 10% auto 0;
  }
}
/*-------------------------------
scroll
-------------------------------*/
.scroll {
  width: 50px;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 500;
}
@media only screen and (max-width: 640px) {
  .scroll {
    width: 10%;
    bottom: 8vw;
    right: 4.6vw;
  }
}
/*-------------------------------
utility
-------------------------------*/
.u-visible-md {
  display: block;
}

@media only screen and (max-width: 640px) {
  .u-visible-md {
    display: none;
  }
}

.u-visible-sm {
  display: none;
}

@media only screen and (max-width: 640px) {
  .u-visible-sm {
    display: block;
  }
}
/*-------------------------------
overwrite aos style
-------------------------------*/
[data-aos=fade-up] {
  transform: translateY(30px);
}


/* NEWS */
div#item {
    width: 100%;
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden;
}

div#item  h2 {
    line-height: 1.5em;
    padding: 8px 12px;
    background: #e9e7e8;
    /* text-align: center; */
    font-size: 19px;
}

div#item h1 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin: 36px 0 0;
    line-height: 1.6em;
    padding: 0px 10px 0px 32px;
}

div#item h1:before {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 100%;
    background: #333;
    left: 8px;
    top: 0;
}

div#item p {
    font-size: 14px;
    line-height: 1.9em;
    padding: 21px 0 35px;
}

.aside {
    margin-top: 36px;
}

div#item h2.aside_title {
    background: none;
    font-size: 16px;
}

.aside > ul > li {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 6px;
}

.aside > ul > li > span.list-title-address {
    vertical-align: top;
    line-height: 1.8em;
}

.aside > ul > li > span.list-title:after {
    content: "　";
    padding-right: 8px;
    display: inline-block;
}

.aside > ul > li > span.list-contents {
    display: inline-block;
    line-height: 1.8em;
    vertical-align: top;
}

#sider {
    float:right;
    width: 100%;
    max-width: 300px;
    padding: 0 0 0 24px;
}

#main {
    float: left;
    width: 100%;
    max-width: 700px;
    padding: 0 10px;
}

#clearfix {
    display: block;
    content: "";
    clear: both;
}

div.contact {
    margin: 90px auto 200px;
    font-size: 16px;
    text-align: center;
}


#btn-Contact,
div.contact > a {
    display: inline-block;
    background: #000;
    padding: 22px 40px;
    color: #fff;
    border: none;
    cursor: pointer;
}

#err-message {
    color: #ea2c54;
    font-size: 14px;
}

div.result-accessPanel {
    float: none;
    max-width: 470px;
    margin: 60px auto;
}


ul.item_module {
    overflow: hidden;
    margin-bottom: 21px;
}

ul > li.item_list {
    list-style: none;
    float:left;
    width: 50%;
    line-height: 24px;
}


ul > li.item_list > ul > li {
    font-size: 14px;
}

.indent {
    text-indent: 1em;
}

img.p {
    padding: 21px 0 0;
}

.instagram-sec {
    margin-top: 60px;
}

@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1019px) {
    #sider:after {
        display: block;
        clear: both;
        content: "";
    }

    #sider {
        max-width: 1000px;
        margin: 0px auto 100px;
        padding: 0 10px 0 10px;


    }

    #main {
        max-width: 1000px;
    }

    div.contact {
        margin: 90px auto 0;
    }
}
@media only screen and (max-width: 640px) {
    div#item h1 {
        font-size: 16px;
    }

    div#item h2 {
        font-size: 16px;
    }


    ul > li.item_list > ul > li {
        font-size: 11px;
        line-height: 17px;
    }

}
    .box {
		background-color: #e9e7e8;
		padding:15px;
		font-size:14px;
		line-height:24px;
    }
	
    .box li:nth-child(2) {
		padding-left:15px;
		
    }
	

}