/*
@media (min-width: 980px) and (max-width: 1240px) {}
@media (min-width: 737px) and (max-width: 979px) {}
@media only screen and (max-width: 736px) {}
@media print, screen and (min-width: 737px) {
*/

/* PCスマホ切り替え　*/
.SP{display:none !important;}
@media only screen and (max-width: 1200px){
	.PC{display:none !important;}
	.SP{display:inline-block !important;}
}

/* ページ枠 */
.pageFrame {
	position: relative;
	z-index: 1000;
}

.topF {
	position: fixed;
	top: 0;
	left: 14px;
	min-width: calc(100vw - 28px);/*viewportに対して幅を設定*/
	height: 14px;
	background-color: #fff;
	border-bottom: #f3981e 1px solid;
}
.rightF {
	position: fixed;
	right: 0;
	top: 14px;
	width: 15px;
	min-height: calc(100vh - 28px);/*viewportに対して高さを設定*/
	background-color: #fff;
	border-left: #f3981e 1px solid;
}
.leftF {
	position: fixed;
	left: 0;
	top: 14px;
	width: 15px;
	min-height: calc(100vh - 28px);/*viewportに対して高さを設定*/
	background-color: #fff;
	border-right: #f3981e 1px solid;
}
.bottomF {
	position: fixed;
	bottom: 0;
	left: 14px;
	min-width: calc(100vw - 28px);/*viewportに対して幅を設定*/
	height: 14px;
	background-color: #fff;
	border-top: #f3981e 1px solid;
}
ul.wBox li:nth-child(1) {
	width: 14px;
	height: 14px;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
}
ul.wBox li:nth-child(2) {
	width: 14px;
	height: 14px;
	background-color: #fff;
	position: fixed;
	right: 0;
	top: 0;
}
ul.wBox li:nth-child(3) {
	width: 14px;
	height: 14px;
	background-color: #fff;
	position: fixed;
	right: 0;
	bottom: 0;
}
ul.wBox li:nth-child(4) {
	width: 14px;
	height: 14px;
	background-color: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
}



.wrapper{text-align: center;}



/* header */
header {
	position: relative;
	width: 1200px;
	height: 230px;
	margin: 0 auto;
	line-height: 0;
}

header p {
	color: #f3981e;
	font-weight: bold;
	padding-top: 80px;
	letter-spacing: 0.15em;
	margin-left: -17px;
}

header div.contactBtn {
	width: 226px;
	height: 45px;
	background-color:#f3981e;
	line-height: 100%;
	letter-spacing: 0;
	position: absolute;
	top: 50px;
	right: 0;
}

header div.contactBtn a {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
		padding: 17px 33px;
		color: #fff;
		font-weight: bold;
}
header div.contactBtn a:hover {
	filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
}


.tel {
	position: absolute;
	top: 125px;
	right: 0;
}



.logoSP img {
	float: left;
	width: 121px;
	height: auto;
}


@media only screen and (max-width: 1200px) {
	header {
	position: relative;
	width: 100%;
	height: 140px;
	margin: 0 auto 40px auto;
	line-height: 0;
	}

}
@media only screen and (max-width: 768px) {
	header img{
		width:78%;
		height:auto;
	}
	header p {
	color: #f3981e;
	font-weight: bold;
	padding-top: 80px;
	letter-spacing: 0.15em;
	margin-left: 0;
	}
}



h1 {

}
h1 img {

}
.h1sp {
	margin-top: 55px;
}



/* nav */
nav.PC{
	position: relative;
	width: 100%;
	height: auto;
	padding: 35px 0 18px 0;
	background-color: #fff;
}

nav.PC ul{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	line-height: 100%;
}
nav.PC ul li{
	display: inline-block;;
	text-align: center;
	font-size: 16px;
	line-height: 23px;
	vertical-align: middle;
	position: relative;
	margin-right: 80px;
}
nav.PC ul li:last-child {
	margin-right: 0;
}

.navFixed {
    position: fixed!important;
    top: 0;
    width: 100%;
		border-bottom: #f3981e 1px solid;
    z-index: 900;
}



/*スマホメニュー*/
.spMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	z-index: 1100;
}

.spMenu img {
	float: right;
	width: 55px;
	height: auto;
	margin:7px 15px 0 0;
}
ul.spDrop {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	z-index:900;
	text-align:left;
}
ul.spDrop li {
	border-bottom: #f3981e 1px solid;
	font-size: 14px;
	position:relative;
	padding:0 12.5%;
	line-height:19px;
}
ul.spDrop li:first-child {
	margin-top: 55px;
	border-top: #f3981e 1px solid;
}

ul.spDrop li a {
	display: block;
	padding: 16px 0;
}

ul.spDrop li span.en {
	color: #f3981e;
	font-size:12px;
}




/* clear */
.clear:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.clearBoth {
	clear: both;
}

p {
	margin: 0;
}




/* はじめに */
#begin {
}
#begin h2 {
	margin: 60px 0 30px 0;
}
.PDDT {
	padding-top: 125px;
}

#begin p {
	border-top: #f3981e 4px solid;
	border-bottom: #f3981e 1px solid;
	padding:30px 0;
	font-size: 16px;
	line-height: 44px;
	text-align: left;
	width: 800px;
	margin: 0 auto;
	letter-spacing:0.1em;
}

@media only screen and (max-width: 1200px) {
	#begin h2 {
	margin: 40px 0 30px 0;
	}
	#begin p {
	font-size: 15px;
	line-height: 32px;
	text-align: left;
	width: 75%;
	margin: 0 auto;
	}
}



/* トップ コンテンツボタン */
ul.topBtn {
	position: relative;
	max-width: 1200px;
	margin: 80px auto 0 auto;
	line-height: 0;
}
ul.topBtn li{
	display: inline-block;
	margin-right: 60px;
}
ul.topBtn li:last-child {
	margin-right: 0;
}
@media only screen and (max-width: 1200px) {
	ul.topBtn {
	position: relative;
	max-width: 60%;
	margin: 40px auto 0 auto;
	line-height: 0;
	}
	ul.topBtn li{
	display: inline-block;
	margin-right: 0;
	margin-bottom: 30px;
}
}



/* Blog */

#blog {
	position: relative;
	display: block;
	width: 1200px;
	margin: 0 auto;
}

#blog h2 {
	margin: 100px 0 30px 0;
}

#blog ul {
text-align: left;
width: 700px;
margin: 0 auto;
border-top: #f3981e 4px solid;
padding-top:20px;
}

#blog ul li {
	margin-bottom: 18px;
	line-height:22px;
	padding-bottom:15px;
	border-bottom: #f3981e 1px solid;
}

#blog ul li img {
	margin-left: 10px;
}

#blog ul li a {
	margin-left: 35px;
}
#blog ul li a:hover {
	color: #f3981e;
}
@media only screen and (max-width: 1200px) {
	#blog {
	position: relative;
	display: block;
	width: 75%;
	margin: 0 auto;
	}
	#blog h2 {
	margin: 40px 0 30px 0;
	}

	#blog ul {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	}
	#blog ul li a {
	margin-left: 0;
	}
}




/* SP TEL */

.telSP {
	width:100%;
	margin-top:50px;
	border-top: #f3981e 1px solid;
	padding-top:30px;
}



/* 2nd ページ共通 */

.title2nd {
	border-top:#f3981e 5px solid;
	border-bottom:#f3981e 1px solid;
	padding:34px 0 30px 0;
	width:1200px;
	margin:45px auto 0 auto;
	position:relative;
	line-height:0;
}

.titleLine {
	position:absolute;
	top:4px;
	width:100%;
	border-top:#f3981e 1px solid;
}
@media only screen and (max-width: 1200px) {
	.title2nd {
	border-top:#f3981e 5px solid;
	border-bottom:#f3981e 1px solid;
	padding:34px 0 30px 0;
	width:80%;
	margin:45px auto 0 auto;
	position:relative;
	}
}



/* スマイル補聴器について */

#copy {
	margin-top:55px;
}

.AboutCopy1 {
	font-size:22px;
	width:760px;
	margin:0 auto;
	text-align:left;
}

.AboutCopy1 p {
	padding-bottom:3px;
	margin-bottom:30px;
}

.cLine {
	border-bottom:#f3981e 3px solid;
	padding-bottom:7px;
}

.AboutCopy2 {
	font-size:16px;
	line-height:36px;
	text-align:left;
}

@media only screen and (max-width: 1200px) {
	#copy {
	margin-top:30px;
	}
	.AboutCopy1 {
	font-size:18px;
	width:80%;
	margin:0 auto;
	text-align:left;
	line-height:40px;
	}
	.AboutCopy1 p {
	padding-bottom:3px;
	margin-bottom:25px;
	}
	.AboutCopy2 {
	font-size:16px;
	line-height:30px;
	text-align:left;
	}
	.aboutTitle {
		width: 80%;
		height: auto;
	}
}

#profile h3 {
	margin-top:80px;
}

.ceo {
	background-color:#fbf5e6;
	padding:40px;
	border-top:#f3981e 5px solid;
	width:490px;
	margin:50px auto 0 auto;
	letter-spacing:0.07em;
}


.ceo ul li:first-child {
	font-size:20px;
	margin-top:20px;
}

.ceo ul li:nth-child(2) {
	color:#f3981e;

}

.ceo ul li:nth-child(3) {
	margin-top:20px;
	text-align:left;
	font-size:15px;
}
@media only screen and (max-width: 1200px) {
	.ceo {
	background-color:#fbf5e6;
	padding:30px;
	border-top:#f3981e 5px solid;
	width:80%;
	margin:50px auto 0 auto;
	letter-spacing:0.07em;
	}
	.ceo ul li:nth-child(3) {
	margin-top:20px;
	text-align:left;
	font-size:15px;
	line-height:23px;
	}
}


/* 補聴器購入までの流れ */

#system h3 {
	margin-top:70px;
	margin-bottom: 50px;
}

#system ul li {
	position: relative;
	width: 1200px;
	height: 217px;
	margin: 0 auto;
	border:#f3981e 1px solid;
	line-height: 0;
}
#system ul li:nth-child(2n) {
	border:none;
	height: 40px;
}
.flowName {
	margin: 100px 0 0 45px;
	font-weight: bold;
	font-size: 24px;
	color: #f3981e;
	float: left;
}
.flowNo {
	font-weight: normal;
	font-size: 26px;
}

.exp {
	font-size: 16px;
	text-align: left;
	line-height: 24px;
	position: absolute;
	top: 45px;
	left: 390px;
}

.expTitle {
		font-weight: bold;
		padding-bottom: 10px;
}

.flowImg {
	position: absolute;
	top: 33px;
	right: 26px;
}

#goodHear {
	position: relative;
	width: 1200px;
	margin: 70px auto 0 auto;;
	padding:15px;
	background-color: #fbf5e6;
	vertical-align: top;
}
.ghTitle {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	padding: 10px;
	background-color: #f3981e;
}

#goodHear ul {
	display: inline-block;
	margin: 33px 60px;
}

#goodHear ul li:first-child {
	background-color: #fff;
	border:#f3981e 1px solid;
	padding: 8px 20px;
	width: 150px;
	height:40px;
	font-weight: bold;
	color: #f3981e;
	font-size: 16px;
	margin-bottom: 20px;
}

#goodHear ul li:nth-child(2) {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 7px;
}

#goodHear ul li:nth-child(3) {
	text-align: left;
}

#selling h3 {
	margin-top:70px;
	margin-bottom: 50px;
}

#selling p {
	width:850px;
	margin: 0 auto;
	padding: 30px 0;
	border-top:#f3981e 5px solid;
	border-bottom:#f3981e 1px solid;
	font-size: 16px;
	line-height: 36px;
	text-align: left;
}
@media only screen and (max-width: 1200px) {
	#system ul li {
		position: relative;
		width: 80%;
		height: auto;
		margin: 0 auto;
		border:#f3981e 1px solid;
		line-height: 0;
	}
	.flowName {
		margin: 40px 10%;
		font-weight: bold;
		font-size: 22px;
		color: #f3981e;
		float: none;
		line-height: 110%;
	}
	.exp {
		font-size: 16px;
		text-align: left;
		line-height: 24px;
		position: relative;
		left: 10%;
		top: 0;
		width: 80%;
	}

	.flowImg {
		position: relative;
		top: 0;
		left: 0;
		padding: 30px 10%;
	}
	#goodHear {
		position: relative;
		width: 80%;
		margin: 70px auto 0 auto;;
		padding:15px;
		background-color: #fbf5e6;
		vertical-align: top;
	}
	#goodHear ul {
		display: inline-block;
		margin: 33px 20px;
	}
	#goodHear ul li:first-child {
		background-color: #fff;
		border:#f3981e 1px solid;
		padding: 8px 20px;
		width: 100%;
		height:40px;
		font-weight: bold;
		color: #f3981e;
		font-size: 16px;
		margin-bottom: 20px;
	}
	#selling p {
		width:80%;
		margin: 0 auto;
		padding: 30px 0;
		border-top:#f3981e 5px solid;
		border-bottom:#f3981e 1px solid;
		font-size: 15px;
		line-height: 30px;
		text-align: left;
	}
}



/* メーカー&補聴器の種類 */

#type h3 {
	margin-top:70px;
	margin-bottom: 30px;
}

#type p {
	font-size: 16px;
	margin-bottom: 50px;
}

#type ul.type {
	display: inline-block;
}
.mR90 {
	margin-right: 90px;
}

#type ul.type li:nth-child(2) {
	font-size: 22px;
	font-weight: bold;
	color: #f3981e;
	margin: 25px 0;
}

#type ul.type li:nth-child(3) {
	line-height: 36px;
	text-align: left;
	padding:15px 0;
	border-top:#f3981e 5px solid;
	border-bottom:#f3981e 1px solid;
}

#type h4 {
	background-color: #f3981e;
	padding: 20px 0;
	width: 542px;
	margin: 90px auto 0 auto;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
#type div.arr {
	line-height: 0;
}

#type img.arr {
		width: 22px;
		margin-bottom: 40px;
}

ul#products {
	border-top:#f3981e 1px solid;
	width: 980px;
	margin: 0 auto;
}
ul#products li {
	position: relative;
	border-bottom:#f3981e 1px solid;
	text-align: left;
	width: 100%;
	height: 240px;
}
ul#products li img {
	float: left;
	width: 258px;
}
ul#products p {

}
ul#products p:first-child {
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: bold;
	padding-top: 40px;
}
ul#products p:nth-child(2) {
	margin: 0 0 60px 0;
	font-size: 14px;
	line-height: 24px;
}

#maker h3 {
	margin-top:70px;
	margin-bottom: 30px;
}

#maker ul  {
	margin-right: -20px;
	line-height: 0;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}

#maker ul li {
	display: inline-block;
	margin-right: 20px;
	letter-spacing: normal; /* 文字間を通常に戻す */
}
@media only screen and (max-width: 1200px) {

	#type h3 {
		margin-top:40px;
		margin-bottom: 30px;
	}
	#type p {
		font-size: 16px;
		width: 80%;
		margin: 0 auto 40px auto;
		text-align: left;
	}
	.mR90 {
		margin-right: 0;
		margin-bottom: 60px;
	}
	#type h4 {
		background-color: #f3981e;
		padding: 20px 30px;
		width: 80%;
		margin: 90px auto 0 auto;
		font-size: 22px;
		color: #fff;
		font-weight: bold;
	}
	#type ul.type {
		display: inline-block;
		width: 80%;
	}
	ul#products {
		border-top:#f3981e 1px solid;
		width: 80%;
		margin: 0 auto;
	}
	ul#products li {
		border-bottom:#f3981e 1px solid;
		text-align: left;
		height: auto;
	}
	ul#products li img {
		position: relative;
		left:50%;
		margin-left: -128px;
		float: none;
		width: 258px;
	}
	ul#products p {

	}
	ul#products p:first-child {
		width: 100%;
		margin: 0 auto 20px auto;
		font-size: 20px;
		font-weight: bold;
		padding-top: 0;
		text-align: center;
	}
	ul#products p:nth-child(2) {
			width: 100%;
		margin: 0 auto 40px auto;
		font-size: 14px;
		line-height: 24px;
	}
	#maker h3 {
		margin-top:50px;
		margin-bottom: 30px;
	}

	#maker ul  {
		margin-right: 0;
		line-height: 0;
		letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	}

	#maker ul li {
		display: inline-block;
		margin-right: 0;
		margin:0 0 20px 0;
		letter-spacing: normal; /* 文字間を通常に戻す */
	}
}


/* よくある質問 */

ul#qa {
	width: 980px;
	margin: 70px auto 0 auto;
	border-top:#f3981e 1px solid;
}

ul#qa li {
	border-bottom:#f3981e 1px solid;
	padding: 40px 0;
	text-align: left;
}

ul#qa li div img {
	float: left;
	margin-right: 20px;
}
ul#qa li div p {
	overflow: hidden;
}

ul#qa li div:first-child {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #f3981e;
}

ul#qa li div:nth-child(2) {
	line-height: 24px;

}
@media only screen and (max-width: 1200px) {
	ul#qa {
		width: 80%;
		margin: 70px auto 0 auto;
		border-top:#f3981e 1px solid;
	}
}


/* 店舗のご案内 */

#shop {
	margin-top: 90px;
}
#shop h3 {
	font-size: 22px;
	font-weight: bold;
	color: #f3981e;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}

.sH3Line {
	border-bottom:#f3981e 4px solid;
	padding-bottom:7px;
}

#shop ul {
	width: 625px;
	margin: 0 auto;
}

#shop ul li {
	padding: 16px 0;
	border-bottom:#f3981e 1px solid;
	text-align: left;
	font-size: 16px;
}
#shop ul li p:first-child {
	width: 125px;
	float: left;
	text-align: left;
}
#shop ul li p:nth-child(2) {
	overflow: hidden;
}

#map h3 {
	margin-top: 70px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
	#shop {
		margin-top: 40px;
	}
	#shop h3 {
		font-size: 20px;
		font-weight: bold;
		color: #f3981e;
		margin-bottom: 30px;
		letter-spacing: 0.1em;
	}
	#shop ul {
		width: 80%;
		margin: 0 auto;
	}
	#shop ul li {
		padding: 16px 15px;
		border-bottom:#f3981e 1px solid;
		text-align: left;
		font-size: 16px;
	}
	#shop ul li p:first-child {
		width: 125px;
		float: none;
		text-align: left;
		margin-bottom: 10px;
	}
	#map h3 {
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.gmap iframe,
	.ggmap object,
	.ggmap embed  {
		width:80%;
	}
}


/* お問い合わせ　*/

#contact-Area {
	width:640px;
	margin:50px auto 0 auto;
	text-align:left;
}

.mB40 {
	margin-bottom:40px;
}

.contactTel {
	font-size:24px;
	font-weight:bold;
	color:#f3981e;
}

#contact-box01 {
	width:550px;
}

#contact-box01 td {
	padding-bottom:20px;
}

#contact-box01 th {
	padding:5px 0;
	width:220px;
}

.naiyo {
	width:600px;

}

input.wdtS {
	width:400px;
}

textarea.wdtM {
	width:620px;
}

input.btnContact {
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}

img.btnContact {

}


.btnBack {

}

#form-button{
	margin:20px 40px 0 0;
}

#contact-Area a {
	color:#f3981e;
}
@media only screen and (max-width: 1200px) {
	.btnContact {
		width: 100%;
		float:none;
	}
}




@media only screen and (max-width: 1200px) {

	#contact-Area {
		width:80%;
		margin:30px auto 0 auto;
	}

	#contact-box01 {
		width:100%;
	}

	#contact-box01 th {
		padding:10px 0;
		width:80%;
	}

	input.wdtS {
		width:100%;
	}

	textarea.wdtM {
		width:100%;
	}

}


/* お問い合わせバナー*/

.contactBanner {
	margin-top:100px;
}
@media only screen and (max-width: 1200px) {
	.contactBanner {
	margin-top:50px;
	}
	.contactBanner img {
	width:85%;
	height:auto;
	}

}




/* footer フッター */

footer {
	position: relative;
	display: block;
	width: 100%;
	border-top: #f3981e 1px solid;
	padding-top: 10px;
	margin: 110px auto 90px auto;
	color: #f3981e;
	font-size: 14px;
}

footer ul {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	line-height: 100%;
	padding-top: 50px;
}
footer ul li {
	display: inline-block;;
	text-align: center;
	margin-right: 50px;
}
footer ul li:last-child {
	margin-right: 0;
}
footer a {
	color: #f3981e!important;
}
@media only screen and (max-width: 1200px) {
	footer {
		margin: 30px auto 60px auto;
	}
	footer ul {
		padding-top: 30px;
		width: 100%;
	}

	footer ul li {
	display: block;
	text-align: center;
	margin-right: 0;
	margin-bottom:30px;
	border-botoom: #f3981e 1px solid;
	}
}
