/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本構造（common.css）
=================================================================== */

@charset "utf-8";
/* basicのスタイル記述 */
/* ========== header ========== */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../img/background.jpg);
}

a {
	color: #300;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	text-decoration: none;
}

.not_sp{display:block}
.only_sp{display:none}

#header {
	margin-top: 20px;
}
#header .header-inner {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	margin-bottom: 10px;
}
.header-tel {
	position: absolute;
	right: 0px;
	top: 30px;
}
#header h1 {
	font-size: 94%;
	top: -10px;
	right: 0px;
	position: absolute;
	font-weight: normal;
	color: #623303;
}
/* nav */
#nav {
	width: 100%;
	height: 50px;
	background-image: url(../img/nav/background.png);
	background-repeat: repeat-y;
}
#nav ul {
	overflow: hidden;
	margin: 0 auto;
	width: 900px;
	height: 50px;
}
#nav ul li {
	float: left;
	height: 50px;
}
#nav ul li a {
	display: block;
	padding-top: 50px;
	height: 0px;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat;
	background-image: url(../img/nav/globalnav.png);
}
#nav ul li.nav01 a {
	width: 160px;
	background-position: 0 0;
}
#nav ul li.nav02 a {
	width: 160px;
	background-position: -160px 0;
}
#nav ul li.nav03 a {
	width: 160px;
	background-position: -320px 0;
}
#nav ul li.nav04 a {
	width: 160px;
	background-position: -480px 0;
}
#nav ul li.nav01 a:hover {
	background-position: 0 -50px;
}
#nav ul li.nav02 a:hover {
	background-position: -160px -50px;
}
#nav ul li.nav03 a:hover {
	background-position: -320px -50px;
}
#nav ul li.nav04 a:hover {
	background-position: -480px -50px;
}
/* ========== slider ========== */
#bxslider_wrap {
	margin-left: auto;
	margin-right: auto;
	width: 886px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* ========== contents ========== */

/*パンくずリンクとイメージ画像*/
.about_currentpage {
	margin-top: 20px;
}
.about_currentpage h1 img {
	height: auto;
	max-width: 100%;
}
.about_currentpage ul {
	margin-bottom: 20px;
}
.about_currentpage ul li {
display: inline;}

.underline01 {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight: normal;
}

/*コンテンツ*/
#contents {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.about_junohair {
	width: 840px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border: 1px solid #ACACAC;
	border-radius: 5px;
	background-image: url(../img/hello_backgtound.jpg);
	background-repeat: no-repeat;
	height: 300px;
}

/*文字装飾*/
#article_body h4 {
	display: flex;
	align-items: center;
	text-align: center; /* for no-flexbox browsers */
	font-size: 16px;
	margin: 72px -5px 36px -5px;
	background: none;
	padding: 0;
}

#article_body h4:before,
#article_body h4:after {
	border-top: 2px solid #885A2A;
	content: "";
	display: inline; /* for IE */
	flex-grow: 1;
}

#article_body h4:before {
	margin-right: 1em;
}

#article_body h4:after {
	margin-left: 1em;
}
.txt_red {
	color: #F00;
}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #E6012D;/*文字色*/
    background: #FFF;
    border: solid 3px #E6012D;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

/*MENUページのテーブル*/
/*table*/
table#table-01 {
	width: 900px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: auto;
	margin-left: auto;
}
table#table-01 th {
	padding: 10px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	background-image: url(../img/th_background.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 14px;
}
table#table-01 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-size: 13px;
}
table#table-01 tr:hover { /* trタグ 行にマウスが乗った時*/
	color: #000; /* 文字色 */
	background-color: #F5F5F5; /* 背景色 */
}
table#table-01 tr td:hover { /* tdタグ セルにマウスが乗った時*/
	color: #000; /* 文字色 */
	background-color: #FDE6D9; /* 背景色 */
}
#table-01 .gray {
	background-color: #F5F5F5;
}
.notice {
	color: #F00;
}
#table-01 .price {
	text-align: right;
	width: 110px;
}

/*Google Map*/
.googlemap {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
overflow: hidden;
}
 
.googlemap iframe,
.googlemap object,
.googlemap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ========== フォーム ========== */
/* --- フォームエリア --- */
form.contact {
	font-size:100%;
}
/* --- フォームエリア内の段落 --- */
form.contact p {
	line-height: 130%;
}

/* --- テーブル --- */
form.contact table {
	background-color: #f9f9f9;
	margin-right: auto;
	margin-left: auto;
	width: 83%;
	font-size: 100%;
	margin-top: 20px;
}
/* --- 見出しセル（th） --- */
form.contact th {
	width: 25%; /* 見出しセルの幅 */
	padding: 10px 8px; /* 見出しセルのパディング（上下、左右） */
	background-color: #f5f5f5; /* 見出しセルの背景色 */
	border-bottom: 1px #c0c0c0 dotted; /* 見出しセルの下境界線 */
	text-align: left;
	vertical-align: middle;
	line-height: 130%;
}
/* --- 見出しセル内の補足テキスト --- */
form.contact th span.supplement {
font-weight: normal;
}
/* --- データセル（td） --- */
form.contact td {
padding: 10px 5px 7px; /* データセルのパディング（上、左右、下） */
background-color: #ffffff; /* データセルの背景色 */
border-bottom: 1px #c0c0c0 dotted; /* データセルの下境界線 */
}
/* --- データセル内の補足テキスト --- */
form.contact td span.supplement {
color: #808080;
}
/* --- 必須項目セル --- */
form.contact td.required {
	width: 26px; /* 必須項目セルの幅 */
	padding: 10px 3px; /* 必須項目セルのパディング（上下、左右） */
	background-color: #FDE6D9; /* 必須項目セルの背景色 */
	text-align: center;
}
/* --- 任意項目セル --- */
form.contact td.arbitrary {
	background-color: #FDE6D9; /* 任意項目セルの背景色 */
}

/* --- フォーム部品 --- */
form.contact input,
form.contact select,
form.contact textarea {
margin-bottom: 2px; /* フォーム部品の下マージン */
}
/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
#company, #section, #name, #name2,
#email, #address {
width: 38.88888888%; /* フォーム部品の幅 */
}
/* --- （短めのテキスト入力欄） --- */
#tel1, #tel2, #tel3,
#fax1, #fax2, #fax3 {
width: 70px; /* フォーム部品の幅 */
}
#zip1, #zip2 {
width: 70px; /* フォーム部品の幅 */
}
/* --- （複数行のテキスト入力欄） --- */
#message {
width: 50%; /* フォーム部品の幅 */
height: 10em; /* フォーム部品の高さ */
}

/* --- ボタン --- */
form.contact p.button {
margin: 20px 0 0; /* ボタンのマージン（上、左右、下） */
text-align: center;
}
input#submit_button {
	cursor: pointer;/*カーソルを指先型にします*/
	font-size: 130%;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 0;
	border-style: none;/*デフォルトのボーダーを消す。ボーダーの指定を上書きしてもOK*/
	color: #fff;
	background: #F00;/*背景色を指定*/
	/*↓ボックスの角丸の指定です*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

input#submit_button:hover {
	background-color: #54980C;
}

input#submit_button2 {
	cursor: pointer;/*カーソルを指先型にします*/
	font-size: 130%;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 0;
	border-style: none;/*デフォルトのボーダーを消す。ボーダーの指定を上書きしてもOK*/
	color: #fff;
	background: #AAA;/*背景色を指定*/
	/*↓ボックスの角丸の指定です*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

input#submit_button2:hover {
	background-color: #54980C;
}


#menu .contact .attention {
	margin-bottom: 15px;
}
.contact h2 {
}
.attention {
	color: #FF0000;
	margin-top: 5px;
}
.required-field {
	color: #FFFFFF;
	border-radius: 5px;
	background-color: #FF0000;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}


/* ========== footer ========== */
#footer {
	background-image: url(../img/footer-background.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 255px;
	padding-top: 30px;
	clear: both;
}
.footer-innner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	position: relative;
}
#footer-tel {
	position: absolute;
	top: 69px;
	right: 0px;
}
#menu-footer {
	position: absolute;
	top: 0px;
	right: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#menu-footer li {
	float: left;
	list-style-type: none;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 15px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#copyright {
	color: #FFF;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
/* pagetop */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #000;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 5px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #F0F000;
	color: #000;
}




@media screen and (max-width: 768px) {
/* タブレット、スマートフォン用 非Retina対応スタイル記述 */
body {
	font-size: 115%;
}


/* ========== header ========== */
#header {
	width: 100%;
}
#header .header-inner {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	margin-bottom: 10px;
}
.header-tel {
	position: absolute;
	right: 0px;
	top: 30px;
}
#header h1 {
	font-size: 82%;
	top: -10px;
	right: 0px;
	position: absolute;
	font-weight: normal;
	color: #623303;
}
/* nav */
#nav {
	width: 100%;
	height: 50px;
}
#nav ul {
	width: 100%;
}
#nav ul li {
	float: left;
	height: 50px;
	width: 24.8%;
}
#nav ul li:nth-child(2) {
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
#nav ul li:nth-child(3) {
	border-right: solid 1px #000;
}
#nav ul li.nav01 a, #nav ul li.nav01 a:hover {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/nav/tb/nav01.png);
}
#nav ul li.nav02 a, #nav ul li.nav02 a:hover {
	background: url(../img/nav/tb/nav02.png) no-repeat center;
}
#nav ul li.nav03 a, #nav ul li.nav03 a:hover {
	background: url(../img/nav/tb/nav03.png) no-repeat center;
}
#nav ul li.nav04 a, #nav ul li.nav04 a:hover {
	background: url(../img/nav/tb/nav04.png) no-repeat center;
}
#nav ul li.nav01 a, #nav ul li.nav02 a, #nav ul li.nav03 a, #nav ul li.nav04 a, #nav ul li.nav05 a, #nav ul li.nav06 a, #nav ul li.nav01 a:hover, #nav ul li.nav02 a:hover, #nav ul li.nav03 a:hover, #nav ul li.nav04 a:hover, #nav ul li.nav05 a:hover, #nav ul li.nav06 a:hover {
	width: 100%;
	height: 0px;
	padding-top: 50px;
	display: block;
	overflow: hidden;
}
/* ========== slider ========== */
#bxslider_wrap {
	width: 100%;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ========== contents ========== */
#contents {
	width: 96%;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
.about_junohair {
	width: 93%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	border: 1px solid #ACACAC;
	border-radius: 5px;
	background-image: url(../img/hello_backgtound_tb.jpg);
	background-repeat: no-repeat;
	height: auto;
	background-position: left center;
}

table#table-01 {
	width: 100%;
}

form.contact table {
	width: 100%;
}


/* ========== footer ========== */
#footer {
	background-image: url(../img/footer-background.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 255px;
	padding-top: 30px;
	clear: both;
}
.footer-innner {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	position: relative;
	padding-bottom: 30px;
}
#footer-tel {
	position: absolute;
	top: 69px;
	right: 0px;
}
#menu-footer {
	position: absolute;
	top: 0px;
	right: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#menu-footer li {
	float: left;
	list-style-type: none;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 15px;
}
#footer a {
	color: #FFF;
}
#copyright {
	color: #FFF;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
/* pagetop */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 80%;
}
#page-top a {
	background: #000;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #F0F000;
	color: #000;
}


}


 @media screen and (max-width: 640px) {
/* max-width: 768pxから更にスマートフォン用へ
最適化する箇所のスタイル記述 */

.not_sp{display:none}
.only_sp{display:block}

/* ========== header ========== */
#header {
	width: 100%;
	margin-top: 0px;
}
#header .header-inner {
	margin-right: auto;
	margin-left: auto;
	width: 96%;
	margin-bottom: 10px;
}
#header h1 {
	font-size: 82%;
	font-weight: normal;
	color: #623303;
	text-align: left;
	position: static;
	top: 0px;
}
#header h2 {
	text-align: center;
	padding-top: 30px;
}

/* nav */
#nav {
	width:100%;
	height:102px;
}
#nav ul {
	width: 100%;
	height: 102px;
}
#nav ul li {
	overflow: hidden;
	width: 50%;
	height: 51px;
}
#nav ul li a {
	display: block;
	border-bottom: solid 1px #FFF;
}
#nav ul li:nth-child(2) {
	border-left: none;
	border-right: none;
}
#nav ul li:nth-child(3) {
	border-right: none;
}
#nav ul li:nth-child(odd) a, #nav ul li:nth-child(odd) a:hover {
	width: 99%;
	border-right: solid 1px #FFF;
}

/* ========== contents ========== */
#contents img {
	max-width: 100%;
}
#contents {
	width: 96%;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
.about_junohair {
	width: 93%;
	padding-top: 6%;
	padding-right: 3%;
	padding-bottom: 6%;
	padding-left: 3%;
	border: 1px solid #ACACAC;
	border-radius: 5px;
	background-image:none;
	background-repeat: no-repeat;
	height: auto;
}


form.contact table {
	border: none;
	width: 96%;
	background-color: none;
}
form.contact tr {
	width: 96%;
	display:block;
	margin-bottom: 10px;
}
form.contact th {
	display: block;
	width: 96%;
	margin: 0 auto 10px;
	background-color: #491B01;
	color: #ffffff;
	border: none;
	border-radius: 3px;
}
form.contact td {
	display: list-item;
	width: 96%;
	border: none;
	list-style-type: none;
}
#company, #section, #name, #name2,
#email, #address {
width: 96%; /* フォーム部品の幅 */
}

/* --- （複数行のテキスト入力欄） --- */
#message {
width: 96%; /* フォーム部品の幅 */
height: 10em; /* フォーム部品の高さ */
}


form.contact .inputerea {
	border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#aaa;
border:solid 1px #ccc;
margin:0 0 20px;
width:80%;}

#contact .contact table tbody,#contact .contact table td {
	background-color: #fff;
}


/* ========== footer ========== */

#footer {
	background-image: url(../img/footer-background.png);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 30px;
	width: 100%;
	height: auto;
}
#copyright {
	position: static;
	text-align: right;
	font-size: 76%;
	margin-top: 20px;
	margin-bottom: 30px;
}
#footer-tel {
	position: static;
}
.footer-innner p img {
	margin-bottom: 10px;
	max-width: 100%;
}
#wrapper #contents #contact .contact .responsive tbody tr th {
}
#wrapper #contents #contact .contact table tbody tr th {
	width: 100%;
	display: block;
}
#wrapper #contents #contact .contact table tbody tr th {
	width: 100%;
	display: block;
}


/* pagetop */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 80%;
}






/*#footer-tel,#copyright {
	position: static;
	float: left;
	text-align: center;
}
*/

}
