@charset "utf-8";


/* ********************************************* */
/**切り替え用CSS　～768px：SP　769px～：PC
template、複数ページで使用
/* ********************************************* */

/****************************************************************
↓ここから下テンプレートで使用
****************************************************************/

/********************************
コンテナレイアウト設定
********************************/
/*サイトの大枠*/
.allBodyArea
{
	width:1024px;
	text-align:left;
	margin:0 auto;
}

@media (max-width: 768px) {
.allBodyArea
{
	width:100%;
	text-align:left;
	margin:0 auto;
}
}

/*ヘッダー*/
/********************************
ヘッダー
********************************/

/*PCのサイトメニュー調整*/
.accordion{
	float:left;
	margin:0 40px;
	line-height:2em;
	text-decoration: none;
}

/*.accordion a{
	line-height:1.7em;
	padding-left:12px;
}
*/
@media (max-width: 768px) {
.accordion{
	float:none;
	margin:0px;
	line-height:1.5em;
}
}


/********************************
SPのみ追っかけヘッダー分下げる
付けるところに他のmargin、paddingが入っていないか注意
********************************/
	
@media (max-width: 768px) {
.anchorLink{
	margin-top:-50px;
	padding-top:50px;
}
}

/********************************
グローバルメニュー設定（PCのみ）
********************************/
#HeadMenuArea{
	display:block;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	background-color:#ededed;
}

#HeadMenuArea li {
	display: table-cell;
	vertical-align: middle;
}

.globalMenu{
	background-color:#ededed;
	display: table;
	table-layout: fixed;
	text-align: center;
	width:1024px;
	margin: 0 auto;
}

.globalMenu a:hover
{
	background-color:#5fbafc;
	color: #ffffff;
}

@media (max-width: 768px) {

#HeadMenuArea{
	display:none;
}
}

/********************************
下部サイトメニュー
※サイトメニュー使用CSSまとめてここに記述
********************************/

h2.menuTitle{
	padding:15px 0px 15px 0px;
	font-size:160%;
	/*text-align:center;*/
}
#mainmenu {
	background:#FBFBFB;
	margin-bottom:20px;
	padding:20px;
}

#mainmenu h2{
	padding:15px 0px 10px 0px;
	font-size:160%;
	line-height:1.2em;

}

ul.accordion{
	float: left;
	text-decoration: none;
}

ul.accordion h3{
	font-size: 110%;
	pointer-events: none;
}

ul.accordion > li.menuGroup{
	margin-bottom: 30px;
	margin-right: 25px;
}

ul.accordion ul.accordionMenu > li > a {
		line-height: 1.7em;
	}

#calendarArea{
	display: none;
}


@media (max-width: 768px) {
h2.menuTitle{
	margin-top: 20px;
	padding:15px 0px 10px 10px;
	background: #E0E0E0;
	font-size:110%;
}
	#mainmenu{
		background:#FBFBFB;
		margin-bottom:20px;
		padding:0px;
	}
	
	#mainmenu h2{
		margin-top: 20px;
		padding:15px 0px 10px 10px;
		background: #E0E0E0;
		font-size:110%;
		text-align:center;
	}
	
	ul.accordion{
		display: block;
		width:auto;
		line-height: 1.5em;
		float:none;
	}
	
	ul.accordion > li.menuGroup{
		background:#EDEDED;
		text-align: left;
		border-bottom: 1px solid #ccc;
		color: #222222;
		margin: 0px;
		font-weight:bold;
		border-collapse: collapse;
	}
	ul.accordion h3{
		pointer-events: all;
		display:block;
		background-position:98% center;
		background-repeat:no-repeat;
	}
	
	/* アコーディオン閉じてるとき */
	ul.accordion h3.openMenu{
		padding: 13px;
	}
	
	/* アコーディオン開いてるとき */
	ul.accordion h3.open{
		padding: 13px;
	}
	
	/* アコーディオンなし */
	ul.accordion h3.singleMenu{
	}
	
	ul.accordion h3.singleMenu > a{
		color: #222222;
		display: block;
		padding: 13px;
		line-height: 1.5em;
	}
	
	ul.accordion .accordionMenu {
		display: none;
	}
	
	ul.accordion .accordionMenu > li {
		background-color: #FFFFFF;
		border-bottom: 1px solid #ccc;
	}
	
	/*追加*/
	ul.accordion .accordionMenu > li:last-child {
		border-bottom:none;
	}
	ul.accordion .accordionMenu > li:first-child {
		background-color: #FFFFFF;
		border-top: 1px solid #ccc;
	}
	/*追加*/
	
	ul.accordion .accordionMenu > li > a {
		display: block;
		background-position: 98% center;
		background-repeat: no-repeat;
		text-decoration: none;
		color: #222222;
		padding: 13px 0px 13px 13px;
	}
	
	/* SP用：営業日カレンダー */
	#calendarArea{
		display: block;
	}
	
	#calendarArea img{
		background-color: #D8E3FF;
	}



	#ham-menu{
		background:#FBFBFB;
		margin-bottom:20px;
		padding:0px;
	}


}
/*******************************/
/*固定ヘッダー（追尾型）SPのみ
（CSSのみで実装）*/
/*******************************/

@media (max-width: 768px) {
.headAreaFixed
{
	position: fixed;
	top: 0;
	right:0;
	left:0;
	margin-bottom:5px;
	border-bottom: 2px solid #cccccc;
	background-color:#191879;
	height:47px;
	box-shadow:0px 4px 5px -2px #FFFFFF;
	-moz-box-shadow:0px 4px 5px -2px #FFFFFF;
	-webkit-box-shadow:0px 4px 5px -2px #FFFFFF;
	z-index:100;
}
.headAreaFixed .logo img{
	width:155px;
}
}



/********************************
ハンバーガーメニュー（CSSのみで実装）
********************************/
@media (max-width: 768px) {
#ham-menu {
	background-color: #fff; /*メニュー背景色*/
	box-sizing: border-box;
	height: 100%;
	position: fixed;
	right: -270px; /*メニュー横幅 width と合わせる*/
	top: 0;
	transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
	width: 270px; /*メニュー横幅*/
	z-index: 1000;
	list-style:none;
}
#ham-menu{
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#ham-menu ul li ul {
	list-style:none;
}

#menu-background {
	background-color: #333; /*黒背景*/
	display: block;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
	width: 100%;
	z-index: -1;
}

#menu-icon {
	background:url(../images/head/head-fixed_menu.png) no-repeat;
	background-size:contain;
	width:51px;
	height:43px;
	display: block;
	transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
	z-index: 1000;
}

#menu-icon:hover {
	background:url(../images/head/head-fixed_menu-off.png) no-repeat;
	background-size:contain;
}

#menu-cb {
	display: none; /*チェックボックス本体は消しておく*/
}

#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
	transform: translate(-270px); /*メニュー本体横幅 width と合わせる*/
}

#menu-cb:checked ~ #menu-background {
	opacity: 0.5;
	z-index: 999;
	height: 100%;
}


.hamClenderImg{
	width:90%;
	margin:auto;
}
.hamClenderImg img{
	width:100%;
}
}

/********************************
パンナビ
********************************/
.pannavi{
	font-size:90%;
	margin: 15px 0 12px 5px
}
@media (max-width: 768px) {
.pannavi{
	font-size:85%;
	margin: 5px 0 5px 7px
}
}

/********************************
共通フッター
********************************/
/*レスポンスデバイス*/

.inquiryImg{
	margin:auto;
	padding-top: 15px;
	float:left;
}
.inquiryTel{
	margin:auto;
	padding-top: 40px;
}

@media (max-width: 768px) {
.inquiryImg{
	padding-top: 15px;
	float:none;
}
.inquiryImg img{
	width:90%;
}
.inquiryImg p{
	text-align: center;
}
.inquiryTel{
	display:none;
}
}

/*topに戻る/サイトメニューへ（PCのみ）*/

#page_top{
	text-align: center;
	position: fixed;
	bottom: 128px;
	right: 100px;
	width:80px;
	height:65px;
	padding-top: 13px;
	background:#191879;
	color:#FFFFFF;
	font-size: 90%;
	line-height:120%;
	text-decoration:none;
	vertical-align:middle;
}
#page_top:hover{
	background:#302F8C;
}
#main_menu{
	text-align: center;
	position: fixed;
	bottom: 40px;
	right: 100px;
	width:80px;
	height:62px;
	padding-top: 18px;
	background:#191879;
	color:#FFFFFF;
	font-size: 90%;
	line-height:120%;
	text-decoration:none;
}
#main_menu:hover{
	background:#302F8C;
}

@media (max-width: 768px) {
.pageMoveBtn{
	display: none;
}
}

/*プライバシーマーク*/
.privacymark{
	margin:0px 0px 40px 10px;
}
.privacyText{
	padding-top:25px;
}

/*facebook*/

.fb-like-box
{
	border:1px solid #dddddd;
	margin-right:15px;
}

@media (max-width: 768px) {
.fb-like-box{
	display:none;
}
}

/*カレンダー*/
.menuCalendar{
	display:none;
	margin-right:15px;
}

.calendarPosition
{
	margin-right: 15px;
}

@media (max-width: 768px) {
.menuCalendar{
	display:block;
	margin: 0px;
}
.calendarPosition
{
	margin-right: 0px;
}
.underCalendar{
	display:none;
}
}

.calendarTitle{
	width:502px;
	height:38px;
}

.calendarArea
{
	border:1px solid #dcdcde;
	border-top:none;
	padding-top:5px;
	width:500px;
	background:#ffffff;
}
.calendarBox
{
	width:488px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:13px;
	background-color:#D8E3FF;
}

@media (max-width: 768px) {
.calendarTitle{
	display:none;
}
	
.calendarArea 
{
	border:none;
	border-top:none;
	padding:5px;
	width:auto;
	background:#ffffff;
	margin-top: 10px;
}

.calendarArea img
{
	background-color:#e4f9ff;
}
.calendarBox
{
	width:96%;
	text-align: center;
}
.calendarBox img
{
	width:96%;
}
	.calendarText{
		text-align: center;
		font-weight:normal;
		margin:10px 0px; 
}
}

/*お知らせ*/
.oshiraseBox
{
	border:1px solid #04af35;
	color:#000;
	width:215px;
	float:left;
	padding:10px;
	margin:0;
}

@media (max-width: 768px) {
.oshiraseBox
{
	border:1px solid #04af35;
	line-height:1.2em;
	width:auto;
	padding:5px;
}
}


/****************************************************************
↓ここから下テンプレート以外で使用(共通)
****************************************************************/

/********************************
カード
********************************/

.bgWhiteBodyArea
{
	width:1024px;
	margin:0 auto 15px;
	text-align:left;
	background:#FFFFFF;
	-webkit-box-shadow: 0 0 10px #bbb;
	box-shadow: 0 0 10px #bbb;
	font-size: 95%;
}

.areaInside
{
	padding:18px 25px 25px 25px;
}

@media (max-width: 768px) {

.bgWhiteBodyArea {
	width: 96%;
	text-align: left;
	background: #FFFFFF;
	margin:0 auto 10px;
	border-right:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	box-shadow: 0 0 3px #bbb;
	font-size:100%;
}
.areaInside
{
	padding: 3% 4% 4% 4%;
}
}

.textBox{
	margin-bottom:15px;
}
@media (max-width: 768px) {
.textBox{
	margin-bottom:10px;
}
	
}


/*水平線*/
/*hr
{
	clear:both;
	margin:10px 0;
}
*/
/********************************
見出し設定
********************************/
h1.normal
{
	padding:10px 0 8px 8px;
	background-color:#F9F9F9;
	border-left:10px solid #191879;
	font-size:250%;
	margin: 0 0 15px 0;
}
@media (max-width: 768px) {
h1.normal
{
	padding:4px 0 4px 3px;
	background-color:#F9F9F9;
	border-left:5px solid #191879;
	font-size:145%;
	margin:0 0 10px 0;
}
}


h2.top-card {
	clear:both;
	background-color: #191879;
	color: #ffffff;
	font-size: 240%;
	line-height: 1.4;
	padding: 20px 10px;
	text-align: center;
}

@media (max-width: 768px) {
h2.top-card {
	font-size: 115%;
	line-height: 1.3;
	padding: 10px 0px;
	text-align: center;
}
}

h2.normal {
	font-size:180%;
	padding:3px 0 4px 8px;
	line-height:32px;
	border-left:5px solid #191879;
	border-bottom:3px solid #191879;
}
@media (max-width: 768px) {
h2.normal{
	font-size:120%;
	line-height:130%;
	color: #323232;
	border-left:solid 3px #191879;
	border-bottom:solid 3px #191879;
	padding:3px 0 3px 3px;
	margin-right:5px;
	margin-left:1px;
}
}
h2.bsForm{
	font-size: 140%;
	padding:0 6px;
	border-left:5px solid #191879;
}
@media (max-width: 768px) {
h2.bsForm{
	font-size: 120%;
	padding:0 5px;
	border-left:4px solid #191879;
}
}

h3.normal {
	font-size: 125%;
	font-weight: bold;
	line-height: 1.2;
}
@media (max-width: 768px) {

h3.normal {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2;
}
}

h3.title {
	font-size:120%;
	padding:3px 5px 3px 6px;
	border:none;
	border-left: 5px solid #C0C0C0;
	border-bottom: 3px solid #C0C0C0;
	margin:35px 0 20px 0;
}
@media (max-width: 768px) {
h3.title {
	font-size:110%;
	padding:2px 5px 0px 4px;
	border:none;
	border-left: 3px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
	margin:25px 0 7px 0;
}
}
/*h2下テキストなしでh3 title入るとき用*/
h3.title2 {
	font-size:120%;
	padding:3px 5px 3px 6px;
	border:none;
	border-left: 5px solid #C0C0C0;
	border-bottom: 3px solid #C0C0C0;
	margin:10px 0 20px 0;
}
@media (max-width: 768px) {
h3.title2 {
	font-size:110%;
	padding:2px 5px 0px 4px;
	border:none;
	border-left: 3px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
	margin:5px 0 7px 0;
}
}

h3.about
{
	font-size:190%;
	font-weight:bold;
	line-height:1.2;
}
@media (max-width: 768px) {
h3.about
{
	font-size:120%;
	font-weight:bold;
	line-height:1.2;
	text-align: center;
}
}
h3.bsForm{
	font-size: 120%;
}
@media (max-width: 768px) {

h3.bsForm{
	font-size:90%;
}
}

h3.bs
{
	font-size:150%;
	font-weight:bold;
}
@media (max-width: 768px) {
h3.bs
{
	font-size:130%;
	font-weight:bold;
}
}
h4.textLevel
{
	color:#760000;
	font-size:110%;
	padding:0;
	border:none;
} 
h4.nomal{
	font-size:110%;
	padding:10px 0 ;
} 
h4.title{
	font-size:110%;
} 
@media (max-width: 768px) {
h4.nomal{
	font-size:105%;
	text-indent: -1em;
	padding-left: 1em;
} 
h4.title{
	font-size:110%;
} 
} 


.titleRectangle{
	background-color:#81EEE2;
	color:#282828;
	padding:2px 0;
	font-size:25px;
	font-weight:500;
	width:868px;
	text-align:center;
	margin-top:50px;
	margin-left:22px;
	margin-bottom:20px;
}
.titleRectangle span{
	font-size:20px;
}

@media (max-width: 768px) {
.titleRectangle{
	background-color:#6DE4EF;
	color:#282828;
	padding:0px 8px 4px 8px;
	font-size:18px;
	font-weight:500;
	width:80%;
	text-align:center;
	margin:25px auto 15px auto;
}
.titleRectangle span{
	font-size:14px;
}
}


/*ｈ3が並ぶときのマージン調整（PCのみ）*/
.pcContentsBottom{
	margin-bottom:60px;
}
@media (max-width: 768px) {
.pcContentsBottom{
	margin-bottom:0px;
}
}

/*テキストリンクの上開けるとき*/
.textLink{
	margin-top:20px;
}
.textLinkLarge{
	margin-top:30px;
}

@media (max-width: 768px) {
.textLink{
	margin-top:10px;
}

.textLinkLarge{
	margin-top:20px;
}

}
/********************************
下層ページ幅調整
********************************/
.lastContentsSpaece{
margin-bottom:120px;
}
@media (max-width: 768px) {
.lastContentsSpaece{
margin-bottom:30px;
}
}

/********************************
レスポンスデバイス
********************************/
/*上の方にあるやつ*/

.upperBigResArea{
	background-color:#fee2ca;
	padding:5px 10px;
	margin-bottom:15px;
	margin-top:15px;
}
#upperResArea{
	table-layout: fixed;
	text-align: center;
	background-color:#fee2ca;
	padding:2px 0;
	margin-bottom:40px;
}
/*大きいやつ*/
.bigResArea{
	background-color:#fee2ca;
	padding:15px 10px;
	margin-bottom:15px;
	margin-top:15px;
}
#footResArea{
	table-layout: fixed;
	text-align: center;
	background-color:#fee2ca;
	padding:20px 0;
}
.bgResBtn{
	position:relative;
	background-color:#E32A2D;
	vertical-align: middle;
	text-align:center;
	width: 80%;
	margin:5px auto 15px auto;
	border-radius: 5px;
	box-shadow: 0px 6px 3px -3px rgba(53, 53, 53, 0.28);
	-webkit-box-shadow:0px 6px 3px -3px rgba(53, 53, 53, 0.28);
	-moz-box-shadow: 0px 6px 3px -3px rgba(53, 53, 53, 0.28);
}
.bgResBtn a{
	display:block;
	padding:20px;
	color:#ffffff;
	font-size:150%;
	font-weight:bold;
	text-decoration: none;
}

.bgResBtn a:after{
	position:absolute;
	content: "\f054";
	font-family: FontAwesome;
	top: 50%;
	right:18px;
	margin-top:-10px;
}
.bgResBtn:hover{
	background-color:#1B61B4;
}
.telWhiteBox{
	width: 920px;
	background:#fff;
	padding: 10px;
	margin:0 auto;
}
.telWhiteBox p{
	text-align: center;
}
.telNumber{
	display:block;
	font-size:530%;
	color:#f00;
	font-weight:bolder;
}
.telNumber img{
	margin-right:10px;
}

.telBusinessHours{
	text-align: center;
}
.quicklyText{
	text-align: center;
	font-size:110%;
	font-weight:bold;
	margin-bottom:10px;
	line-height: 1.6em;
}
.quicklyText span{
	font-size:130%;
}

@media (max-width: 768px) {

#upperResArea{
	margin-bottom:20px;
}

.bigResArea{
	background-color:#fee2ca;
	padding:10px;
	margin-bottom:15px;
	margin-top:15px;
}

#footResArea{
	table-layout: fixed;
	text-align: center;
	padding:0 0 5px 0;
}
.bgResBtn{
	background-color:#E32A2D;
	vertical-align: middle;
	text-align:center;
	width: 90%;
	margin:10px auto;
}
.bgResBtn a{
	display:block;
	padding:15px;
	color:#ffffff;
	font-size:120%;
	font-weight:bold;
	text-decoration: none;
}
bgResBtn a:after{
	margin-top:-8px;
}
.bgResBtn:hover{
	background-color:#1B61B4;
}
.telWhiteBox{
	width: 93%;
	padding: 10px;
}
.telWhiteBox p{
	text-align: center;
}
.telNumber{
	display:block;
	font-size:210%;
	font-weight:bolder;
	margin: 0 auto;
}
.telNumber a{
	color:#f00;
}
.telNumber img{
	margin-right:7px;
	margin-top:10px;
	width: 30px;
	height: auto;
}

.telBusinessHours{
	text-align: center;
	margin-top:5px;
	font-size:85%;
}
.quicklyText{
	font-size:90%;
	font-weight:normal;
	margin-bottom:5px;
	line-height: 1.4em;
}
.quicklyText span{
	font-weight:bold;
	font-size:100%;
}
}

/*小さいやつ*/

.resBtn{
	position:relative;
	background-color:#E32A2D;
	vertical-align: middle;
	text-align:center;
	width: 40%;
	margin:5px auto;
	float:right;
	border-radius: 5px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
}
.resBtn a{
	display:block;
	padding:15px;
	color:#ffffff;
	font-size:150%;
	font-weight:bold;
	text-decoration: none;
	line-height:120%;
}

.resBtn a:after{
	position:absolute;
	content: "\f054";
	font-family: FontAwesome;
	top: 50%;
	right:18px;
	margin-top:-10px;
}

.resBtn:hover{
	background-color:#1B61B4;
}

@media (max-width: 768px) {
.resBtn{
	background-color:#E32A2D;
	vertical-align: middle;
	text-align:center;
	width: 100%;
	margin:5px auto;
	float:right;
}
.resBtn a{
	display:block;
	padding:10px;
	color:#ffffff;
	font-size:110%;
	font-weight:bold;
	text-decoration: none;
}
.resBtn:hover{
	background-color:#1B61B4;
}
}

/*BS*/

.bsBtn{
	position:relative;
	background-color:#f57a0d;
	vertical-align: middle;
	text-align:center;
	width: 40%;
	margin-top:60px;
	float:right;
	border-radius: 5px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
}
.bsBtn a{
	display:block;
	padding:12px;
	color:#ffffff;
	font-size:130%;
	font-weight:bold;
	text-decoration: none;
	line-height:120%;
}
.bsBtn a:after{
	position:absolute;
	content: "\f054";
	font-family: FontAwesome;
	top: 50%;
	right:18px;
	margin-top:-10px;
}

.bsBtn:hover{
	background-color:#f98a27;
}

@media (max-width: 768px) {
.bsBtn{
	width: 100%;
	margin-top:0px;
}
.bsBtn a{
	padding:10px;
	font-size:110%;
}
.bsBtn a:after{
	margin-top:-8px;
}
}


/*生地サンプル*/
.fabText{
	text-align: right;
	font-size: 90%;
	margin-top: 40px;
	line-height:140%;
	color:#f20000;
}
.fabText2{
	text-align: right;
	font-size: 90%;
	margin-top: 10px;
	line-height:140%;
	color:#f20000;
	
}

.fabBtn{
	background-color:#114788;
	vertical-align: middle;
	text-align:center;
	width: 40%;
	margin:3px auto;
	float:right;
	border-radius: 5px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
}
.fabBtn a{
	display:block;
	padding:12px;
	color:#ffffff;
	font-size:130%;
	font-weight:bold;
	text-decoration: none;
	line-height:120%;
}
.fabBtn:hover{
	background-color:#1B61B4;
}

@media (max-width: 768px) {
.fabText{
	text-align: left;
	font-size: 90%;
	margin-top: 15px;
}
.fabText2{
	text-align: left;
	font-size: 90%;
	margin-top: 15px;
}
.fabBtn{
	width: 100%;
	border-radius:4px;
	box-shadow: 0px 4px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 4px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 4px 3px -3px rgb(183, 183, 183);
}
.fabBtn a{
	padding:8px;
	font-size:100%;
}
}

/*BS予約*/

.bsFormBtn{
	position:relative;
	background-color:#ed760c;
	vertical-align: middle;
	text-align:center;
	width: 80%;
	margin:15px auto;
	border-radius: 5px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
}
.bsFormBtn a{
	display:block;
	padding:20px;
	color:#ffffff;
	font-size:150%;
	font-weight:bold;
	text-decoration: none;
	line-height:120%;
}
.bsFormBtn a:after{
	position:absolute;
	content: "\f054";
	font-family: FontAwesome;
	top: 50%;
	right:18px;
	margin-top:-10px;
}
.bsFormBtn:hover{
	background-color:#f98822;
}

@media (max-width: 768px) {
.bsFormBtn{
	width: 100%;
	margin:6px 0 0 0;
}
.bsFormBtn a{
	padding:15px;
	font-size:120%;
}
a:after{
	margin-top:-8px;
}
}
.bgGrayBS
{
	width: 984px;
	background-color:#f3f3f3;
	padding:15px 20px;
	margin:0 auto 15px auto;
}

@media (max-width: 768px) {
.bgGrayBS
{
	width:94%;
	background-color:#f3f3f3;
	padding:3%;
	margin:10px 0;
}
}
/********************************
下層コンテンツ調整用
********************************/
.bgContentsArea
{
	margin:60px 0;
}

@media (max-width: 768px) {

.bgContentsArea {
	margin:25px 0;
}
}

.areaInsideUnderlayer
{
	padding:15px;
	font-size:95%;
}

@media (max-width: 768px) {
.areaInsideUnderlayer
{
	padding: 2%;
	font-size:100%;
}
}


/********************************
下層　各ページ見出し目次
********************************/

/*ページ内リンクここから********************************************************/

/*
使用ページ（design.html、kiji.html）*/
.pcLink{
	display:inline-block;
}
.spLink{
	display:none;
}
.pageLink,.pageLink_2,.pageLinkKiji{
	display:flex;
	justify-content:space-between;
	width: 600px;
	background: #FBFBFB;
	padding:20px 0px 20px 60px;
	line-height:200%;
	margin: auto;
}


@media (max-width: 768px) {
.pcLink{
	display:none;
}
.spLink{
	display:block;
	visibility: visible;
}
}

/*ここから下記の記述は本当はcontents.cssに書くべきもの
でも上記の「.pcLink」などに付随しているclassなので近くに記述した*/
/*Kiji.html*/
.pageLinkKijiBox{
	width:auto;
}

/*flow.html*/
.pageLinkFlowBox{
	width:300px;
}
/*design.html*/
.pageLinkDesignBox{
	width:300px;
}


.pageLinkBs{
	width: 420px;
	background: #FBFBFB;
	margin: auto;
	margin-bottom: 35px;
	padding: 20px;
}
.pageLinkBs div{
	background: #FBFBFB;
	padding:10px 0px 10px 20px;
	line-height:200%;
}
/*ここから上の記述は本当はcontents.cssに書くべきもの*/


@media (max-width: 768px) {
.pageLink{
	width: 220px;
	background: none;
	padding: 0px;
	margin: auto;
}
.pageLink p{
	border: 2px solid #cccccc;
	margin: 10px;
	width:75px;
	height:75px;
	font-size:90%;
	padding: 5px;
	border-radius: 7px;
}

.spLink img{
	width:100%;
}
.pageLink_2{
	display:block;
	width:100%;
	background: none;
	padding:0;
	margin:0;
}
.pageLink_2 p,.pageLinkKiji p{
	border: 2px solid #cccccc;
	margin: 6px;
	width:75px;
	height:75px;
	font-size:90%;
	padding: 5px;
	border-radius: 7px;
}

.pageLinkKiji{
	display:block;
	width:80%;
	background: none;
	padding:0;
	margin:auto;
}

.pageLinkIcon{
	float: left;
}


/*ここから下記の記述は本当はcontents.cssに書くべきもの
でも上記の「.pcLink」などに付随しているclassなので近くに記述した*/

/*flow.html*/
.pageLinkFlowBox{
	width:100%;
	margin:0;
}

/*design.html*/
.pageLinkDesignBox{
	width:100%;
}

.pageLinkBs{
	width:290px;
	background:none;
	margin-bottom:0;
	padding: 0px;
	margin: auto;
	display:block;
}
.pageLinkBs div{
	width: 145px;
	background: none;
	padding:0px;
	margin-bottom:0px;
	line-height:200%;
}
.pageLinkBs p{
	border: 2px solid #cccccc;
	background-color:#f9f9f9;
	margin: 10px;
	padding-top: 15px;
	width:110px;
	height:50px;
	line-height:1.3em;
	vertical-align:middle;
	text-align: center;
	color:#000;
	border-radius:7px;
}
}
/*ここから上の記述は本当はcontents.cssに書くべきもの*/
/*ページ内リンクここまで********************************************************/

/********************************
レスポンスデバイス
********************************/

.formBoxM{
	margin: 0 auto;
	width: 1040px;
}
.leftFormBox{
	float:left;
	width:500px;
	height:220px;
	background:#fff;
	border-radius:10px;
	margin:10px;
}
.rightFormBox{
	float:right;
	width:500px;
	height:220px;
	background:#fff;
	border-radius:10px;
	margin:10px;
}
.middleResBox{
	padding: 8px;
}
.resTitle{
	background:#05214a;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	border-radius:10px 10px 0 0;
	padding:4px 0 4px 0;
}
.middletelNumber{
	display:inline;
	font-size:290%;
	color:#f00;
	font-weight:bolder;
	margin:0 auto;
}
.middletelNumber img{
	margin-right:8px;
	margin-top:10px
}


.middleResBtn{
	position:relative;
	background-color:#E32A2D;
	vertical-align: middle;
	text-align:center;
	width: 80%;
	margin:10px auto;
	border-radius: 5px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
}
.middleResBtn a{
	display:block;
	padding:12px;
	color:#ffffff;
	font-size:140%;
	font-weight:bold;
	line-height: 1.3em;
}

.middleResBtn a:after{
	position:absolute;
	content: "\f054";
	font-family: FontAwesome;
	top: 50%;
	right:18px;
	margin-top:-10px;
}

.middleResBtn:hover{
	background-color:#1B61B4;
}


@media (max-width: 768px) {
.formBoxM{
	margin: 0 auto;
	width: 100%;
}
.leftFormBox{
	float:none;
	width:98%;
	height:auto;
	margin:10px auto;
	border-radius:10px;
}
.rightFormBox{
	float:none;
	width:98%;
	height:auto;
	margin:10px auto;
	border-radius:10px;
}
.middleResBox{
	padding:5px;
	font-size:90%;
	line-height:1.5em;
}
.middletelNumber{
	display:inline;
	font-size:230%;
	color:#f00;
	font-weight:bolder;
	margin:0 auto;
}
.middletelNumber img{
	width: 30px;
	height: 20px;
	margin-right:5px;
	margin-top:5px
}
.middletelNumber a{
	color:#f00;
}

.middletelBusinessHours{
	text-align: center;
	margin-top:5px;
}

.middleResBtn{
	background-color:#E32A2D;
	vertical-align: middle;
	text-align:center;
	width:95%;
	margin:7px auto;
}
.middleResBtn a{
	display:block;
	padding:8px;
	color:#ffffff;
	font-size:120%;
	font-weight:bold;
	line-height: 1.3em;
}

.middleResBtn a:after{
	margin-top:-8px;
}
}


.bgGray
{
	width: auto;
	background-color:#f3f3f3;
	padding:15px 20px;
	margin:0 auto 15px auto;
}

@media (max-width: 768px) {
.bgGray
{
	width:94%;
	background-color:#f3f3f3;
	padding:3%;
	margin:10px 0;
}
}


/********************************
404
********************************/
#notFoundLink
{
	margin:20px 0 70px 0;
	padding:20px;
	line-height: 1.8em;
}
h2.notFound {
	font-size:130%;
	padding:3px 0 4px 0px;
}
.pcLinlLeft{
	float: left;
	margin-right:60px;
}
.qaBlank{
	margin-bottom: 15px;
}

@media (max-width: 768px) {
#notFoundLink
{
	margin:0;
	padding:10px;
}
h2.notFound{
	font-size:115%;
	line-height:130%;
	color: #323232;
	border-left:solid 3px #90d7ff;
	border-bottom:solid 3px #90d7ff;
	padding:3px 0 3px 3px;
	margin-right:5px;
	margin-bottom: 3px;
}
.pcLinlLeft{
	float: none;
	margin-right:0;
	margin-bottom: 20px;
}
.pcLinlLeft div{
	margin-left: 6px;
}
.qaBlank{
	margin-bottom:20px;
}


}



/************************************
index.html(2カ所)
h4などの見出しに使用
************************************/
.titleSquare{
	border-left:8px solid #002BB5;
	font-size:125%;
	margin-bottom:10px;
	padding-left:6px;
	line-height:20px;
}







/************************************
index.html(2カ所),price.html
展示会・採用ブース装飾価格
************************************/
.AreaStandardSet{
	display:flex;
}
.imgStandardSet{
	width:53%;
}
.imgStandardSet img{
	width:100%;
}
.boxStandardSet{
	width:50%;
	margin-left:25px;
}
table.tableStandardSet{
	width:60%;
	margin-bottom:5px;
}
table.tableStandardSet th{
	font-weight:normal;
	padding-right:5px;
}
table.tableStandardSet th,
table.tableStandardSet td{
	border:none;
	font-size:130%;
	padding-bottom:16px;
	vertical-align:bottom;
}
.standardSetText{
	float:left;
	width:100%;
}
@media (max-width: 768px) {
.AreaStandardSet{
	display:block;
}
.imgStandardSet{
	width:96%;
	margin:10px;
}
.boxStandardSet{
	width:100%;
	margin-left:0;
}

.spCenterBox{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

table.tableStandardSet{
	width:260px;
	margin-bottom:5px;
}
table.tableStandardSet th,
table.tableStandardSet td{
	border:none;
	font-size:130%;
	padding-bottom:10px;
	vertical-align:bottom;
}
.standardSetPrice
{
	width:100%;
}

.standardSetText{
	width:96%;
	margin-left:0;
	margin-right:0;
}
}
/*各商品の追加・削減*/
.youtobetuExBox
{
	position:relative;
	background:#E0F8FF;
	width:95%;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	padding:30px 20px 20px 20px;
	text-align:center;
}
.youtobetuTextBox
{
	position:absolute;
	top:-18px;
	left:300px;
	z-index:2;
	color:#FFFFFF;
	background-color:#002BB5;
	padding:4px 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */  
}
.youtobetuText{
	font-size:120%;
}


@media (max-width: 768px) {
.youtobetuExBox
{
	width:92%;
	padding:40px 10px 10px 10px;
	text-align:left;
	margin-top:40px;
	margin-bottom:5px;
}
.youtobetuTextBox
{
	position:absolute;
	top:-18px;
	left:15%;
	z-index:2;
	color:#FFFFFF;
	background-color:#002BB5;
	padding:4px 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */  
}

}

/************************************
各商品の設置方法について
************************************/
.setPositionBox{
	margin-top:3%;
	background-color: #f3f3f3;
	padding: 15px 20px;
}
.setTextBox{
	width:55%;
	float:left;
}
.setImgBox{
	margin:0;
	width:320px;
	float:right;
}
.setImgBox p{
	width:100%;
	margin:0;
}

.setImgBox img{
	width:100%;
	margin:0;
}

.setImgBox:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


@media (max-width: 768px) {
.setPositionBox{
	display:block;
	margin-top:3%;
	padding: 10px 15px;
}
.setTextBox{
	width:100%;
	margin:0;
}
.setImgBox{
	margin-top:10px;
	display:flex;
	width:100%;
}
.setImgBox img{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	visibility:visible;
}


.setImgBox:hover{
	opacity:1;
	filter: none;
	-ms-filter: "alpha(opacity=70)";
}

}/********************************
footer　レスポンシブ店舗情報
********************************/
.resInfoArea{
	width:520px;
	margin-top:14px;
}
.yearText{
	background-color:#FF7409;
	color:#fff;
	font-size:18px;
	font-weight:450;
	padding:5px 8px;
}
.shopTitle{
	color:#000;
	font-size:32px;
	font-weight:bold;
	text-align:left;
	line-height:1.4em;
}
.resInfoBox{
	display:block;
	width:370px;
	float:left;
}
.resFreeDial{
	height:28px;
	color:#FF7409;
	font-size:36px;
	font-weight:bold;
	text-align:left;
	line-height:1.2em;
}
.resMailadd{
	color:#FF7409;
	font-size:28px;
	font-weight:bold;
	text-align:left;
	margin:0;
	clear:both;
	line-height:1.4em;
	margin-bottom: 5px;
}
.resFreeDial .resIcon{
	margin-right:4px;
	float:left;
}
.resMailadd .resIcon{
	margin-right:14px;
	margin-left:2px;
	float:left;
}
.resFreedialTime{
	display:block;
	width:144px;
	color:#000;
	font-size:13px;
	margin-left:4px;
	margin-top:5px;
	text-align:left;
	float:left;
	line-height:1.2;
}
.resCaution{
	clear:both;
	color:#000;
	font-size:14px;
	text-align:left;
	line-height:1.2;
	font-weight:bold;
}




