@charset "utf-8";


/* CSS Document */



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


#wrapper {
  padding: 0px 0 0;
}


.mainArea {
  width:100%;
  height:200px;
  background-image:url(../../common/images/bg_main.jpg);
  background-size:cover;
  background-position:center center;
}
.mainBlock {
  width:100%;
  height:200px;
  background-repeat:no-repeat;
  background-position:center top;
  background-image:url(../images/main.jpg);
  background-size:cover;
}
.mainBox {
  width:100%;
  height:200px;
  margin:0 auto;
  
  position:relative;
}
.mainBox h1 {
  display:block;
  vertical-align:middle;
  text-align:center;
  width:110px;
  height:70px;
  margin:0 auto 0;
  padding: 113px 0 0px;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_h1.png);
  background-position:center 75px;
  background-size:100px 100px;
  color:#FFF;
  font-family:"hannari";
  font-size:197%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}


.localNav {
  width:100%;
  height:auto;
}
.localNav nav {
  width:100%;
  background:url(../../common/images/bg02.jpg);
  z-index:140;
}
.localNav ul {
  width:auto;
  height:auto;
  margin:0 auto;
  display: block;
  text-align:center;
  padding:5px 0
}
.localNav li {
  margin:0 15px;
  font-family:"hannari";
  line-height:1em;
  font-size:139%;
}
.localNav li a {
  display:block;
  padding:5px 10px 9px;
  color:#000;
}
.fixed {
  position:inherit;
}

.contents_bg {
  background-image:url(../../common/images/bg01.jpg);
}
.contents_bw {
}
.contents_bg .contentsBlock {
  width:auto;
  height:auto;
  margin:0 auto;
  padding:20px 10px;
  background-image:none;
}
.contents_bw .contentsBlock {
  width:auto;
  height:auto;
  margin:0 auto;
  padding:20px 10px;
  background-image:none;
}
.contentsBlock h2 {
  font-family:"hannari";
  font-size:197%;
  text-align:center;
  line-height:0.7em;
  padding:0 0 10px;
}


.ladies_bg {
  background-color:rgba(226,207,151,0.70);
  padding-top: 0px;
  position:relative;
  z-index:5;
  overflow:hidden;
}
.ttlBox {
  text-align:left;
  padding:20px 10px 20px;
  position:relative;
}
.ttlBox h2 {
  padding:0 0 14px;
  color:#BF3D49;
  text-align:left;
  z-index:12;
  position:relative;
  font-weight:bold;
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.7);
}
.ttlBox p {
  font-size:100%;
  line-height:1.5em;
  z-index:12;
  position:relative;
}
.ttlImg {
  width:80%;
  position:absolute;
  left:auto;
  right:-30px;
  top:-30px;
  z-index:10;
}
.ttlImg img {
  opacity:0.4;
  width:100%;
  height:auto;
}


.timeBox {
  width: auto;
  height:auto;
  display: block;
}
.timeTxt {
  width:auto;
}
.timeTxt h3 {
  width:auto;
  height:60px;
}
.timeTxt h3 img {
  width:auto;
  height:100%;
}
.timeTxt p {
  padding:0 10px;
  line-height:1.4em;
}
.timeImg {
  width:auto;
  height:auto;
}
.timeImg img {
  width:100%;
  height:auto;
}
.first {
  padding:0 0 0px 10px;
}
.second {
  padding:0 0 0 10px;
}
.third {
  padding:0 0 0 10px;
}
.nagomi {
  width:auto;
}
.timeTxt.large h3 img {
  width: 200px;
  height: auto;
}
.timeTxt.large h3 {
  width: 200px;
  height: auto;
}


}
