@charset "euc-jp";

/* 共通.css */

* {
  box-sizing: border-box;
}

@media (min-width: 1100px) {
	html {
		font-size: 14px;
	}
}
@media (max-width: 1099px) {
	html {
		font-size: 13px;
	}
}

body {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1;
  background-color: #fffff;
  color: #535353;
    position:relative;
}

h1, h2, h3, h4, h5, h6, h7 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 1px;
}

a,
a:visited {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
    color: #000;
}

a:hover,
a:active,
a:focus {
  color: #959595;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: normal;
}

p {
  font-family: 'Noto Sans JP', sans-serif;
}

span {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}

.lower{
    max-width: 1100px;
    margin: 0 auto;
}
.lower h2{
			text-align: center;
			font-weight: bold;
			font-size: 24px;
			color: #000;
		}

@media (min-width: 1100px) {
	.desktop {
		display: block;
	}
	.phone {
		display: none;
	}
}
@media (max-width: 1099px) {
	.desktop {
		display: none;
	}
	.phone {
		display: block;
	}
}

.container {
	min-height: 100vw;
	margin: 0;
	padding: 0;
}

.col {
  padding: 0;
}

.header {
  background: #f6f6f6;
  color: #000;
}

.footer {
  background: #7d8f8f;
  color: #fff;
}

#wrapper {
  width: 100%;
  max-width: none;
}

#contents {
  background: inherit;
  color: inherit;
}

/* //共通.css */
/*header*/
.header-instagram img,
		.header-facebook img,
		.header-cart img,
		.header-finder img,
		.header-payment-method img {
			width: auto;
			height: 18px;
		}

		.header-contact-tel {
			font-size: 15px;
			font-weight: bold;
		}

		.header-contact-tel img {
			margin-right: 0.25em;
			width: auto;
			height: 13px;
		}

		.header-desktop {
			height: 179px;
			background: inherit;
			color: inherit;
		}

		.header-desktop .header-desktop-content {
			position: relative;
			display: block;
			margin: auto;
			width: 1100px;
		}

		.header-desktop-upper {
			position: relative;
			width: auto;
			height: 178px;
		}

		.header-desktop .navigation {
			position: absolute;
			top: 128px;
			left: 0;
			width: 100%;
			text-align: center;
		}

		.header-desktop .navigation-item {
			font-weight: bold;
			margin: 0 1em;
		}

		.header-desktop .navigation-sub {
			position: absolute;
			top: 126px;
			right: 0;
		}

		.header-desktop .navigation-sub a {
			margin: 0 0 0 1em;
            color: #000;
		}

		.header-desktop .header-finder a {
			margin: 0;
		}
        .header-desktop .navigation-sub a {
			margin: 0 0 0 1em;
		}

		.header-desktop-logo a {
			display: inline-block;
		}

		.header-desktop-upper-left a {
			display: inline-block;
			margin: 0 1em 0 0;
		}

		.header-desktop-upper-right p {
			display: inline-block;
			margin: 0 0 0 1em;
		}

		.header-desktop-upper-left {
			position: absolute;
			top: 55px;
			left: 0;
		}

		.header-desktop-upper-right {
			position: absolute;
			top: 55px;
			right: 0;
		}

		.header-desktop-logo {
			position: absolute;
			top: 50px;
			left: 0;
			width: 100%;
			text-align: center;
		}

		.header-desktop-logo img {
			width: auto;
			height: 30px;
		}

		.header-phone {
			position: sticky;
			top: 0;
			z-index: 200;
			height: 70px;
			background: #f6f6f6;
			color: #000;
		}

		.header-phone .header-phone-content {
			position: relative;
		}

		.header-phone .header-phone-center {
			position: absolute;
			top: 25px;
			left: 0;
			width: 100%;
			text-align: center;
		}

		.header-phone .header-phone-left {
			position: absolute;
			top: 20px;
			left: 25px;
		}

		.header-phone .header-phone-right {
			position: absolute;
			top: 24px;
			right: 25px;
		}

		.header-phone .header-phone-popup {
			display: none;
			width: 100%;
			height: auto;
			position: absolute;
			top: 70px;
			box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
			background: inherit;
			color: inherit;
			z-index: 200;
		}

.header-phone .navigation {
		}

.header-phone .gnav__search{
    margin: 10% 0;
    font-size: 14px;
}
.header-phone .gnav__search .search_keyword{
    margin: 5% 0;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
		.header-phone .gnav__search input{
            padding: 10px 0 10px 22px;
            background: url(https://file003.shop-pro.jp/PA01427/895/img/icon_search.png) left center no-repeat;
            background-size: 18px 18px;
            width: 100%;
            border: none;
		}
.header-phone .gnav__navigation{
    margin: 10% 0;
    font-size: 18px;
}
		.header-phone .gnav__navigation a{
			display: block;
			padding: 15px 5px;
			text-align: left;
			font-weight: bold;
		}
.header-phone .gnav__link{
    margin: 10% 0;
    font-size: 13px;
}
.header-phone .gnav__link a{
			display: block;
			padding: 15px 5px;
			text-align: left;
		}
.header-phone .gnav__tel{
    margin: 10% 0;
}
		.header-phone .gnav__tel a{
			display: block;
			padding: 1.5rem 5px 1.5rem 20px;
			text-align: left;
			font-weight: bold;
            font-size: 20px;
            background: url(https://file003.shop-pro.jp/PA01427/895/img/icon_tel.png) left center no-repeat;
            background-size: 16px 17.5px;
		}
.header-phone .gnav__sns{
    margin: 10% 0;
    text-align: left;
}
.header-phone .gnav__sns a{
    margin: 0 20px 0 0;
}


		.header-phone .header-phone-logo img {
			width: auto;
			height: 19px;
		}

		.header-phone .header-phone-cart img {
			width: auto;
			height: 27px;
		}

		.header-phone .header-phone-menu img {
			width: auto;
			height: 23px;
		}

/*footer*/

.pagetop {
			background: #d2d2d2;
			color: #535353;
		}
@media (min-width: 1100px) {
	.pagetop {
			margin: 100px 0 0 0;
		}
}

		.pagetop .pagetop-chevron-up {
			display: block;
			width: 100%;
			height: 60px;
			background: url(https://file003.shop-pro.jp/PA01427/895/img/chevron_up.png) no-repeat;
			background-position: center center;
		}

		.shopping-guide {
			padding-top: 80px;
			padding-bottom: 80px;
			background: #313131;
			color: #fff;
		}

.shopping-guide .content{
    max-width: 1100px;
    margin: 0 auto;
}
.shopping-guide .content h2 {
			text-align: center;
			font-weight: bold;
			font-size: 24px;
		}

		.shopping-guide h2 {
			margin-top: 30px;
			color: #fff;
		}

		.shopping-guide .shopping-guide-caption {
			margin-top: 60px;
			text-align: center;
		}

		.shopping-guide .shopping-guide-items {
			margin-top: 33px;
		}

		.shopping-guide .shopping-guide-item {
			margin: 0 20px 20px 0;
			padding: 0;
			width: 260px;
			height: auto;
			min-height: 230px;
			line-height: 1.65;
			background: #fff;
			color: #535353;
		}

		.shopping-guide .shopping-guide-item .shopping-guide-item-in {
			display: block;
			padding: 40px 30px;
		}

		.shopping-guide .shopping-guide-item:last-child {
			margin-right: 0;
		}

		.shopping-guide .shopping-guide-item-caption {
			margin-bottom: 28px;
			font-size: 16px;
		}

		.shopping-guide .shopping-guide-item-description {
			font-size: 12px;
		}

		.shopping-guide .shopping-guide-note1 {
			margin-top: 30px;
			font-size: 12px;
			line-height: 1.83;
		}

		.shopping-guide .shopping-guide-note2 {
			margin-top: 66px;
			font-size: 12px;
			line-height: 1.83;
		}

		.shopping-guide .shopping-guide-note1 em,
		.shopping-guide .shopping-guide-note2 em {
			margin-bottom: 29px;
			font-size: 15px;
		}

		.shopping-guide .shopping-guide-note2-item {
			margin-top: 57px;
			margin-bottom: 30px;
		}

		.shopping-guide .shopping-guide-note2-item:nth-of-type(-n+2) {
			margin-top: 0;
			margin-bottom: 30px;
		}

.shopping-guide .shopping-guide-note2-item p{
    margin: 30px 0 0 0;
}

.footer-desktop {
    background: #7d8f8f;
		}
		.footer-desktop-content {
			position: relative;
			display: block;
			margin: auto;
			width: 1100px;
			height: 80px;
			font-size: 12px;
            color: #fff;
		}
.footer-desktop p{
    margin: 0;
    padding: 0;
}

		.footer-desktop-left {
			position: absolute;
			top: 0;
			left: 0;
			line-height: 80px;
		}
.footer-desktop-left a{
    color: #fff;
    margin-right: 28px;
}

		.footer-desktop-right {
			position: absolute;
			top: 0;
			right: 0;
			line-height: 80px;
		}

		.footer-phone {
            background: #7d8f8f;
		}

		.footer-phone-content {
			height: 80px;
			font-size: 12px;
			text-align: center;
			line-height: 80px;
            color: #fff;
		}
.footer-phone-content p{
    margin: 0;
    padding: 0;
}

/**/
.header-desktop  button.header-finder{
		background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        appearance: none;
		}

/* モーダルウィンドウのスタイル */
.modal .inner a {
  display:block;
  width:200px;
  margin:20px auto 0;
  text-align:center;
  color:#fff;
  background:#000;
  text-decoration:none;
  padding:15px 0;
}
.modal {
  position:absolute;
  width:100%;
  height:100vh;
  top:0;
  left:0;
  display:none;
}
.overLay {
  position:absolute;
  top:0;
  left:0;
  background:rgba(255,255,255,0.75);
  width:100%;
  height:100vh;
  z-index:10;
}
.modal .inner {
  position:absolute;
  z-index:11;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  padding:20px;
  background: #fff;
    border-radius: 10px;
}
@keyframes modal{
  0% {top:-100%}
  100% {top:50%}
}
@keyframes modalClose {
  0% {top:50%}
  100% {top:100%}
} 
.modal .inner select{
    margin: 10px 0;
}
.modal .inner input{
     margin: 10px 0;
    border:1px solid #ddd;
    width: 290px;
    height: 23px;
}
.modal .inner button{
		background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        appearance: none;
		}
.modal .inner .icon-search {
			display: block;
			width: 18px;
			height: 18px;
			background: url(https://file003.shop-pro.jp/PA01427/895/img/head_finder.png) no-repeat;
			background-size: 18px 18px;
		}
.category-list-common{
    max-width: 1100px;
    margin: 0 auto;
}
@media (max-width: 1099px) {
	.category-list-common{
    width: 96%;
    }
    .category-list .col-lg-2{
    width:100%;
    text-align: left;
        display: block;
        margin: 10px 0;
    }
    .products-category-content .category-list li{
        width:100%;
    text-align: left;
        display: block;
        margin: 10px 0;
    }
    .products-category-content .category-list li a{
        width:100%;
        text-align: left;
        display: block;
        margin: 10px 0;
    }
}
.category-list-common h3 {
			font-weight: bold;
    color: #000;
		}
.category-list{
    text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #000;
    margin: 5% auto 5% auto;
    width: 95%;
}
.category-list .col-lg-2{
    width:13%;
    text-align: left;
}

/**/
.breadcrumb {
width: 97%;
margin: 1.9em auto;
text-align: left;
font-size: 15px;
vertical-align: middle;
padding: 0 1.4%;
}
  .breadcrumb li{
    margin: 0 15px 0 0;
  }
  .breadcrumb p{
    margin: 0;
  }
  .breadcrumb a{
    color: #000;
  }
    .breadcrumb a:hover{
      color: #aaa;
    }
@media (max-width: 1099px) {
    .breadcrumb{
        margin: 3% auto 5% auto;
        font-size: 76%;
        width: 95%;
    }
}
