@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
body header #local-keyvisual {
  position: relative;
  padding: 3% 0;
}
body header #local-keyvisual #local-keyvisual-title {
  padding: 10px;
  background-color: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: auto;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  max-width: inherit;
  /*	background: rgba(255,255,255,0.7);*/
  background: url(../images/common/midashi_1.png) no-repeat center top;
  width: 801px;
  height: 407px;
  padding: 10px 0 100px;
  margin: 0 auto;
  /*	box-shadow: 0 0 10px rgba(0,0,0,0.3);*/
  position: relative;
}
body header #local-keyvisual #local-keyvisual-title:before {
  display: none;
  /*
	content: "";
	background: url(../images/common/midashileft.png) no-repeat;
	width: 100%;
	height: 100%;
	transform: inherit;
	position: absolute;
	left: -100px;
	top: -50px;
*/
}
body header #local-keyvisual #local-keyvisual-title:after {
  display: none;
  /*
	content: "";
	background: url(../images/common/midashiright.png) no-repeat right bottom;
	width: 100%;
	height: 100%;
	transform: inherit;
	position: absolute;
	right: -50px;
	bottom: 0;
	top: 30px;
*/
}
/*
body header #local-keyvisual #local-keyvisual-title:before, body header #local-keyvisual #local-keyvisual-title:after{
	display: none;
}
*/
.local-keyvisual-bg {
  opacity: 1;
}
#mainArea {
  background: #fff;
}

/*2023年6月6日　予約状況確認項目の移動による背景調整*/
.topCon1 .bg_wh {
  background-repeat: no-repeat;
  background-position: bottom right;
}

/* 2023-07-28 r.shimomura start */
/* ブログのコンテンツ幅が狭いので調整 */
section div#contents,
section aside {
  width: 100% !important;
}
/* 2023-07-28 r.shimomura end */

@media only screen and (max-width: 834px) {
  body header #local-keyvisual #local-keyvisual-title {
    width: 100% !important;
    /* 2023-07-28 r.shimomura start */
    /* 見出しの位置修正 */
    /* background-size: contain !important; */
    background-size: cover !important;
    /* 2023-07-28 r.shimomura end */
  }
  body header #local-keyvisual {
    padding: 5% 10px !important;
  }
}
/* -----------------------------------------------------
common
------------------------------------------------------ */

@media screen and (min-width: 641px) and (max-width: 834px) {
}
@media only screen and (max-width: 640px) {
}
