@charset "UTF-8";
/* CSS Document */

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,td {
	margin:0;
	padding:0;
}

table {
   border-collapse:collapse; 
   border-spacing:0; 
}

fieldset,img {
   border:0;
}

address,
caption,
cite,
code,
dfn,
em,strong,
th,
var {
   font-style:normal;
   font-weight:normal;
}

ol,ul {
   list-style:none;
}

caption,th {
   text-align:left; 
}

h1,h2,h3,h4,h5,h6 {
   font-size:100%;
   font-weight:normal;
}

q:before,
q:after {
   content:'';
}

abbr,acronym {
   border:0;
}





* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	font-family: "游ゴシック Medium",YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	color: #222;
	position: relative;
}
a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight:normal;
}
p {
  margin-bottom:16px;
}
img {
  border: 0;
}
table{
	margin: 1em 0 1.5em;
	}
table th {
	border: 1px solid #999;
	padding: 10px;
	font-weight: bold;
}
table td {
	background: #FFF;
	padding: 10px;
	border: 1px solid #999;
}
hr{
	clear:both;
	text-decoration:none;
	border:none;
	border-bottom:1px solid #717071;
	margin-bottom:20px;
}

*[data-unlockdate] {
  display: none;
}

img {
	width:auto;
	max-width:100%;
	height:auto;
}

.pc{display :none;}
.clr{
	clear:both;
}

@media only screen and (min-width: 768px) {
.pc{display :block;}
.sp{display:none;}
body {
	font-size: 18px;
	line-height: 2;
}
}


#visual { width:100%;text-align:center; margin:0;padding:10px 0 0;}

#wrap {
    width: 100%;
    margin: 0 auto;
    padding: 32px 0 0px;
}
.content {
	margin: 0 auto 0 auto;
	padding: 0 16px;
	max-width: 1000px;
}

@media only screen and (min-width: 768px) {
#wrap {
  margin: 0 auto;
}
#visual { text-align:center; margin:0 auto;padding:20px 0 0;}
.content {
	padding: 0;
}
}


#header{padding:10px 0 0;}
#header #head_cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header h1#logo,#header p#logo{
	margin-right: 20px;
	margin-bottom: 10px;
	text-align:center;
	width:80%;
}
#header #head_cont p{
	margin-bottom:0;
}
#header p.tel{
	font-size:14px;
	line-height:1.0;
	text-align:center;
}
#header p.tel strong{
	color:#F4981D;
	font-weight:bold;
	font-size:18px;
}
#header p.tel strong{
	background: url(../images/common/free.png) no-repeat left center;
	padding-left:60px;
}

@media only screen and (min-width: 768px) {
#header{
  height:130px;
  padding:40px 0 0;
}
#header h1#logo,#header p#logo{
	width:auto;
}
#header .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header p.tel{
	font-size:14px;
	line-height:1.0;
	text-align:left;
}
#header p.tel strong{
	font-size:34px;
}

}

.contactBox{
	background:#F3981C;
	border-radius:10px;
	padding:12px;
	color:#FFF;
	text-align:center;
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
	justify-content: space-between;
	align-items: center;
}
.contactBox p{
	margin:0;
	line-height:1.8em;
}
.contactBox p.tel strong{
	background: url(../images/common/free.png) no-repeat left center;
	padding-left:60px;
	font-size:34px;
}

@media only screen and (min-width: 768px) {
.contactBox{
	padding:12px 32px;
	text-align:left;
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
}
.contactBox p.tel{
	flex: 1 1 auto;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
}
.contactBox p.mail{
	flex: 0 0 230px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
.contactBox p.tel strong{
	font-size:34px;
}

}

footer {
    padding: 30px 0;
	width:100%;
    clear: both;
	background-color:#FEF4DB;
}
footer .ft_content {
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
	padding:0 10px 20px;
}

footer .ft_content div.ft_left {
	text-align:center;
}
footer p {
	margin-bottom:0;
	font-size:12px;
}
footer p.add {
	font-size:20px;
}
footer p.tel {
	font-size:20px;
	line-height:1.0;
}
footer p.tel strong{
	color:#1F672A;
	font-weight:bold;
	font-size:28px;
}

footer p.add {
    text-align: center;
	margin-bottom:0;
    font-size: 12px;
    letter-spacing: 0;
    padding: 20px 0;
    clear: both;
}

footer .ic{
	text-align:center;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 30px 0 0;
  }
footer .ft_content {
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
	align-items:center;
	padding:0 10px 20px;
}
footer .ft_content div.ft_left {
	flex: 0 0 375px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
}
footer .ft_content div.ft_right {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 2;/* 回り込みを右へ */
	padding-left:30px;
}
footer p.tel{
	font-size:30px;
}
footer p.tel strong{
	font-size:48px;
}
footer p.flogo {
	margin-bottom:4px;
}
footer p.add {
	line-height:1.0;
    text-align: center;
}

footer .ic{
	text-align:right;
}

}

p.bt{
	margin:0;
}
.bt{
	text-align:center;
}
.bt a{
    display: block;
    position: relative;
	background-color:#FFF;
	border-radius:50px;
	border:1px solid #000;
	color:#000;
	padding:8px 0;
	margin:0 auto 20px;
	text-decoration:none;
	width:90%;
}
.bt a::after {
    content: '';
    position: absolute;
    top: 44%;
    right: 13px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}
.bt a:hover{
	background-color:#000;
	border:1px solid #FFF;
	color:#FFF;
}
@media only screen and (min-width: 768px) {
.bt a{
	padding:10px 0px;
	width:300px;
}
}

.photoBlock{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	margin-bottom:30px;
}
.photoBox{
	margin:0 auto 0px;
	padding:10px;
	width:50%;
}
.photoBox a:hover{
	text-decoration:none;
	opacity:0.7;
}
#wrap .photoBox p.List_cate{
	margin-bottom:0;
}
#wrap .photoBox p.List_cate .cat{
	font-size:10px;
	background-color:#F3981C;
	color:#FFF;
	padding:2px 8px;
	margin-right:4px;
}
#wrap .photoBox p.List_tit{
	line-height:1.6;
	margin-bottom:0;
	font-weight:bold;
}
.photoBox .price{
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
}
.photoBox .price span{
	font-size:24px;
}

@media only screen and (min-width: 768px) {
.photoBlock{
	margin-bottom:60px;
}
.photoBox{
	margin:0 0 0px;
	padding:10px;
	width:25%;
}
#wrap .photoBox p.List_cate .cat{
	font-size:12px;
	padding:2px 8px;
}
.photoBox .price span{
	font-size:28px;
}

}

.pagination{
	width:100%;
	margin:0 auto;
	padding:20px 0;
}
.pnavi{
	width:100%;
	text-align:center;
}
.pnavi .page-numbers{
	border:1px solid #F4981D;
	padding:6px;
}


@media only screen and (min-width: 768px) {
.pagination{
	padding:20px 0;
}
}

.nav-button {
  display: none;
}

#nav{
	clear:both;
  /*background-color:#B9DEC8;*/
}
#nav ul{
	width:1000px;
	margin:0 auto;
	display: flex !important;
  height:70px;
}

#nav li {
  margin: 0;
	font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height:1.1;
  border-left:1px solid #F4981D;
	text-align: center;
  padding:0;
  width:166px;
  
}
#nav li:last-child{
  border-right:1px solid #F4981D;
}
#nav.navH li {
  width:200px;
}

#nav a {
  color: #585757;
  text-decoration: none;
  font-size:16px;
  font-weight:bold;
	display:block;
	height:70px;
	padding:17px 0;
}
#nav a span {
  color: #CCC;
  font-size:12px;
}

#nav li a:hover,#nav li a.act {
	background:#F4981D;
  color: #FFF;
}


.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}


@media screen and (max-width: 768px) {
	#menuOverlay {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.6);
		display: none;
		position: fixed;
		z-index: 99;
	}
	#switchBtnArea .splogo {
		padding:6px 10px;
	
}
	#switchBtnArea {
		width: 100%;
		height: 40px;
		background: #FFF;
	border-bottom:2px solid #2868B4;
		position: fixed;
		z-index:99;
		padding:10px 0;
	}

	/*#switchBtnArea {
		position: relative;
		z-index:99;
	}*/

	#switchBtnArea #switchBtn {
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		display: block;
		background: #a7a7a7;
		position: absolute;
		border-radius: 5px;
		z-index: 9998;
	}

	#switchBtnArea #switchBtn span {
		right: 20%;
		width: 60%;
		height: 4px;
		display: block;
		position: absolute;
		background-color: #fff;
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 18px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		height: 4px;
	}

	#switchBtnArea #switchBtn.btnClose {
		background: /*transparent*/#000;
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 18px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		bottom: 18px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#rwdMenuWrap {
		top: 0;
		right: -200px;
		width: 200px;
		height: 100%;
		background: #66A8D3;
		overflow: auto;
		position: fixed;
		z-index: 999;
	}

	#rwdMenuWrap ul {
		width: 100%;
	}

	#rwdMenuWrap ul li {
		width: 100%;
		border-bottom: #fff 1px solid;
	}

	#rwdMenuWrap ul li a {
		padding: 15px 20px;
		text-align: left;
		display: block;
		background: #66A9D4;
		position: relative;
		color:#FFF;
		text-decoration:none;
		font-weight:bold;
		font-size:12px;
	}

	#rwdMenuWrap ul li a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		color: #888;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

}
