@charset "utf-8";
/* CSS Document */
.nav__area * {
	font-family: "Noto Sans JP", sans-serif;
}

body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

/*/////////////メイリオにする場合////////////////
#header * {
	font-family: Helvetica, "hiragino kaku gothic pro","メイリオ","ms pgothic",sans-serif;
}
*/

/*/////////////源ノ角ゴシックにする場合////////////////
#header * {
	font-family: "Noto Sans Japanese","Open Sans","メイリオ",sans-serif;
}
*/


#path{
	padding-top: 80px;
}
#header {
	min-width: 950px;
}
#remain,#fixed{
	display: block !important;
	position: fixed !important;
	top: 175px !important;
}
#service-wrraper {
	height: 31px;
}
#service {
    z-index: 101;
    width: 100%;
    min-width: 950px;
    height: 30px;
    background: url(/images/top/bg_service.jpg) repeat-x center bottom;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 3px #666;
}
#my-page-area {
	float: left;
}
#my-page-area dl {
	padding: 0 0 0 10px!important;
	float:left;
	height: 100%;
}
#my-page-area dl dt {
	background: url(/images/top/bg_mypage_arrow.png) no-repeat right 8px!important;
	padding: 4px 10px 0 0!important;
	float: left;
	color: #fff;
	margin: 0 3px 0 0;
}
#my-page-area dl .new_member,
#my-page-area dl .my_page {
	float: left;
	margin: 0 2px 0 0;
}
#my-page-area dl #login,
#my-page-area dl #logout {
	float: left;
	margin: 0 2px 0 0;
	cursor: pointer;
}
#my-page-area dl #loginPopUp {
	display: none;
}
#loginPopUp #loginForm {  /* /member/ログインポップアップ崩れ対策 */
    padding: 0;
    background: none;
}
#service-right {
	float: right;
}
#service-right ul {
    float: left;
    padding: 5px 10px 0 0;
}
#service-right ul li {
	float:left;
	margin-left: 2px;
	position: relative;
}
#service-right p {
	float: left;
    padding: 7px 10px 0 0;
    color: #fff;
    font-weight: bold;
}
#head_count {
	float: right;
	cursor: pointer;
	margin-right: 8px;
}
#head_count .history,
#head_count .favorite {
	text-align: right;
	width: 72px;
	height: 63px;
	float: left;
}
#head_count .history .count,
#head_count .favorite .count {
	padding: 10px 5px 0 0;
}
#head_count .history .count_txt,
#head_count .favorite .count_txt {
	text-align: center;
	font-size:80%;
}
#hisCnt,
#favoCnt {
    text-decoration: underline;
    color: #ff3600;
    font-size: 180%;
    font-weight: bold;
    text-align: center;
}
#info-wrraper {
	width: 950px;
	margin: 0 auto;
}
#logo {
	float: left;
	width:465px;
}
#info {
	float: right;
	padding: 0 10px 0 0;
	width: 465px;
}
#info .tel {
	float: right;
}
#info .time{
	float: right;
	padding: 6px 0 0 0;
	text-align: right;
	margin: 0 0 10px 0;
}
#nav {
	clear: both;
	background: url(../images/top/bg_nav.jpg) repeat-x left bottom;
}
#nav ul {
	width: 950px;
	margin: auto;
}
#nav ul li {
	float:left;
}

/*-追加-*/
#my-page-area dt {
	color:#000!important;
}
#service-right a {
	color: #fff;
}
#service-right .headCnt {
	position: absolute;
	top: 4px;
	right: 4px;
}



.l-header * {
	font-family: "Noto Sans JP", sans-serif;
	box-sizing: border-box;
  }
  
  .l-header {
	background-color: #fff;
	height: 100px;
  }
  .l-header .header__container {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
  }
  .l-header .header__logo {
	padding-top: 21px;
  }
  .l-header .header__right {
	margin-left: auto;
	padding-top: 16px;
  }
  .l-header .header__right-top {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 4px;
  }
  .l-header .header__group {
	display: flex;
	align-items: center;
  }
  .l-header .header__title {
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 4px;
	background-color: #BEAF87;
	text-align: center;
	color: #fff;
	padding: 4px 8px;
	margin-right: 10px;
  }
  .l-header .header__description {
	font-size: 30px;
	font-weight: bold;
	color: #BEAF87;
	position: relative;
	padding-left: 30px;
  }
  .l-header .header__description::before {
	content: "";
	background-image: url(../images/top/tel_icon_1.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	position: absolute;
	top: 9px;
	left: 4px;
	width: 23px;
	height: 30px;
  }
  .l-header .header__date {
	font-size: 15px;
	letter-spacing: 0.05em;
	color: #262626;
	text-align: right;
  }
.nav__area {
	padding: 10px 0;
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 1000;
  }
	.underLayerHeader.is-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
		background: #fff;
}
.nav__lists {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 1080px;
  }
.nav__list {
	font-size: 26px;
	text-align: center;
  }
  .nav__list a {
	text-decoration: none;
  }
  .nav__list .nav__list-link:hover {
	color: unset;
	opacity: 0.7;
  }
  .nav__list .nav__item-link:hover {
	color: #fff;
	opacity: 0.7;
  }
.nav__list-link {
	display: block;
	color: #333333;
  }
  .nav__lists .has-list .nav__list-link a:hover {
	color: #fff;
	opacity: 0.7;
  }
.nav__list span {
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding-top: 4px;
  }
.nav__items {
	display: none;
	position: absolute;
	top: 66px;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	background-color: rgba(0, 0, 0, 0.6);
	border-top: 3px solid #BEAF87;
	z-index: 1;
  }
.nav__item:not(:last-of-type) {
	border-bottom: 1px solid #AAAAAA;
  }
.nav__item-link {
	font-size: 15px;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	color: #fff;
	padding: 9px 0;
  }
  .has-list {
	position: relative;
	padding-bottom: 8px;
  }
  .has-list:hover .nav__items {
	display: block;
  }
  .header__group-btan {
    display: flex;
    align-items: center;
	height: 100px;
    padding: 0 25px;
	gap: 25px;
}
.header__title-btn:hover {
    opacity: 0.7;
}