@charset "utf-8";
/* CSS Document */

body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}


#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/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;
}






/*-追加-*/
#my-page-area dt {
	color:#000!important;
}
#service-right a {
	color: #fff;
}
#service-right .headCnt {
	position: absolute;
	top: 4px;
	right: 4px;
}


/*--------------------*/
.head_wrapper *{
    font-family: "Noto Sans JP", sans-serif;
}
/*----------------------------------*/

/*------*/
.under_head {
    border-bottom: 5px solid #ddd;
}
.head_belt {
    background: #333;
    width: 100%;
    padding: 1px 0;
    position: fixed;
    display: block;
    height: 30px;
    box-sizing: border-box;
    z-index: 999;
}
.head_belt_content {
    float: right;
    margin-right: 5px;
}
.head_fav_his {
    float: left;
}
.head_fav_his li {
    float: left;
}
.head_his {
    margin-left: 2px;
}
.head_date {
    float: left;
    font-size: 13px;
    color: #fff;
    margin-top: 5px;
    margin-left: 10px;
}
.head_main {
    width: 100%;
    margin: auto;
    padding-top: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
.head_main_inner {
    margin-bottom: 9px;
    margin-left: 26px;
}
.logo_item {
    float: left;
    margin-top: 12px;
}
.head_main_right {
    float: right;
    margin-top: 9px;
}
.head_main_comp_detail {
    display: flex;
    justify-content: end;
    margin-bottom: 18px;
    align-items: center;
}
.head_main_comp--top {
    margin-right: 13px;
}
.head_main_comp--img a:hover {
    opacity: .8;
}
.head_main_time li {
    float: right;
    font-size: 13px;
    color: #000;
    letter-spacing: .035em;
}
.head_rest_time {
    margin-left: 10px;
}
.head_tel {
    position: relative;
    width: 230px;
    margin-left: auto;
    color: #333;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: .038em;
    text-align: right;
}
.head_tel::before {
    position: absolute;
    top: 8px;
    left: -34px;
    width: 27px;
    height: 23px;
    background-image: url(/images/header_tel_icon.png);
    background-size: cover;
    content: "";
}
.head_nav_btn {
    float: left;
    height: 20px;
    border-right: 1px solid #ddd;
}
.head_nav_btn:first-child {
    border-left: 1px solid #ddd;
}
.head_nav_btn a {
    font-size: 15px;
    color: #000;
    width: 120px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.head_nav_btn a::after {
    background: #d10826;
    content: "";
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 5px;
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.head_nav_btn a:hover::after {
    opacity: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.head_nav_btn a:hover {
    text-decoration: none;
}

.head_nav_btn span {
    display: block;
}