﻿@charset "utf-8";
/* =============================================
鯖江観光-Webサイト
サイト構造定義


目次：
1. header
2. pagetop
3. fotter

============================================= */



/* =============================================
1. header
============================================= */

/*
div#header {
	background: transparent url(/images/common/img/bg_header.png) repeat-x scroll 0 0;
	width: 100%;
	height: 157px;
	border-top: 5px solid #4E3838;
}
*/

/* ヘッダー検索 */

input[type="text"], input[type="password"], textarea, select { 
outline: none;
}
/* Chrome / Safari用 */
/*::-webkit-input-placeholder {
  color: #fff;
}
*/
/* Firefox用 */
/*::-moz-placeholder {
  color: #fff; opacity: 1;
}
*/

.search {
	float: right;
	height:40px;
	/* width:450px; */
	font-size:15px;
	margin-top: 3px;
}
/*
div.search div.search-txt {
	float: left;
	margin: 0;
	padding: 0;
	background-image: none;
	background-repeat: no-repeat;
	width: 5px;
}
*/
.search-box {
	float: left;
	margin: 0 5px 0 10px;
	background-image: url("/images/common/img/common/s_btn_box.gif");
	background-repeat: no-repeat;
	/*background-position: 0 0;*/
	width: 215px;
	height: 31px;
}
.search input#q {
	margin: 4px 5px 0 30px;
	padding: 1px 0px 0px 3px!important;
	border: none !important;
	background: none !important;
	width: 170px;
	/*height: 20px;*/
	font-size: 11pt;
}
.search input.fedbt{
	float:left;
	padding-right:5px;
}
/*
div.search img.search{
	float:left;
	padding-top:7px;
}
a.search{
	margin-top:2px;
}
*/
.header-text {
	float: right;
	display: flex;
	list-style-type: none;
}
.header-text li {
	margin-right: 30px;
}
.header-text a {
	color: #F15A22;
	text-decoration: none;
	font-weight: bold;
	font-family: Noto Sans JP;
	letter-spacing: 0.1em;
}
.header-text a:hover {
	text-decoration: underline;
}


/* =============================================
2. pagetop
============================================= */

#pagetop {
	position: relative;
	float: right;
	margin-top: 30px;
}
#pagetop-inner {
	text-align: right;
	height: 40px;
}
#pagetop img:hover {
	opacity: 0.8;
}

/* =============================================
3. fotter
============================================= */

#fotter ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
@media screen and (max-width:600px) {
	#fotter ul {
		margin-top: 20px;
	}
}


/*
	レスポンシブcss
*/
div#sp_header,
div#pagetop-inner span,
div.fix, 
div.fix2,
br.sp {
	display: none;
}

@media screen and (max-width:600px){
	br.sp {
		display: inline;
	}
	/*
	div#header {
		background: transparent;
		height: auto;
	}
	*/
	.header-text {
		display: none;
	}
	div#sp_header {
		display: block;
		position: relative;
		width: 100%;
		height: 75px;
	}
	#sp_header .logo {
		position: relative;
		width: 170px;
	}
	#sp_header .logo a {
		display: block;
	}
	#sp_header .logo img {
		margin: 6px;
	}
	/*
	div#sp_header .mmopen img {
		position: absolute;
		top: 40px;
		right: 20px;
		width: 13%;
	}
	img.tokusyu{
		width: 94.5%!important;
	}
	div.fix2 a img {
		vertical-align: -2px;
	}
	*/
	
	/* ---ハンバーガーメニュー--- */
	.mmopen2 {
		text-decoration: none;
		text-align: center;
	}
	#mmblc2 p {
		position: absolute;
		top: 0;
		right: 0;
		width: 90px;
		height: 60px;
		overflow: hidden;
		margin: 20px -14px 0 0;
		cursor: pointer;
		z-index: 15;
	}
	.mmclose2 {
		font-size: 63px;
		text-decoration: none;
		color: #FFFFFF;
		padding-left: 10px;
	}
	.sp-menu-list {
		margin: 20px auto 0 auto;
		margin-left: 25px;
		margin-right: 25px;
		padding-top: 35px;
	}
	.sp-menu-list h1 {
		text-align: center;
		margin-bottom: 50px;
	}
	.sp-menu-list a {
		color: #FF681F;
		text-decoration: none;
		font-size: larger;
		font-weight: 600;
		font-family: Noto Sans JP;
		letter-spacing: 0.1em;
	}
	.sp-menu-list a::after {
		content: '>';
		float: right;
	}
	.sp-menu-list h1 a::after {
		content: none;
	}
	.sns-icons {
		padding-bottom: 60px;
		text-align: center;
	}
	.sns-icons img {
		padding: 10px 10px 0 10px;
	}
	/* ページトップ */
	div#pagetop {
		height: auto;
	}
	div#pagetop-inner {
		width: auto;
	}
	div#pagetop-inner a {
		color: #000;
		text-decoration: none;
	}
}

