/*Projectレイヤーはプロジェクト固有のスタイルが該当します。
プロジェクトで使い回すスタイルのほとんどはProjectレイヤーに追加することになります。*/
/*
プロパティの記述順
display
list-style
position(top,rigjht,bottom,left,z-index)
float
clear
width
height
margin
padding
border
background
color
font
text-decoration
text-align
vertical-align
line-hight
white-space
other text*/
/***共有***/


/*フォント*/
body{
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Verdana, sans-serif;
  font-weight: bold;
}

h1,h2,h3,h4,p,td,th,span,a,li {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Verdana, sans-serif;
  color: #333;
  font-weight: bold;
}

@font-face {
  font-family: 'gotham-bold';
  src: url(../font/gotham-bold.otf);
}

@font-face {
  font-family: 'linux-libertine';
  src: url(../font/LinLibertine_RB_G.ttf);
}

@font-face {
  font-family: 'yumindb';
  src: url(../font/yumindb.ttf);
}

@font-face {
  font-family: "YuMincho M";
  src: local("Yu Mincho Medium");
  font-weight: 100;
}

@font-face {
  font-family: "YuMincho M";
  src: local("Yu Mincho Medium");
  font-weight: 200;
}

@font-face {
  font-family: "YuMincho M";
  src: local("Yu Mincho Medium");
  font-weight: 300;
}

@font-face {
  font-family: "YuMincho M";
  src: local("Yu Mincho Medium");
  font-weight: 400;
}

@font-face {
  font-family: "YuMincho M";
  src: local("Yu Mincho Medium"),
  font-weight: 500;
}
/*end フォント*/

/*外部リンク*/
.p-gide-detail-list a[target="_blank"] {
  padding-right: 12px;
  background: url(../images/blank.png) no-repeat center left;
  background-size: 12px;
  background-position: 100% 6%;
}
}
/*end 外部リンク*/

/*ヘッダー*/
.p-mainvisual-box {
  /*position: relative;*/
}

.p-top-maintextbox {
    position: absolute;
    right: 0;
    top: 2%;
    left: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
}

.p-top-maintext {
	margin: 0 auto;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .05em;
	text-align: right;
	text-shadow: -1px -1px 2px #fff,1px 1px 2px #fff;
	z-index: 1;
}

.p-mainvisual-text {
  position: absolute;
  top: 41%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  font-size: 30px;
  line-height: 54px;
  letter-spacing: .07em;
  text-align: center;
  text-shadow: -1px -1px 2px #fff,1px 1px 2px #fff;
  z-index: 1;
}

.p-mainvisual-btnarea {
  position: absolute;
  right: 0;
  bottom: 18%;
  left: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.p-mainvisual-btnbox > div{
  display: flex;
  align-items: flex-start;
  float: right;
}

.p-mainvisual-btnbox .p-hed-btn,.p-top-contact-btns,.p-shop-introduction-rightbtn a{
  display: block;
  width: 166px;
  padding: 21.5px 0;
  background-repeat: no-repeat;
  background-size: 23px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .05em;
  z-index: 1;
}

.p-hed-btn.contact,.p-top-contact-btns.contact {
  padding-left: 55px;
  border: 1px solid #1d4a7d;
  background-color: #1d4a7d;
  background-image: url(../images/mail-icon.png);
  background-position: 22px 50%;
  background-size: 23px;
}

.p-hed-btn.contact:hover,.p-top-contact-btns.contact:hover {
  background: #fff;
  border: 1px solid #1d4a7d;
  color: #1d4a7d;
  background-image: url(../images/mail-icon-hover.png);
  background-size: 23px;
  background-position: 22px 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.p-hed-btn.reservation,.p-top-contact-btns.reservation,.p-shop-introduction-rightbtn a {
  padding-left: 65px;
  border: 1px solid #f49500;
  background: #f49500 url(../images/cheack-icon.png) 25px 50% / 23px no-repeat;
}

.p-hed-btn.reservation:hover,.p-top-contact-btns.reservation:hover,.p-shop-introduction-rightbtn:hover a {
  border: 1px solid #f49500;
  color: #f49500;
  background: #fff url(../images/cheack-icon-hover.png) 25px 50% / 23px no-repeat;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.p-top-contact-btns.contact {
  background-position: 22px 48%;
  background-size: 20px;
}

.p-top-contact-btns.reservation {
  background-position: 22px 48%;
  background-size: 20px;
}

.p-top-contact-btns.contact:hover {
  background-position: 22px 48%;
  background-size: 20px;
}

.p-top-contact-btns.reservation:hover {
  background-position: 22px 48%;
  background-size: 20px;
}

header {
  z-index: 1001;
}

.p-navlist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.p-navlist li {
  width: 140px;
  list-style-type: none;
}

.p-navlist li:first-child {
  margin-right: 4%;
}

.p-navlist li a{
  display: block;
  padding: 54.5px 0;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.p-navlist li:first-child a{
  padding: 0;
}

.p-navlist li:first-child a:hover {
  background: #fff;
}

.p-navlist li:nth-child(2) a{
  padding: 45.5px 0;
}

.p-navlist li a:hover{
  background-color: #f5f5f5;
  color: #333;
}

.p-navlist-contactbox {
  display: none;
  width: 22%;
  padding: 0;
  font-size: 0;
}

.p-navlist-contactbox li {
  display: inline-block;
  width: 50%;
  border: none;
}

.p-navlist li:first-child {
  margin-right: 2%;
}

.p-navlist-contactbox li a {
  display: block;
  border: none;
  color: #fff;
  font-size: 14px;
}

.p-navlist-contactbox li .contact {
  padding: 10.4% 0 10.4% 20%!important;
  background: #1d4a7d url(../images/sp-mail-icon.png) 14% 50% / 14% no-repeat;
}

.p-navlist-contactbox li .reservation {
  background: #f49500 url(../images/sp-cheack-icon.png) 14% 50% / 14% no-repeat;
  padding: 10.4% 0 10.4% 7%!important;
}

/*endヘッダー*/

/*フッダー*/

footer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.p-footer-list {
  padding: 0;
  list-style-type: none;
}

.p-footer-list li a {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .05em;
}


.p-footer-list ul {
  list-style-type: none;
  padding: 0 0 0 22px;
}

.p-footer-box {
  display: flex;
  align-items: flex-start;
  padding: 40px 0 0;
  border-bottom: 1px solid #d2d2d2;
}

.p-footer-box-left{
  display: flex;
  align-items: flex-start;
  padding-bottom: 42px;
}

.p-footer-box-left > div {
  margin-right: 70px;
}

.p-copyright {
  margin: 0 auto;
  padding: 20px 0 38px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .05em;
  text-align: center;
}

.p-footer-snsbox {
  margin: 0 0 0 auto;
}

.p-footer-snsbox p {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: .05em;
  font-family: 'gotham-bold';
}

.p-footer-snsbox img {
  width: auto;
  margin-left: 24px;
  border-radius: 100%;
}

.p-footer-snsbox img:last-child {
  border-radius: 100%;
}

.p-footer-snsbox > div {
  text-align: center;
}

.p-footer-snsbox > div{
  display: flex;
}
/*end フッダー*/



/* ページトップ*/
.swiper-slide {
    /*position: relative;*/
  overflow: hidden;
  /*padding-bottom: 70%;*/
  content:"";
  display: block;
  padding-top: 42.25%;
}

@-moz-document url-prefix(){
  .swiper-slide {
    padding-top: 41vw;
  }
}

.swiper-slide img {
  max-width: unset;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media all and (-ms-high-contrast: none){
  .swiper-slide img{
    max-width: unset;
  min-width: unset;
  min-height: unset;
  width: auto;
  height: 100%;
  }
}

.object-fit-img {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;'
}

#pagetop {
  max-width: 1324px;
  width: 100%;
  margin: auto;
  position: fixed;
  bottom: 100px;
  right: 0;
  left: 0;
  z-index: 998;
}

#pagetop a {
  position: absolute;
  right: 0;
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #a79780;
  opacity: 1;
}
/*endページトップ*/

/*ラインホバー*/
.p-search-tagbox a:before,.p-pankuz-box li a:before,.p-gide-side-list a:before,.p-gide-detail-list a:before,.p-faq-list a:before{
  content: "";
  position: absolute;
  display: block;
  background-color: #444;
  width: 0;
  height: 3px;
  bottom: -2px;
  left: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}
.p-search-tagbox a:hover,.p-pankuz-box li a:hover,.p-faq-list a:hover{
  margin-bottom: -1px;
  border-bottom: 2px solid #444;
  text-decoration: none;
  color: #444;
}
.p-search-tagbox a:hover:before,.p-pankuz-box li a:hover:before,.p-gide-side-list a:hover:before,.p-gide-detail-list a:hover:before,.p-faq-list a:hover:before {
  width: 100%;
}
/*end ラインホバー*/


/* end ページネーション*/

/* 拡大*/
/*.p-top-curtain,*/.p-top-store,.p-shop-introduction{
  overflow: hidden;
  background:#000;
}

/*.p-top-curtain a,*//*.p-top-store a,*//*.p-top-gide-boxin a,*/.p-shop-introduction a {
  display: block;
  width:100%;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  opacity: 1.0;
  transition: 1.0s;
}

/*.p-top-curtain a:hover,*//*.p-top-store a:hover,*//*.p-top-gide-boxin a:hover,*/.p-shop-introduction a:hover{
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0.7;
}
/* end 拡大*/

/*大見出し*/
.p-search-area h2,.p-shop-middletitle,.p-shop-introduction-area h2,.p-contact-area h2,.p-faq-area h2,.p-privacy-area h2 {
  display: flex;
  align-items: center;
  margin: 0 auto 30px;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: .23em;
  text-align: center;
}


.p-search-area h2:after,.p-search-area h2:before,.p-shop-middletitle:after,.p-shop-middletitle:before,.p-shop-introduction-area h2:after,.p-shop-introduction-area h2:before,.p-contact-area h2:before,.p-contact-area h2:after,.p-faq-area h2:after,.p-faq-area h2:before,.p-privacy-area h2:after,.p-privacy-area h2:before {
  border-top: 1px solid #333;
  content: "";
  display: inline;
  flex-grow: 1;
}

.p-search-area h2:after,.p-shop-middletitle:after,.p-shop-introduction-area h2:after,.p-contact-area h2:after,.p-faq-area h2:after,.p-privacy-area h2:after {
  margin-left: 17px;
}

.p-search-area h2:before,.p-shop-middletitle:before,.p-shop-introduction-area h2:before,.p-contact-area h2:before,.p-faq-area h2:before,.p-privacy-area h2:before{
  margin-right: 17px;
}

/*大見出し*/


/*パンクず*/
.p-pankuz-box {
  display: flex;
  align-items: flex-start;
  list-style-type: none;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
}


.p-pankuz-box li a{
  position: relative;
  display: block;
  color: #a79780;
  font-size: 12px;
  letter-spacing: .05em;
}

.p-pankuz-box li a:before {
  background-color: #a79780;
}

.p-pankuz-box li a:hover {
  border-bottom: 0;
  color: #a79780;
}


.p-pankuz-box li {
  padding:0 20px;
  border-right: 1px solid;
  font-size: 12px;
  letter-spacing: .05em;
}

.p-pankuz-box li:nth-child(2) {
  padding-left: 20px;
}

.p-pankuz-box li:last-child {
  padding: 0 0 0 20px;
  border-right: none;
}

/*パンクず*/
/***end 共有***/

/*** トップ***/


.p-topcategory-title {
  margin: 0 auto;
  padding: 76px 0 37px;
  font-size: 28px;
  line-height: 26px;
  letter-spacing: .25em;
  text-align: center;
}

.l-topcurtain_wrapper .p-topcategory-title{
  padding: 48px 0 13px;
}

.p-topcategory-title span {
  display: block;
  margin-top: 15px;
  color: #a79780;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: .05em;
  font-family: 'linux-libertine';
}

.p-top-curtain-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 49px;
}

.p-top-curtain {
  width: 25%;
  /*overflow: hidden;*/
  background-color: #000;
}

.p-shop-introduction-box a {
  background-color: #000;
}

.p-top-curtain a,.p-top-store a,.p-top-gide-boxin a,.p-search a{
	display: block;
	-webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      opacity: 1;
}

.p-top-banner img,.p-footer-snsbox img,.p-shop-introduction,.p-gide-list-img img {
	-webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      opacity: 1;
}


.p-top-curtain a:hover,.p-top-store a:hover,.p-top-banner img:hover,.p-search a:hover,.p-shop-introduction:hover,.p-gide-list-img img:hover{
	background-color: #000;
	opacity: .7;
}


.p-footer-snsbox img:hover {
	opacity: .5;
}

.p-top-gide-boxin a:hover {
	opacity: .5;
	background-color: #fff;
}

.p-top-curtain p {
  margin: 0;
  padding: 26px 0 26px 30px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: .05em;
}

.p-top-curtain-box .p-top-curtain:nth-child(1) p {
  background-color: #1d4a7d;
}

.p-top-curtain-box .p-top-curtain:nth-child(2) p {
  background-color: #b94a46;
}

.p-top-curtain-box .p-top-curtain:nth-child(3) p {
  background-color: #600046;
}

.p-top-curtain-box .p-top-curtain:nth-child(4) p {
  background-color: #247d7c;
}

.p-top-curtain-imgbox{
  overflow: hidden;
  background: #000;
}

.p-top-curtain-imgbox img {
  width: 100%;
}

.p-top-curtain-list {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.p-top-curtain-list li {
  text-align: center;
}

.p-top-curtain-list li:first-child{
  max-width: 150px;
  width: 100%;
  text-align: left;
}

.p-top-curtain-list li:nth-child(2) {
  max-width: 226px;
  width: 100%;
}

.p-top-curtain-list li:nth-child(3) {
  max-width: 223px;
  width: 100%;
}

.p-top-curtain-list li:nth-child(4) {
  max-width: 231px;
  width: 100%;
}

.p-top-curtain-list li:nth-child(5) {
  max-width: 252px;
  width: 100%;
}

.p-top-curtain-list li:last-child {
  max-width: 115px;
  width: 100%;
  text-align: right;
}

.p-top-curtain-list li a {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .05em;
}


.p-top-curtain-list li+ li {
  border-left: 1px solid #a1a1a1;
}

.p-top-commitment-box {
  display: flex;
  align-items: center;
}

.p-top-commitment-imgbox img {
  width: 100%;
}

.l-top-commitment .p-top-commitment-box:nth-child(odd) {

}

.l-top-commitment .p-top-commitment-box:nth-child(odd) .p-top-commitment-imgbox{
  margin: auto 0 0 0;
}

.l-top-commitment .p-top-commitment-box:nth-child(odd) .p-top-commitment-textbox{
  max-width: 532px;
  padding: 0 0 0 6.7%;
}


.p-top-commitment-textbox {
  max-width: 50%;
  width: 100%;
  padding: 0 6.7% 0 0;
  /*margin: 0 0 0 auto;*/
}

.p-top-commitment-textbox div {
  max-width: 512px;
  margin: 0 0 0 auto;
}


.p-top-commitment-subtitle {
  margin-bottom: 28px;
  color: #a79780;
  font-size: 20px;
  font-family: 'gotham-bold';
  line-height: 26px;
  letter-spacing: .05em;
}

.p-top-commitment-title {
  margin-bottom: 28px;
  font-size: 40px;
  font-family: 'yumindb',"Yu Mincho","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  line-height: 1.3;
  letter-spacing: .08em;
}

.p-top-commitment-title span{
  display: block;
  margin-top: 13px;
  color: #a79780;
  font-size: 16px;
  font-family: 'linux-libertine';
  line-height: 26px;
  letter-spacing: .13em;
}

.p-top-commitment-text {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .09em;
  font-weight: normal;
}

.p-top-commitment-imgbox {
  /*max-width: 800px;*/
  width: 50%;
  /*margin: 0 0 0 90px;*/
}

.p-top-commitment-btn a,.p-top-gide-btn a  {
  position: relative;
  display: block;
  width: 275px;
  margin: 77px auto 105px;
  border: 1px solid #444;
  background: url(../images/top-arrow01.png) 90% 50% / 8px no-repeat;
  font-size: 19px;
  line-height: 58.26px;
  letter-spacing: .11em;
  text-align: center;
}
.p-top-commitment-btn a:before,.p-top-gide-btn a:before,.p-submit-back:before  {
  content: "";
  position: absolute;
  display: block;
  background-color: #191919;
  width: 0;
  height: 3px;
  bottom: -2px;
  left: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}
.p-top-commitment-btn a:hover,.p-top-gide-btn a:hover/*,.p-submit-back:hover */{
  color: #444;
  border-bottom: 2px solid #444;
  margin-bottom: 104px;
}
.p-top-commitment-btn a:hover:before,.p-top-gide-btn a:hover:before,.p-submit-back:hover:before  {
  width: 100%;
}

.p-top-commitment-btn a {
	width: 375px;
}

.p-top-store-box {
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 90px;
  padding-bottom: 236px;
}


.p-top-store {
  width: 285px;
  margin-right: 20px;
  overflow: hidden;
  background: #000;
}

/*.p-top-store-imgbox {
overflow: hidden;
}*/

/*.p-top-store a,*//*.p-top-banner-boxin a,*//*.p-footer-snsbox a,*//*.p-gide-list-img img {
  display: block;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.3s linear;
}*/

/*.p-top-store a img:hover,*//*.p-top-banner img:hover,*//*.p-footer-snsbox img:hover,*//*.p-gide-list-img img:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  background: rgba(0, 0, 0, 1);
  opacity: .7;
  transition: .4s linear;
}*/

.p-top-store:last-child {
  margin-right: 0;
}
.p-top-store-textbox {
  padding: 38px 0 50px;
  background: #fff;
}


.p-sub-subtitle{
  margin-bottom: 13px;
  color: #a79780;
  font-size: 18px;
  font-family: 'linux-libertine';
  text-align: center;
  line-height: 23px;
  letter-spacing: .05em;
}

.p-sub-title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: .05em;
  text-align: center;
}

.p-top-service-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 170px;
  border: 1px solid #a79780;
}


.p-top-service-textbox {
  max-width: 446px;
  width: 100%;
  margin: 0 auto;
  padding: 55px 0 0;
  text-align: center;
}


.p-top-service-title {
  margin-bottom: 13px;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: .01em;
}

.p-top-service-subtitle {
  margin-bottom: 11px;
  color: #a79780;
  font-size: 12px;
  font-family: 'linux-libertine';
  line-height: 26px;
  letter-spacing: .05em;
}

.p-top-service-imgbox {
  max-width: 596px;
  width: 100%;
  margin: 0;
}


.p-top-service-text {
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: .01em;
  text-align: left;
}


.p-top-service-btn a {
  display: block;
  width: 190px;
  margin: 0 auto;
  border: 1px solid #444444;
  background: #1d4a7d url(../images/top-arrow02.png) 90% 50% / 6px no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: .11em;
  box-sizing: border-box;
}

.p-top-service-btn a:hover {
  border: 1px solid #1d4a7d;
  color: #1d4a7d;
  background: #fff;
  background: url(../images/top-arrow-hover02.png) 90% 50% / 6px no-repeat;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.p-top-archives-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 162px;
}

.p-top-archives-boxin {
  display: flex;
  align-items: flex-start;
  width: 48%;
  margin: 0 auto 0 0;
}
.p-top-archives-boxin:first-child {
  width: 48%;
  margin: 0 auto 0 0;
}

.p-top-archives-text {
  width: 20%;
  margin-right: 21px;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: .01em;
}

.p-top-archives-text span {
  display: block;
  margin: 12px 0 0;
  color: #a79780;
  font-size: 12px;
  font-family: 'linux-libertine';
  letter-spacing: .05em;
}

.p-top-archives-boxin > div{
  width: 78%;
  padding: 0 0 0 30px;
  border-left: 1px solid #d1d1d1;
}

.p-top-archives-boxin dl a{
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 22px;
}

.p-top-archives-boxin dl a:hover {
  opacity: .7;
}

.p-top-archives-boxin dl:nth-child(5) {
  margin-bottom: 50px;
}

.p-top-archives-boxin dt {
  margin-right: 24px;
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .04em;
}

.p-top-archives-boxin dd {
  color: #333;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .05em;
}

.p-top-archives-btn a,.p-top-contact-btn a,.p-search-btn a,.p-shop-introduction-btn a  {
  position: relative;
  display: block;
  width: 190px;
  border: 1px solid #444;
  background: url(../images/top-arrow01.png) 90% 50% / 6px no-repeat;
  font-size: 14px;
  letter-spacing: .11em;
  text-align: center;
  line-height: 42px;
  box-sizing: border-box;
}

.p-search-btn a {
   background: url(../images/top-arrow03.png) 90% 50% / 6px no-repeat;
}

.p-top-archives-btn a:before,.p-top-contact-btn a:before,.p-search-btn a:before,.p-shop-introduction-btn a:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #191919;
  width: 0;
  height: 3px;
  bottom: -2px;
  left: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}
.p-top-archives-btn a:hover,.p-top-contact-btn a:hover,.p-search-btn a:hover,.p-shop-introduction-btn a:hover {
  color: #444;
  border-bottom: 2px solid #444;
  margin-bottom: -1px;
}
.p-top-archives-btn a:hover:before,.p-top-contact-btn a:hover:before,.p-search-btn a:hover:before,.p-shop-introduction-btn a:hover:before {
  width: 100%;
}

.p-search-btn a {
	line-height: 59px;
}


.p-top-gide-area {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  /*background: #f5f5f5;*/
  background: #fff;
}

.p-top-gide-lead {
  margin-bottom: 63px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 26px;
  letter-spacing: .1em;
}

.p-top-gide-area .p-topcategory-title {
  padding: 70px 0 18px;
}

.p-top-gide-boxin {
  display: flex;
  align-items: center;
  padding: 0 28px 58px 28px;
}

.p-top-gide-boxin:last-child {
  padding-bottom: 64px;
}

.p-top-gide {
  display: flex;
  align-items: center;
/*max-width: 390px;
width: 100%;*/
}

.p-top-gide:last-child{
  /*max-width: 363px;*/
}

.p-top-gide-boxin a{
  max-width: 390px;
  width: 100%;
}

.p-top-gide-boxin a:nth-of-type(3){
  max-width: 363px;
}

.p-top-gide img{
  max-width: 120px;
  width: 100%;
  height: 120px;
  border-radius: 100%;
}


.p-top-gide p {
  margin: 0 0 0 17px;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: .1em;
}

.p-top-gide-btn {
  padding-bottom: 58px;
}

.p-top-gide-btn a {
  margin: 0 auto;
}

.p-top-gide-btn a:hover {
  margin-bottom: -1px;
}

.p-top-contact-box {
  display: flex;
  align-items: center;
  max-width: 748px;
  width: 100%;
  padding: 29px 42px 30px 55px;
  margin: 110px auto;
  border: 1px solid #a79780;
}

.p-top-contact-title {
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: .25em;
}

.p-top-contact-text {
  margin-bottom: 15px;
  color: #a79780;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .05em;
}

.p-top-contact-btnbox {
  display: flex;
  align-items: flex-start;
  margin-left: 27px;
}

.p-top-banner-box {
  margin-bottom: 100px;
}

.p-top-banner-boxin {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 10px;
}

.p-top-banner-boxin:last-child {
  margin: 0;
}

.p-top-banner-boxin a {
  display: block;
  margin-right: 10px;
}

.p-top-banner-boxin a:last-child {
  margin: 0;
}

.p-top-banner {
  overflow: hidden;
  background: #000;
}

.p-top-banner img {
  max-width: 232px;
  width: 100%;
}

.p-top-servicearea-box {
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.p-top-servicearea-textbox {
  max-width: 410px;
  width: 100%;
}

.p-top-servicearea-title {
  margin-bottom: 11px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: .25em;
}

.p-top-servicearea-title span {
  display: block;
  margin-top: 9px;
  color: #a79780;
  font-size: 12px;
  font-family: 'linux-libertine';
  line-height: 18px;
  letter-spacing: .05em;
}

.p-top-servicearea-text {
  font-size: 14px;
  line-height: 40px;
  letter-spacing: .09em;
}

.p-top-servicearea-listboxin {
  display: flex;
  align-items: center;
  max-width: 790px;
  width: 100%;
  padding: 24px 32px 24px 0;
  margin-bottom: 20px;
  background: #fff;
}

.p-top-servicearea-listboxin:last-child {
  margin-bottom: 0;
}

.p-top-servicearea-list-title {
  max-width: 165px;
  width: 100%;
  margin: 0;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: .05em;
  text-align: center;
}

.p-top-servicearea-list-textbox {
  max-width: 593px;
  width: 100%;
  padding: 0 0 0 33px;
  border-left: 1px solid #d1d1d1;
}

.p-top-servicearea-list-textbox p {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .05em;
  font-weight: normal;
}

.p-top-servicearea-list-textbox:nth-child(2) p,.p-top-servicearea-list-textbox:nth-child(3) p {
  font-size: 13.98px;
  line-height: 29.95px;
  letter-spacing: .03em;
}

.p-top-curtain-list li a {
  /*-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;*/
  transition: all 1s;
  font-weight: bold;
}
.p-top-curtain-list li a:hover {
  transform: translate(0px,8px);
}
.p-footer-list li a {
  position: relative;
  display: inline-block;
}
.p-footer-list li a:before{
  content: "";
  position: absolute;
  display: block;
  background-color: #191919;
  width: 0;
  height: 3px;
  bottom: -2px;
  left: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}
.p-footer-list li a:hover{
  color: #444;
  border-bottom: 2px solid #444;
  margin-bottom: -2px;
}
.p-footer-list li a:hover:before{
  width: 100%;
}

.p-fadein-r {
  opacity : 0;
  transform : translate(100%, 0);
  transition : all 1.8s ease-in-out;
}

.p-fadein-l {
  opacity : 0;
  transform : translate(-100%, 0);
  transition : all 1.8s ease-in-out;
}

.p-scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
/***end トップ***/


/***  カーテンを探す***/



.p-mainvisual-img {
  position: relative;
  margin-bottom: 57px;
}

.p-main-textbox {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.p-main-textbox p {
  margin-bottom: 0;
  color: #fff;
  font-size: 70px;
  line-height: .7;
}

.p-category-title {
  margin: 0 auto 110px;
  font-size: 34px;
  line-height: 26px;
  letter-spacing: .25em;
  text-align: center;
}


.p-search-area {
  /*margin-top: 8%;*/
  margin-bottom: 38px;
}


.p-search-box {
}

.p-search{
  float: left;
  max-width: 208px;
  width: 100%;
  margin: 0 40px 40px 0;
  overflow: hidden;
  background: #000;
}

.p-search:nth-child(5n) {
  margin-right: 0;
}

.p-search-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.p-search-img img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*max-width: 200%;*/
  border-style:none;
}
.p-search p {
  margin: 0 auto;
  padding-top: 17px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: .05em;
  text-align: justify;
  background-color: #fff;
}


/*.p-search a {
  display: block;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.3s linear;
}

.p-search a:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  background: rgba(0, 0, 0, 1);
  opacity: .7;
  transition: .4s linear;
}*/

.p-search-btnbox {
  margin-top: 40px;
}

.p-search-btn {
  float: left;
  /*margin: 0 auto;*/
  margin-right: 10px;
}

.p-search-tagbox {
}

.p-search-tagbox a{
  position: relative;
  display: block;
  float: left;
  max-width: 190px;
  width: 100%;
  margin: 0 12px 16px 0;
  padding: 20.5px 0;
  border: 1px solid #444;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -.07em;
  text-align: center;
  box-sizing: border-box;
}

.p-search-tagbox a:nth-child(6n) {
  margin-right: 0;
}


.p-category-list-title {
  margin: 0 auto 80px;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: .25em;
}


.p-search-category-lead {
  margin-bottom: 76px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .05em;
}

.p-search-detail-textbox {
  max-width: 605px;
  width: 100%;
}


.p-search-detail-subtitle {
  margin-bottom: 8px;
  color: #a79780;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: .05em;
}

.p-search-detail-textbox h1 {
  /*margin: 0 0 70px;*/
  margin: 0 0 5%;
  font-size: 28px;
  line-height: 26px;
  letter-spacing: .11em;
}

.p-search-detail-text {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 28.04px;
  letter-spacing: .05em;
  font-weight: normal;
}

.p-search-detail-ability {
  width: 100%;
  margin-bottom: 56px;
}

.p-search-detail-ability img {
  float: left;
 /* width: 9%;*/
  max-width: 50px;
  width: 100%;
  margin: 0 1% 2% 0;
}

.p-search-detailbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 65px;
}

.p-search-detail-textbox dl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.p-search-detail-textbox dl:nth-of-type(2) {
  margin-bottom: 50px;
}

.p-search-detail-textbox dt {
  max-width: 70px;
  width: 100%;
  border-right: 1px solid #adadad;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .05em;
  box-sizing: border-box;
  line-height: 1;
}

.p-search-detail-textbox dd {
  padding-left: 12px;
  font-weight: normal;
  line-height: 1;
}

.p-search-detail-table {
  width: 100%;
}

.p-search-detail-table tr {
  border-bottom: 1px solid #9b9b9b;
}

.p-search-detail-table tr:last-child {
  border-bottom: 0;
}

.p-search-detail-table th{
  width: 10%;
  padding: 13px 0;
  border-right: 1px solid #9b9b9b;
  background-color: #f5f5f5;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: .05em;
  text-align: center;
}

.p-search-detail-table th:first-child,.p-search-detail-table td:first-child {
  width: 16.6%;
}

.p-search-detail-table td{
  padding: 13px 0;
  border-right: 1px solid #9b9b9b;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: .05em;
  text-align: center;
}

.p-search-detail-table th:last-child,.p-search-detail-table td:last-child {
  border-right: 0;
}

.p-search-detail-imgbox {
  max-width: 556px;
  width: 100%;
  margin: 0 0 0 auto;
}

.p-search-detail-mainimgbox img{
  width: 100%;
  height: 435px;
  margin-bottom: 7px;
}

.p-search-detail-subimgbox {
  font-size: 0;
}



.p-search-detail-subimgbox > div {
    position: relative;
    overflow: hidden;
    padding-bottom: 18.6%;
    width: 18.8%;
    display: inline-block;
    margin: 0 1.5% 1.1% 0;
    cursor: pointer;
}

.p-search-detail-subimgbox > div:nth-child(5n) {
  margin-right: 0;
}

.p-search-detail-subimgbox > div img{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 200%;
}

/*.p-search-detail-sub-imagesarea {
  display: inline-block;
  max-width: 105px;
  width: 100%;
  margin: 0 7.7px 6px 0;
  cursor: pointer;
  float: left;
}

.p-search-detail-sub-imagesbox {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.p-search-detail-sub-imagesbox img {
      min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 200%;
}*/

/*.p-search-detail-subimgbox img{
  display: inline-block;
  max-width: 105px;
  width: 100%;
  height: 103px;
  margin: 0 7.7px 6px 0;
  cursor: pointer;
}
*/

.p-search-detail-subimgbox img:hover {
  opacity: .7;
}

/*.p-search-detail-subimgbox img:nth-child(5n) {
  margin-right: 0;
}*/

/*.p-search-detail-sub-imagesarea:nth-child(6),.p-search-detail-sub-imagesarea:nth-child(11){
  margin-right: 0;
}*/

.p-buy-btn-box {
  margin: 0 auto 60px;
}

.p-buy-btn {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  border: 1px solid #a79780;
  background: #a79780 url(../images/buy-arrow.png) 94% 50%/ 8px no-repeat;
  color: #fff;
  font-size: 22px;
  line-height: 56.26px;
  letter-spacing: .09em;
  text-align: center;
}

.p-buy-btn:hover {
  border: 1px solid #a79780;
  color: #a79780;
  background: #fff url(../images/buy-arrow-hover.png) 94% 50%/ 8px no-repeat;
  box-sizing: border-box;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.p-search-detail-btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.p-search-detail-btn a {
  max-width: 270px;
  width: 100%;
  margin-bottom: 160px;
  padding: 21px 0;
  color: #fff;
  font-size: 19px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: .05em;
  text-align: center;
  font-weight: bold;
}

.p-search-detail-btn .contact {
  border: 1px solid #1d4a7d;
  background-color: #1d4a7d;
  background-image: url(../images/mail-icon.png);
  background-position: 30px 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.p-search-detail-btn .contact:hover {
  background: #fff;
  border: 1px solid #1d4a7d;
  color: #1d4a7d;
  background-image: url(../images/mail-icon-hover.png);
  background-position: 30px 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.p-search-detail-btn .reservation {
  border: 1px solid #f49500;
  background-color: #f49500;
  background-image: url(../images/cheack-icon.png);
  background-position: 42px 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.p-search-detail-btn .reservation:hover {
  background: #fff;
  border: 1px solid #f49500;
  color: #f49500;
  background-image: url(../images/cheack-icon-hover.png);
  background-position: 42px 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}


/***end カーテンを探す***/

/*** 店舗案内***/
.tellink {
  cursor: default;
  pointer-events: none;
}

.p-shop-box {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  background-color: #f0f2f1;
}

.p-shop-imgbox {
  width: 50.5%;
}

.p-shop-textbox{
  width: 54.5%;
  padding:0 0 0 8.45%;
}

.p-shop-textbox h2 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: .23em;
}

.p-shop-textbox dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.p-shop-textbox:last-child dl{
  margin-bottom: 16px;
}

.p-shop-textbox dt {
  max-width: 92px;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .05em;
}

.p-shop-textbox dd {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .05em;
}

.p-shop-subtext {
  color: #a79780;
  font-size: 14px;
  letter-spacing: .05em;
}

.p-search-btn a {
  background-color: #fff;
}

.p-shop-service-box h3{
  margin: 0 0 18px 0;
  padding: 0 0 0 8px;
  border-left: 3px solid #a79780;
  font-size: 20px;
  letter-spacing: .11em;
}

.p-shop-service-box p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: .05em;
}

.p-shop-service-box {
  margin-bottom: 60px;
}

.p-shop-service-box:last-child {
  margin-bottom: 0;
}

.p-shop-outside-box {
  display: flex;
  align-items: flex-start;
}

.p-shop-outside-imgbox {
  max-width: 529px;
  width: 100%;
}

.p-shop-outside-textbox {
  max-width: 608px;
  width: 100%;
  margin: 0 0 0 auto
}

.p-shop-outside-textbox h3 {
  margin: -9px 0 8px;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: .11em;
  font-family: 'yumindb',"Yu Mincho","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.p-shop-outside-text{
  margin-bottom: 7%;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .05em;
}

.p-shop-tag {
  display: flex;
  max-width: 414px;
  margin-bottom: 20px;
  width: 100%;
  padding: 5px 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #b6aa98;
}

.p-shop-tag p {
  margin-bottom: 0;
  font-family: 'yumindb',"Yu Mincho","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.p-shop-tag-text {
  margin: 6px 0 0 0;
  color: #b6aa98;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: .01em;
  font-family: 'yumindb',"Yu Mincho","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.p-shop-tag-text:nth-child(2) {
  margin: 0 0 0;
  font-size: 24px;
  color: #b6aa98;
  font-family: 'yumindb',"Yu Mincho","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.p-shop-tag-subtext {
  width: 78px;
  margin-left: 13px;
  padding: 5px 0;
  background-color: #b6aa98;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .11em;
  text-align: center;
}

.p-shop-tag-leadtext {
  margin-bottom: 23px;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: .05em;
}

.p-shop-middletitle {
  margin: 78px 0 22px;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: .23em;
  text-align: center;
}

.p-shop-access-box {
  display: flex;
  align-items: center;
  margin-bottom: 97px;
  background-color: #f0f2f1;
}

.p-shop-access-box iframe {
  width: 50%;
}

.p-shop-access-textbox {
  margin-left: 4%;
}

.p-shop-access-textbox dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}

.p-shop-access-textbox dt {
  width: 95px;
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  letter-spacing: .05em;
}

.p-shop-access-textbox dd,.p-shop-access-textbox dd a {
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  letter-spacing: .05em;
}

.p-shop-detail-area{
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 107px;
}

.p-shop-qr-box {
  max-width: 630px;
  width: 100%;
}

.p-shop-qr-box h3{
  margin: 0 0 26px 0;
  padding: 0 0 0 8px;
  border-left: 3px solid #a79780;
  font-size: 20px;
  letter-spacing: .11em;
}

.p-shop-qr-imgbox {
  display: flex;
  align-items: flex-start;
}

.p-shop-qr-imgbox img {
  max-width: 198px;
  width: 100%;
}

.p-shop-qr-textbox {
  max-width: 340px;
  margin: 0 0 0 6.4%;
}

.p-shop-qr-title {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .011em;
}

.p-shop-qr-text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: .05em;
  text-indent: -1em;
  padding-left: 1em;
}

.p-shop-detail-service-box {
  max-width: 570px;
  width: 100%;
  margin: 0 0 0 auto;
}

.p-shop-detail-service-box h3{
  margin: 0 0 18px 0;
  padding: 0 0 0 8px;
  border-left: 3px solid #a79780;
  font-size: 20px;
  letter-spacing: .11em;
}

.p-shop-detail-service-box p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: .05em;
}

.p-shop-introduction-area {
  max-width: 1200px;
  margin: 0 auto;
}

.p-shop-introduction-area iframe {
  width: 100%;
  /*height: 100%;*/
  margin-bottom: 5px;
}
.p-shop-introduction-subtitle {
  margin-bottom: 47px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .05em;
}

/*.p-shop-introduction-box {
display: flex;
align-items: flex-start;
}*/

.p-shop-introduction-box {
/*display: flex;
align-items: flex-start;*/
}

.p-shop-introduction-box a{
  float: left;
  max-width: 290px;
  width: 100%;
  margin-right: 13px;
}

.p-shop-introduction-box a:nth-child(4n) {
  margin-right: 0;
}

.p-shop-introduction-img img {
  width: 100%;
}

.p-shop-introduction p {
  margin: 0;
  padding: 12px 0 0 5px;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: .05em;
}

.p-shop-introduction-btnbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 77px 0 120px;
}

.p-shop-introduction-btn {
  max-width: 240px;
  width: 100%;
  margin: 0 20px 0 0;
}

.p-shop-introduction-btn a {
  max-width: 240px;
  width: 100%;
  padding: 6px 0;
  background-color: #fff;
  font-size: 18px;
  line-height: 56.26px;
  letter-spacing: .11em;
}


.p-shop-introduction-rightbtn a {
  width: 240px;
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 25px 0 25px 14px;
  background-size: 18px;
  background-position: 10px 50;
}

.p-shop-introduction-rightbtn a:hover {
  background-size: 16px;
  background-position: 10px 50;
}

.p-shop-sp-title {
  display: none;
}

/***end 店舗案内***/

/*** ガイド***/

.p-gide-area {
  display: flex;
  align-items: flex-start;
}
.p-gide-main-box {
  max-width: 848px;
  width: 100%;
  margin-bottom: 100px;
}

.p-gide-side-box {
  max-width: 305px;
  width: 100%;
  margin: 0 0 0 auto;
}

video {
  display: block;
}

.p-gide-detail-list {
  display: inline-block;
}

.p-gide-main {
  margin-bottom: 118px;
  /*padding: 40px 0;*/
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.p-gide-list {
  display: flex;
  align-items: center;
  /*margin-bottom: 40px;*/
  /*padding-bottom: 40px;*/
  border-bottom: 1px solid #d3d3d3;
}

.p-gide-list-title:hover {
  opacity: .7;
}

.p-gide-list-title {
  display: block;
  padding: 0 0 10px ;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: .11em;
  color:#a79780;
}

.day-pd {
  padding: 0;
}

.p-mp-bt {
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-gide-list-textbox {
  /*max-width: 610px;*/
  width: 100%;
  margin-bottom: 0;
  padding: 40px 0;
}

.p-gide-list-img {
  margin-bottom: 6%;
  overflow: hidden;
  background-color: #000;
}

.p-gide-list-img img {
  width: 100%;
}

.p-gide-list > a {
  max-width: 203px;
  width: 100%;
  margin: 0 0 0 auto;
}

.p-gide-list-text,
.p-gide-list-text span {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: .05em;
}

.p-gide-list-day {
  margin: 0 0 0 auto;
}

.p-gide-list-day p {
  margin: 0 30px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: .05em;
}

.p-gide-side-box {
  border-top: 1px solid #333;
}

.p-gide-side-title {
  margin: 11px 0 20px;
  padding: 11px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: .11em;
}

.p-gide-side-title:first-child {
  padding-top: 0;
  border-top: none;
}

.p-gide-side-list,.p-gide-detail-list {
  display: block;
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}

.p-gide-side-list li ,.p-gide-detail-list li {
  display: block;
  margin-bottom: 10px;
}

.p-gide-side-list a:before,.p-gide-detail-list a:before {
  background-color: #333;
}

.p-gide-side-list a,.p-gide-detail-list a {
  /*display: flex;*/
  display: inline-block;
  align-items: flex-start;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .11em;
}

.p-gide-side-list a span ,.p-gide-detail-list a span {
  margin-right: 18px;
  margin-bottom: 0;
}

,.p-gide-side-list a:hover{
  color: #333;
  margin-bottom: -1px;
  text-decoration: none;
}

.p-gide-side-list span {
  font-size: 18.55px;
  font-family: 'gotham-bold';
  letter-spacing: .03em;
}

.p-gide-detail-title {
  margin: 17.5px 0;
  font-size: 28px;
  line-height: 26px;
  letter-spacing: .11em;
}

.p-gide-detail-main {
  margin-bottom: 118px;
  padding: 15px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.p-gide-category-box {
  display: flex;
  align-items: flex-start;
}

.p-gide-category-box > div {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}

.p-gide-category-box > div a:first-child img{
  margin-right: 16px;
}

.p-gide-category {
  max-width: 116px;
  width: 100%;
  margin: 5px 0 26px;
  padding: 4.5px 0;
  background-color: #a79780;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .05em;
  text-align: center;
}

.p-gide-detail-lead {
  margin-bottom: 46px;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: .05em;

}

.p-gide-detail-maintitle {
  margin: 0 0 34px;
  padding: 19.5px 0 19.5px 12px;
  background-color: #f0f2f1;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: .11em;
}

.p-gide-detail-midtitle {
  margin: 0 0 50px;
  border-bottom: 1px solid #d3d3d3;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: .11em;
}

.p-gide-detail-smtitle {
  margin: 0 0 26px;
  padding: 0 0 0 8px;
  border-left: 3px solid #a79780;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .11em;
}

.p-gide-detail-imgbox {
  margin-bottom: 13px;
}

.p-gide-detail-contact {
  margin-left: 0;
}
/*** end ガイド***/

/***お問い合わせ***/
.p-contact-title {
  margin-bottom: 55px;
}

.p-contact-lead {
  margin-bottom: 55px;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: .05em;
  text-align: center;
}

.p-contact-tabbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.p-contact-tabbox > div{
  text-align: center;
}

.p-contact-tabbox > div:nth-child(1) {
  width: 230px;
}

.p-contact-tabbox > div:nth-child(3) {
  width: 210px;
}

.p-contact-tabbox > div:nth-child(5) {
  width: 216px;
}

.p-contact-tabbox > div p {
  display: block;
  margin: 0;
  padding: 16.5px 0;
  background-color: #f0f2f1;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: .23em;
}

.p-contact-tabbox > div .active{
  background-color: #a79780;
  color: #fff;
}

.p-contact-tabbox img {
  max-width: 38px;
  width: 100%;
}

.p-contact-area h2 {
  margin-bottom: 40px;
}

.p-contact-part-number {
  margin-bottom: 22px;
  padding: 12.5px 36px;
  background-color: #f0f2f1;
  color: #333;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: .23em;
}

.p-contact-table,.p-company-table {
  width: 100%;
  border: 1px solid #999;
  margin-bottom: 55px;
}

.p-contact-table tr,.p-company-table tr {
  border-bottom: 1px solid #d3d3d3;
}

.p-contact-table tr:last-child, .p-company-table tr:last-child {
  border-color: #999;
}

.p-contact-table th .need {
  color: #c60000;
  font-size: 14px;
  letter-spacing: .23em;
}

.p-contact-table th,.p-company-table th  {
  width: 249px;
  padding: 22px 0 22px 35px;
  background-color: #f0f2f1;
  font-size: 16px;
  letter-spacing: .23em;
}


.p-contact-table td,.p-company-table td {
  padding: 22px 0 22px 33px;
  font-weight: normal;
}

.p-contact-namebox > div{
  display: inline-block;
  width: 38%;
}

.errormsg {
  color: #c60000;
}

.p-contact-table td p {
  margin-bottom: 0;
  font-weight: normal;
}

.p-contact-table td input {
  padding: 0 20px;
  font-size: 16px;
  line-height: 43px;
  letter-spacing: .1em;
  border: 1px solid #999;
}

@media all and (-ms-high-contrast: none){
  .p-contact-table td input {
    line-height: 34px;
  }
}

.p-contact-table td.tel input {
  margin: 0 5px;
  width: 12%;
  padding-right: 14px;
}

.p-contact-table td.tel input:first-child {
  margin-left: 0;
}

.p-contact-table td.tel input:last-child {
  margin-right: 0;
}

.p-contact-name {
  display: inline-block;
  width: 50px;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  letter-spacing: .23em;
}

.p-mgle30 {
  margin-left: 30px;
}

.p-contact-namebox input {
  max-width: 260px;
  width: 100%;
  border: 1px solid #999;
}

.p-contact-emailbox input{
  max-width: 873px;
  width: 100%;
  border: 1px solid #999;
}

.p-contact-email-text {
  margin-top: 13px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .23em;
}

.p-contact-radiobox select {
  width: 90px;
  height: 35px;
  margin-bottom: 14px;
  padding: 5px 10px;
  font-size: 18px;
}

.p-contact-radiobox select:nth-of-type(3),.p-contact-radiobox select:nth-of-type(4) {
  width: 70px;
  margin-bottom: 0;
}

.p-contact-radiobox select:nth-of-type(2){
  width: 70px;
}

.p-contact-radiobox input {
  display: inline-block;
  margin: 0;
}

.p-contact-radiobox label {
  display: inline-block;
  margin: 0 24px 0 9px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .23em;
}
.p-contact-radiobox input{
  display: none;
}
.p-contact-radiobox label{
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #3e4956;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.p-contact-radiobox label:before{
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}
.p-contact-radiobox input[type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #000;
}
input[type=checkbox] {
  display: none;
}
.check_css {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 34px;
  margin-left: -18px;
  vertical-align: middle;
  cursor: pointer;
}
.check_css:hover:after {
  border-color: #0171bd;
}
.check_css:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 60%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  border: 1px solid #626262;
  content: '';
}
.check_css:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0171bd;
  border-bottom: 3px solid #0171bd;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .check_css:before {
  opacity: 1;
}

.p-contact-cheakbox label {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .23em;
}

.p-contact-cheakbox textarea {
  max-width: 873px;
  width: 100%;
  height: 100px;
  margin-top: 35px;
  padding: 20px;
  border: 1px solid #999;
}

.p-contact-privacybox {
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  text-align: center;
}

.p-contact-privacybox label {
  /*display: flex;*/
  display: inline-block;
  align-items: center;
}

.p-contact-privacybox label p {
  margin-bottom: 0;
  display: inline-block;
}

.p-text-link {
  display: inline-block;
  margin-bottom: -1px;
  padding-bottom: 0;
  border-bottom: 1px solid #3833ff;
  color: #3833ff;
}

.p-contact-privacybox label a:hover {
  margin-bottom: 0;
  border-bottom: none;
}

.p-contact-privacybox .need {
  color: #c60000;
  font-size: 14px;
  letter-spacing: .23em;
}

.p-submit-box {
  display: block;
  width: 100%;
  text-align: center;
  margin: 42px auto 100px;
}

.p-submit-back:hover {
  border: 1px solid #666;
  background: #666 url(../images/buy-arrow.png) 90% 50%/ 8px no-repeat;
  color: #fff;
  box-sizing: border-box;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.p-submit-box .p-submit {
  width: 274px;
  border: solid 1px #a79780;
  background: #a79780 url(../images/buy-arrow.png) 94% 50%/ 8px no-repeat;
  color: #fff;
  font-size: 19px;
  line-height: 56.29px;
  letter-spacing: .25em;
  text-align: center;
}

.p-submit-box .p-submit:hover{
  border: 1px solid #a79780;
  color: #a79780;
  background: #fff url(../images/buy-arrow-hover.png) 94% 50%/ 8px no-repeat;
  box-sizing: border-box;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.p-submit-back {
  position: relative;
  width: 274px;
  border: 1px solid #444;
  background: url(../images/top-arrow01.png) 90% 50% / 8px no-repeat;
  font-size: 19px;
  line-height: 55.26px;
  letter-spacing: .11em;
  text-align: center;
}

.p-submit-back:hover {
  margin: 0;
}

.p-contact-complete-table {
  max-width: 804px;
  width: 100%;
  margin: 0 auto 100px;
  border: 1px solid #999
}

.p-contact-complete-table th {
  width: 250px;
  padding: 19.5px 0 19.5px 36px;
  background-color: #f0f2f1;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: .23em;
}

.p-contact-complete-table td {
  padding: 19.5px 0 19.5px 34px;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: .23em;
}

.p-contact-complete-table td p {
  margin: 0;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: .23em;
}

.p-contact-complete-table td a {
  margin-left: 20px;
  color: #3833ff;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: .23em;
}

.p-contact-complete-table td a:last-child {
  margin-left: 0;
}

.p-contact-complete-table td a:hover {
  opacity: .7;
}

.p-complete-text {
  text-align: center;
  margin-bottom: 6%;
}

.p-contact-complete-text {
  margin-bottom: 6%;
  text-align: center;
}
/***end お問い合わせ***/

/*** よくあるご質問***/

.p-faq-title {
  margin-bottom: 88px;
}

.p-faq-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 98px;
  padding: 0;
  list-style-type: none;
}

.p-faq-list li{
  line-height:1;
}

.p-faq-list li:first-child {
  padding-right: 20px;
}

.p-faq-list li + li {
  padding: 0 20px;
  border-left: 1px solid #656565;
}

.p-faq-list li a {
  display: block;
  position: relative;
  font-size: 14px;
  line-height:1;
  letter-spacing: .05em;
}

.p-faq-list a:hover {
  margin-bottom: -2px;
}

.p-faq-list li a span {
  display: inline-table;
  margin-right: 20px;
  font-size: 17.58px;
  font-family: 'gotham-bold';
  line-height:1;
  letter-spacing: .03em;
  transform: rotate(90deg);
}

.p-faq-area{
  margin-bottom: 160px;
}

.p-accordion {
  max-width: 796px;
  width: 100%;
  margin: 0 auto;
}

.p-accordion dd {
  /*cursor: pointer;*/
}

.p-accordion-title {
  display: flex;
  align-items: center;
  padding: 17px 0 17px 16px;
  border-top: 1px solid #d3d3d3;
  background: url(../images/faq-arrow.png) 95% 50%/ 14px no-repeat;
  cursor: pointer;
}

.p-accordion-title.active{
  background: url(../images/faq-arrow-hover.png) 95% 50%/ 14px no-repeat;
}

.p-accordion:first-of-type .p-accordion-title{
  border-top: 0;
}

.p-accordion:last-of-type .p-accordion-title{
  border-bottom: 1px solid #d3d3d3;
}

.p-accordion-title h3 {
  margin: 0 0 0 14px;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0.11em;
}

.p-accordion-title p {
  margin: 0;
  padding-left: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #a79780;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.11em;
  text-align: center;
}

.p-accordion-text {
  display: none;
  margin-bottom: 33px;
  padding: 15px 23px 44px 23px;
  background-color: #f0f2f1;
  cursor: default;
}

.p-accordion-text a,.p-accordion-contact a {
  border-bottom: 1px solid;
  margin-bottom: -1px;
}

.p-accordion-text a:hover,.p-accordion-contact a:hover {
  border-bottom: none;
}

.p-accordion-text-ti {
  display: inline-block;
  width: 4.6%;
  margin: 0 0 0 6px;
  font-size: 20px;
  letter-spacing: 0.11em;
  text-align: left;
  vertical-align: top;
}

.p-accordion-text-tx {
  display: inline-block;
  width: 92%;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: .05em;
  vertical-align: top;
}

.p-accordion-contact {
  margin: 90px auto 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: .05em;
  text-align: center;
}
/***end よくあるご質問***/

/*スタッフブログ*/

.p-staff-lead {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .05em;
}

.p-staffblog-main a {
  display: block;
}

.p-staffblog-main a:hover {
  opacity: .7!important;
}
/*スタッフブログ*/


/*個人情報*/
.p-privacy-area p {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 70px;
}
/*個人情報*/

/*会社概要*/

/*会社概要*/


/*こだわり*/
.p-subtext {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 4%;
  padding: 0 4%;
  text-align: center;
}

.p-quality {
  background: url(../images/quality/block01.png) top right / 36% no-repeat,url(../images/quality/block02.png) center right / 40% no-repeat;
}
#price {
  margin-top: -8%;
  padding-top: 10%;
  background: url(../images/quality/bg.png) 0 28% / 60% 56% no-repeat;
}

.quality .p-point-area {
  padding-top: 12%;
  background: url(../images/quality/bg.png)  100% 13% / 60% 18% no-repeat,url(../images/quality/block03.png) top left / 40% no-repeat;
}

.import {
  padding-top: 3%;
  background: url(../images/quality/bg.png) top left / 60% 51% no-repeat;
}

.satisfied {
  padding-top: 18%;
  background: url(../images/quality/bg.png) 100% 22% / 63% 20% no-repeat,url(../images/quality/block03.png) 0 0 / 36% no-repeat;
}

#price .p-point-box {
  margin-bottom: 9%;
}

.quality .p-point-box {
  margin-bottom: 8%;
  padding-top: 4%;
}

.satisfied .p-point-box {
  margin-bottom: 12%;
  padding-top: 6%;
}

.p-point-box--right {
  display: flex;

}

.p-point-box--left {
  display: flex;
}

.p-point-box {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.p-point-box--left {
  display: flex;
  margin-bottom: 4%;
}

.p-point-box--left .p-point-textbox {
  margin-left: 4%;
}

.p-point-textbox {
  width: 55%;
}

.p-point-textinner {
  /*margin-right: 4%;*/
  margin-right: 10%;
}

.p-point-textinner .p-subtitle {
  margin-bottom: 4%;
  font-size: 24px;
  font-family: "YuMincho M",YuMincho,'Yu Mincho';
}

.p-quality-img {
  width: 35%;
  margin-right: 4%;
}

.p-quality-title {
  margin-bottom: 4%;
}

.p-quality-box {
  background: #fff;
}

.p-quality-box p {
  font-weight: normal;
}

.p-quality-box .p-quality-subtitle {
  font-weight: bold;
}

.p-quality-box {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 6%;
  padding: 1%;
  border: solid 1px #a79780;
}

.p-quality-box ul {
  padding: 0;
  list-style: none;
}

.p-quality-list td {
max-width: 280px;
  padding: 0 2%;
}

.p-quality-box .p-quality-title {
  margin-top: 1%;
  font-size: 28px;
  font-weight: bold;
  font-family: "YuMincho M",YuMincho,'Yu Mincho';
}

.p-flow-box {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 10%;
}

.p-flow-box > div:first-child {
  width: 68%;
}

.p-flow-box > div:last-child {
  width: 33%;
}

.p-flow-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "YuMincho M",YuMincho,'Yu Mincho';
}

.p-point-area h2 {
  margin-bottom: 2%;
  font-size: 38px;
  font-family: "YuMincho M",YuMincho,'Yu Mincho';
}

.p-point-area h2 img {
  margin-right: 5%;
}

.comparison {
  max-width: 900px;
  margin: 0 auto 4%;
  border-top: solid 1px #a79780;
}

.comparison th {
  width: 900px;
  margin: auto;
  padding: 2%;
  border: solid 1px #fff;
  border-top: solid 1px #a79780;
  color: #fff;
  background: #a79780;
}

.comparison th:first-child {
  border-left: solid 1px #a79780;
}

.comparison th:last-child {
  border-right: solid 1px #a79780;
}

.comparison th,
.comparison td {
  text-align: center;
  font-weight: normal;
}

.comparison td {
  padding: 2%;
  border: solid 1px #a79780;
  background: #fff;
}

.comparison tr:nth-child(n + 1) td:nth-child(2) {
  background: #fff3e2;
  font-weight: bold;
}

.circle {
  color: #ff0600;
}

.x-mark  {
  color: #797edb;
  font-weight: bold;
  font-size: 18px;
}

.p-use-cloth {
  display: flex;
  align-items: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 4%;
  padding: 1%;
  background: #f4f4f4;
}

.p-use-cloth div:first-child {
  margin-right: 4%;
}

.p-processing-area {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 6%;
}

.p-processing-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 52%;
  margin-right: 6%;
}

.p-processing-arrow {
  margin: 0 2%;
}

.p-before-box,
.p-after-box {
  position: relative;
}

.p-before,
.p-after {
  position: absolute;
  padding: 3% 5%;
  font-size: 20px;
  color: #fff;
}

.p-before {
  background: #1d4a7d;
}

.p-after {
  background: #e48426;
}

.p-processing-textbox {
  width: 50%;
}

.p-processing-title {
  font-size: 18px;
  font-weight: bold;
}

.p-processing-subtitle {
  font-family: "YuMincho M",YuMincho,'Yu Mincho';
}

.p-import-area {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.p-point-box {
  margin-bottom: 4%;
}

.p-import-box {
  position: relative;
  width: 50%;
}

.import .p-point-box {
  margin-bottom: 8%;
}

.p-import-textbox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: inline-block;
  width: 55%;
  padding: 2%;
}

.p-import-textbox h3 {
  font-size: 20px;
  font-family: "YuMincho M",YuMincho,'Yu Mincho';
}

.p-import-imgbox {
  float: right;
  position: relative;
  z-index: -1;
  display: inline-block;
  width: 60%;
  vertical-align: text-bottom;
}

.p-import-box {
  margin-right: 2%;
}

.p-import-box:nth-child(2) {
  margin-right: 0;
  margin-left: 2%;
}

.p-import-textbox {
  background: #fff;
}

.p-import-textbox {
  line-height: 1.8;
}

.p-satisfied-box {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 6%;
}

.p-satisfied-box {

}

.p-satisfied-title {
  font-size: 18px;
  font-family: "YuMincho M",YuMincho,'Yu Mincho';
}

.p-satisfied-subtitle {
  font-weight: bold;
}

.p-satisfied-box .p-point-img {
  margin-right: 4%;
}

.p-satisfied-box .p-point-textbox {
  width: 45%;
}

.p-satisfied-box .p-point-textinner {
  margin-right: 0;
}

.p-service-area {
  max-width: 1200px;
  width: 100%;
  margin: -150px auto 4%;
  padding-top: 150px;
}

.p-service-textbox {
  position: relative;
  left: 50px;
  z-index: 1;
  display: inline-block;
  width: 55%;
  padding: 2%;
  background: #fff;
  vertical-align: middle;
}

.p-service-area.second .p-service-textbox {
  left: -50px;
}

.p-service-title {
  margin-bottom: 6%;
  font-size: 20px;
}

.p-service-textbox span {
  margin-left: 2%;
  font-size: 14px;
  color: #b0a28e;
}

.p-service-subtitle {
  font-size: 18px;
  font-family: "YuMincho M",YuMincho,'Yu Mincho';
}

.p-coordinate-link {
  display: inline-block;
  margin-top: 4%;
  padding: 2% 8%;
  font-size: 18px;
  color: #fff;
  background: #1d4a7d url(../images/quality/service_arrow.png) 95% center / auto no-repeat;
}

.p-coordinate-link:hover {
  border: 1px solid #1d4a7d;
  color: #1d4a7d;
  background: #fff url(../images/quality/service_arrow-hover.png) 95% center / auto no-repeat;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.p-service-imgbox {
  position: relative;
  z-index: -1;
  display: inline-block;
  width: 44%;
}

.p-caution-list {
  padding: 0;
}

.p-caution-list li {
  color: #a43e3e;
  list-style: none;
}

@media screen and (max-width: 1300px){
  /*.l-top-commitment .p-top-commitment-box:nth-child(odd) .p-top-commitment-textbox {
    max-width: 532px;
    margin: 3% 0 0 5%;
  }*/
  .l-top-commitment .p-top-commitment-box:nth-child(odd) .p-top-commitment-textbox {
    max-width: 50%;
  }
  .l-top-commitment .p-top-commitment-box:nth-child(odd) .p-top-commitment-textbox div {
    max-width: 532px;
    margin: 3% 0 0 5%;
  }
}

@media screen and (max-width: 1200px){
  .p-top-commitment-textbox {
    max-width: 100%;
    width: 39%;
    /*margin-top: 3%;*/
    margin: 3% auto 2%;
    padding: 0;
  }

  .p-top-commitment-imgbox {
    max-width: 100%;
    width: 50%;
  }

  .l-top-commitment .p-top-commitment-box:nth-child(odd) .p-top-commitment-textbox {
    max-width: 100%;
    padding: 0;
    margin: 2% 0 2% 4%;
    width: 39%;
  }

  .p-top-commitment-subtitle {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .p-top-commitment-title {
    margin-bottom: 12px;
    font-size: 32px;
  }

  .p-top-commitment-title span {
    margin-top: 8px;
    font-size: 14px;
  }

  .p-top-curtain-list,.p-top-store-box,.p-top-gide-area,.p-top-servicearea-box{
    max-width: 100%;
    width: 96%;
  }

  .p-sub-subtitle,.p-sub-title {
    font-size: 16px;
  }

  .p-top-service-title {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .p-top-service-textbox {
    max-width: 100%;
    margin: 0;
    padding: 20px 20px 0;
  }

  .p-top-service-subtitle {
    margin-bottom: 5px;
  }

  .p-top-service-text {
    margin-bottom: 13px;
  }

  .p-top-service-text {
    font-size: 12px;
  }

  .p-top-service-imgbox {
    max-width: 100%;
  }

  .p-top-archives-text {
    width: 36%;
    margin-right: 0;
    font-size: 24px;
  }

  .p-top-archives-boxin > div {
    padding: 0 0 0 5%;
  }

  .p-top-archives-boxin:first-child {
    margin-right: 30px;
    width: 50%;
  }

  .p-top-gide p {
    margin: 0 0 0 16px;
    font-size: 14px;
  }

  .p-top-gide img {
    max-width: 100%;
    /*width: 24%;*/
    width: 8vw;
    height: 8vw;
  }

  .p-top-gide-boxin {
    padding: 0 10px 58px 10px;
  }

  .p-top-servicearea-listboxin {
    padding: 20px;
  }

  .p-top-servicearea-list-textbox {
    padding: 0 0 0 20px;
  }

  .p-top-servicearea-textbox {
    max-width: 100%;
    width: 54%;
  }

  .p-top-servicearea-title {
    font-size: 24px;
  }

  .p-top-commitment-subtitle {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .p-top-commitment-title {
    margin-bottom: 5px;
    font-size: 26px;
  }

  .p-top-commitment-title span {
    margin-top: 4px;
    font-size: 12px;
  }

  .p-top-commitment-text {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .p-search {
    width: 18%;
    margin: 0 3.35% 3.35% 0;
  }

  .p-gide-side-box {
    margin-left: 3%;
  }

  .p-search-tagbox a {
    max-width: 100%;
    width: 15.75%;
    margin-right: 1.1%;
    font-size: 11px;
  }

  .p-shop-outside-textbox {
    margin: 0 0 0 4%;
  }

  .p-shop-outside-textbox h3 {
    font-size: 18px;
  }

  .p-shop-outside-text {
    font-size: 12px;
  }

  .p-shop-tag-text,.p-shop-tag-subtext {
    font-size: 14px;
  }

  .p-shop-tag-text:nth-child(2){
    font-size: 20px;
  }

  .p-shop-detail-service-box {
    margin: 0 0 0 4%;
  }

  .p-shop-access-textbox dd, .p-shop-access-textbox dd a, {
    font-size: 12px;
  }

  .p-shop-introduction {
    max-width: 100%;
    /*width: 23.88%;*/
    /*margin-right: 1.48%;*/
  }

  .p-gide-side-box {
    max-width: 100%;
    width: 30%;
  }

  .p-gide-side-list a, .p-gide-detail-list a,.p-gide-side-title {
    font-size: 14px;
  }

  .p-gide-list-title {
    font-size: 18px;
  }

  .pager li > a, .pager li > span {
    max-width: 44px;
  }

  .p-gide-main-box {
    max-width: 100%;
    width: 72%;
  }

  .p-top-contact-title {
    font-size: 24px;
  }

  .p-staffblog-detailbtn .p-top-contact-btns.contact,.p-staffblog-detailbtn .p-top-contact-btns.reservation{
    width: 120px;
    padding-left: 14%;
    background-position: 6px 52%;
    background-size: 16px;
    font-size: 12px;
  }

  .p-contact-table td, .p-company-table td {
    padding: 22px 22px 22px 20px;
  }

  .p-contact-table td input {
    width: 80%;
  }

  .p-contact-name {
    width: 16%;
  }

  .p-contact-namebox > div {
    width: 47%;
  }

  .p-contact-table th {
    width: 26%;
    padding-left: 20px;
  }

  .p-contact-table th, .p-company-table th {
    font-size: 14px;
    padding-left: 20px;
  }

  .p-contact-name,.p-contact-table td input {
    font-size: 14px;
  }

  .p-mgle30 {
     margin-left: 2%;
  }

  .p-contact-radiobox label {
    margin-right: 1%;
  }

  .p-contact-table td.tel input {
    width: 16%;
  }

  .p-contact-lead {
    font-size: 13px;
  }

}

@media screen and (max-width: 1000px){
  .p-mainvisual-btnbox .p-hed-btn {
    width: 120px;
    font-size: 12px;
  }

  .p-navlist li a {
    font-size: 12px;
  }

  .p-hed-btn.contact {
    padding-left: 38px;
    background-position: 11px 50%;
    background-size: 18px;
  }

  .p-hed-btn.contact:hover {
    background-position: 11px 50%;
    background-size: 18px;
  }
  .p-hed-btn.reservation {
    padding-left: 38px;
    background-position: 11px 50%;
    background-size: 18px;
  }
  .p-hed-btn.reservation:hover {
    background-position: 11px 50%;
    background-size: 18px;
  }
  .p-point-area h2 {
    font-size: 30px;
  }

  .p-point-area h2 img {
    width: 15%;
  }

  .p-shop-access-textbox dt {
    width: 70px;
    font-size: 12px;
  }

  .p-shop-qr-title,.p-shop-detail-service-box p,.p-shop-tag-text,.p-shop-tag-subtext {
    font-size: 12px;
  }

  .p-shop-qr-imgbox img {
    max-width: 100%;
    width: 38%;
  }

  .p-shop-qr-imgbox {
    align-items: flex-start;
  }
  .p-shop-qr-text {
    font-size: 11px;
  }
  .p-shop-tag-text:nth-child(2) {
    font-size: 18px;
  }
}

@media screen and (max-width: 900px){
  .p-top-commitment-imgbox {
    margin: 0;
  }

  .p-top-commitment-textbox {
    width: 44%;
    margin-right: 3%;
  }

  .p-sub-subtitle, .p-sub-title {
    font-size: 13px;
  }

  .p-top-service-textbox {
    padding: 10px 10px 0;
  }

  .p-top-service-text {
    font-size: 11px;
  }

  .p-top-service-btn a {
    font-size: 12px;
    line-height: 36px;
  }

  .p-top-archives-text {
    width: 48%;
    font-size: 20px;
  }

  .p-top-gide-boxin {
    padding: 0 5px 58px 5px;
  }

  .p-top-gide p {
    margin: 0px 0 0 12px;
    font-size: 12px;
    line-height: 18px;
  }

  .p-top-servicearea-title {
    font-size: 20px;
  }

  .p-top-servicearea-text {
    font-size: 12px;
  }

  .p-top-curtain-list li:first-child {
    max-width: 80px;
  }

  .p-top-curtain-list li:nth-child(2) {
    max-width: 120px;
  }

  .p-top-curtain-list li:last-child {
    max-width: 75px;
  }

  .p-import-textbox h3 {
    font-size: 18px;
  }

  .p-import-textbox p {
    font-size: 12px;
  }

  .p-point-area h2 {
    font-size: 21px;
  }
}

@media screen and (max-width: 800px){
  .p-top-service-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .p-top-contact-box {
    padding: 29px 30px 30px 46px;
  }

  .p-top-servicearea-list-title,.p-top-archives-text {
    min-width: 110px;
  }

  .p-footer-list li a,.p-top-gide-lead {
    font-size: 12px;
  }

  .p-top-commitment-subtitle,.p-top-commitment-title,.p-top-commitment-title span {
    line-height: 1;
  }

  .l-top-commitment .p-top-commitment-box:nth-child(odd) .p-top-commitment-textbox {
    width: 45%;
  }

  .p-navlist li a {
    font-size: 10px;
  }

  .p-mainvisual-btnbox .p-hed-btn {
    width: 100px;
    font-size: 10px;
  }

  .p-hed-btn.contact {
    padding-left: 30px;
    background-position: 10px 50%;
    background-size: 16px;
  }

  .p-hed-btn.contact:hover {
    background-position: 10px 50%;
    background-size: 16px;
  }
  .p-hed-btn.reservation {
    padding-left: 30px;
    background-position: 10px 50%;
    background-size: 16px;
  }
  .p-hed-btn.reservation:hover {
    background-position: 10px 50%;
    background-size: 16px;
  }

  .p-search-tagbox a {
    max-width: 100%;
    width: 15.83%;
    margin-right: 1%;
    font-size: 10px;
  }

  .p-quality-img {
    width: 70%;
  }
}
@media screen and (max-width: 768px){
  .tellink {
    pointer-events: auto;
  }
  .p-top-curtain a:hover, .p-top-store a:hover, .p-top-banner img:hover, .p-search a:hover, .p-shop-introduction:hover, .p-gide-list-img img:hover {
    border: none;
    opacity: 1;
  }
  p {
    font-size: 4vw;
  }

  iframe {
    max-width: 100%;
  }
  /***** spメニュー ****/
  .p-sp-hrader-in {
    z-index: 10000;
  }

  .p-headerbox__navbox {
    background-color: #fbfbfb;
  }

  .p-navlist {
    position: fixed;
    top: 15%;
    width: 100%;
    height: 66vh;
    /*background-color: #fff;*/
    z-index: 99999;
    border-top: 1px solid #d1d1d1;
    overflow: scroll!important;
  }

  .p-headerbox__contactlinkbox {
    display: flex;
    padding: 0 10px;
    font-size: 4vw;
    text-align: left;
  }

  .p-headerbox__addressbox .p-headerbox__contactlinkbox div {
    font-size: 3.6vw;
    width: 57%;
    margin-left: 0;
  }

  .p-headerbox__addressbox {
    padding-bottom: 2%;
    border-bottom: .7px solid #fff;
  }

  .p-headerbox__addressbox .p-headerbox__contactlinkbox{
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .p-headerbox__addressbox .p-headerbox__contactlinkbox div:first-child {
    width: 43%;
  }

  .p-headerbox__addressbox .p-headerbox__contactlinkbox div:last-child {
    display: none;
  }

  .p-headerbox__addressbox .p-headerbox__contactlinkbox div {
    font-weight: normal;

  }

  .p-headerbox__addressbox > div:last-child img {
    width: 13%;
    vertical-align: text-top;
    margin-right: 5%;
  }

  .p-nav__list {
    display: block;
    background-color: #fff;
  }

  .p-nav__item {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .p-nav__item a {
    color: #fff;
    background-color: #81d4cb;
    font-size: 4vw;
    padding: 6% 0;
    border-bottom: solid 1px #fff;
    text-align: left;
    text-indent: 10px;
    padding-left: 1%;
    font-weight: normal;
  }

  .p-nav__item:nth-child(3) a {
    padding: 6% 0;
  }

  .p-headerbox__addressbox .p-sptopmenu {
    display: block;
    padding: 0 10px;
    margin-top: 3%;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
  }

  .p-headerbox__addressbox .p-sptopmenu a {
    color: #81d4cb;
    background-color: #fff;
    font-size: 3vw;
    font-weight: normal;
    text-align: center;
    padding: 2% 1%;
    display: block;
    width: 31%;
  }

  .p-menu-trigger,
  .p-menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .p-menu-trigger {
    position: absolute;
    top: 20%;
    left: 2%;
    z-index: 9999;
    width: 8%;
    padding: 4% 0%;
  }

  .p-menu-trigger.active {
    top: 1em;
  }

  .p-menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 4% 0;
    margin: auto;
    background-color: #000;
    width: 70%;
  }

  .p-menu-trigger span:nth-of-type(1) {
    top: 28%;
  }

  .p-menu-trigger span:nth-of-type(2) {
    top: 48%;
  }

  .p-menu-trigger span:nth-of-type(3) {
    bottom: 23%;
  }

  .p-logo {
    height: 80px;
  }

  .p-minvisual-box.p-top-bg {
    background: #121212;
  }

  .p-menu-trigger.active span {
    background-color: #000;
    padding: 3% 0
  }

  .p-menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(2vw) rotate(-45deg);
    transform: translateY(2vw) rotate(-45deg);
  }

  .p-menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .p-menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-3.7vw) rotate(45deg);
    transform: translateY(-1.5vw) rotate(45deg);
  }

  .p-headerbox {
    display: block;
    position: relative;
  }

  .p-headerbox__logo {
    text-align: center;
    margin: 2% 2% 1.3%;
  }

  .p-headerbox__logo img {
    width: 27%;
  }

  .nav__list {
    margin-left: 0;
    margin-bottom: 5%;
    padding: 0;
    border-top: 1px solid #c5c5c5;
  }

  .nav__list .nav__item {
    margin: 0;
    width: 100%;
  }

  .p-navname {
    padding: 3.75% 0 3.75% 4.7%;
    font-size: 3.6vw;
    text-align: left;
    border-bottom: 1px solid #c5c5c5;
    background-color: #f8f8f8;
  }

  .p-icon-box {
    width: 100%;
    margin-bottom: 5%;
  }

  .p-head-favirite,.p-head-menu,.p-head-mypage {
    width: 100%;
    padding: 0;
    font-size: 3.6vw;
    text-align: left;
    background-color: #f8f8f8;
    border-bottom: 1px solid #c5c5c5;
  }

  .p-head-favirite a {
    display: block;
    padding: 3.62% 0 3.61% 4.7%;
    overflow: hidden;
    line-height: 1;
  }

  .p-head-favirite p {
    line-height: 5.3vw;
  }

  .p-head-mypage p {
    line-height: 6.3vw;
  }

  .p-head-menu a {
    display: block;
    padding: 4.34% 0 4.34% 4.7%;
    overflow: hidden;
    line-height: 1;
  }

  .p-head-mypage a {
    display: block;
    padding: 3.13% 0 3.13% 4.7%;
    overflow: hidden;
    line-height: 1;
  }

  .p-head-favirite img,.p-head-menu img,.p-head-mypage img{
    float: left;
    display: inline-block;
    width: 4.3%;
  }

  .p-sp-navitext {
    display: inline-block;
  }

  .nav__list .nav__item:last-child {
    display: none;
  }

  .p-sp-text {
    float: left;
    font-size: 3.6vw!important;
    color: #303030;
    margin-left: 6%;
    margin-bottom: 0;
  }

  .p-sp-loginbox {
    width: 100%;
    padding: 6% 0;
    overflow: hidden;
    clear: both;
    background-color: #f8f8f8;
  }

  .p-lgfb {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 3% 0px;
    border-radius: 5px;
    background-color: #305097;
    color: #fff;
    text-align: center;
    font-size: 3.6vw;
  }

  .p-lgml {
    display: block;
    width: 90%;
    margin: 5% auto 0;
    padding: 3% 0px;
    border-radius: 5px;
    background-color: #ed3535;
    color: #fff;
    text-align: center;
    font-size: 3.6vw;
  }

  .p-logo img {
    padding-top: 10%;
  }

  .p-about-title,.p-apply-title h2,.p-job-title {
    font-size: 5.8vw;
    margin-bottom: 6%;
  }

  .p-apply-title {
    margin-bottom: 0;
  }

  .p-navlist {
    display: none;
    width: 100%;
  }

  .p-navlist li {
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    background: #fff;
  }

  .p-navlist li:first-child a{
    height: auto;
  }

  .p-navlist li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 5.4% 0;
    font-size: 3.35vw;
    text-align: left;
    border-bottom: 1px solid #fff;
    border-right: none;
    border-left: none;
    background-size: 4%;
    text-align: center;
  }

  .p-navlist li a:hover,.p-navlist li a.active {
    background: #fff;
    color: #444;
    opacity: 1;
    height: auto;
  }

  .p-navlist-contactbox {
    padding: 9.7% 10% 8.8%;
    background: #f4f4f4;
    font-size: 0;
  }

  .p-navlist-contactbox li {
    display: inline-block;
    width: 50%;
    border: none;
  }

  .p-navlist li:first-child {
    margin-right: 0;
  }

  .p-navlist-contactbox li a {
    display: block;
    border: none;
    color: #fff;
    font-size: 3.5vw;
  }

  .p-navlist-contactbox li .contact {
    padding: 10.4% 0 10.4% 20%!important;
    background: #1d4a7d url(../images/sp-mail-icon.png) 14% 50% / 14% no-repeat;
  }

  .p-navlist-contactbox li .reservation {
    background: #f49500 url(../images/sp-cheack-icon.png) 14% 50% / 14% no-repeat;
    padding: 10.4% 0 10.4% 7%!important;
  }

  .p-logo-box {
    width: 100%;
    padding: 2% 0;
    margin-left: 4%;
  }

  .p-navlist li a span {
    display: inline-block;
    font-size: 2.5vw;
    vertical-align: text-top;
    margin-left: 4%;
  }

  .p-navlist li:nth-child(2) a {
    padding: 5.4% 0;
  }

  .p-navlist li:nth-child(7) a span {
    margin: 0;
  }

  .p-sp-navli {
    display: block!important;
  }

  .p-navlist li:nth-child(7) {
    width: 72%;
    height: auto;
    margin: 7% auto;
    text-align: center;
  }

  .p-sp-navli-btn {
    max-width: 460px;
    width: 100%;
    border: none!important;
    text-align: center!important;
    background-image: url(../images/spmenu-arrow.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
  }

  .p-navlist li:nth-child(7) a:hover {
    background-image: url(../images/spmenu-arrow.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
  }

  .p-navlist-contactbox {
    width: 100%;
  }

  /***** spメニュー ****/
  .p-sp-hrader {
    background-color: #fff;
  }

  .p-sp-hederlogo-box {
    position: absolute;
    top: -1%;
    width: 100%;
    margin-right: 0;
    /*padding: 6% 0 0;*/
    padding: 4% 0;
    background: #fff;
    text-align: center;
  }

  .p-sp-hederlogo-box img {
    width: 25.3%;
  }

  .p-sp-hrader-in {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    /*height: 9%;*/
    background-color: #fff;
    z-index: 10000;
  }

  .p-sp-heder-btn img {
    display: block;
    width: 42%;
    height: 100%;
    margin: 0 auto 19px;
    text-align: center;
  }

  .p-sp-hed-btnbox {
    display: flex;
    align-items: flex-start;
    margin: 0 0 0 auto;
    width: 28%;
  }

  .p-sp-heder-btn {
    display: block;
    width: 50%;
    padding: 11.5% 0 5.1%;
    color: #fff;
    font-size: 1.8vw;
    line-height: 1;
    letter-spacing: .05em;
    text-align: center;
    z-index: 1;
  }

  .p-sp-heder-btn.contact {
    background-color: #1d4a7d;
  }


  .p-sp-heder-btn.reservation {
    background-color: #f49500;
  }

  .l-header-in nav {
    width: 100%;
  }

  .p-mainvisual-text {
    top: 31%;
    font-size: 3vw;
    line-height: 1.8;
  }

  .p-navlist,.p-top-curtain-box,.p-top-curtain-list,.p-top-store-box,.p-top-archives-box,.p-top-gide-boxin,.p-top-banner-boxin{
    flex-wrap: wrap;
  }

  .p-sp-mainvisual-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
  }

  .p-sp-mainvisual-nav li {
    width: 50%;
    border-bottom: 1px solid #d2d2d2;
    list-style-type: none;
    text-align: center;
  }

  .p-sp-mainvisual-nav li:nth-child(2n) {
    border-left: 1px solid #d2d2d2;
  }

  .p-sp-mainvisual-nav li a {
    display: block;
    padding: 12.3% 0;
    font-size: 2.7vw;
    letter-spacing: .05em;
    line-height: .9;
  }

  .p-sp-mainvisual-nav li:nth-child(2) a {
    padding: 12.3% 0;
  }

  .p-navlist li a:hover {
    background: #fff;
  }

  .p-mainvisual-img {
    margin-bottom: 4%;
  }

  .p-topcategory-title {
    padding-bottom: 9%;
    font-size: 5.3vw;
    line-height: .7;
  }

  .p-topcategory-title span {
    margin-top: 4.54%;
    font-size: 3.2vw;
    line-height: 1.1;
  }

  .p-top-curtain {
    width: 50%;
  }

  .p-top-curtain p {
    padding: 7% 0 7% 7.5%;
    font-size: 3vw;
    line-height: 1.1;
  }
  .l-topcurtain_wrapper .p-topcategory-title {
    padding: 8.6% 0 9.4%;
  }

  .p-top-curtain-box {
    margin-bottom: 6.3%;
  }

  .p-top-curtain-list {
    width: 92%;
  }

  .p-top-curtain-list li {
    max-width: 100%;
    width: 50%;
    margin-bottom: 7.25%;
    border-left: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
  }

  .p-top-curtain-list li+ li {
    border-left: 0;
    border-right: 1px solid #a1a1a1;
  }

  .p-top-curtain-list li:first-child,.p-top-curtain-list li:nth-child(2),.p-top-curtain-list li:nth-child(3),.p-top-curtain-list li:nth-child(4),.p-top-curtain-list li:nth-child(5),.p-top-curtain-list li:last-child {
    max-width: 100%;
    width: 50%;
    text-align: center;
  }

  .p-top-curtain-list li:nth-child(3),.p-top-curtain-list li:nth-child(5) {
    border-left: 1px solid #a1a1a1;
  }

  .p-top-curtain-list li:nth-child(5),.p-top-curtain-list li:last-child {
    margin-bottom: 0;
  }

  .p-top-curtain-list li a {
    padding: 2.92% 0;
    font-size: 2.8vw;
    line-height: .9;
  }

  .p-top-commitment-box {
    flex-direction: column-reverse;
  }

  .l-top-commitment .p-top-commitment-box:nth-child(odd) {
    flex-direction: column;
    width: 100%;
    margin: 0 auto 14.4%;
  }

  .sp-mgb {
    margin: 0 auto 18.4%!important;
  }

  .p-top-commitment-imgbox {
    width: 100%;
  }

  .p-top-commitment-textbox {
    width: 92.3%;
    margin: 4.54% auto 14.4%;
  }

  .l-top-commitment .p-top-commitment-box:nth-child(odd) .p-top-commitment-textbox {
    width: 92.3%;
    margin: 4.54% auto 0;
  }

  .p-top-commitment-subtitle {
    margin-bottom: 3%;
    font-size: 4vw;
    line-height: 0.89;
  }

  .p-top-commitment-title {
    font-size: 6.66vw;
    line-height: 1;
  }

  .p-top-commitment-title span {
    margin-top: 2.5%;
    font-size: 3.35vw;
    line-height: 1.1;
  }

  .p-top-commitment-text {
    font-size: 3.35vw;
    line-height: 1.6;
  }

  .p-top-gide-btn a {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 6%;
    padding: 4.6% 0;
    background: url(../images/sp-top-arrow01.png) 90% 50% / 2% no-repeat;
    line-height: 1;
    font-size: 3.5vw;
  }

  .p-top-commitment-btn {
    width: 94%;
    margin: auto;
  }

  .p-top-commitment-btn a:hover, .p-top-gide-btn a:hover {
    border-bottom: 1px solid #444;
  }

  .p-top-store-box {
    width: 92%;
    padding-bottom: 49.4%;
  }

  .p-top-store {
    width: 47.7%;
    margin: 0 4.4% 4.4% 0;
  }

  .p-top-store:nth-child(2) {
    margin-right: 0;
  }

  .p-top-store:nth-child(3),.p-top-store:nth-child(4) {
    margin-bottom: 0;
  }

  .p-sub-subtitle {
    margin-bottom: 4.6%;
    font-size: 2.67vw;
    line-height: 1.3;
  }

  .p-sub-title {
    font-size: 3.2vw;
    line-height: 1.1;
  }

  .p-top-store-textbox {
    padding: 13.7% 0 19.8%;
  }

  .p-top-service-box {
    margin-bottom: 28%;
  }

  .p-top-service-textbox {
    padding: 0;
  }

  .p-top-service-title {
    margin-top: 8.35%;
    font-size: 5.35vw;
    line-height: 1.25;
  }

  .p-top-service-subtitle {
    margin: 2.4% 0 8.4%;
    font-size: 3.2vw;
    line-height: 1.1;
  }

  .p-top-service-text {
    width: 84.3%;
    margin: 11.7% auto 8.4%;
    font-size: 3.4vw;
    line-height: 1.6;
  }

  .p-top-service-btn a {
    width: 84.3%;
    margin-bottom: 9.5%;
    padding: 1.54% 0;
    background: #1d4a7d url(../images/sp-top-arrow02.png) 90% 50% / 11px no-repeat;
    font-size: 3.45vw;
    line-height: 2.2;
  }

  .p-top-archives-boxin {
    /*width: 95.9%;*/
    width: 100%;
    flex-direction: column;
  }

  .p-top-archives-boxin:first-child {
    width: 100%;
    margin: 0 auto;
  }

  .p-top-archives-boxin > div {
    width: 100%;
    margin-bottom: 30.8%;
    padding: 0;
    border: none;
  }

  .p-top-servicearea-list-title, .p-top-archives-text {
    min-width: 100%;
    margin-bottom: 6%;
    font-size: 5.3vw;
    line-height: 1;
    letter-spacing: .25em;
    text-align: center;
  }

  .p-top-archives-text span {
    margin-top: 3.2%;
    font-size: 3.2vw;
    line-height: 1.1;
  }

  .p-top-archives-box {
    margin-bottom: 0;
  }

  .p-top-archives-boxin dl {
    margin-bottom: 7.73%;
  }

  .p-top-archives-boxin dl a {
    display: block;
    margin: 0;
  }

  .p-top-archives-boxin dt {
    margin: 0 0 3.6%;
    font-size: 2.68vw;
    letter-spacing: .09em;
    line-height: 1;
  }
  .p-top-archives-boxin dd  {
    font-size: 3.34vw;
    letter-spacing: .09em;
    line-height: 1;
  }

  .p-search-btn {
    width: 33%;
  }

  .p-top-archives-btn a, .p-top-contact-btn a,.p-search-btn a,.p-top-commitment-btn a{
    max-width: 690px;
    width: 100%;
    padding: 1.6% 0;
    background: url(../images/top-arrow03.png) 90% 50% / 2% no-repeat;
    /*font-size: 4.5vw;*/
    font-size: 3.5vw;
    line-height: 2.15;
  }

  .p-search-tagbox a {
    font-size: 3.5vw;
  }

  .p-search-detailbox {
    display: block;
  }

  .p-search-detail-textbox {
    max-width: 100%;
    width: 96.6%;
    margin: 0 auto;
}

.p-search-detail-imgbox {
  max-width: 100%;
  width: 100%;
}

  .p-search-detail-textbox h1 {
    margin-bottom: 4%;
    font-size: 4vw;
  }

  .p-search-detail-mainimgbox img {
    height: 71.1vw;
    overflow: hidden;
  }

  .p-search-detail-subimgbox img {
    max-width: 100%;
    width: 18.4%;
    margin: 0 2% 1% 0;
    height: 16.8vw;
    overflow: hidden;
  }


  .p-search-detailbox .p-search-btn {
    width: 100%;
    margin-bottom: 14%;
  }

  .p-search-detailbox .p-search-btn a {
    padding: 4.6% 0;
    background-size: 2%;
  }


  .p-search-btnbox .p-search-btn {
    width: 49%;
    margin: 0 1% 2% 0;
  }

  .p-search-btnbox .p-search-btn:nth-child(2n) {
    margin: 0 0 2% 1%;
  }

  .p-search-btn a {
    background-size: 3%;
  }

  .p-top-archives-boxin dl:nth-child(5) {
    margin-bottom: 18%;
  }

  .p-top-gide-area .p-topcategory-title{
    padding: 8% 0 9.8%;
  }

  .p-top-gide-lead {
    width: 84.8%;
    margin: 0 auto 9.8%;
    font-size: 3.3vw;
    line-height: 1.65;
  }

  .p-top-gide-boxin {
    width: 84.8%;
    margin: 0 auto;
    padding: 0;
  }
  .p-top-gide {
    display: block;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 11.2%;
    text-align: center;
  }

  .p-top-gide:nth-child(2n) {
    margin-right: 0;
  }

  .p-top-gide img {
   /* width: 56.6%;*/
    width: 21.2vw;
    height: 21.2vw;
    margin-bottom: 6%;
  }

  .p-top-gide p {
    margin: 0 auto;
    font-size: 3.3vw;
    line-height: 1.3;
    letter-spacing: .01em;
  }

  .p-top-contact-textbox {
    width: 100%;
    padding: 9.3% 0 8.5%;
  }

  .p-top-contact-title {
    font-size: 5.3vw;
    text-align: center;
  }

  .p-top-contact-text {
    margin: 4% 0 10.4%;
    font-size: 3.2vw;
    text-align: center;
  }

  .p-top-contact-btnbox {
    display: block;
    margin: 0 auto 7.3%;
  }

  .p-top-contact-btns {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .p-hed-btn.contact, .p-top-contact-btns.contact,.p-hed-btn.reservation, .p-top-contact-btns.reservation {
    width: 85.3%;
    margin: 0 auto;
    padding: 5.24% 0;
    line-height: 1;
    font-size: 3.5vw;
  }

  .p-top-contact-btns.contact {
    margin-bottom: 7.6%;
    background: #1d4a7d url(../images/sp-mail-icon.png) 28% 50% / 8% no-repeat;
  }

  .p-top-contact-btns.reservation {
    background: #f49500 url(../images/sp-cheack-icon.png) 26% 50% / 8% no-repeat;
  }

  .p-top-contact-btn a {
    padding: 1.72%;
  }

  .p-top-contact-box {
    margin: 12% auto;
    padding: 0;
  }

  .p-top-contact-btn {
    width: 87.3%;
    margin: 0 auto;
  }

  .p-top-banner-box {
    margin-bottom: 10%;
    display: flex;
    align-items: flex-start;
  }

  .p-top-banner img {
    max-width: 100%;
  }

  .p-top-banner-boxin a {
    /*width: 47.9%;
    margin: 0 0 9.8%;*/
    width: 95.7%;
    margin: 0 auto 9.8% 0;
  }


  .p-top-banner-boxin:last-child a {
    width: 95.7%;
    margin: 0 0 9.8% auto;
  }

   .p-top-banner-boxin:last-child a:last-child  {
    width: 95.7%;
    margin: 0 0 0 auto;
  }

  .p-top-banner-boxin a:last-child {
     width: 95.7%;
    margin: 0 auto 0 0;
  }

  .p-top-banner-boxin {
    width: 100%;
    margin-bottom: 0;
  }

  .p-top-banner-boxin:last-child {
    width: 100%;
  }

 /* .p-top-banner-boxin a:nth-child(4) {
    display: none!important;
  }*/

 /* .p-top-banner-boxin a:nth-child(2),.p-top-banner-boxin a:nth-child(5) {
    margin: 0 0 9.8% auto
  }

  .p-top-banner-boxin a:nth-child(3),.p-top-banner-boxin a:nth-child(5) {
    width: 47.9%;
    margin-bottom: 0;
  }*/

  .p-top-servicearea-box {
    display: block;
    width: 100%;
  }

  .p-top-servicearea-listboxin {
    width: 92%;
    margin: 0 auto 4%;
    padding: 8.6% 4.6% 8% 6.4%;
    display: block;
  }

  .p-top-servicearea-textbox {
    width: 100%;
    margin-bottom: 23.6%;
    text-align: center;
  }

  .p-top-servicearea-title {
    margin-bottom: 10%;
    font-size: 5.34vw;
    line-height: 1;
  }

  .p-top-servicearea-title span {
    font-size: 3.2vw;
    margin-top: 3.8%;
  }

  .p-top-servicearea-text {
    width: 81.4%;
    margin: 0 auto;
    font-size: 3.3vw;
    line-height: 1;
    text-align: left;
  }

  .p-top-servicearea-list-title {
    margin-bottom: 5.85%;
    letter-spacing: .09em;
  }
  .p-top-servicearea-list-textbox {
    padding: 5.3% 0 0 0;
    border-top: 1px solid #d1d1d1;
    border-left: none;
  }

  .p-top-servicearea-list-textbox:nth-child(2) p, .p-top-servicearea-list-textbox:nth-child(3) p {
    font-size: 3.4vw;
    line-height: 2.2;
    letter-spacing: .05em;
  }

  .p-footer-box {
    flex-direction: column-reverse;
    width: 100%;
    padding: 11.5% 0 0;
    border-bottom: 0;
  }

  .p-footer-snsbox {
    margin: 0 auto 14%;
  }

  .p-footer-snsbox p {
    margin-bottom: 13.6%;
    font-size: 4.8vw;
    text-align: center;
  }

  .p-footer-snsbox img {
    width: 50%;
    margin: 0 auto;
  }

  .p-footer-snsbox img:last-child {
    margin: 0 auto;
  }

  .p-footer-box-left {
    display: block;
    width: 100%;
  }

  .p-footer-box-left > div {
    margin-right: 0;
    width: 100%;
  }

  .p-footer-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .p-footer-list li {
    width: 50%;
    border-bottom: 1px solid #d2d2d2;
  }

  .p-footer-list li a {
    display: block;
    padding: 2.23em 0;
    font-size: 2.7vw;
    text-align: center;
  }

  .p-footer-list li:nth-child(1),.p-footer-list li:nth-child(2) {
    border-top: 1px solid #d2d2d2;
  }

  .p-footer-list li:nth-child(2n) {
    border-left: 1px solid #d2d2d2;
  }

  .p-footer-box-left {
    padding-bottom: 0;
  }

  .p-footer-snsbox > div {
    justify-content: center;
  }

  .p-footer-list li a {
    z-index: 999;
  }

.p-footer-list li a:before {
  transition:unset;
}

.p-copyright {
  padding: 5.4% 0 8.6%;
  font-size: 2.7vw;
}

.p-top-gide-btn {
  width: 90%;
  margin: auto;
}

/*タイトル*/
.p-search-area h2, .p-shop-middletitle, .p-shop-introduction-area h2, .p-contact-area h2, .p-faq-area h2, .p-privacy-area h2 {
  margin-bottom: 3%;
  font-size: 3vw;
  letter-spacing: .19em;
}

.c-main-textbox p {
  font-size: 10vw;
  line-height: .8;
}

/*カテゴリで探す*/
.p-search-category-lead {
  margin-bottom: 10%;
}

.p-search-tagbox a {
  max-width: unset;
  width: 49%;
  margin: 0 1% 2% 0;
  padding: 5% 0;
}

.p-search-tagbox a:nth-child(2n) {
  margin: 0 0 2% 1%;
}

.comparison tr:nth-child(n + 1) td:nth-child(2) {
  background-color: #fff;
}

.comparison:nth-of-type(1) tr:nth-child(n + 1) td:nth-child(2) {
      background: #fff3e2;
}

/*こだわり*/
#price {
  margin-top: -15%;
  padding-top: 17%;
  background: none;
}

.quality .p-point-area{
  background: url(../images/quality/block03.png) top left / 40% no-repeat;
}

.satisfied {
  background: url(../images/quality/block03.png) 0 0 / 36% no-repeat;
}

.satisfied .p-point-box {
  flex-flow: column-reverse nowrap;
  padding-top: 8%;
}

.p-point-img {
  margin-bottom: 4%;
}

.p-point-box .u-sp {
  padding: 0 4%;
}

.p-point-box .p-subtitle {
  font-size: 5vw;
  font-family: "YuMincho M",YuMincho,'Yu Mincho';
}

.p-point-textbox {
  background: #f4f4f4;
}

.p-point-img {
  padding: 0 4%;
}

.p-subtext {
  margin: 0 auto 12%;
}

.p-point-box {
  flex-flow: column nowrap;
  padding: 0;
}

.import .p-point-box {
  padding-top: 8%;
}

.p-quality {
  background: none;
}

#price .p-point-box {
  margin-bottom: 16%;
  background: url(../images/quality/spbg01.png) top right / 65% auto no-repeat;
}

.p-point-textinner {
  margin-right: 0;
}

.p-flow-box {
  margin-bottom: 0;
}

.p-flow-box img {
  margin-bottom: 10%;
}

.quality .p-point-area {
  padding-top: 50%;
  background: url(../images/quality/spbg02.png) top right / 50% auto no-repeat;
}

#quality {
  padding-top: 8%;
}

.quality .p-point-box {
  flex-flow: column-reverse nowrap;
  background: url(../images/quality/spbg03.png) bottom left / 40% auto no-repeat;
}

.p-quality-box .p-quality-title {
  margin-bottom: 10%;
  font-size: 5vw;
}

.p-quality-img {
  margin-right: 0;
  margin-bottom: 10%;
}

.p-quality-list td {
  margin-bottom: 6%;
}

.comparison th {
  font-size: 3vw;
}

.comparison td {
  width: 50%;
  padding: 4% 2%;
  font-size: 3vw;
}

.p-point-box--left .p-point-textbox {
  margin-left: 0;
  background: #f4f4f4;
}

.p-point-textbox {
  width: 100%;
}

.p-point-area h2 {
  margin-top: 10%;
  margin-bottom: 10%;
  font-size: 7vw;
  text-align: center;
}

.p-point-textinner .p-subtitle {
  font-size: 5vw;
}

.p-point-area h2 img {
  display: block;
  width: 16%;
  margin: 0 auto 4%;
}

.p-flow-box {
  flex-flow: column nowrap;
  padding: 0 4%;
}

.p-flow-box > div:first-child {
  width: 100%;
}

.p-flow-box > div:last-child {
  width: 100%;
}

.p-quality-box {
  width: 94%;
  flex-flow: column nowrap;
}

.p-quality-img {
  width: 100%;
}

.p-quality-box {
  padding: 6%;
}

.p-quality-list td {
  display: block;
}

.comparison {
  width: 94%;
}

.p-use-cloth {
  width: 94%;
  flex-flow: column nowrap;
  padding: 8% 6% 4%;
}

.p-use-cloth div:first-child {
  margin-right: 0;
  margin-bottom: 4%;
}

.p-cloth-title {
  margin-bottom: 0;
  font-size: 5vw;
  font-family: "YuMincho M",YuMincho,'Yu Mincho';
}

.p-before,
.p-after {
  padding: 5% 8%;
  font-size: 3vw;
}

.p-processing-title {
  width: 100%;
  margin-top: 12%;
  margin-bottom: 4%;
  font-size: 4vw;
}

.p-processing-area {
  flex-flow: column nowrap;
}

.p-processing-box {
  width: 100%;
}

.p-processing-textbox {
  width: 100%;
}

.p-processing-area {
  width: 94%;
  margin: auto;
}

.p-processing-box {
  margin-right: 0;
  margin-bottom: 4%;
}

.p-import-area {
  flex-flow: column nowrap;
}

.p-processing-subtitle {
  margin-bottom: 4%;
  font-size: 4vw;
}

.import {
  padding: 45% 0 0;
  background: url(../images/quality/spbg04.png) top left / 70% auto no-repeat;
}

.import .p-point-box img {

}

.p-import-textbox h3 {
  margin: 5% 0;
  font-size: 4.4vw;
}

.p-import-box {
  width: 100%;
  margin-bottom: 12%;
}

.p-import-imgbox {
  width: 100%;
  padding-left: 6%;
}

.p-import-textbox {
  width: 87%;
}

.p-import-box:nth-child(2) {
  margin-left: 0;
}

.p-import-box:nth-child(2) .p-import-imgbox {
  float: left;
  padding-right: 6%;
  padding-left: 0;
}

.p-import-box:nth-child(2) .p-import-textbox {
  right: 0;
  left: auto;
}

.satisfied {
  padding-top: 35%;
  background: url(../images/quality/spbg02.png) top right / 50% no-repeat,url(../images/quality/spbg03.png) 0 20% / 50% no-repeat;
}

.p-satisfied-title {
  font-size: 4vw;
}

.p-satisfied-subtitle {
  font-size: 4vw;
}

.p-satisfied-box {
  flex-flow: column nowrap;
  width: 94%;

}

.p-satisfied-box .p-point-textbox {
  width: 100%;
  background: #fff;
}

.p-service-area {
  position: relative;
  display: flex;
  flex-flow: column-reverse nowrap;
  margin-top: -6%;
  padding-top: 6%;
}

.p-service-textbox,
.p-service-area.second .p-service-textbox {
  left: 0;
  bottom: 0;
  width: 84%;
  margin-top: -35%;
  margin-bottom: 10%;
  padding: 2%;
}

.p-service-area.second {
  flex-flow: column nowrap;
}

.p-service-title {
  font-size: 4vw;
}

.p-service-subtitle {
  font-size: 4vw;
}

.p-coordinate-link {
  font-size: 4vw;
}

.p-service-textbox span {
  display: block;
}

.p-caution-list li {
  font-size: 3vw;
}

.p-service-imgbox {
  width: 100%;
}

/**/
.p-search-detail-btn a {
  margin-bottom: 6%;
}

.p-search-detail-btn {
  display: block;
  margin-bottom: 32%;
}

.p-buy-btn-box {
  margin-bottom: 6%;
}

.p-buy-btn {
  max-width: unset;
  font-size: 4vw;
}

.p-search-detail-btn a {
  display: block;
  max-width: unset;
  width: 100%;
  font-size: 4vw;
}

.p-search-detail-btn .contact {
  background-position: 25% 50%;
}

.p-search-detail-btn .reservation {
  background-position: 25% 50%;
}

.p-hed-btn.contact, .p-top-contact-btns.contact, .p-hed-btn.reservation, .p-top-contact-btns.reservation {
  width: 87.3%;
}

.p-search-detail-ability img {
  width: 11.5%;
}

/*店舗案内*/
.p-shop-box {
  flex-flow: column nowrap;
  margin-bottom: 8%;
}

.p-shop-service-box {
  margin-bottom: 8%;
}

.p-shop-textbox h2 {
  font-size: 5vw;
  text-align: center;
}

.p-shop-imgbox {
  width: 100%;
}

.p-shop-textbox {
  width: 100%;
  padding: 4%;
}

.p-shop-textbox .p-search-btn {
  width: 100%;
  background-color: #fff;
}

.p-shop-textbox .p-search-btn a {
  background-size: 2%;
}

.p-shop-textbox dt {
  max-width: 20%;
}

/**/
.p-gide-list-textbox {
  max-width: unset;
  width: 100%;
}
.p-gide-list > a {
  width: 70%;
}

.p-gide-list-text {
  margin-right: 5%;
  font-size: 12px;
}

.p-gide-list-textbox p {
  /*font-weight: normal;*/
  margin-bottom: 0;
}

.p-gide-list-img {
  max-width: unset;
  width: 100%;
}

.p-gide-list-img img {
  width: 100%;
}

.p-gide-detail-title {
  margin: 4% 0;
  font-size: 6vw;
  line-height: 1.6;
}

/*店舗案内詳細*/
.p-top-archives-btn a, .p-top-contact-btn a, .p-search-btn a, .p-top-commitment-btn a {
  max-width: unset;
}
.p-shop-outside-textbox {
  max-width: unset;
  margin: 0;
}

.p-shop-outside-imgbox > img {
  width: 100%;
}

.p-shop-qr-imgbox img {
  max-width: 100%;
  width: 50%;
  margin: 0 auto;
}

.p-shop-textbox .p-search-btn {
  margin: 4% 0;
}

.p-shop-outside-box {
  flex-flow: column nowrap;
}

.p-shop-outside-imgbox {
  max-width: unset;
  margin-bottom: 4%;
}

.p-shop-tag {
  max-width: unset;
  justify-content: space-around;
}

.p-shop-outside-box .p-search-btn {
  width: 100%;
}

.p-shop-tag-text {
  font-size: 3.8vw;
}

.p-shop-tag-text:nth-child(2) {
  font-size: 5vw;
}

.p-shop-tag-subtext {
  width: auto;
  padding: 2% 4%;
  font-size: 3vw;
}

.p-shop-outside-box .p-search-btn a {
  background-size: 2%;
}

.p-shop-access-box {
  flex-flow: column nowrap;
}

.p-shop-access-box iframe {
  width: 100%;
}

.p-shop-detail-area {
  flex-flow: column nowrap;
}

.p-shop-qr-imgbox {
  flex-flow: column-reverse nowrap;
}

.p-shop-access-textbox dt {
  width: 25%;
}

.p-shop-access-textbox dd {
  width: 75%;
}

.p-shop-detail-area {
  padding: 4%;
}

.p-shop-qr-box h3,
.p-shop-detail-service-box h3 {
  font-size: 4vw;
}

.p-shop-qr-title,
.p-shop-detail-service-box p {
  font-size: 3vw;
}

.p-shop-sp-title {
  display: block;
  font-size: 4vw;
}

.p-shop-access-textbox {
  padding: 4%;
  margin-left: 0;
}

.p-shop-qr-textbox {
  max-width: unset;
  width: 100%;
  margin: 0 0 4%;
}

.p-shop-qr-box {
  max-width: unset;
}

.p-shop-qr-imgbox {
  margin-bottom: 6%;
}

.p-shop-detail-service-box {
  max-width: unset;
}

.p-shop-introduction-area {
  padding: 0 2%;
}

.p-shop-introduction-box a{
  max-width: unset;
  max-width: 100%;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 4%;
}

.p-shop-introduction-img img {
  width: 100%;
}

.p-shop-introduction-box a:nth-child(2n) {
  margin-right: 0;
}

.p-shop-detail-service-box {
      margin: 0;
}

.p-shop-introduction-btnbox {
  flex-flow: column nowrap;
}

.p-shop-introduction-btn {
  max-width: unset;
  width: 100%;
  margin: 0 0 4%;
}

.p-shop-outside-textbox h3 {
  font-size: 4.5vw;
}

.p-shop-outside-text {
  font-size: 3vw;
}

.p-hed-btn.reservation, .p-top-contact-btns.reservation, .p-shop-introduction-rightbtn a {
  background-position: 28% 50%;
}

.p-shop-introduction-btn a {
  font-size: 4vw;
}

.p-shop-introduction-rightbtn a {
  background-position: 22% 50%;
}

.p-shop-introduction-btn a {
  max-width: unset;
}

.p-shop-introduction-rightbtn {
  width: 100%;
}

.p-shop-introduction-rightbtn a {
  width: 100%;
}


/*よくある質問*/
.p-faq-area {
  margin-bottom: 10%;
}

.p-faq-list {
  margin-bottom: 4%;
}

.p-accordion-contact {
  margin: 6% auto 0;
}


.p-faq-list {
  flex-flow: row wrap;
}

.p-faq-list li {
  width: 49%;
}

.p-faq-list li {
  border-left: solid 1px #ddd;
}

.p-faq-list li {
  margin-bottom: 4%;
  padding: 2%;
  border-right: solid 1px #ddd;
  text-align: center;
}

.p-faq-list li:first-child {
  padding: 0;
}

.p-faq-list li + li {
  padding: 0;
  border-left: solid 1px #ddd;
}

.p-faq-list li:nth-child(2n) {
  border-left: none;
}

.p-faq-list li a {
  margin: 2% 0;
  padding: 0 2%;
  font-size: 3vw;
}

.p-faq-list li a span {
  margin-right: 5%;
  font-size: 4vw;
  float: left;
  margin-left: 3%;
}

.p-faq-title {
  margin-bottom: 4%;
}

.p-accordion-title h3 {
  font-size: 4vw;
  padding-right: 10%;
  line-height: 1.6;
}

.p-accordion-text-ti {
  width: 8%;
}

.p-accordion-text {
  padding: 2% 3% 4% 5%;
}

.p-accordion-contact {
  font-size: 4vw;
}

.p-privacy-area {
  margin-bottom: 14%;
}

.p-privacy-area p {
  margin-bottom: 8%;
  font-size: 3vw;
}

.p-staff-lead {
  padding-bottom: 4%;
}

/*お問い合わせ*/
.p-contact-table td p {
  font-size: 2.5vw;
}
.p-contact-radiobox select:first-child {
  margin-bottom: 10px;
}
.p-contact-table td input {
  width: 100%;
  border: 1px solid #999;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #999;
}

.p-contact-radiobox select{
  width: 30%;
  border: 1px solid #999;
}

.p-contact-radiobox select:nth-of-type(2),.p-contact-radiobox select:nth-of-type(3),.p-contact-radiobox select:nth-of-type(4) {
   width: 20%;
}

.p-contact-cheakbox textarea {
  border: 1px solid #999;
  -webkit-appearance: none;
  border-radius: 0;
}

.any {
  display: inline-block;
  font-size: 14px;
}

.p-contact-cheakbox label {
  margin: 0 auto 6%;
  font-size: 3.4vw;
  text-align: center;
}

.p-submit-box .p-submit {
  background: #a79780 url(../images/buy-arrow.png) 90% 50%/ 8px no-repeat;
}
.p-contact-title {
  margin-bottom: 4%;
  font-size: 5vw;
}

.p-contact-part-number {
  margin-bottom: 6%;
  padding: 6%;
  font-size: 3vw;
  line-height: 1;
  text-align: center;
}

.p-contact-table, .p-company-table {
  margin-bottom: 8%;
}

.p-contact-table th .need,.p-contact-table th .any {
  margin: 0 10px 0 0;
}

.p-contact-table th, .p-company-table th {
  display: flex;
  align-items: center;
  line-height: 1;
  width: 100%;
  padding: 4%;
  font-size: 3.6vw;
}

.p-contact-cheak th {
  flex-direction:inherit;
}

.p-contact-name {
  width: 12%;
}

.p-contact-namebox div:first-child {
  margin-bottom: 4%;
}

.p-contact-namebox div{
 /* display: flex;
  align-items: center;*/
  display: block;
  width: 100%;
}

.p-contact-namebox div input {
  /*width: 47.8%;*/
  width: 60%;
}

.p-contact-table td, .p-company-table td {
  display: block;
  width: 100%;
  padding: 4%;
  font-size: 4vw;
}

.p-contact-table td p {
  /*width: 11%;*/
}

.p-contact-name {
  line-height: 2;
}

.p-contact-radiobox label {
  margin-left: 12px;
}

.p-contact-table tr, .p-company-table tr {
  border-bottom: 1px solid #999;
}

.p-mgle30 {
  margin-left: 0;
}

.p-contact-tabbox > div p {
  height: 63px;
  padding: 0;
  line-height: 63px;
  font-size: 4vw;
}

.p-contact-tabbox > div {
  height: 63px;
}

.p-contact-tabbox img {
  width: 7.5%;
  height: 63px;
}

.p-contact-table td.tel input {
  width: 24.9%;
  margin: 0 2%;
}

.p-contact-table td.tel input:first-child {
  margin-left: 0;
}

.p-contact-table td.tel input:last-child {
  margin-right: 0;
}

.p-contact-privacybox p {
  font-size: 14px;
}

.check_css {
  padding: 0 0 0 32px;
}

.check_css:before {
  top: 50%;
  left: 12px;
}

.check_css:after {
  left: 7px;
}

.p-submit-box .p-submit {
  width: 60%;
  font-size: 4vw;
}

.p-contact-namebox input {
  max-width: unset;
  width: 83%;
}

.p-submit-box {
  margin: 4% auto 10%;
}

.p-submit-back {
  width: 100%;
  margin-bottom: 4%;
  padding: 4% 0;
  line-height: 1.6;
  font-size: 4vw;
  border-radius: 0;
  -webkit-appearance: none;
}

.p-submit-box .p-submit {
  width: 100%;
  padding: 4% 0;
  line-height: 1.6;
  border-radius: 0;
  -webkit-appearance: none;
}

.p-contact-complete-table th {
  display: block;
  width: 100%;
  padding: 4%;
  line-height: 1.6;
  font-size: 4vw;
}

.p-contact-complete-table td {
  display: block;
  width: 100%;
  padding: 4%;
}

.p-contact-complete-table td p {
  font-size: 3vw;
  line-height: 1.6;
}

.p-contact-complete-table td a {
  margin: auto;
  font-size: 3vw;
}

/*ブログ*/
.p-gide-area {
  flex-flow: column nowrap;
}

.p-gide-main {
  margin-bottom: 10%;
}

.p-gide-main-box {
  width: 100%;
  margin-bottom: 10%;
}

.p-gide-side-box {
  width: 100%;
  margin: 0;
}
.p-gide-main{
  border-bottom: none;
}

.p-gide-list-title {
  margin-bottom: 2%;
  font-size: 4vw;
}

.p-gide-list-day p {
  font-size: 3vw;
}

.p-gide-side-list a, .p-gide-detail-list a {
  display: block;
  text-indent: -2.2em;
  padding-left: 2.2em;
  font-size: 3.5vw;
}

.p-gide-side-list a span, .p-gide-detail-list a span {
  margin-right: 4%;
}

.p-gide-side-list span {
  font-size: 3vw;
}

.p-gide-side-box {
  max-width: 100%;
}

.p-gide-side-title {
  margin-bottom: 0;
  font-size: 4vw;
  text-align: center;
}

.p-gide-side-list {
  padding: 5%;
  background: #f0f2f1;
}

.p-gide-category {
  max-width: unset;
  width: auto;
  margin: 0 0 4%;
  padding: 2% 4%;
  background-color: #a79780;
  font-size: 3vw;
  line-height: 1.6;
}

.p-gide-category-box > div a img {
  width: 69%;
}

.p-gide-category-box > div a:first-child img {
  width: 69%;
  margin: 0;
}
.p-gide-list-textbox {
  padding: 3% 0;
}

.p-gide-detail-maintitle {
  padding: 4% 2%;
  font-size: 5vw;
}

.p-gide-detail-midtitle {
  font-size: 4vw;
  line-height: 1.6;
}

.p-gide-detail-main {
  margin-bottom: 5%;
}

.p-gide-detail-smtitle {
  font-size: 3vw;
  line-height: 1.6;
}

.p-gide-side-list, .p-gide-detail-list {
  margin-bottom: 12%;
}

.p-gide-detail-list {
  padding: 2% 0 2% 4%;
  width: 100%;
}

.p-contact-area h2 {
  margin-bottom: 14%;
}

.p-quality-img img {
  width: 100%;
}

.p-search-area h2 {
  margin-bottom: 8%;
}

}

@media screen and (max-width: 680px){
  .p-search-area h2:before, .p-shop-middletitle:before, .p-shop-introduction-area h2:before, .p-contact-area h2:before, .p-faq-area h2:before, .p-privacy-area h2:before {
    margin-right: 8px;
  }

  .p-search-area h2:after, .p-shop-middletitle:after, .p-shop-introduction-area h2:after, .p-contact-area h2:after, .p-faq-area h2:after, .p-privacy-area h2:after {
    margin-left: 8px;
  }
  p {
    font-size: 3vw;
  }
  .p-sp-hrader-in {
    /*height: 11.5%;*/
  }

  .p-search-area {
    margin-bottom: 30%;
  }

  .p-search-area h2, .p-shop-middletitle, .p-shop-introduction-area h2, .p-contact-area h2, .p-faq-area h2, .p-privacy-area h2 {
    display: flex;
    margin-bottom: 8%;
    font-size: 4vw;
    line-height: 1.6;
    width: 100%;
  }

    .p-search-area h2 {
      width: 98%;
      margin: 20% auto;
    }

  .p-contact-area h2 {
    margin-bottom: 14%;
  }

  /*カーテンを探す*/
  .p-search {
    max-width: 100%;
    width: 48%;
  }

/*  .p-search-img img {
    width: 100%;
  }*/
  .p-search:nth-child(5n) {
    margin: 0 3.35% 3.35% 0;
  }

  .p-search:nth-child(2n) {
    margin-right: 0;
  }

  .p-shop-introduction-area iframe,.p-shop-access-box iframe {
    height: 300px;
  }
  .p-search {
    margin-bottom: 16%;
  }

  .p-search-btnbox {
    margin-top: 10%;
  }
}

@media screen and (max-width: 580px){
  .p-navlist {
    top: 19%;
  }
}

@media screen and (max-width: 480px){
  .p-sp-heder-btn img {
    margin-bottom: 14%;
  }

  .p-sp-hed-btnbox {
    width: 35%;
  }

  .p-navlist {
    top: 12%;
  }

  .p-shop-introduction-area iframe,.p-shop-access-box iframe {
    height: 250px;
  }
  .p-sp-hederlogo-box {
    padding: 5% 0;
  }

  .p-search-area {
    margin-bottom: 26%;
  }

  .p-search-area h2 {
        margin: 10% auto;
  }

  .p-gide-detail-maintitle {
    font-size: 5.5vw;
  }

  .p-gide-detail-midtitle {
    font-size: 4.8vw;
  }

  .p-gide-detail-smtitle {
    font-size: 4.3vw;
  }
}


@media screen and (max-width: 380px){
  .p-contact-table td p {
    font-size: 12px;
  }
  .p-sp-hederlogo-box {
    padding: 4.5% 0;
  }
  .p-sp-heder-btn {
    font-size: 8px;
    padding-bottom: 10%;
  }

  .p-sp-heder-btn img {
    width: 33%;
  }


  .p-sp-heder-btn.reservation {
    padding-bottom: 10%;
  }

  .p-contact-table td, .p-company-table td {
    font-size: 3vw;
  }

  .p-contact-radiobox select {
    font-size: 12px;
    border: 1px solid #999;
  }

  .p-contact-table th, .p-company-table th {
    font-size: 3.4vw;
  }

  .p-contact-table th .need {
    margin-top: -2px;
  }
  .p-contact-cheakbox textarea {
    margin-top: 0;
  }

  .p-import-box:nth-child(2) .p-import-textbox,.p-import-textbox{
    bottom: -5px;
  }

  .p-import-textbox p {
    margin-bottom: 0;
  }

  .p-search-area h2, .p-shop-middletitle, .p-shop-introduction-area h2, .p-contact-area h2, .p-faq-area h2, .p-privacy-area h2 {
    font-size: 4.6vw;
  }

  .p-search-btn a {
    display: block;
    padding: 5% 0;
    line-height: 1;
  }

  .p-navlist {
    top: 9%!important;
    height: 88vh;
    /*overflow: hidden!important;*/
  }

  .p-sp-hrader-in {
    height: auto;
  }

  .p-menu-trigger {
    top: 14%;
    left: 4%;
    width: 12%;
    padding: 6% 0%;
}

.p-menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-3.7vw) rotate(45deg);
    transform: translateY(-3vw) rotate(45deg);
}

/*.p-search-img img {
  height: 100px;
}*/
}

@media screen and (max-width: 320px){
  .p-sp-heder-btn,.p-sp-heder-btn.reservation {
    padding-bottom: 12%;
  }

  .p-navlist {
    /*top: 10.5%!important;*/
    height: 88vh;
  }
  .p-search-area h2, .p-shop-middletitle, .p-shop-introduction-area h2, .p-contact-area h2, .p-faq-area h2, .p-privacy-area h2 {
    font-size: 3.8vw;
}

.p-menu-trigger {
    left: 4%;
    width: 12%;
    padding: 6% 0%;
}

.p-menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-3.7vw) rotate(45deg);
    transform: translateY(-3vw) rotate(45deg);
}

.p-menu-trigger.active {
    top: 0.6em;
}
}