@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:100px;
  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;
}
.hen {
  font-size: 13px;
}
.subttl {
  font-size: 22px;
}
.visualBox {
  line-height:0em;
  position:relative;
}
.visualBox img {
  width:100%;
  height:auto;
}
.specBox {
  padding:0px 0 0;
  display: block;
}
.specTxt {
  margin:10px 0 0;
  width:100%;
  background-color:#e2d9c2;
}
.specTxt p {
  padding:16px;
  line-height:1.4em;
}
.specBox ul {
  padding:5px 0 0;
  width:auto;
  height:auto;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.specBox li {
  width:49%;
  line-height:0em;
  position:relative;
}
.specBox li img {
  width:100%;
  height:auto;
}
.capTxt {
  color:#FFF;
  position:absolute;
  left:10px;
  bottom:16px;
}


.infoBlock {
  width:auto;
  height:auto;
  margin:0 auto;
  padding:0px 0 50px;
  display: block;
}
.infoBox {
  width:auto;
  margin:20px 10px;
  background-repeat:no-repeat;
  background-image:url(../images/en.png);
  background-position:center top;
}
.infoBox h2 {
  text-align:center;
  font-family:"hannari";
  font-size:153%;
  padding:20px 0 20px;
}
.infoBox table {
  border-top:#CCC solid 1px;
  border-left:#CCC solid 1px;}
.infoBox th,
.infoBox td {
  border-right:#CCC solid 1px;
  border-bottom:#CCC solid 1px;
  padding:10px;
  line-height:1.4em;
  color:#000;
}
.infoBox th {
  background:#ECE1E1;
}
.infoBox td {
  background:#FFF;
}
.infoBox h3 {
  text-align:left;
  font-family:"hannari";
  font-size:153%;
  letter-spacing:-0.2em;
  padding:8px 0 ;
  line-height:1.2em;
}
.infoBox p {
  text-align:left;
  line-height:1.4em;
}




#kojo,
#yuhi,
#kashi,
#onsen {
  padding-top:50px;
  margin-top:-50px;
}







}
