@charset "UTF-8";

@media screen and (max-width: 768px) {
/*-- このコメント行の下に、スマートフォン用のCSSを記述 --*/
	h3 {
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: left;
		margin: 0 0;
		font-weight: normal;
		font-size: 2.3rem;
		padding: 0 10px;
		border-left: 5px solid #383ca3;
		overflow: hidden;
		background-color: transparent;
		color: #171717;
		-webkit-border-top-left-radius:0;
		-moz-border-top-left-radius:0;
		border-top-left-radius: 0;
		-webkit-border-top-right-radius:0;
		-moz-border-top-right-radius:0;
		border-top-right-radius: 0;
	}
	
	h4 {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1px;
  margin:0 0 1rem 0;
  padding:0 10px;
  text-align: left;
  }



	/*▼ヘッダ*/
	#header {
		position: fixed;
		top: 0;
		width: 100%;
		height: 50px;
		border-bottom: 1px solid #3e3e3e;
		text-align: center;
		background-color: #ffffff;
		margin: 0;
		z-index: 5;
		padding: 0;
	}
	.m_box {
		width:50px;
		height:50px;
		margin:0 0 0 10px;
		padding:0;
		font-size: 1rem;
		/*float:left;*/
	}
	.m_box p {
		position: absolute;
		top: 30px;
		left:14px
	}
	#mainbox2 {
		width:100%;
		padding-top: 50px;
		margin-bottom: 10px ;
	}
	.mainbox2inner{
		width: 100%;
		max-width: 100%;
	}
	.mainbox2inner img {
		width:100%;
		max-width: 100%;
		height: auto;
	}
	.contents{
		width: 100%;
		padding:0 0 0 0;
	}
	.right_box{
		float: none;
	}
	.left_box{
		float: none;
		width: 100%;
	}
	
	.tit_lbox2 {
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: left;
		margin: 0 0 10px 0;
		overflow: hidden;
	}
	
	ul.goods {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

ul.goods li {
		list-style-type: none;
		width: 50%;
		min-height: initial;
		min-height: auto;
		text-align: left;
		margin: 4% 0 0 0;
		padding: 10px;
		border: 1px solid #dddddd;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
}

ul.goods li:nth-child(2n) {
		margin-right: 0;
		margin-left: -1px;
	}

ul.goods p {
		padding-left: 0!important;
		padding-right: 0!important;
}

ul.goods li:nth-child(3n) {
  margin-right:0;
}

ul.goods li:nth-child(3n+1) {
  clear: none;
}

ul.goods p:last-child {
		background-image: none;
		background-repeat: no-repeat;
		text-align: center;
		font-size:1rem;
		text-decoration: underline;
		position: static;
}

	ul.goods2 {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

ul.goods2 li {
		list-style-type: none;
		width: 50%;
		min-height: initial;
		min-height: auto;
		text-align: left;
		margin: 4% 0 0 0;
		padding: 10px;
		border: 1px solid #dddddd;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
}

ul.goods2 li:nth-child(2n) {
		margin-right: 0;
		margin-left: -1px;
	}

ul.goods2 p {
		text-align: center;
		overflow: hidden;
		margin:0 0 10px 0;
}

ul.goods2 li:nth-child(3n) {
  margin-right:0;
}

ul.goods2 li:nth-child(3n+1) {
  clear: none;
}

ul.goods2 p:last-child {
		background-color: #333333;
		font-size:1rem;
		width:96%;
		color:#ffffff;
		padding:3px;
		position: absolute;bottom:0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		margin:0;
		text-decoration:none;
}

	
	ul.goods3 {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	}
	
	ul.goods3 li {
		list-style-type: none;
		width: 50%;
		height: auto;
		text-align: left;
		margin: 4% 0 0 0;
		padding: 10px;
		border: 1px solid #dddddd;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	
	ul.goods3 p {
		padding-left: 0!important;
		padding-right: 0!important;
	}

	ul.goods3 a {
		display: block;
		color: #171717;
		text-decoration: none;
	}
	
	ul.goods3 li:nth-child(1),
	ul.goods3 li:nth-child(2){
		margin: 5px 0 0 0;
	}
	
	ul.goods3 li:nth-child(2n) {
		margin-right: 0;
		margin-left: -1px;
	}

	ul.goods3 li:nth-child(2n+1) {
		clear: both;
		margin-right: 0 !important;
		margin-left: 0;
	}

	ul.goods3 p:nth-child(n+3) {
		text-align: center;
		font-size:1rem;
		text-decoration: underline;
	}

	ul.goods3 p:nth-child(n+4) {
		text-align: center;
		text-decoration: underline;
	}
	
	ul.goods3 li:nth-child(3n) {
		margin-right: 0;
	}

	ul.goods3 li:nth-child(3n+1) {
		clear: none;
	}

	ul.goods3 p:nth-child(n+3) {
		background-image: none;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 5px 8px;
		-webkit-background-size: 5px 8px;
		-moz-background-size: 5px 8px;
		-o-background-size: 5px 8px;
		padding-left: 10px;
		position: static;
		bottom: 0;
		right: 0;
		text-decoration: underline;
	}

	ul.goods3 p:nth-child(n+4) {
		background-image: none;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 5px 8px;
		-webkit-background-size: 5px 8px;
		-moz-background-size: 5px 8px;
		-o-background-size: 5px 8px;
		padding-left: 10px;
		position: static;
		bottom: 0;
		right: 0;
		text-decoration: underline;
	}
	
	ul.pieds {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

ul.pieds li {
		list-style-type: none;
		width: 50%;
		min-height: initial;
		min-height: auto;
		text-align: left;
		margin: 4% 0 0 0;
		padding: 10px;
		border: 1px solid #dddddd;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
}

ul.pieds li:nth-child(2n) {
		margin-right: 0;
		margin-left: -1px;
	}

ul.pieds p {
		text-align: center;
		overflow: hidden;
		margin:0 0 10px 0;
}

ul.pieds li:nth-child(3n) {
  margin-right:0;
}

ul.pieds li:nth-child(3n+1) {
  clear: none;
}

ul.pieds p:last-child {
		background-color: #333333;
		font-size:1rem;
		width:96%;
		color:#ffffff;
		padding:3px;
		position: absolute;bottom:0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		margin:0;
}

.new::before{
    position: absolute;
    content: "NEW";
    top: 0;
    left: 0;
    background-color: crimson;
	color:#fff;
    padding: 3px 8px;
}


	
	.pickup-sp{
		margin: 10px 10px 0 10px;
	}
	
	.footer-menu-sp{
		margin: 0 10px;
	}
	
	.line-box-sp{
		margin: 10px;
	}
	
	.display-pc { display: none !important; }
	.display-sp { display: block !important; }
	
	.flex-d figure {margin:0 10px 30px; 10px; width: calc(100% - 20px);}
	.flex-d img {width:100%;}
	
	a.login {
	display: inline-block;
	width: 85%;
	height: 80px;
	font-size:25px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	box-shadow:0px -3px 0px 0px #cd6b02 inset;
	-moz-box-shadow:0px -3px 0px 0px #cd6b02 inset;
	-webkit-box-shadow:0px -3px 0px 0px #cd6b02 inset;
	outline: none;
}

	a.login2 {
	display: inline-block;
	width: 85%;
	height: 80px;
	font-size:25px;
	text-align: center;
	text-decoration: none;
	line-height:80px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	box-shadow:0px -3px 0px 0px #cd6b02 inset;
	-moz-box-shadow:0px -3px 0px 0px #cd6b02 inset;
	-webkit-box-shadow:0px -3px 0px 0px #cd6b02 inset;
	outline: none;
}

.fl {float:none;}
.fr {float:none;}
	
}

@media screen and (min-width: 769px) {
/*-- このコメント行の下に、PC用のCSSを入れる --*/
	#mainbox2 {
		width:100%;
		max-width: 1000px;
}
	.mainbox2inner{
		width: 100%;
		max-width: 100%;
	}
	.mainbox2inner img {
		width:100%;
		max-width: 100%;
		height: auto;
	}
	.display-pc { display: block !important; }
	.display-sp { display: none !important; }
	
	.flex-d {display: flex; flex-wrap: wrap;}
	.flex-d figure {margin:0 10px 30px; 10px; width: calc(50% - 20px);}
	.flex-d img {width: 100%;}
	
}

/*-- Youtubeレスポンシブ対応 --*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*-- 共通 --*/

hr.in_b {
   border-top: 3px double #ccc;
   margin:30px 0 10px 0;
}


.flex-d {display: flex; flex-wrap: wrap; margin-bottom:55px;}
.flex-d div {margin:0 5px 20px 0; width: calc(25% - 4px);
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}
	.flex-d div:nth-of-type(4n){ margin-right:0; }

@media screen and (max-width: 768px){
.flex-d div {margin:0 5px 20px 0; width: calc(50% - 4px);
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}
	.flex-d div:nth-of-type(2n){ margin-right:0; }
}


.flex-d a {
	display:block;
	width:100%;
	padding:10px 0 10px 0;
	text-decoration: none;
	text-align:center;
	background-color:#001646;
	color:#ffffff;
}

.flex-d a:hover{
	text-decoration: none;
	opacity: 0.5 ;
}

.footer_btn_contact {
  max-width: 100%;
  position: relative;
  text-align:center;
  padding:3em 0 4em;
  margin:3em 0 0;
  background-color:#eee;
}

.footer_btn_contact a {
  position: relative;
  display: inline-block;
  padding: 1em 0.5em;
  background-color: #fada03;
  font-size: 200%;
  font-weight: bold;
  overflow: hidden;
  text-decoration: none;
  padding-right: 160px;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transform: translateY(-4px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.5);
	transition: all 0.3s ease;
	margin:0.5em 0 0;
}

.footer_btn_contact a::before {
  content: '\f0e0';
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.footer_btn_contact a:hover {
  box-shadow: none;
  transform: translateY(0); /* ちょっと沈む */
}

.footer_btn_contact .btn-text {
  position: relative;
  z-index: 2;
  color: #333;
}

.footer_btn_contact .btn-img {
  position: absolute;
  bottom: 0.2em;
  right: 0.2em;
  width: 150px;
  max-width: 40%;
  height: auto;
  z-index: 1;
  opacity: 0.9;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
.footer_btn_contact {
  text-align:left;
}

.footer_btn_contact {
  padding:0;
  background-color:transparent;
}
.footer_btn_contact a {
    display: block;
    width: 100%;
	font-size: 130%;
    padding-right: 1em; /* 画像のpaddingを減らす */
  }

.footer_btn_contact .btn-img {
    width: 120px;
  }
}
