body {
  background-color: #eaedf8;
  background-image: url("image/bg.gif");
  background-repeat: repeat-y;
  background-position: center 0;
  margin: 0;
  padding: 0
}
h1 {
  color: #fff;
  font-size: 9pt;
  font-weight: normal;
  background-color: #6f8c37;
  margin: 0 0;
  padding: 7px 20px;
}
.menu {
  background-image: url("image/menu-bg.gif");
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  height: 57px
}
table {
  border-collapse: collapse;
  width: 100%;
}
.topmain {
  background-color: #7d8ccf;
  margin: 0;
  padding: 0
}
h2 {
  color: #00338d;
  font-size: 14pt;
  font-weight: bold;
  background-image: url(../../Y's%83J%83%93%83p%83j%81%5b/web-content/image/h2-bg.gif);
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 20px
}
.add {
  border: solid 1px #666
}
h3 {
  font-size: 11pt;
  font-weight: bold;
  margin: 5px 0
}
td {
  font-size: 10pt
}
footer {
  color: #ffff71;
  background-color: #fff;
  background-image: url("image/footer.gif");
  background-repeat: repeat-x;
  padding-top: 8px;
  height: 34px;
  text-align: center;
	margin-bottom: 20px;
	font-size: 13px;
}

.contact {
  background-color: #fff;
  border: solid 1px #666
}
.under {
  color: #ddd;
  font-size: 10pt;
  background-image: url(../../Y's%83J%83%93%83p%83j%81%5b/web-content/image/footer-bg.gif);
  background-repeat: repeat-x;
  height: 51px
}
.aisatsu {
  color: #333;
  font-size: 10pt;
  line-height: 1.4;
  background-image: url(../../Y's%83J%83%93%83p%83j%81%5b/web-content/image/aisatsu.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  width: 391px
}
.h2g {
  color: #fff;
  font-size: 12pt;
  font-weight: bold;
  background-image: url("access/image/subtitbg-1.gif");
  background-repeat: repeat-x;
  margin-bottom: 5px;
  padding: 5px;
}
.h2b {
  color: #fff;
  font-size: 12pt;
  font-weight: bold;
  background-image: url("access/image/subtitbg-2.gif");
  background-repeat: repeat-x;
  margin-bottom: 5px;
  padding: 5px;
}
p {
  font-size: 13px;
}
.wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
.header-img {
  position: relative;
  margin-bottom: -5px;
}
.header-img .toptel {
  position: absolute;
  top: 5px;
  right: 5px;
}
.main {
  width: 100%;
  line-height: 1.4;
  background-color: #e9edf8;
  background-image: url("image/main-bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 bottom;
  margin: 0;
  padding: 0;
}
.first-cont {
  display: flex;
}
@media screen and (max-width: 768px) {
  h1 p {
    width: 80%;
  }
  .header-img {
    width: 100%;
  }
  .header-img .fujimi {
    width: 100%;
    height: 20vw;
    object-fit: cover;
    object-position: 0 100%
  }
  .header-img .toptel {
    display: none;
  }
  .menu {
    display: none;
  }
  .wrapper {
    width: 100vw;
  }
  .first-cont {
    width: 100%;
    display: block;
  }
  .first-cont img {
    width: 100%;
	  
  }
}
/***************モバイルメニュー******************/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 20px;
  top: 65px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 4px;
  left: 6px;
  border-radius: 2px;
  background: #6f8c37;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 55px;
  left: 0;
  color: #fff;
  background: #6f8c37;
  text-align: center;
  width: 100%;
  opacity: 0;
  display: none;
  transition: opacity .6s ease, visibility .6s ease;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover {
  background: #ddd;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}
nav .menu-item {
  border-bottom: solid 0.1px #fff;
}
/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
}
@media screen and (min-width:768px){
  .hamburger {
    display: none;
  }
}
/*=================
トップメイン
=================*/
.main1 {
  display: flex;
  padding-bottom: 10px;
}
.parking {
  padding: 10px;
  text-align: center;
}
.main-right {
  width: 100%;
  padding-right: 10px;
}
.main-right img {
  width: 100%;
}
.sentence {
  background-image: url("image/top-contents-bg.gif");
  color: #fff;
}
.sentence p {
	padding: 10px;
}
@media screen and (max-width: 768px) {
  .main {
    display: block;
    width: 100%;
  }
  .parking {
    width: 100%;
    padding: 10px 0 0;
  }
  .main-right {
    padding-right: 0;
  }
	.testtest {
		margin: 10px;
	}
}
/*=================
問い合わせ
=================*/
.contact {
  display: flex;
  background-color: #fff;
  border: solid 1px #666;
  margin-top: 10px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
.tb01 th, .tb01 td {
  padding: 5px;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
.tb01 .tel {
  color: #780000;
  font-weight: 700;
}
.tb01 p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
.qr {
  display: flex;
  width: 30%;
  padding: 10px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact {
    display: block;
  }
  .qr {
    display: none;
  }
  /*
	.tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
	*/
}
/*=================
施設案内
=================*/

.info_top {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.facility_cont {
  padding-left: 20px;
  padding-right: 20px;
}
.facility {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.facility_item {
  width: 50%;
  text-align: center;
}
.facility_item p {
  text-align: left;
  margin: 0 10px 5px;
}
/*情報*/
.info_item {
  padding: 15px 0;
}
.lodgeinfo_item {
  display: flex;
}
.reference {
  width: 100%;
  text-align: end;
}
@media screen and (min-width: 768px) {
	.info_top_mobile {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.info_top {
		display: none;
	}
	
	.facility_item {
    width: 100%;
  }
  .facility_item img {
    width: 100%;
    margin-left: auto;
    display: block;
  }
  .info_top,.info_top_mobile {
    padding-right: 10px;
    padding-left: 10px;
  }
  .info_top img, .info_top_mobile img {
    width: 100%;
    margin-left: auto;
    display: block;
  }
  /*情報*/
  .lodgeinfo_item {
    display: block;
  }
  .info_item img {
    width: 100%;
  }
}
/*=================
アクセス
=================*/
.access-cont {
  display: flex;
  width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.access, .map {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .access-cont {
    display: block;
  }
}