@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 h2 {
  text-align:center;
  padding:10px 0 20px;
  line-height:1.5em;
  font-size:108%;
}

.twoBlock a {
  color: #0066ff;;
}
.twoBlock ul {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
}
.twoBlock li {
  background-color:#FFF;
  margin:0 15px;
  width:485px;
  color:#000;
}
.twoBlock li dl {
  padding:20px;
}
.twoBlock li dd {
}
.twoBlock li dd h3 {
  font-family: "hannari";
  line-height:1.8em;
  padding:5px 0 5px;
}
.twoBlock li dd p {
  line-height:1.4em;
}
.openkitchen {
  width: 1000px;
  height: auto;
  margin: 30px auto 0;
}
.openkitchenArea {
  width: 960px;
  background-color: #FFFFFF;
  height: auto;
  padding: 20px;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
}
.mainBox {
  width: 442px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.mainBox p {
  color: #000000;
  line-height: 1.6em;
  margin-top: 15px;
}
.mainBox01 {
  width: 498px;
  margin-right: 20px;
}
.mainBox01 p {
  color: #000000;
  width: 498px;
  line-height: 1.4em;
  margin-top: 5px;
  text-align: center;
}



.mainBox02 {
  width: 430px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.mainBox02 p {
  color: #000000;
  line-height: 1.6em;
  margin-top: 15px;
}
.mainBox03 {
  width: 510px;
  margin-right: 20px;
}








.na-red {
  font-size:154%;
  color: #c61c22;
}
.na-small {
  font-size:139%;
}
.na-medium {
  font-size:197%;
}
.na-large {
  font-size:247%;
  font-family: "hannari";
}

.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;
  color:#FFF;
}
.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;
}


.introBlock {
  width:1000px;
  height:auto;
  margin:30px auto 0;
}
.introBlock h2 {
  font-size:247%;
  font-family: "hannari";
  line-height:1.1em;
  padding:0 0 20px;
}
.introBlock p {
  line-height:1.4em;
}
.introImg {
  line-height:0em;
  margin:16px 0 0;
}

.storyBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
}

.bg_sb {
  background-image:url(../images/bg_sb.jpg)
}
.bg_lg {
  background-image:url(../images/bg_lg.jpg)
}
.bg_p {
  background-image:url(../images/bg_p.jpg)
}
.bg_or {
  background-image:url(../images/bg_or.jpg)
}

.storyBox_r {
  width:100%;
  height:480px;
  position:relative;
  margin:40px 0 0;
  overflow:hidden;
}
.maru_r {
  position:absolute;
  top:-30px;
  right:-50px;
}
.storyBox_r h3 {
  position:absolute;
  top:40px;
  right:30px;
}
.storyTxt_r {
  position:absolute;
  top:40px;
  right:145px;
  -ms-writing-mode: tb-rl; /* for MS IE8+ */
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "hannari";
  font-size:108%;
  line-height:1.8em;
}

.storyBox_l {
  width:100%;
  height:480px;
  position:relative;
  margin:40px 0 0;
  overflow:hidden;
}
.maru_l {
  position:absolute;
  top:-30px;
  left:210px;
}
.storyBox_l h3 {
  position:absolute;
  top:40px;
  left:220px;
}
.storyTxt_l {
  position:absolute;
  top:40px;
  right:805px;
  -ms-writing-mode: tb-rl; /* for MS IE8+ */
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "hannari";
  font-size:108%;
  line-height:1.8em;
}
.storyImg_l {
  position:absolute;
  top:0px;
  right:0px;
}
.storyImg_sw {
  width:644px;
  height:480px;
  background-color:#FFF;
  position:relative;
  right:0px;
  margin-left:356px;
}
.sw01,.sw02,.sw03 {
  line-height:0em;
}
.sw01 {
  position:absolute;
  top:0px;
  right:322px;
}
.sw02 {
  position:absolute;
  top:0px;
  right:0px;
}
.sw03 {
  position:absolute;
  top:0px;
  right:0px;
}
.sw_txt {
  width: 322px;
  color:#000;
  position:absolute;
  top:330px;
  right:0px;
}
.sw_txt h4 {
  text-align:right;
  padding:10px 10px 0;
  line-height:1.4em;
}
.sw_txt p {
  padding:0px 10px;
  line-height:1.4em;
  text-align:justify;
  text-justify:distribute;
}


.kaisekiBlock {
  width:1002px;
  height:auto;
  margin:40px auto;
}
.kaisekiBlock h2 {
  font-size:247%;
  font-family: "hannari";
  line-height:1.1em;
  padding:0 0 20px;
}
.kaisekiBlock h3 {
  font-size:189%;
  font-family: "hannari";
  line-height:1.1em;
  padding:0 0 0px;
}
.kaisekiBlock p {
  line-height:1.5em;
}
.kaisekiBlock ul {
  padding:20px 0 0;
  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;
}
.kaisekiBlock li {
  width: 332px;
  height:auto;
  line-height:0em;
  margin:1px;
}


.styleBlock {
  width:1002px;
  height:auto;
  margin:0 auto 40px;
}
.styleBlock h3 {
  font-size:189%;
  font-family: "hannari";
  line-height:1.1em;
  padding:0 0 20px;
}
.styleBlock p {
  line-height:1.5em;
}
.styleBlock ul {
  padding:20px 0 0;
  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;
}
.styleBlock li {
  width: 248px;
  height:auto;
  line-height:0em;
  margin:1px;
}
.ume {
  padding:0 0 0 50px;
}
.heyashoku {
  text-align:center;
  line-height:1.5em;
}
.heyashoku h4 {
  font-size:154%;
}
.heyashoku p {
  padding:10px 0;
}
h5 {
  font-family: "hannari";
  color: #974144;
  font-size: 1em;
}

.btn_osusume {
  padding: 16px 0 0;
}
.btn_osusume a {
  background-image: url("../../common/images/bg_r.jpg");
  display: inline-block;
  padding: 8px 1em;
  font-size: 18px;
}
.btn_osusume a:hover {
  text-decoration: none;
  background-image: url("../../common/images/bg_y.jpg");
}




/* 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%;
  }
  
  
  .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 40px
  }
  .twoBlock li {
    margin:0 0px 10px;
    width:100%;
  }
  .twoBlock li dt img {
    width:100%;
    height:auto;
  }
  
  .twoBlock li dl {
    padding:10px;
  }
  .twoBlock li dd h3 {
    font-family: "hannari";
    line-height:1.5em;
    padding:5px 0 5px;
    letter-spacing:-0.2em;
  }
  .na-red {
    font-size:139%;
    color: #c61c22;
  }
  .na-small {
    font-size:123%;
  }
  .na-medium {
    font-size:167%;
  }
  /*.na-large {
    font-size:197%;
  }*/
    
  .introBlock {
    width:auto;
    height:auto;
    margin:10px 10px 0;
  }
  .introBlock h2 {
    font-size:189%;
    font-family: "hannari";
    line-height:1.1em;
    padding:0 0 10px;
  }
  .introBlock p {
    line-height:1.4em;
  }
  .introImg {
    line-height:0em;
    margin:11px 0 0;
  }
  .introImg img {
    width:100%;
    height:auto;
  }
  
  
  .kaisekiBlock {
    width:auto;
    height:auto;
    margin:40px 10px;
  }
  .kaisekiBlock h2 {
    font-size:197%;
    font-family: "hannari";
    line-height:1.1em;
    padding:0 0 20px;
  }
  .kaisekiBlock h3 {
    font-size:189%;
    font-family: "hannari";
    line-height:1.1em;
    padding:0 0 0px;
  }
  .kaisekiBlock p {
    line-height:1.5em;
  }
  .kaisekiBlock ul {
    padding:20px 0 0;
    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;
  }
  .kaisekiBlock li {
    width: 32.6%;
    height:auto;
    line-height:0em;
    margin:1px;
  } 
  .kaisekiBlock li img {
    width:100%;
    height:auto;
  }
  
  
  .styleBlock {
    width:auto;
    height:auto;
    margin:0 10px 40px;
  }
  .styleBlock h3 {
    font-size:189%;
    font-family: "hannari";
    line-height:1.1em;
    padding:0 0 20px;
  }
  .styleBlock p {
    line-height:1.5em;
  }
  .styleBlock ul {
    padding:20px 0 0;
    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;
  }
  .styleBlock li {
    width: 49%;
    height:auto;
    line-height:0em;
    margin:1px;
  }
  .styleBlock li img {
    width:100%;
    height:auto;
  }
  
  
  .storyBlock {
    width:auto;
    height:auto;
    margin:0 10px;
  }
  .storyBox_r,.storyBox_l {
    width:100%;
    height:auto;
    position:relative;
    margin:10px 0 0;
    overflow:hidden;
  }
  .storyImg_r,
  .storyImg_l {
    padding:10px;
    position:relative;
  }
  .storyImg_r img,
  .storyImg_l img {
    width:100%;
    height:auto;
  }
  
  .storyBox_r h3,
  .storyBox_l h3 {
    width:94%;
    position:absolute;
    left:0px;
    top:0px;
    padding:10px;
    text-align:right;
  }
  .storyTxt_r,
  .storyTxt_l {
    position:relative;
    top:0px;
    left:10px;
    right:0px;
    -ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: "hannari";
    font-size:108%;
    line-height:1.8em;
    padding-top:10px;
  }
  .hiori {
    width:75px;
    height:auto;
  }
  .semaku {
    line-height:1.4em;
  }
  .chottosemaku {
    line-height:1.6em;
  }
  
  .ume {
    padding:0 0 0 0px;
  }
  .maru_r {
    position:absolute;
    top:-30px;
    right:-80px;
  }
  .maru_l {
    position:absolute;
    top:-30px;
    left:170px;
  }
  
  
  .storyImg_sw {
    width:auto;
    height:auto;
    background-color:transparent;
    position:relative;
    right:0px;
    margin-left:0px;
    padding:10px;
  }
  .sw01,.sw02,.sw03 {
    line-height:0em;
  }
  .sw01 img,.sw02 img,.sw03 img {
    width:100%;
    height:auto;
  }
  .sw01 {
    position:relative;
    top:auto;
    right:auto;
  }
  .sw02 {
    position:relative;
    top:auto;
    right:auto;
  }
  .sw03 {
    position:relative;
    top:auto;
    right:auto;
  }
  .sw_txt {
    width: auto;
    color:#000;
    position:relative;
    top:auto;
    color:#FFF;
  }
  .sw_txt h4 {
    text-align:left;
  }
  
  
  .openkitchen {
    width: auto;
    height: auto;
    margin: 30px 10px 0;
  }
  .openkitchenArea {
    width: auto;
    background-color: #FFFFFF;
    height: auto;
    padding: 10px;
    display:block;
  }
  .mainBox {
    width: auto;
    float: none;
    padding-top: 20px;
    padding-left: 0px;
    padding-bottom: 10px;
  }
  .mainBox p {
    color: #000000;
    width: auto;
    line-height: 1.6em;
    margin-top: 5px;
  }
  .mainBox01 img {
    width: 100%;
    height:auto;
  }
  .mainBox01 {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .mainBox01 p {
    color: #000000;
    width: 100%;
    line-height: 1.2em;
    margin-top: 5px;
    text-align: center;
  }
  h7 {
    font-family: "はんなり明朝";
    text-align:center;
    color: #974144;
    font-size: 1em;
  }



  .mainBox02 {
    width: auto;
    padding-left: 0px;
    padding-bottom: 10px;
  }
  .mainBox02 p {
    color: #000000;
    line-height: 1.6em;
    margin-top: 5px;
  }
  .mainBox03 {
    width: auto;
    margin-right: 0px;
    margin-bottom:10px;
  }
  .mainBox03 img {
    width: 100%;
    height:auto;
  }


}
