@charset "UTF-8";



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,th,td {
  margin: 0;
  padding: 0;
}
body {
/* width: 100%; */
  margin: 0;
  padding: 0;
  color: #4c3918;
  font-family:
    "Hiragino Kaku Gothic ProN",
    YuGothic,"Yu Gothic",
    Meiryo,
    sans-serif;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  background: #f1eba3 no-repeat;
/* background-image: url(../common/home_tenpo_bg.gif); */
  background-position: center top;
}

h1 {
  font-size: 18px;line-height: 2;
  text-align: center;
}
h2 {
  font-size: 16px;
}

ol,ul {
  list-style: none;
}
header p {
  font-size: 11px;
  text-align: center;
}

a {
  color: #4c3918;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #ff5014;
  text-decoration: underline;
}

a img,
img {
  border: 0;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
header,
#header {
  margin-left: auto;
  margin-right: auto;
/* width: 1254px; */
}

header #info,
#header #info {
  display: inline;
  width: 192px;
  float: right;
  margin-right: 16px;
}
strong {
  font-weight: inherit;
}


/*----------------------------------------------------
  トップページ　
-----------------------------------------------------*/
#preload_topg {
  width: 0px;
  height: 0px;
  display: inline;
}

div#wrap_topg {
  margin-left: auto;
  margin-right: auto;
  width: 994px;
}

div#topgct {
  height: 700px;
  background-image: url(../common/topbg.gif);
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0px;
  padding: 0px;
}

div#topgct #tenpo_link {
  float: left;
  height: 120px;
  margin-left: 204px;
  margin-top: 422px;
}

div#topgct #tenpo_link h2{
  float: center;
}

div#topgct #tenpo_link #tenpo_soreiyu {
  display: block;
  overflow: hidden;
  width: 280px;
  height: 313px;
}

div#topgct #tenpo_link #tenpo_azabu {
  display: block;
  overflow: hidden;
  width: 258px;
  height: 120px;
}

div#topgct #tenpo_link #tenpo_active {
  display: block;
  overflow: hidden;
  width: 258px;
  height: 120px;
}


div#topgct #tenpo_link h2 a:hover {
  background-position: 0 bottom;
}

/*----------------------------------------------------
  アクティブオープンver　
-----------------------------------------------------*/

div#topgct_open_ver01 {
  height: 437px;
  background-image: url(../common/topbg01.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin      : 0 0 40px 0;
  padding: 0px;
}
div#topgct_open_ver03 {
  height: 156px;
  background-image: url(../common/topbg03.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 48px;
  padding: 0px;
}

div#tenpo_link {
  /* height: 340px; */
  /* margin-left: 41px; */
  margin-top: 0px;
  /* overflow: hidden; */
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
div#tenpo_link::after {
  content: '';
  display: block;
  clear: both;
}


div#tenpo_link h2 {
  position: absolute;right: 0;bottom: 25px;left: 0;
  text-align: center;
  overflow: visible;
  cursor: pointer;
  line-height: 2;
}
div#tenpo_link h2 a {
  width: 100%;
}
div#tenpo_link h2 a:hover {
  text-decoration: underline!important;
}
div#tenpo_link .cntBox {
  width: 280px;
  height: 370px;
  /* float: left; */
  position: relative;
}
div#tenpo_link .cntBox {
  margin-left:15px;
  margin-right:15px;
}
div#tenpo_link .cntBox>a {
  display: block;
}



div#tenpo_link .cntBox .hover {
  position: absolute;
  top: 0;right: 0;left: 0;
  margin: auto;
  opacity: 0;
}
div#tenpo_link .cntBox a:hover img:first-child:not(.nothover ) {
  display: none;
}
div#tenpo_link .cntBox a:hover .hover {
  opacity: 1;
}

div#tenpo_link .cntBox a:hover .nothover+.hover {
  opacity: 0;
}


/* 宮の沢店 オープ次第削除 */
/* div#tenpo_link .cntBox.miyanosawa {
	position: relative;
}

div#tenpo_link .cntBox.miyanosawa::before {
  content: "3月オープン予定！";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
} */


/*----------------------------------------------------
  フッター
-----------------------------------------------------*/

footer,
#footer {
  clear: both;
  margin: 25px auto 0;
  padding-top: 25px;
  width: 100%;
  color: #41321a;
  background: #debe8c;
}
footer #copyright,
#footer #copyright {
  padding: 15px 0 5px;
}
#ftr-info {
  font-size: 13px;
}
#ftr-info p {
  font-size: 14px;
}
#ftr-info li br {
  display: none;
}
small {
  display: block;
  text-align: center;
}

<!-- 2022/10/28 masuda add -->
.recruit-banner {
  text-align: center;
  margin:20px 0px;
}
.recruit-banner a img {
  transition: transform .6s ease; /* ゆっくり変化させる */
  cursor: pointer;
}
.recruit-banner a img:hover {
  transform: scale(1.1); /* 拡大 */
}