@charset "utf-8";
/* CSS Document */
.header-new{
	width: 100%;
	font-family:'游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin:auto;
	color: #333;
}
.header-new img{
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}
.header-info{
	max-width: 1120px;
	display: flex;
	margin:10px auto;
}

.header-new .info-left{
	width: 30%;
}
.header-new h1{
	width: 100%;
	height: 100px;
	background-image:url("https://kisste.itembox.design/item/header-kisste-logo.png");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: left 10px top 80%;
	text-indent: -9999px;
}

.header-new .info-right{
	width: 70%;
	/* margin:25px 10px 0 auto; */
}	
.header-new .info-upper{
	/* width: 70%; */
	display: flex;
	margin: 0 10px 0 auto;
	font-size: 1.2em;
}	
.header-new .info-upper ul{
	/* width: 80%; */
	display: flex;
	margin: 0 0 0 auto;
}
.header-new .info-upper ul .faq,
.header-new .info-upper ul .contact{
	/* width: 45%; */
	/* display: flex; */
	/* position: relative; */
}
.header-new .info-upper ul .faq li,
.header-new .info-upper ul .contact li{
	margin: 10px 10px;
}
.header-new .info-upper ul .faq i,
.header-new .info-upper ul .contact i{
	color: #00b0bd;
	/* font-size: 1.3em; */
	/* padding-top: 5px; */
	/* padding-left: 8%; */
}

.header-new .info-upper a:upper-link{ 
	color: #333;
	text-decoration: none;
}
.header-new .info-upper .header-tel li{
	font-size:0.8em;
	text-align: center;
	line-height:150%;
}
.header-new .info-upper .header-tel p{
	/* width: 80%; */
	color: #00b0bd;
	font-size: 1.7rem !important;
	font-weight: bold;
	position: relative;
}

.header-new .info-lower{
	display: flex;
	/* margin-bottom:30px; */
}
.header-new .info-lower ul{
	/* width: 100%; */
	display: flex;
	/* justify-content: space-around; */
	margin: 0 0 0 auto;
	/* padding: 0; */
}
.header-new .info-lower ul .info-menu{
	padding: 20px 10px;
	font-size: 1.2em;
	/* width: 25%; */
	/* display: flex; */
	/* position: relative; */
}

.header-new .info-lower ul .info-menu i{
	color: #b5b5b5;
	font-size: 1.8rem;
}
.header-new .info-lower ul .info-menu li{
	/*position: absolute;*/
	/*top:8px;*/
	/*left: 30%;*/
}

 .header-new .info-menu .menu-link{
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 100%;
}

.header-new .info-menu a:menu-link{ 
	color: #333;
	text-decoration: none;
}
.header-new h1:hover{
	opacity: .5;
}
.header-new:visited,
.header-new:active{
	color: #333;
}


/* 検索*/
.header-new .searchform_custom_new{
	text-align: center;
	background-color: #fff;
}

.header-new .fs-p-searchForm__inputGroup{
	/* display: flex; */
	background-color: #fff;
	border: #ccc solid 1px;
}
.header-new .fs-p-searchForm__input {
	background-color: #fff;
	border: none;
	width: 180px;
}

.fs-p-searchForm__button::before {
    top: 3px;
    /* right: 0; */
    /* bottom: 0; */
    left: 4px;
}

.header-new .fs-p-inputGroup__button {
	width: 20%;
    height: 30px;
	font-weight: bold;
    background-color: #00b0bd;
    color: #fff;
    border: none;
}
.header-new .fs-p-inputGroup__button:hover{
	opacity: .5;
}
/* /検索*/

@media screen and (min-width: 320px) and (max-width: 767px){
.header-new{
		display: none;
}
}

