@charset "UTF-8";



/*--------------------------------------------------------------
さよなら1500系
--------------------------------------------------------------*/
html, body {
	color:rgba(0,0,0,1);
	background: #FFF;
}

/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
.wrapper {
	display:block;
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	padding: 0 2em 1em 2em;
	text-align: center;
	overflow: hidden;
	background: #FFF;
	line-height: 180%;
}

.wrapper02 {
	display:block;
	width: 90%;
	margin: 0 auto;
	padding: 0 2em 1em 2em;
	text-align: center;
	overflow: hidden;
	line-height: 180%;
}

.wrapper03 {
	width: 100%;
	background-color: #F6F5F6;
	padding:　0 2em;
	overflow: hidden;
}

.wrapnaming {
	display:block;
	clear: both;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	background: #FFF;
}

.goodswrapper {
		display: block;
		box-sizing:content-box;
		margin: 0 0 30px 0;
		padding:0 10em;
		clear: both;
}
p.text{
	width:80%;
	text-align: left;
}


@media screen and (max-width: 768px) {
	.wrapper {
		width: 100%;
		padding: 0.5em;
	}

	.wrapper02 {
		width: 100%;
	}

	.goodswrapper {
		width: 96%;
		margin: 0 auto;
		padding: 0 0.2em;
		overflow: hidden;
	}
}

.wrap {
	display: block;
	box-sizing:content-box;
	margin: 0 0 30px 0;
	padding:0 10em;
	position: relative;
	background:#FFF;
	clear: both;
}

.section {
	padding: 15px 0 15px 0;
	text-align: center;
	clear: both;
	overflow: hidden;

}

.section02 {
	clear:both;
	margin: 10em 0 0 0;
	text-align: center;
	overflow: hidden;
}


h2 {
	position: relative;
	display: table-cell;
	padding-left: 55px;
}

h2:before {
	position: absolute;
	content: '';
	top: calc(50% - 5px);
	width: 40px;
	left: 0;
	height: 6px;
	border-top: solid 6px #27acd9;
}

.h3_obi {
    display: block;
    position: relative;
    font-size: 24px;
    color: #000;
    line-height: 0.8;
    margin: 0 0 1em 50px;
    font-weight: 500;
		text-align: left;
}

.h3_obi::before {
    position: relative;
    top: 0;
    left: -10px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 5px 0 5px;
    padding: 0;
    vertical-align: top;
    border-right: 4px solid #F8B800;
    content: "";
    -webkit-transform: rotate(205deg);
    transform: rotate(205deg);
}



@media screen and (max-width: 768px) {
.h3_obi {
	line-height: 1.2;
	margin: 0 0 1em 0.5em;
	}
}

.col {
	display:block;
	box-sizing:border-box;
	position: relative;
	margin: 0 0 0 0px;
	padding: 0 0 0 40px ;
}
 dl.news {
	 text-align: left;
	 padding: 0 15px;
 }

.news dt {
	width: 10%;
	text-align: left;
	display: inline-block;
	padding: 0;
}

.news dd {
	display: inline-block;
	text-align: left;
	padding: 0;
}


@media screen and (max-width: 768px) {
.news dt {
		width: 100%;
	}
	dl.news {
 	 text-align: left;
 	 padding: 0 5px;
	 margin: 0 0 0 -1em
  }
	.news dd {
			width: 100%;
			clear: both;
		}
}

.w20 {
	width:20%;
	float:left;
}

.w25 {
	width:25%;
	float:left;
}
.w30 {
	width:30%;
	float:left;
}
.w40 {
	width:40%;
	float:left;
}

.w50 {
	width:50%;
	float:left;
}
.w60 {
	width:60%;
	float:left;
}
.w70 {
	width:70%;
	float:left;
}

.w75 {
	width:75%;
	float:left;
}
.w80 {
	width:80%;
	float:left;
}


.center {
	text-align:center;
}

.lead {
	font-size:14px;
	line-height:28px;
	margin: 0 0 20px 0;
	padding: 0;
}

.lead_l {
	font-size:18px;
	line-height:28px;
	margin: 0 0 20px 0;
	padding: 0;
	font-family:"游明朝","YuMincho", "HG明朝B","ＭＳ 明朝", "MS PMincho",  serif;
}

.txt_right {
	text-align:right;
}


.mds_cont {
	font-size:24px;
	line-height:28px;
	margin: 0 0 30px 0;
	padding: 0;
	text-align:center;
}

/*--------------------------------------------------------------
ページ内リンク
--------------------------------------------------------------*/
.pageLink{
	width: 100%;
	margin: 1em auto;
	text-align: center;
}

.pageLink p{
	padding: 1em 2em;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.pageLink{
		width: 100%;
		margin: 1em auto;
		text-align: center;
	}

	.pageLink p{
		padding: 0.5em;
		text-align: left;
	}
}

.pageLink ul{
	margin: 1em auto;
	text-align: center;
	display: block;
}


.pageLink ul li {
	width: 28%;
	padding: 1em;
	text-align: center;
	background: #541118;
	color: #FFF;
	float: left;
	margin: 0 1em 0 0 ;
	border-radius: 30px;
	display: inline-block;
}

.pageLink ul li a{
	color: #FFF;
	text-decoration: none;
}

.pageLink ul li a:hover{
	color: #FFF;
	text-decoration: underline;
	opacity: 0.7;
}
@media screen and (max-width: 1080px) {
.pageLink ul li {
		width: 40%;
		float: none;
		text-align: center;
		margin: 0.2em auto;
	}
}

@media screen and (max-width: 768px) {
.pageLink ul li {
		width: 90%;
		float: none;
		text-align: center;
		margin: 0.2em auto;
	}
}

.img_photo {
	width: 100%;
}

/*--------------------------------------------------------------
導入文
--------------------------------------------------------------*/
.imgR {
	width:42%;
	float:right;
	padding: 0.5em;
}
.imgL {
	width:40%;
	float:left;
	padding: 0.5em;
}
.textR {
	width:50%;
	text-align: left;
	float:right;
	padding: 0.5em 1em;
}
.textL {
	width:50%;
	text-align: left;
	float:left;
	padding: 0.5em 1em;
}

.attention {
	width:100%;
	margin: 0 auto;
	padding: 1em;
	text-align: left;
}

@media screen and (max-width: 768px) {
.textL {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0.2em auto;
	}

	.attention {
		width:100%;
		margin: 0;
		padding: 1em;
	}

.imgR {
			width: 80%;
			float: none;
}
}

h3.h3_01,
h3.h3_02{
	border-top:1px solid ;
	border-bottom:1px solid ;
	font-size:120%;
	padding: 0.5em ;
	margin: 2em 0 1em 0;
	color:#541118;
	line-height: 100%;
}

h3.h3_02{
	font-size:110%;
}

.newIcon {
	padding: 0.3em;
	background:#FF6600;
	color:#FFF;
}

@media screen and (max-width: 768px) {
	h3.h3_01,
	h3.h3_02{
		font-size:100%;
	}
}

.textL p{
	padding: 0 0 0 1em;
}


/*--------------------------------------------------------------
グッズ
--------------------------------------------------------------*/

.goodsbox{
	width: 29%;
	display: inline;
	float: left;
	margin: 1em;
	height: auto;
}
.goodsbox img{
	width: 100%;
	margin: 0;
}

.goodsbox p{
	display: inline-block;
	clear: both;
	text-align: left;
	vertical-align:50%;
}

p.goodsprice{
	width: 50%;
	float: right;
	background-color: #B09B88;
  border-radius: 30px;
	color: #FFF;
	margin: 0;
	text-align: center;
}


@media screen and (max-width: 980px) {
	.goodsbox{
		width: 100%;
		display: inline-block;
		float: left;
		margin: 1em auto;
	}
}

@media screen and (max-width: 768px) {
	.goodsbox{
		width: 100%;
		display: inline-block;
		float: left;
		margin: 1em auto;
	}
}

/*--------------------------------------------------------------
記念ロゴ
--------------------------------------------------------------*/


.textLogo {
	width: 100%;
}
#gallery .mds_cont {
	font-size:24px;
	line-height:28px;
	margin: 250px 0 50px 0;
	padding: 0;
	text-align:center;
}


.mds_cont span {
	font-size:24px;
	line-height:28px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align:center;
}


.mds_box_s {
	display:inline-block;
	font-size:14px;
	line-height:2.4;
	margin: 0 0 15px 0;
	background-color:rgba(174,157,128,1);
	color:rgba(255,255,255,1);
	padding: 0 10px;

}

@media all and (max-width: 460px) {

	.w20,
	.w25,
	.w30,
	.w40,
	.w50,
	.w60,
	.w70,
	.w75,
	.w80 {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
	.mds_cont img{
		width: 100%;
	}
	#gallery .mds_cont {
		font-size:24px;
		line-height:28px;
		margin: 0 0 50px 0;
		padding: 0;
		text-align:center;
	}

}

p.gallerytext {
		margin: 2px auto;
		padding: 0 5%;

}

img.sp {
	display:block
}
@media all and (max-width: 460px) {
img.pc {
	display:block
}
}
/*--------------------------------------------------------------
リスト
--------------------------------------------------------------*/

ul.list_event {
	display: block;
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	text-align: left;
	font-size:14px;
	line-height:20px;
}
ul.list_event li {
	display: block;
	position:relative;
	padding: 0 0 0 20px;
	margin: 0 0 12px 0;
	clear:both;
	line-height:1.6;
	background:url(../img/bg_li.png) no-repeat 0 4px;
}


dl.dl_detail,
dl.dl_detail_w {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	display: block;
	text-align: left;
	font-size:14px;
	line-height:20px;
}

dl.dl_detail  dt,
dl.dl_detail_w  dt {
	float: left;
	padding: 0 20px 0 0;
	margint: 0;
	position: relative;
	width: 5.2em;
	z-index: +1;
	background:url(../img/bg_li.png) no-repeat right 3px;
}


dl.dl_detail  dd,
dl.dl_detail_w   dd{
	margin: 0 0 0.4em 0;
	padding: 0 0 0 7em;
	position: relative;
}


dl.dl_detail_w  dt {
	width: 6.2em;
}


dl.dl_detail_w  dd {
	padding: 0 0 0 8.2em;
}

dl.dl_detail .note,
dl.dl_detail_w .note {
	font-size:12px;
}


/*--------------------------------------------------------------
リンク
--------------------------------------------------------------*/


a.btn {
	display:inline-block;
	position:relative;
	padding: 10px 15px 10px 30px;
	margin: 0 auto 1px auto;
	line-height:2;
	font-size:18px;
	text-decoration:none;
	width:auto;
	height:inherit;
	color: #fff !important;
	background-color: rgba(93,37,47,1);
	text-align: center;
}

a.btn:hover{
	background-color: rgba(93,37,47,0.6);
 }

a.btn:before {
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-left: 2px solid rgba(255,255,255,1);
	border-top: 2px solid rgba(255,255,255,1);
	content: "";
	 -webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	background-color: transparent;
	padding:0;
	text-align:left;
	line-height:1;
	font-size:14px;
    border-radius: 0;
}

a.btns {
	display:inline-block;
	position:relative;
	padding: 6px 15px 6px 30px;
	margin: 0 auto 1px auto;
	line-height:2;
	font-size:14px;
	text-decoration:none;
	width:auto;
	height:inherit;
	color:rgba(255,255,255,1);
	background-color: rgba(93,37,47,1);
}

a.btns:hover{
	background-color: rgba(93,37,47,0.6);
 }

a.btns:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-left: 2px solid rgba(255,255,255,1);
	border-top: 2px solid rgba(255,255,255,1);
	content: "";
	 -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);

}

/*--------------------------------------------------------------
イメージ
--------------------------------------------------------------*/


.thumb {
	display:block;
	margin: 0 0 20px 0;
	padding: 0;
	width:100%;
	height:auto;
}

/*--------------------------------------------------------------
ギャラリー
--------------------------------------------------------------*/
ul.gallery {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

ul.gallery li {
	width: 285px;
	margin: 0.2em;
	list-style: none;
	display: inline-block;
}

ul.gallery li img {
	width: 285px;
}
/*--------------------------------------------------------------
タイトル
--------------------------------------------------------------*/
#mainttlwrap {
	margin: 0 auto;
}
#mainttl {
	padding: 0;
	height:auto;
	text-align: center;
	margin: 15em auto 2em auto;
	width:980px;
}


#mainttl img {
	width: 100%;
	height:auto;
	padding: 0;
	margin: 0 auto;
}

#mainttl img.pc,
#hmwrap img.pc {
		display: block;
}
#mainttl img.sp,
#hmwrap img.sp {
		display: none;
}

.iventDate{
	width: 80%;
	border-radius: 50px;
	padding: 1em;
	border: solid 3px #c56558;
	color: #c56558;
	font-weight: bold;
	font-size:140%;
	margin: 0 auto 2em auto;
	text-align: center;
}


/*------------------------------------------------------------------------
～480px
------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

@media screen and (max-width: 768px) {
	#mainttl img.pc {
			display: none;
	}
	#mainttl img.sp {
			display: block;
		text-align: center;
		margin: auto;
	}
	
.iventDate{
	width: 90%;
}
}



.pagettl {
	font-weight:bold;
	color:#254134;
	text-align:center;
	display:block;
	padding: 0;
	font-size: 200%;
}

.pagettl span{
	font-size: 80%;
	font-weight:bold;
	color:#254134;
	text-align:center;
	display:block;
	padding: 0.5em;
}


.pagettl  {
  position: relative;
  margin-bottom: 1em;
}

.pagettl:before {
  content: '';
  position: absolute;
  top: -15px;
  display: inline-block;
  width: 120px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#254134;
}



.pLink {
	padding:1em;
	width: 50%;
	border-radius: 30px;
	background: #35adb9;
	font-color: #FFF;
	margin:  2em auto 10em auto;
	display: block;
	text-align: center;
}


.pLink a {
	color: #FFF;
	font-weight: bold;
	font-size:150%;
	text-decoration: none;
}

.pLink img {
	float: right;
}


@media all and (max-width: 680px) {
	p.pLink{
			width: 80%;
		}

p.pLink_before{
		width: 80%;
	}
}

.naiyouLink{
	list-style-type: decimal;
	font-weight: bold;
}

.naiyouLink li{
	margin-bottom: 0.3em;
}

.naiyouLink span{
	background:#FFFF99;
}

.ttl02 {
	width: 100%;
	max-width: 498px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
}


@media all and (max-width: 680px) {
	#mainttl {
		width: 100%;
		max-width: 100%;
		margin: 0;
		height:auto;
	}
	.ttllogo {
		display:block;
		position:absolute;
		left:50%;
		bottom:-100px;
		margin: 0 0 0 -105px;
		padding: 0;
	}
	.ttllogo img {
		width: 200px;
		height: 200px;
	}
	.wrapper .pagettl img{
		width: 100%;
		heigt: auto;
	}
	.ttl02 img{
		width: 100%;
		heigt: auto;
	}
	.pagettl {
		font-size: 140%;
	}
	.pLink {
	width: 80%;
}
}

/*--------------------------------------------------------------
コンセプト
--------------------------------------------------------------*/

#about {
	display:block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 30px 0;
	text-align: left;
}

#about  .lead {
	font-size:14px;
	line-height:28px;
	margin: 0 auto 30px auto;
	padding: 0;
}


@media all and (max-width: 680px) {
	#about .wrapper .icon_sns img {
	    width: auto;
	}
}

#hmwrap {
	width: 100%;
	overflow: hidden;
}

.hmImg {
	width: 100%;
}

#hmwrap .wrapper img.pc,
#goods .wrapper img.pc,
#about .wrapper img.pc {
		display: block;
}
#hmwrap .wrapper img.sp,
#goods .wrapper img.sp,
#about .wrapper img.sp {
		display: none;
}

@media all and (max-width: 680px) {
	#hmwrap .wrapper p img.pc,
	#goods .wrapper .pagettl img.pc,
	#about .wrapper .pagettl img.pc {
		    display: none;
	}
	#hmwrap .wrapper p img.sp,
	#goods .wrapper .pagettl img.sp,
	#about .wrapper .pagettl img.sp {
				display: block;
		}
}


.IventWrap {
	width: 100%;
	display:block;
	margin:  0 0 50px 0;
	padding: 0 0 50px 0;
	text-align: left;
	overflow: hidden;
}


.list3100 li a {
	color: #FFF;
	text-decoration: none;
}

.list3100 li a:hover {
	text-decoration: underline;

}


@media screen and (max-width: 768px) {
.list3100 li {
		width: 90%;
		float: none;
		margin: 0.2em auto;
	}
}

.IventWrap img {
	width: 100%;
	max-width: 100%;
	height: 100%;
}

img.kinengou,
img.stamp {
	width: 70%;
}

@media screen and (max-width: 768px) {
img.kinengou,
img.stamp {
		width: 90%;
	}
}




.Link {
	width: 100%;
	display: block;
	margin: 10px auto 50px auto;
	text-align: center;
	clear: both;
	position: relative;
	overflow: hidden;
}


	p.out{
			background: #e2e2e2;
		}

	p.textL a {
			color:#FFF;
			text-decoration: none;
			text-align: center;
		}

p.textL a:hover {
				color:#FFF;
				text-decoration: underline;
			}

ul.photoList {
	list-style: none;
	margin: 0 0 0 20px;
	width: 100%;
}

ul.photoList li {
	display: inline-block;
	float: left;
	width: 25%;
	margin: 0 5% 1% 0;
}


table.taikendetail {
		width: 90%;
		margin: 2em auto;
		padding: 0;
		color: #595757;
		border-collapse: collapse;
		border: 1px solid  #D0D0D0;
		padding: 0.5em;
		width: 90%;
		margin: 1em auto 5em auto;
}

.taikendetail th {
	width: 25%;
	padding: 1em;
	margin: 0;
	text-align: center;
	background-color: #f5fbfe;
	font-weight: bold;
	border: 1px solid  #D0D0D0;
}

.taikendetail td  {
	padding: 0.5em 0.5em 0.5em 1em;
	text-align:  left;
	width: auto;
	border: 1px solid  #D0D0D0;
	}

table.taikendetail td ul {
		padding: 0 0 0 1em;
		margin: 0;
}

ul.untenhowto li{
	width:30%;
	display: inline-block;
	float: left;
	margin: 1em 0.5em 5em 0.5em;
}

ul.untenhowto li img{
	width:100%;
}


@media screen and (max-width: 768px) {
	ul.untenhowto li{
		width: 45%;
	margin: 1em 0.5em;
	}
}

@media screen and (max-width: 680px) {
	ul.untenhowto li{
		width: 80%;
	margin: 1em 0.5em;
	}

	table.taikendetail{
	border: none;
	width: 100%;
	}
	
table.taikendetail th,
table.taikendetail td
	{
	width: 100%;
		display: block;
		border: none;
}
	
}


/*--------------------------------------------------------------
最新情報
--------------------------------------------------------------*/

#information {
	display:block;
	width: 100%;
	margin: 0;
	padding: 50px 0 30px 0;
	text-align: left;
	position: relative;
	background:#E4DFD5 url(../img/bg_news.png)  no-repeat right top;
	background-size:auto;
}


#information ul.list_thumb {
	display: block;
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
	list-style:none;
}

#information ul.list_thumb li {
	box-sizing:border-box;
	position:relative;
	display: block;
	padding: 10px 0 10px 0;
	margin: 0;

}


#information ul.list_thumb li a {
	display: table;
	width:100%;
	box-sizing:border-box;
	position:relative;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color:rgba(0,0,0,1);
}

#information ul.list_thumb li:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 10px;
	height: 10px;
	margin-top:-5px;
	border-right: 2px solid #A7671C;
	border-bottom: 2px solid #A7671C;
	border-left: 2px solid transparent;
	border-top: 2px solid transparent;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#information ul.list_thumb li a:hover {
	background-color:rgba(255,255,255,0.2);
}

#information ul.list_thumb li img {
	display: table-cell;
	width:120px;
	height:auto;
	float:left;
	margin: 0;
	padding: 0;
}

#information ul.list_thumb li .list_body {
	display:table-cell;
	box-sizing:border-box;
	margin: 0 0 0 0;
	padding: 0 25px 0 15px;
	vertical-align:middle;
}
#information ul.list_thumb li p {
	margin: 0 0 0 0;
	font-size:14px;
}
#information ul.list_thumb li .newsdate {
	display:block;
	padding:0;
	margin:0 0 4px 0;
	font-size:12px;
}



#information ul.list_thumb li .icon_new {
	position:absolute;
	top:5px;
	right:-10px;
	line-height: 1.4;
	display: inline-block;
	padding: 2px 10px 0 10px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	background-color:transparent;
	color: #FFF;
	font-size: 12px;
	vertical-align: text-top;
	z-index:1000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#information ul.list_thumb li .icon_new:before {
	position: absolute;
	top:-10px;
	right: -7px;
	display: block;
	z-index:-1;
	width: 0px;
	height: 0px;
	border-left: 30px solid transparent;
	border-bottom: 30px solid rgba(166,116,177,1);
	border-right: 30px solid transparent;
	content: "";
}

#information .next_btn {
    margin: 0 auto;
    width: auto;
    display: flex;
}

/*--------------------------------------------------------------
facebook
--------------------------------------------------------------*/

#fbcol {
	display:block;
	width: 100%;
	box-sizing:border-box;
	margin: 10px 0 0 0;
	padding: 0px;
	text-align: left;
	position: relative;
	background:#fff;
}


/*--------------------------------------------------------------
イベント
--------------------------------------------------------------*/

#event {
	display:block;
	width: 100%;
	margin: 0;
	padding: 50px 0 70px 0;
	text-align: left;
	position: relative;
	background:#F0EEE9 url(../img/bg_event.png)  no-repeat center bottom;
	background-size:auto;
}

#event   .icon_sns {
	margin-top:20px;
}
#event   .icon_sns a:hover {
	margin-top:20px;
	opacity:0.6;
}


}

/*--------------------------------------------------------------
グッズ
--------------------------------------------------------------*/

#goods {
	width: 100%;
	padding: 50px 0 20px 0;
	text-align: center;
	background:#F0EEE9;
	overflow: hidden;
}

.goodswrap {
	width: 100%;
	padding: 30px 0 40px 0;
	position: relative;
	text-align: center;
}

#goods p.attention {
		font-weight: bold;
		color: red;
}

#goods ul.list_goods,
#goods ul.list_goods02 {
	display: block;
	box-sizing:content-box;
	height: auto;
	margin: 0 0 30px 0;
	padding:0 0 0 0;
	position: relative;
	overflow: hidden;
	list-style:none;
}


#goods ul.list_goods li {
	display:block;
	box-sizing:border-box;
	position: relative;
	margin: 0 5px 40px ;
	padding:  10px 20px ;
	width: 32%;
	float:left;
}

#goods ul.list_goods02 li {
	display:block;
	box-sizing:border-box;
	position: relative;
	margin: 0 5px 40px ;
	padding:  10px 20px ;
	width: 48%;
	float:left;
}


#goods ul.list_goods li img,
#goods ul.list_goods02 li img {
	display:block;
	margin: 0 0 20px 0px;
	padding: 0 ;
	width:100%;
}
#goods ul.list_goods li h3,
#goods ul.list_goods02 li h3 {
	display:block;
	position:relative;
	margin: 0 0 10px 0px;
	padding: 0 6em 0 0 ;
	text-align:left;
	font-size:16px;
}

#goods ul.list_goods li h3 span,
#goods ul.list_goods02 li h3 span {
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
	margin: 0 0 0 0;
	padding: 2px 5px;
	text-align:center;
	font-size:12px;
	background-color:#EE7B00;
	color:rgba(255,255,255,1);
}

#goods ul.list_goods li h3 span.new_item,
#goods ul.list_goods02 li h3 span.new_item {
    top: 26px;
    background-color: #CE2F2F;
}

#goods ul.list_goods li h3 span.soldout,
#goods ul.list_goods02 li h3 span.soldout {
    top: 20px;
    background-color: #7b2444;
}


#goods ul.list_goods li p,
#goods ul.list_goods02 li p {
	display:block;
	margin: 0 0 10px 0px;
	padding: 0 ;
}

#goods ul.list_goods li p.price,
#goods ul.list_goods02 li p.price {
	font-size:16px;
	line-height:2;
	color:rgba(174,157,128,1);
	text-align:center;
	border-top:rgba(174,157,128,1) solid 1px;
	border-bottom:rgba(174,157,128,1) solid 1px;
	font-family:"Arial", Gadget, sans-serif;
	font-weight:normal;
	text-align:right;
}

#goods p.goodsLink a {
	text-align: left;
	color: #008cb0;
	line-height: 0;
	text-decoration: underline;
	padding: 0 0 0 1.2em;
	background: url(../img/goodslink.png)  no-repeat 1px 0.2em;
}

@media all and (max-width: 680px) {
	#goods p.goodsLink {
		width: 90%;
	}

#goods p.goodsLink a {
line-height: 1.5;
margin: 0;
}

}

#goods p.goodsLink a:hover {
	text-decoration: none;
}

p.goodsimg a:hover {
	opacity: 0.7;
 }

@media all and (max-width: 680px) {
	#goods ul.list_goods li {
		width:100%;
		float : none;
	}

}

@media all and (max-width: 680px) {
	#goods ul.list_goods02 li {
		width:100%;
		float : none;
	}

}

@media all and (max-width: 680px) {
	#goods ul.list_goods02 li h3 {
		width:100%;
	}

}

@media all and (max-width: 680px) {
p.goodsimg img {
	width:100%;
	float : none;
}
}


/*--------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------*/

#contact {
	display:block;
	width: 100%;
	margin: 50px 0 0 0;
	padding: 50px 0 50px 0;
	text-align: left;
	position: relative;
	background:#fff;
}

#contact .tel {
	margin-bottom:20px;
	font-size:10px;
	vertical-align:baseline;
}

#contact .tel_num {
	font-size:24px;
	margin:0 5px;
	font-family:"游明朝","YuMincho", "HG明朝B","ＭＳ 明朝", "MS PMincho",  serif;
	vertical-align:baseline;
	color:rgba(93,37,47,1);
}



.wrap_photo {
	display:block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

@media all and (max-width: 1280px) {

.wrap_photo {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

}


@media all and (max-width: 960px) {

.wrap_photo {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

}






/*--------------------------------------------------------------
お知らせ詳細
--------------------------------------------------------------*/


#newsdetail {
	display:block;
	width: 100%;
	margin: 240px 0 0;
	padding: 30px 0 70px 0;
	text-align: left;
	position: relative;
	background-size:auto;
	background:#F0EEE9 url(../img/bg_newsdetail.png)  no-repeat center top;
}

@media all and (max-width: 860px) {
	#newsdetail {
		margin: 0;
	}
}
#newsdetail .ttllogo {
	display:block;
	position:absolute;
	width:120px;
	top:-50px;
	left:50%;
	margin: 10px 0 0 -60px;
	padding: 0;
	z-index:200;
}


#newsdetail .ttllogo img {
	display:block;
	width:100%;
	height:auto;
}

#newsdetail .wrap_news {
	position:relative;
	display:block;
	margin: 20px 0 30px 0;
	padding: 120px 50px 50px 50px;
	background:rgba(255,255,255,1);
}

#newsdetail .ttl_news {
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 1em 0;
	padding: 0 0 10px 0;
	color: rgba(127,38,69,1);
	border-bottom: rgba(93,37,47,0.1) solid 4px;
}


#newsdetail .mds_news {
	font-size:20px;
	line-height:32px;
	margin: 3em 0 1em 0;
	padding: 6px 0;
	color: rgba(127,38,69,1);
	border-top:rgba(93,37,47,0.1) solid 2px;
	border-bottom:rgba(93,37,47,0.1) solid 2px;
}

#newsdetail p {
	font-size:14px;
	line-height:2;
	margin: 0 0 2em 0;
	padding: 0;
}

#newsdetail .fig {
	display:block;
	margin: 0 0 20px 0;
	padding: 0;
}

#newsdetail p.date {
	position:absolute;
	top:50px;
	right:50px;
	font-size:12px;
	line-height:1.4;
	margin: 0;
	padding: 0;
	text-align:right;
}
#newsdetail p.note {
	font-size:12px;
	line-height:1.8;
	margin: 0 0 2em 0;
	padding: 0;
}


.right {
    float: right;
}

.endText{
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.6em;
	font-weight: bold;
	color: rgba(127,38,69,1);
}
span.endSmall {
	font-size: 12px;
	margin: 0 0 0 480px
}

p.border_top {
    border-top: rgba(174,157,128,1) solid 1px;
    padding: 8px 0 0 0 !important;
}


.btnarea {
    width: 550px;
    margin: 20px auto 50px;
    text-align: center;
}
.end_form {
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 10px 15px 10px 30px;
    margin: 0 auto 1px auto;
    line-height: 2;
    font-size: 18px;
    text-decoration: none;
    width: auto;
    height: inherit;
    color: rgba(255,255,255,1);
    background-color: rgb(150, 150, 150);
}

@media all and (max-width: 680px) {
	#newsdetail .timeTable,
	#newsdetail .priceTable {
		width: 100%;
	}
	#newsdetail .wrap_news {
		padding: 120px 20px 50px 20px;
	}
	#newsdetail .fig {
		width: 100%;
	}
	#newsdetail div.attentionArea{
		width: 100%;
	}
	.fright {
	    float: none;
	}
	.icon_sns img{
		width: auto;
	}

}
