@charset "utf-8";
/* CSS Document */
#ttlArea {
  width:100%;
  height:460px;
  background-repeat:no-repeat;
  background-image:url(../images/main.jpg);
  background-size:cover;
  background-position:center top;
  top:0px;
  left:0px;
  z-index:10;
}
.ttlBlock {
  width:1000px;
  height:460px;
  margin:0 auto;
  position:relative;
}
.ttlBox {
  position:absolute;
  top:185px;
  width:200px;
  height:200px;
  display:block;
  background-image:url(../../common/images/bg_murasaki.jpg);
  opacity:0.8;
}
.ttlBlock h1 {
  position:absolute;
  top:245px;
  width:200px;
  height:auto;
  text-align:center;
}


#contentsArea {
}



.twoBlock {
  width:1030px;
  height:auto;
  margin:30px auto 0;
}
.twoBlock h3 {
  text-align:center;
  font-size:116%;
  padding:24px 0;
}
.twoBlock ul {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  padding:0 0 40px
}
.twoBlock li {
  background-color:#CCC;
  margin:0 15px;
  width:485px;
}
.twoBlock li dl {
  padding:20px;
}
.twoBlock li dd {
  color:#000;
}
.twoBlock li dd h4 {
  padding: 5px 0 0;
}
.twoBlock li dd p {
  line-height:1.4em;
  padding:8px 0 0;
}
.brown {
  color:#660000;
  font-weight:bold;
}
.price {
  color: #F00;
  font-weight: bold;
}
.dai {
  font-size: 30px;
  line-height: 1em;
}
.sho {
  font-size:94%;
}



.threeBlock {
  width:1016px;
  height:auto;
  margin:30px auto;
}
.threeBlock h3 {
  text-align:center;
  padding:0 0 10px;
}
.threeBlock ul {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
}
.threeBlock li {
  margin:8px;
  background-color: #CCC;
  width:322px;
}
.threeBlock li dl {
  padding:20px;
}
.threeBlock li dd {
  padding:8px 0 0;
}
.threeBlock li dd h4 {
  color:#000;
  font-size:131%;
}
.threeBlock li dd p {
  color:#000;
  line-height:1.5em;
  padding:8px 0 0;
}


.detailBtn {
  width: 208px;
	height: 26px;
  margin:0 auto;
}
.detailBtn a {
  width: 208px;
	height: 26px;
  display:table-cell;
  text-align:center;
  vertical-align:middle;
	border-radius: 4px;
	background-color: #9c7883;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.detailBtn a:hover {
  text-decoration:none;
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}



.dayplanBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
}
.dayplanBox {
  width:auto;
  margin:30px 0 0;
  background-color:#CCC;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
}
.dayplanImg {
  width:400px;
  height:200px;
  background-color:#FFF;
  margin:20px;
  overflow:hidden;
}
.dayplanImg img {
  width:100%;
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.dayplanBox dl {
  padding:20px 20px 20px 0;
  display:block;
  width:540px;
}
.dayplanBox dt {
  width:540px;
  font-family: "hannari";
  color:#000;
  font-size:197%;
  line-height:1.2em;
}
.dayplanBox dd {
  width:540px;
  padding:16px 0 0;
}
.dayplanBox dd p {
  color:#000;
  padding: 0 0 16px;
  line-height:1.4em;
}
.osusumeDay {
  width:auto;
  margin:30px 0 0;
  background-color:#CCC;
  color:#000;
}
.osusumeDayTtl {
  padding:20px;
  text-align:center;
}
.osusumeDayTtl h2 {
  font-family: "hannari";
  font-size:270%;
  line-height:1.2em;
  padding:0 0 10px;
}
.osusumeDayTtl p {
  line-height:1.5em;
}


.osusumeBody ul {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content:center;
  justify-content:center;
}
.osusumeBody li {
  padding:0 12px;
  width:280px;
}
.osusumeBody li h3 {
  font-family: "hannari";
  font-size:197%;
  line-height:1.2em;
  padding:0 0 10px;
  text-align:center;
}
.osusumeBody li h4 {
  line-height:1.4em;
  padding:4px 0 0;
  font-size:116%;
  font-weight:bold;
}
.osusumeBody li p {
  line-height:1.4em;
  padding:0 0 4px;
}
.lesp {
  letter-spacing:-0.2em;
}
.osusumeThumb {
  padding:0 0 10px;
}
.osusumeThumb img {
  width:100%;
  height:auto;
}
.osusumeBody li table {
  border-top:#666 solid 1px;
  border-left:#666 solid 1px;
  width:100%;
  margin:0 0 10px;
}
.osusumeBody li th {
  background-color:#EBCACA;
}
.osusumeBody li th,
.osusumeBody li td {
  border-bottom:#666 solid 1px;
  border-right:#666 solid 1px;
  text-align:center;
  padding:5px;
  line-height:1.4em;
  vertical-align:middle;
}
.osusumeDocs {
  padding:20px 20px 30px 60px;
}
.osusumeDocs ul {
}
.osusumeDocs li {
  line-height:1.3em;
  padding:2px 0;
}





.osusumeBodyOiwai {
  padding:0 30px 10px;
}
.osusumeBodyOiwai ul {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.osusumeBodyOiwai li {
  width:455px;
  padding:0 0 30px;
}
.osusumeBodyOiwai li h3 {
  font-family: "hannari";
  font-size:197%;
  line-height:1.2em;
  padding:0 0 10px;
  margin:0 0 8px;
  text-align:center;
  background:rgba(209,18,22,1.00);
  color:#FFF;
}
.osusumeBodyOiwai li h4 {
  line-height:1.4em;
  padding:4px 0 0;
  font-size:116%;
  font-weight:bold;
}
.osusumeBodyOiwai li p {
  line-height:1.4em;
  padding:0 0 4px;
}
.osusumeBodyOiwai li table {
  border-top:#666 solid 1px;
  border-left:#666 solid 1px;
  width:100%;
  margin:0 0 10px;
}
.osusumeBodyOiwai li th {
  background-color:#EBCACA;
}
.osusumeBodyOiwai li th,
.osusumeBodyOiwai li td {
  border-bottom:#666 solid 1px;
  border-right:#666 solid 1px;
  text-align:center;
  padding:5px;
  line-height:1.4em;
  vertical-align:middle;
}
.oiwaiwaiImg img {
  width:100%;
  height:auto;
}
.hoyohoyo {
  background:rgba(180,119,200,1.00);
  color:#FFF;
  margin:0 0 8px;
}


.lunchTtl {
  width:480px;
  height:auto;
}
.lunchTtlImg {
  width: auto;
  height: anto;
  overflow: hidden;
}
.lunchTtlImg img {
  width:100%;
  height:auto;
  padding:16px 0 0;
}
.lunchTtlTxt {
  width:456px;
  height:auto;
}
.lunchTtlTxt h3 {
  font-family: "hannari";
  font-size:247%;
  line-height:1.2em;
  letter-spacing:-0.15em;
  padding:0 0 30px;
  text-align:left;
}
.lunchTtlTxt p {
  line-height:1.4em;
}


.lunchMenu {
  width:1002px;
  height:auto;
  margin:0 auto;
}
.lunchMenu h3 {
  font-size:197%;
  font-family: "hannari";
  padding:0 0 20px;
}
.lunchMenu p {
  line-height:1.5em;
}
.lunchMenu ul {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap; 
}
.lunchMenu li {
  width:248px;
  height:auto;
  margin:25px 1px 0;
}
.lunchMenu dt img {
  width:100%;
  height:auto
}
.lunchMenu dd {
  font-size:108%;
  line-height:1.4em;
}


.pointBlock {
  width:1000px;
  height:auto;
  margin:0 auto 40px;
  background-color: #CCC;
}
.pointBlock dl {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  padding:20px;
}
.pointBlock dt {
  line-height:0em;
}
.pointBlock dd {
  color:#000;
  width:500px;
}
.pointBlock dd h4 {
  padding:0px 0 5px;
  line-height:2.2em;
}
.pointBlock dd p {
  line-height:1.4em;
  padding:0 0 8px;
}

.courseBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
}
.courseBlock h3 {
  font-size:197%;
  font-family: "hannari";
  padding:20px 0 20px;
  line-height:1.1em;
  text-align:center;
}
.courseImg {
  line-height:0em;
}

.courseImg img {
  width:100%;
  height:auto
}
.courseBlock ul {
  background-color:#CCC;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
}
.courseBlock li {
  width:33.33%;
  text-align:center;
  margin:20px 0;
}
.line {
  border-right:#666 dotted 1px;
}
.courseCap {
  background-color:#CCC;
  color:#000;
  padding:3px 0 0 20px;
}

.busInfo {
  width:1000px;
  height:auto;
  margin:0 auto 30px;
  background-color:#CCC;
  color:#000;
}
.busTtl {
  padding:20px 20px 10px;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
.busDetail {
  padding:0 20px 20px;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
}
.diagramBlock {
  width:676px;
  padding:0 20px 0 0;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap; 
}
.diagram {
  width:328px;
  height:130px;
}
.diagram h4 {
  background-color:#996699;
  padding:5px;
  border-radius:4px;
  font-weight:bold;
  font-size:108%;
  color:#FFF;
  margin:0 0 4px;
}
.diagramBox {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  padding:3px 0 0;
}
.ikikaeri {
  text-align:center;
  width:40px;
  height:40px;
  background-color:#8F4F28;
  border-radius:20px;
  color:#FFF;
  margin:0 0 0 13px;
}
.ikikaeri p {
  width:40px;
  height:40px;
  display:table-cell;
  vertical-align:middle;
  line-height:0.9em;
  font-size:116%;
}
.yoku {
  font-size:77%;
}
.diagramBox ul {
  padding:2px 0 0;
  width:270px;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  background-repeat:no-repeat;
  background-image:url(../../common/images/arrow02.png);
  background-position:125px 9px;
}
.diagramBox li {
  width:104px;
  text-align:center;
}
.diagramBox li p {
  width:104px;
  height:40px;
  display:table-cell;
  vertical-align:middle;
  font-weight:bold;
  line-height:1.3em;
  font-size:116%;
}
.time {
  color:#8F4F28;
  font-weight:bold;
}
.stMap {
  width:263px;
}
.diagramTxt p {
  line-height:1.4em;
}
.accesnt {
  color:#F00;
  font-weight:bold;
  font-size:108%;
}

.weddingBlock {
  background-color:#FFF;
  padding:25px;
  color:#333;
}
.weddingTtl {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
.weddingColmn {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
.weddingPlan li {
  line-height:0em;
  padding:10px 0; 
}
.weddingPrice {
  padding:10px 0;
  width:280px;
  height:auto;
}
.weddingPrice h4 {
}
.weddingPrice p {
  line-height:1.4em;
  padding:5px 0 0;
}
.weddingPrice h5 {
  font-size:108%;
  color:rgba(147,75,12,1.00);
  font-weight:bold;
  padding:12px 0 4px;
  border-bottom:rgba(147,75,12,1.00) dotted 1px;
  margin:0 0 4px;
}
.weddingPrice dl {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  line-height:1.4em;
  border-bottom:rgba(147,75,12,1.00) dotted 1px;
  padding:0 0 4px;
}
.weddingPrice dt {
  min-width:50%;
}
.weddingPrice dd {
  min-width:50%;
  text-align:right
}
.small {
  font-size:85%;
}

/* SmartPhone用設定
------------------------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 767px) {

  #ttlArea {
    height:200px;
  }
  .ttlBlock {
    width:100%;
    height:200px;
    margin:0 auto;
    position:relative;
  }
  .ttlBox {
    display:none;
  }
  .ttlBlock h1 {
    top:85px;
    width:100%;
  }
  
  
 
  .threeBlock {
    width:auto;
    padding:10px 10px 20px;
  }
  .threeBlock ul {
    display: block;
  }
  .threeBlock li {
    margin:0 0px 10px;
    background-color: #CCC;
    width:100%;
  }
  .threeBlock li dl {
    padding:20px;
  }
  .threeBlock li dt img {
    width:100%;
    height:auto;
  
  }
  .threeBlock li dd {
    padding:8px 0 0;
  }
  .threeBlock li dd h3 {
    background-color: #9b505e;
    height: 20px;
    width: 56px;
    border-radius:10px;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
  }
  
  
  .twoBlock {
    width:auto;
    padding:0 10px;
  }
  .twoBlock h3 {
    text-align:left;
    font-size:116%;
    padding:24px 0px;
    line-height:1.3em;
  }
  .twoBlock ul {
    display: block;
    padding:0 0 10px
  }
  .twoBlock li {
    margin:0 0px 10px;
    width:100%;
  }
  .twoBlock li dt img {
    width:100%;
    height:auto;
  }
  .twoBlock li dl {
    padding:10px;
  }
  
  
  .lunchTtl {
    width:auto;
    height:auto;
    margin:20px 0px 0;
    display: block;
  }
  .lunchTtlImg {
    width:auto;
    margin:10px 0 0;
  }
  .lunchTtlImg img {
    width:100%;
    height:auto;
  }
  .lunchTtlTxt {
    width:auto;
    height:auto;
  }
  .lunchTtlTxt h3 {
    font-family: "hannari";
    font-size:167%;
    line-height:1.2em;
    letter-spacing:-0.15em;
    padding:0 0 20px;
  }
  .lunchTtlTxt p {
    line-height:1.4em;
  }
  
  
  .lunchMenu {
    width:auto;
    height:auto;
    margin:0 10px;
  }
  .lunchMenu h3 {
    font-size:197%;
    font-family: "hannari";
    padding:0 0 20px;
  }
  .lunchMenu p {
    line-height:1.5em;
  }
  .lunchMenu ul {
    padding:0 0 20px; 
  }
  .lunchMenu li {
    width:49%;
  }
  .lunchMenu dd {
    font-size:100%;
  }
  
  
  .pointBlock {
  width:auto;
  height:auto;
  margin:0 10px 20px;
  background-color: #CCC;
  }
  .pointBlock dl {
    display: block;
    padding:10px;
  }
  .pointBlock dt {
    line-height:0em;
    padding: 0 0 8px;
  }
  .pointBlock dt img {
    width:100%;
    height:auto;
  }
  .pointBlock dd {
    color:#000;
    width:auto;
  }
  .pointBlock dd p {
    line-height:1.4em;
    padding:0 0 8px;
  }
  .pointBlock dd h4 {
    padding:0px 0 8px;
  }
  .pointBlock .dai {
    font-size: 22px;
    line-height:1.1em; 
  }
    
  .courseBlock {
    width:auto;
    height:auto;
    margin:0 10px;
  }
  .courseBlock h3 {
    font-size:123%;
    letter-spacing:-0.1em;
  }
  .courseBlock ul {
    display: block;
  }
  .courseBlock li {
    width:auto;
    text-align:center;
    margin:0px 0;
    padding:20px 0;
  }
  .line {
    border-right:none;
    border-bottom:#666 dotted 1px
  }



  .dayplanBlock {
    width:auto;
    height:auto;
    margin:0 10px 20px;
  }
  .dayplanBox {
    width:auto;
    margin:10px 0 0;
    display: block;
    padding:10px;
  }
  .dayplanImg {
    width:auto;
    height:auto;
    background-color:none;
    margin:0px;
    line-height:0em;
  }
  .dayplanImg img {
    width:100%;
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-0%,-0%);
    -ms-transform: translate(-0%,-0%);
    transform: translate(-0%,-0%);
  }
  .dayplanBox dl {
    padding:10px 10px 10px 10px;
    display:block;
    width:auto;
  }
  .dayplanBox dt {
    width:auto;
    text-align:center;
    font-family: "hannari";
    color:#000;
    font-size:197%;
    line-height:1.2em;
  }
  .dayplanBox dd {
    width:auto;
    padding:10px 0 0;
  }
  .dayplanBox dd p {
    color:#000;
    padding: 0 0 8px;
  }

  
  .osusumeDayTtl {
    padding:10px;
    text-align:center;
  }
  .osusumeDayTtl h2 {
    font-family: "hannari";
    font-size:189%;
    line-height:1.2em;
    padding:0 0 10px;
    letter-spacing:-0.1em;
  }
  .osusumeBody ul {
    display: block;
  }
  .osusumeBody li {
    padding:0 0px 20px;
    width:280px;
    margin:0 auto;
  }
  .osusumeDocs {
    padding:10px 10px 20px 10px;
  }
  
  
  
  .busInfo {
    width:auto;
    height:auto;
    margin:0 10px 30px;
    background-color:#CCC;
    color:#000;
  }
  .busTtl {
    padding:10px 10px 10px;
    display: block;
  }
  .busTtl img {
    width:100%;
    height:auto;
  }
  .busDetail {
    padding:0 10px 10px;
    display: block;
  }
  .diagramBlock {
    width:auto;
    padding:0 0px 0 0;
    display: block;
  }
  .diagram {
    width:auto;
    height:auto;
    padding:0 0 10px;
  }
  .diagram h4 {
    background-color:#996699;
    padding:5px;
    border-radius:4px;
    font-weight:bold;
    font-size:108%;
    color:#FFF;
    margin:0 0 4px;
  }
  .diagramBox {
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    padding:3px 0 0;
  }
  .ikikaeri {
    text-align:center;
    width:40px;
    height:40px;
    background-color:#8F4F28;
    border-radius:20px;
    color:#FFF;
    margin:0 0 0 0px;
  }
  .ikikaeri p {
    width:40px;
    height:40px;
    display:table-cell;
    vertical-align:middle;
    line-height:0.9em;
    font-size:116%;
  }
  .diagramBox ul {
    padding:2px 0 0;
    width:auto;
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    background-repeat:no-repeat;
    background-image:url(../../common/images/arrow02.png);
    background-position:100px 9px;
  }
  .diagramBox li {
    width:114px;
    text-align:center;
  }
  .diagramBox li p {
    width:114px;
    height:40px;
    display:table-cell;
    vertical-align:middle;
    font-weight:bold;
    line-height:1.3em;
    font-size:116%;
  }
  .stMap {
    width:auto;
    text-align:center;
    padding:10px 0 0;
  }


  .weddingBlock {
    background-color:#FFF;
    padding:10px;
    color:#333;
  }
  .weddingTtl {
    display: block;
  }
  .weddingTtl img {
    width:100%;
    height:auto;
  }
  .weddingColmn {
    display: block;
  }
  .weddingPlan li {
    line-height:0em;
    padding:10px 0; 
  }
  .weddingPlan li img {
    width:100%;
    height:auto;
  }
  .weddingPrice {
    padding:10px 0;
    width:auto;
    height:auto;
  }
  .weddingPrice h4 {
    text-align:center;
  }
  .weddingPrice p {
    line-height:1.4em;
    padding:5px 0 0;
  }
  .weddingPrice h5 {
    font-size:108%;
    color:rgba(147,75,12,1.00);
    font-weight:bold;
    padding:12px 0 4px;
    border-bottom:rgba(147,75,12,1.00) dotted 1px;
    margin:0 0 4px;
  }
  .weddingPrice dl {
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    line-height:1.4em;
    border-bottom:rgba(147,75,12,1.00) dotted 1px;
    padding:0 0 4px;
  }
  .weddingPrice dt {
    min-width:50%;
  }
  .weddingPrice dd {
    min-width:50%;
    text-align:right
  }
  .small {
    font-size:85%;
  }

}


/* -------------------------------------------------

goods

------------------------------------------------- */
.goodsArea section {
	line-height: 180%;
}
.goodsArea section h3 {
	font-size: 2em;
	padding: 0 0 20px;
	font-family: "hannari";
}
.goodsArea section p {
	font-size: 1.1em;
	margin: 0 0 20px;
}
.goodsArea div {
	height: auto;
	margin: 0 0 25px;
}
.goodsArea div figure {
	float: left;
	margin: 0 1px 20px;
}
.goodsArea div figure a img {
	margin-bottom: 5px;
}
.goodsArea div figcaption {
	line-height: 150%;
}
.goodsArea div figcaption span {
	font-size: 0.85em;
	display: block;
}
em {
  font-style: normal;
}
.rental {
  line-height:1.4em;
}
.caterringTxt {
  float:left;
  padding:0 0 0 20px;
}
.caterringTxt li {
  line-height:1.4em;
  padding:2px 0;
}


/* PC */
@media screen and (min-width:769px) {
.goodsArea {
	width: 1000px;
	margin: 30px auto 50px;
}
.goodsArea div figure {
	width: 248px;
}
.goodsArea div figure:nth-child(4n+1) {
	clear: left;
}


.cap {
  font-family: "hannari";
  font-size:154%
}
.kadomaru {
	font-size: 12px;
  background:#E44D50;
  padding:0px 5px 5px;
  margin:0 10px 0 0;
  border-radius:10px;
	display:inline;
  font-style: normal;
  vertical-align:6px;
  color:#FFF;
}
.price {
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 10px;
  font-family: "hannari";
  font-size: 170%;
  color:#F00;
}
.yen {
  font-style: normal;
  font-size:75%;
  vertical-align:2px;
}
.goodsArea div figure .price {
  color:#FFF;
}



}

/* Tablet */
@media screen and (max-width:768px) {
.goodsArea {
	padding: 20px;
}
.goodsArea section h3 {
	line-height: 130%;
}
.goodsArea div figure {
	width: 49%;
	box-sizing: border-box;
}
.goodsArea div figure:nth-child(2n+1) {
	clear: left;
}
.goodsArea div figure a img {
	width: 100%;
}
}
/* -------------------------------------------------
