* {
  margin: 0px;
  padding: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: url(/contents/rusticana/img/bg.png) ;
  background-position: center;
  background-size: cover;
}

a {
  color: #000000;
}

#top {
  margin: 0 auto;
  width: 1200px;
  height: 500px;
  background: url(/contents/rusticana/img/keyvisual.png)center no-repeat;
  background-size: cover;
}

.h1top {
  height: 60px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#262626+0,969696+100 */
  background: #a98c69;
  /* Old browsers */
  /*background: -moz-linear-gradient(top,  #262626 0%, #969696 100%); /* FF3.6-15 */
  /*background: -webkit-linear-gradient(top,  #262626 0%,#969696 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom,  #4c4c4c 0%,#696969 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#969696',GradientType=0 ); /* IE6-9 */
}


.h1top img {
  margin: 5px 0 0 100px;
  height: 50px;
}

.container {
  margin: 0 auto;
  padding: 30px 5px 30px 5px;
  width: 1200px;
  /*height:450px;*/
  display: block;
  background: rgba(255, 255, 255, 0.7);
}

ul {
  margin: 0;
  padding: 0;
  text-align: center;

}

.contents li {
  display: inline-block;
  width: calc((100% - 100px)/2);
  height: 150px;
  list-style: none;
  text-align: left;
  /*box-shadow: 3px 3px 3px #dddddd;*/
  box-shadow: 2px 2px 5px #cecece;
}

section .contents li:nth-child(1) {
  background-size: 150px;
  margin: 0 10px 10px 0;
}

section .contents li:nth-child(2) {
  background-size: 150px;
  margin: 10px 10px 0 0;
}

section .contents li:nth-child(3) {
  background-size: 150px;
  margin: 0 10px 0 0;
}

section .contents li:nth-child(4) {
  visibility: hidden;
  background-size: 150px;
  margin: 0 10px 10px 0;
}

section .contents li:nth-child(5) {
  background-size: 150px;
  margin: 0 10px 10px 0;
}

section#tsukuba .contents li:nth-child(2) {
  margin: 10px 10px 10px 0;
}


section .contents li:nth-child(6) {
  /* visibility: hidden; */
  background-size: 150px;
  margin: 0 10px 10px 0;
}

/*?��^?��u1?��Ԗځ@?��O?��ω摜*/
section:nth-of-type(1) .contents li:nth-child(1) {
  background: url(/contents/rusticana/img/ruviana.png) #a98c69 no-repeat;
  background-position-y: -30px;
}

section:nth-of-type(1) .contents li:nth-child(2) {
  background: url(/contents/rusticana/img/domani-m.png) #a98c69 no-repeat;
}

section:nth-of-type(1) .contents li:nth-child(3) {
  background: url(/contents/rusticana/img/rusticana0.png) #a98c69 no-repeat;
  background-position-y: -44px;
}

section:nth-of-type(1) .contents li:nth-child(4) {
  background: url(/contents/rusticana/img/rusticana0.png) #a98c69 no-repeat;
}

section:nth-of-type(1) .contents li:nth-child(5) {
  background: url(/contents/rusticana/img/rusticana1.png) #a98c69 no-repeat;
}

section:nth-of-type(1) .contents li:nth-child(6) {
  background: url(/contents/rusticana/img/lattice.png) #a98c69 no-repeat;
}

/*?��^?��u2?��Ԗځ@?��O?��ω摜*/
section:nth-of-type(2) .contents li:nth-child(1) {
  background: url(/contents/rusticana/img/rusticana1.png) #a98c69 no-repeat;
}

section:nth-of-type(2) .contents li:nth-child(2) {
  background: url(/contents/rusticana/img/lattice.png) #a98c69 no-repeat;
}

/* section:nth-of-type(2) .contents li:nth-child(3){
background:url(/contents/rusticana/img/rusticana1.png) #a98c69 no-repeat;
}

section:nth-of-type(2) .contents li:nth-child(4){
background:url(/contents/rusticana/img/3333.png) #a98c69 no-repeat;
} */

/*?��^?��u3?��Ԗځ@?��O?��ω摜*/
/* section:nth-of-type(3) .contents li:nth-child(1){
background:url(/contents/rusticana/img/4444.png) #a98c69 no-repeat;
}

section:nth-of-type(3) .contents li:nth-child(2){
background:url(/contents/rusticana/img/3333.png) #ffffff no-repeat;
}

section:nth-of-type(3) .contents li:nth-child(3){
background:url(/contents/rusticana/img/2222.png) #a98c69 no-repeat;
}

section:nth-of-type(3) .contents li:nth-child(4){
background:url(/contents/rusticana/img/1111.png) #a98c69 no-repeat;
} */

.contents li span {
  display: block;
  margin: 0px 10px 10px 220px;
  padding-top: 10px;
}

.contents li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

.contents li a:hover {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #cccccc5c;
  text-decoration: none;
}

.hotelname {
  font-size: 1.2em;
  font-weight: bold;
  pointer-events: none;
  cursor: default;
}



.hoteladdress {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}



footer {
  margin: 0 auto;
  width: 1200px;
  height: 20px;
  /* background: #dddddd; */
  text-align: center;
  padding-top: 3px;
}

.copyright {
  font-size: 10px;
}

.copyright a {
  text-decoration: none;
}

.qr {
  width: 1200px;
  text-align: right;
  margin-top: 20px;
}

/*?��^?��u?��ݒ�*/
nav {
  margin-bottom: 10px;
  width: 1102px;
  margin: 0 auto;
  margin: 0 8px 0 41px;
}

/*?��^?��u?��̒�?��g?��?��?��?��?��?��?��?��\?��?��?��?��*/
.ChangeElem_Panel {
  display: none;
}

/*?��^?��u?��?��?��?��?��?��?��ׂ�*/
.ChangeElem_Btn_Content {
  display: flex;
  justify-content: space-around;
  /* width: 1102px; */
  /* margin: 0 auto; */
  /* margin-left: 41px;
  margin-right: 51px; */
  /* margin: 0 10px 10px 40px; */
}

/*?��ʏ펞?��̃^?��u?��?��?��?��*/
.ChangeElem_Btn {
  border: 2px solid #71532f;
  background-color: #fff;
  border-radius: 10px;
  color: #71532f;
  cursor: pointer;
  display: inline-block;
  flex: 1;
  font-size: 1.2rem;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  transition: all .3s ease-in-out;
  vertical-align: middle;
}

.ChangeElem_Btn :first-child {
  margin-right: 10px;
}

nav .ChangeElem_Btn :nth-of-type(2) {
  margin-left: 10px;
}

/*?��J?��?��?��?��?��g?��ƃz?��o?��[?��?��?��̃^?��u?��?��?��?��*/
.ChangeElem_Btn:hover,
.ChangeElem_Btn.is-active {
  background: #f0dcc5;
  border: 2px solid #71532f;
  box-sizing: border-box;
  color: #71532f;
}

div#wrapper {
  visibility: hidden;
}

.content {
  visibility: visible;
  position: absolute;
  top: 0;
}

@media all and (-ms-high-contrast: none) {
  .ie11-li {
    position: relative;
    top: -29px;
  }
}