#side_left {
  padding-right: 40px;
}

.header_logo {
  width: 200px;
}

/* ヘッドナビ */
.clr {
  clear: both;
}
#head_nav ul {
  float: right;
}
#head_nav li:first-child {
  border-left: 
  #333333 solid 1px;
  padding-left: 10px;
}
#head_nav li {
  float: left;
  font-size: 13px;
}
#head_nav li a {
  color: 
#000000;
margin-right: 10px;
padding-right: 10px;
border-right:
  #333333 solid 1px;
}


@media screen and (max-width: 767px) {
  #head_nav {
    display: none;
  }
}
/* ヘッドナビここまで */

.side h2 {
  background-color: #ffaeb0;
  padding: 20px 15px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}
ul.type {
  margin-bottom: 50px;
  padding-left: 15px;
  line-height: 1.8;
}
ul.banner {
  padding-right: 30px;
} 
ul.banner li {
  margin-bottom: 40px;
}

#header .category-nav {
  background-color: #ffaeb0;
  border: none !important;
  width: 100vw;
  display: block;
  margin: 0 calc(50% - 50vw);
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .category-nav.sp_drawer_non,
  h2.sp_drawer_non {
    display: none;
  }
}

#header .category-nav li a {
  color: #fff;
}
/* 〇〇から選ぶ */
.choose_banner {
  margin-bottom: 40px;
}
.choose_banner .flex-box {
  display:-webkit-box;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background-color:#F8F8F8;
}
.choose_banner .item {
  width: 31%;
}

@media screen and (max-width: 767px){
  .choose_banner .flex-box {
    padding: 10px;  
    display: block;  
    text-align: center;
    padding-top: 40px;
  }
  .choose_banner .item {
    width: 90%;
    margin: 0 auto 30px;
  
  }
}


/* ガイドページ */
#guide_box__lead_header {
  font-size: 24px;
  margin-bottom: 15px;
}
.guide_flex {
  display:-webkit-box;
  display: flex;
  width: 100%;
  margin-bottom: 100px;
}
.guide_flex .guide_img {
  width: 37%;
}
.guide_flex .guide_text {
  width: 61%;
  margin-left: 20px;
}
.guide_flex .guide_text p {
  margin-top: 0;
}
.guide_flex .guide_text h4 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: crimson;
}

@media screen and (max-width: 767px) {
  .guide_flex {
    display: inherit;
  }

  .guide_flex .guide_img,
  .guide_flex .guide_text {
    width: 90%;
    margin: 0 auto;
  }

  .guide_flex .guide_img img {
    margin-bottom: 20px;
  }
}
/* ガイドページボタン */
.guide_btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: 4px solid #0092c4;
  cursor: pointer;
  padding: 25px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.guide_btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.guide_btn:hover,
.guide_btn:active {
  color: #fff;
  background: #0092c4;
}
/* ボタンここまで */

.guide-img {
  border: solid 1px #555;
  margin-bottom: 30px;
  padding: 10px;
}

/* おすすめ商品 */
#item_list .heading01 {
  background:#f8f8f8;
  padding: 16px;
}


/* よくある質問 */
.QandA-2 {
  width: 100%;
  margin-bottom: 70px;
}
.QandA-2 h2 {
	font-size: 24px;
	margin-top: 32px;
}
.QandA-2 dl {
  border: 1px solid #ccc;
  margin: 0 0 15px;
}
.QandA-2 dt {
font-weight: bold;
	color: #111;
	background: #f4f4f4; /* 「Q」タイトルの背景色 */
	padding: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.QandA-2 dt:first-child {
	border-top: none;
}
.QandA-2 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
.QandA-2 dd {
	padding: 16px 16px 24px 30px;
	margin: 0;
	line-height: 140%;
}
.QandA-2 dd a {
  text-decoration: underline;
}
.QandA-2 dd:first-line {
	font-weight: bold;
	color: #bf0000;
}
.QandA-2 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	margin-left: -21px;
}
/* よくある質問ここまで */

#header .category-nav li ul {
  display: none;
}

.col-md-10.col-md-offset-1 span {
  color: red;
}

.side .type li a {
  color:#525263;
}

#header .category-nav li :hover {
  color: #33A8D0;
}

/* 使い捨てタイプ */
.type-flex ul {
  display:-webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.type-flex ul li {
  width: 45%;
  margin: 20px;
  border: solid 1px #777;
}

@media screen and (max-width: 500px) {
  .type-flex ul li {
    width: 100%;
  }

}

.type-flex ul li a {
  width:100%;
  height:100%;
}

/* カラコンページ */
.color h2 {
  letter-spacing: .2em;
  margin-top: 50px;
}
.color h2 span {
  font-size: 16px;
  letter-spacing: .2em;
  margin-left: 10px;
  font-weight: lighter;
}
.contents .colors ul  {
  display:-webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contents .colors ul a {
  display: contents;
}
.contents .colors ul li:hover {
  color: #0092c4;
}
.contents .colors li {
  font-size: 24px;
  display: block;
  width: 180px;
  margin: 22px 8px;
  color: #525263;
}
.contents .colors li.violet {
  width: 190px;
}

/* 色で選ぶ */
.contents .colors ul li::before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}
.contents .colors ul li.black::before {
  background-image: url(/html/upload/img/color/black.png);
}
.contents .colors ul li.brown::before {
  background-image: url(/html/upload/img/color/brown.png);
 }
.contents .colors ul li.grey::before {
    background-image: url(/html/upload/img/color/grey.png);
}
.contents .colors ul li.blue::before {
  background-image: url(/html/upload/img/color/blue.png);
 }
.contents .colors ul li.green::before {
  background-image: url(/html/upload/img/color/green.png);
}
.contents .colors ul li.violet::before {
  background-image: url(/html/upload/img/color/violet.png);
}
.contents .colors ul li.pink::before {
  background-image: url(/html/upload/img/color/pink.png);
}

@media screen and (max-width: 1081px)  {
  .contents .colors li {
    font-size: 22px;
    width: 140px;
  }
  .contents .colors li.violet {
    width: 170px;
  }
}

@media screen and (max-width: 450px)  {
  .contents .colors li {
    font-size: 15px;
    width: 130px;
  }
  .contents .colors li.violet {
    width: 130px;
  }
}


/* サイズで選ぶ */
.size ul,
.model ul,
.brand ul {
  display:-webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.size li {
  width: 90px;
  text-align: center;
  margin: 40px 20px;
  color: #525263;
}
.size li:hover {
  color: #0092c4;
}
.size li .size-img {
  display: block;
  width: 90px;
  height: 90px;
  background-size: contain;
  margin: 0 auto 10px;
}
.size li.size-138 .size-img {
  background-image: url(/html/upload/img/color/138.png);
}
.size li.size-138 .size-img:hover {
  background-image: url(/html/upload/img/color/138-hov.png);
}
.size li.size-140 .size-img {
  background-image: url(/html/upload/img/color/140.png);
}
.size li.size-140 .size-img:hover {
  background-image: url(/html/upload/img/color/140-hov.png);
}
.size li.size-141 .size-img {
  background-image: url(/html/upload/img/color/141.png);
}
.size li.size-141 .size-img:hover {
  background-image: url(/html/upload/img/color/141-hov.png);
}
.size li.size-142 .size-img {
  background-image: url(/html/upload/img/color/142.png);
}
.size li.size-142 .size-img:hover {
  background-image: url(/html/upload/img/color/142-hov.png);
}
.size li.size-145 .size-img {
  background-image: url(/html/upload/img/color/145.png);
}
.size li.size-145 .size-img:hover {
  background-image: url(/html/upload/img/color/145-hov.png);
}
.size li.size-150 .size-img {
  background-image: url(/html/upload/img/color/150.png);
}
.size li.size-150 .size-img:hover {
  background-image: url(/html/upload/img/color/150-hov.png);
}
@media screen and (max-width: 450px) {
  .size li {
    margin: 20px;
  }
}
/* モデルで選ぶ */
.model ul {
  justify-content: left;
}
.model ul a {
  text-align: center;
}

.use .wrapper {
  display:-webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.use .wrapper a {
  margin-bottom: 10px;
}
.use .wrapper div {
  width: 250px;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
  margin: 0 10px;
  border: solid 3px #c8c8c8;
  color: #525263;
}
.use .wrapper div:hover {
  background-color: #f2f2f2;
  color: #0092c4;
}
.model li {
  margin: 14px;
  width: 110px;
  color: #525263;
}
.model img {
  border-radius: 60px;
}
.model li:hover {
  opacity: 70%;
}
.brand ul li {
  width: 30%;
  margin: 10px;
  border: solid 1px #c8c8c8;
}

.brand ul li:last-child {
    border: none;
}

.brand ul li:hover {
  opacity: 70%;
}

@media screen and (max-width: 450px) {
  .brand ul li {
    width: 40%;
    margin: 8px;
  }
}

/* 〇〇から選ぶ */
.use {
    margin-bottom: 60px;
}
/* 商品タイプから選ぶ */
.use.type .wrapper {
  justify-content: left;
}
.use.type .wrapper a {
  margin-bottom: 10px;
  width: 30%;
}
.use.type .wrapper div {
  margin-bottom: 20px;
  width: unset;
}
@media screen and (max-width: 763px) {
  .use.type .wrapper {
    justify-content: center;
  }
}

@media screen and (max-width: 450px) {
  .use.type .wrapper div {
    font-size: 14px;
    padding: 15px 10px;
  }
  .use.type .wrapper a {
    width: 50%;
  }
}


/* ブランドから選ぶ */
.use.brand .wrapper {
  justify-content: left;
}
.use.brand .wrapper div {
  height: 75px;
}
.use.brand .wrapper div img {
  height: 28px;
  vertical-align: -moz-middle-with-baseline;
}
.use.brand .wrapper div img.bauschlomb {
  height: 20px;
}

@media screen and (max-width: 763px){
  .use.brand .wrapper div {
    width: 110px;
    height: 55px;
    margin: 0 4px;
    padding: 10px;
    border: solid 2px #c8c8c8
  }
  .use.brand .wrapper div img {
    height: 15px;
    vertical-align: bottom;
  }
  .use.brand .wrapper div img.bauschlomb {
    height: 8px;
  }
}

/* モデルから選ぶ */
@media screen and (max-width: 450px){
  .model li {
    width: 90px;
  }
}

#footer {
  padding: 32px 70px;
}

@media screen and (max-width: 500px){
  #footer {
    padding: 32px 00px;
  }
}


/* フッターフレックス */
.footer-contents {
  display:-webkit-box;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.js-ac{
  width: 30%;
  padding: 0 40px;
}


@media screen and (max-width: 1000px) {
  .footer-contents {
    display: inherit;
  }
  .js-ac{
    width: 100%;
    padding: 0 30px;
    margin-bottom: 1px;
  }
}


.footer-tips p img {
  width: 100%;
}

.takuhai {
  display:-webkit-box;
  display: flex;
}

.takuhai img {
  width: 50%!important;
  height: 50%;
  }





/* フッターアコーディオン */
.title {
  display: block;
  pointer-events: none;
  padding: 8px;
  background: #0e0e29;
  color: #fff;
}

.title span {
  display: none;
}

input.footer-input {
  display: none;
}

@media screen and (max-width: 900px){
	.title{
		pointer-events: all;
  }

  .title span {
    display: inline;
    float: right;
  } 
	
	.toggle{
		height: 0;
		padding: 0 8px;
		transition: .2s;
		overflow: hidden;
	}
	
	input.footer-input:checked + .toggle{
		height: auto;
		padding: 8px;
	}
}