﻿@charset "utf-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* ----全体設定---- */

body {
  margin: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}
/* ----リンク---- */

a {
  text-decoration: none;
  color: #c55553;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* ----タグ---- */

img {
  max-width: 100%;
}

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}

p{
	margin: 10px 0;
}

/* ----共通---- */

.container{
	padding: 0 15px;
	width: 100%;
}

.btn {
	display: inline-block;
	margin: 0;
	padding: 7px 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #c55553;
	border-radius: 5px;
	width: 100%;
	color: #fff;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
	opacity: 0.6;
}

.goods-image{
	border: 1px solid #ccc;
}

/* ----画像センタリング配置---- */
.img-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-center img {
  flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* ----ヘッダ---- */
.pane-header{
	padding: 15px 0;
	border-bottom: 2px solid #ff9999;	
}
.block-header-logo--item{
	width: 40%;
}

/* ----フッタ---- */
.pane-footer{
	padding: 10px;
	background-color: #fff1f1;
	text-align: center;
	font-size: 11px;
}

.block-page-top a {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  background-color: #d68687;
	border-radius: 50%;
}

.block-page-top a:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
}

.block-page-top {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 26px;
}


/* ----コンテンツ---- */

.block-contents-header{
	text-align: center;
}
.block-contents-header--title{
	position: relative;
	margin: 20px 0;
	padding-bottom: 12px;
	font-size: 20px;
	font-weight: bold;
}
.block-contents-header--title span {
	color: #ff9999;
}
.block-contents-header--title::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0; /*下線の上下位置調整*/
  display: inline-block;
  width: 60px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #ff9999; /*下線の色*/
}

.block-contents--title-h2{
	margin: 40px 0 10px;
	padding: 5px 0;
	font-size: 19px;
	line-height: 1.2;
	font-weight: bold;
	border-bottom: 2px solid #ff9899;
	text-align: left;
}

.block-goods-list--btn{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.block-goods-check--form{
	margin-bottom: 30px;
	text-align: center;
}

input[type="text"]{
	width: 70%;
	padding: 2px 5px;
	border: 2px solid #000;
}
input[type="text"]::placeholder{
	color:#bbb;
}
input[type="submit"]{
	width: 50%;
	margin: 20px auto;
	padding: 10px;
	background-color: #c55553;
	border: none;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.y-color a:not(.btn){
	color: #c55553;
}

.y-color .btn,
.y-color input[type="submit"]{
	background-color: #c55553;
}

/* ----SP---- */
@media screen and (max-width: 999px) {
	.block-goods-list--items{
		display: flex;
		align-items: stretch;
		padding: 25px 0;
		width: 100%;
		border-bottom: 1px dotted #d7d7d7;
	}
	.block-goods-list--image{
		width: 50%;
	}
	.block-goods-list--discription{
		position: relative;
		margin-left: 15px;
		width: 50%;
	}
	
	.block-goods-check--image{
		margin: 20px 0;
	}
	
	input[type="submit"]{
		-webkit-appearance: none;
	}

}

/* ----PC---- */
@media screen and (min-width: 1000px) {
	.none-pc{
		display: none;
	}
	
	.container{
		margin: 0 auto;
		padding: 0;
		width: 1170px;
	}
	
	.pane-header{
		padding: 30px 0;
	}
	.block-header-logo--item{
		width: 250px;
	}
	
	.block-contents-header--title{
		margin: 40px 0;
		padding-bottom: 20px;
		font-size: 28px;
		font-weight: normal;
	}
	
	.block-contents--title-h2{
		margin: 60px 0 10px;
		font-size: 22px;
	}
	
	.block-goods-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
		width: 100%;
	}
	.block-goods-list--items{
		position: relative;
		padding-bottom: 38px;
		margin: 30px 43px 30px 0;
		width: 260px;
	}
	.block-goods-list--items:nth-child(4n){
		margin: 30px 0;
	}
	.block-goods-list--image{
		width: 260px;
	}

	.block-goods-check--items,
	.block-goods-check--form{
		margin: 30px auto;
		width: 260px;
	}
	input[type="text"],
	input[type="submit"]{
		width: 100%;
	}
	
}
