@charset "UTF-8";
/* CSS Document */
html{
}

body{
	margin:0px;
	padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;/*　フォントの基準サイズ　*/
	line-height: 1.6em;/*　行間　*/
	color: #000000;/*　フォントカラー　*/
	-webkit-text-size-adjust: 100%;/*　文字サイズの固定　*/
}

p,ul,li,dl,dt,dd,img,h1,h2{
	margin:0px;
	padding:0px;
}

a { /*　FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}

a:link,a:hover,a:visited{/*　リンク・カーソルを乗せた時・来訪済みのリンク　*/
	text-decoration:none;/*　リンクの下線を消す　*/
	}

li{
	list-style-type:none;
}

img{
	vertical-align: bottom;/*　画像の基準を底部に指定　*/
	border-style:none;
	box-shadow: #000 0 0 0;
	max-width: 100%;
	height: auto;
}

x:-moz-any-link, x:default {
	box-shadow: #000 0 0 0;/*　FireFoxフェード時のズレを軽減する(IE7)　*/
}

table,th,td{
border-collapse: collapse;/*　セル同士の隙間をなくす　*/
border: 0 ;/*　セルの枠線をなくす　*/
}

input[type="submit"] {
  -webkit-appearance: none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear:after{
	content:'.';
	display:block;
	height:0;
	text-indent:-9999px;
	clear:both;/*　float消去用汎用class名　*/
}
.center{
	margin:0 auto;
	text-align:center;
}
.bold{
	font-weight:bold;
}
/*.mincho{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}*/
.ja{
	font-family:"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/*==============================
　Now loading
==============================*/

#loading{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 9999;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 10000;
}

/*==============================
　ヘッダー
==============================*/
.header{
	width:100%;
	max-height:90px;
	background:#ffffff;
}

.header_wrapper{
	max-width:100%;
	margin:0 auto;
}

.header .logo{
	float:left;
}

.header .logo.sideA{
	width:75%;
}
.header .logo.sideA img,
.header .logo.sideB img{
	max-height:90px;
}
.header .logo.sideB{
	width:25%;
}

.header .logo.sideB a,
.header .logo.sideC a{
	display:block;
	width:100%;
}
/*==============================
　ヘッダーメニュー
==============================*/
/*==============================
　フッター
==============================*/
.footer{
	display:block;
	width:100%;
	margin:0 auto;
	padding:2em 0;
	/*design*/
	background:#e6e6e6;
}

.footer_container{
	max-width:100%;
	line-height: 2em;
	margin:0 auto;
    text-align:center;
	/*design*/
    background:#e6e6e6;
    }

.footer_container #footer_menu{
	line-height: 1.4em;
	margin: 0 auto;
	padding:1px 0 0;
	/*design*/
	color: #000000;
    background:#ffffff;
	border-top:1px solid #cccccc;
}
.footer_container #footer_menu li{
	border-bottom:1px solid #cccccc;
}
.footer_container #footer_menu li:first-child{
	border-top:1px solid #cccccc;
}
.footer_container #footer_menu li a{
	display:block;
	padding:1em 1.5em;
	color:#000000;
	text-align:left;
	background: url(../img/common/arrow_icon.png) no-repeat right center #ffffff;
    text-decoration:none;
}
.footer_container #footer_menu li a span{
	display:none;
}
.footer_container .detail{
	font-size:80%;
	line-height:160%;
	color: #000000;
}
.footer_container .bk_btn{
	width:100%;
	margin-top:0.8em;
	padding:0.3em 2.5%;
	background:#000000;
}
.footer_container .bk_btn li{
	float:left;
	width:46%;
	margin-left:3%;
	border:1px solid #ffffff;
	box-sizing:border-box;
}
.footer_container .bk_btn li:first-child{
	margin-left:0;
}
.footer_container .bk_btn li a{
	display:block;
	width:100%;
	padding:0.5em 0;
	color:#ffffff;
	text-align:center;
}
.footer_container .bk_btn:after{
	content: '.';
    display: block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
#copyright{
	/*design*/
	color:#000000;
	margin-top:1.5em;
	font-weight:bold;
}
.footer .logo{
	width:50%;
	margin:1.5em auto 0;
}
#sb-site, .sb-site-container{
	background:#000000;
}

/*==============================
　コンテンツ
==============================*/
.contents{
	max-width:100%;
	margin:0 auto;
}

/*==============================
　共有css
==============================*/
/*--ぱんくずリスト--*/
.pankuz{
	display:none;
}

/*--左カラム--*/
.left_column{
	display:none;
}

/*--右カラム--*/
.right_column{
	float:right;
	width:100%;
}

/*--サイドメニュー--*/
.side_menu{
	margin-bottom:3em;
}

.side_menu li{
	height:3em;
}

.side_menu a{
	width:1%;
	display: table-cell;
	height: 3em;/*仮値*/
    vertical-align: middle;
    text-align: center;
}

.side_menu li a{
	/*design*/
	color:#333333;
	background-color:#eeeeee;
}
.side_menu .start a{
	/*design*/
	color:#ffffff;
	background-color:#888888;
	border-radius: 10px 10px 0px 0px;
}

.side_menu .sp{
 margin:0 auto;
 font-size:100%;
}
.side_menu .sp .sidemenu_select{
 overflow: hidden;
 width:100%;
 box-sizing:border-box;
 vertical-align: middle;
 position:relative;
}
.side_menu .sp .sidemenu_select .select_arrow{
	position:absolute;
	top:0;
	right:0;
}
.side_menu .sp select {
 /*-moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;*/
 border-radius: 8px;
 margin: 0 auto;
 padding:0 2%; 
 font-weight:bold;
 text-shadow:#fff 0px 2px 0px;
 background: linear-gradient(rgba(255,255,255,1), rgba(214,214,214,1));/* IE10+, W3C */
 background: -moz-linear-gradient(rgba(255,255,255,1), rgba(214,214,214,1));/* FF3.6+ */
 background:-webkit-gradient(linear, top,bottom, from(rgba(255,255,255,1)), to(rgba(214,214,214,1)));/* Chrome10+, Safari5.1+ */
 border:1px solid #ccc;
 vertical-align: middle;
 font-size: inherit;
 color: inherit;
 box-sizing: content-box;
 width: 90%;
 height:3em;
}

.tinynav {
	display: block;
}

.foo {
	display: none;
}

/*--メールフォームボタン--*/

.mail_link{
	width:100%;
	margin:15px 0 50px 0;
	/*design*/
}

.mail_link .text{
	margin:0 8% 20px;
	line-height:160%;
}

.mail_btn a{
	display:block;
	width:76%;
	padding:1em 8% 1em 0;
	margin:0 auto;
	/*design*/
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	font-size:100%;
	background:url(../img/link/arrow_icon_mailbtn.gif) no-repeat right center #000000;
}

/*下層ページ　ヘッドビュー*/
#head_view{
	width:100%;
	position:relative;
	background-position:center;
	background-size:cover;
}
#head_view .bg{
	height:150px;
	background-size:100% auto;
	background-color:rgba(0,0,0,0.5);
}
#head_view .bg h2{
	width:100%;
	height:192px;
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
#head_view .bg h2 > span{
	color:#ffffff;
	font-size:160%;
	line-height:80%;
	font-weight:bold;
	width:9999px;
	height:192px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
#head_view .bg h2 > span > span{
	font-size:40%;
	font-weight:normal;
}
/*==============================
　お問合せ
==============================*/
#contact #head_view{
	background-image:url(../img/contact/bg01.jpg);
}
.section_wrapper .office{
	padding: 0 5% 1em;
}
.section_wrapper .office dt{
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:0.5em;
	padding-left:0.2em;
	width:50%;
}
.section_wrapper .office .tel-link,
.section_wrapper .office .fax{
	width:100%;
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:2px;
	padding-left:0.3em;
	box-sizing:border-box;
}
.section_wrapper .office .tel-link a{
	display: block;
    width: 100%;
	font-size:0.85em;
	font-weight:normal;
	color:#ffffff;
	text-align:center;
	margin-top:-1.3em;
    padding: 0.5em 0em 0.5em 1em;
    box-sizing: border-box;
    border-bottom: 1px solid #007b83;
	background-image:url(../img/contact/tel_btn_bg.gif);
	background-repeat:no-repeat;
	background-color:#00b0bf;
	background-position:left center;
	background-size:contain;
	border-radius:10px;
}
.section_wrapper .office .time{
	margin-top:0.5em;
	padding-left:0.3em;
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:1px solid #cccccc;
}
.section_wrapper .office .time:last-of-type{
	border-bottom:none;
	margin-bottom:0;
}

/*==============================
　お問合せフォーム
==============================*/
#contact #form_wrapper{
	width:100%;
	margin:0 auto;
	padding:0;
	background:#f8f8f8;
}
#contact .imgone_set .caption{
	width:100%;
	font-size:120%;
	font-weight:bold;
	text-align:left;
	margin-bottom:1em;
	padding:1em 0.8em;
	box-sizing:border-box;
	color:#ffffff;
	background-color:#000000;
}
#contact .imgone_set .text{
	width:96%;
	font-size:100%;
	text-align:left;
	margin-left:2%;
}
#contact .form_name{
	font-size:100%;
	background:none;
	color:#000000;
	font-weight:bold;
	padding:0 0 0.3em;
	margin: 2.2em 0 0;
	text-align:left;
}
#contact .form_name .required{
	color:#ff0000;
	font-size:80%;
}
#contact .mail_title .styledRadio{
	margin:0 auto 0.5em;
}
#contact #contact_form{
	width:96%;
	margin:0 auto;
}
#contact input,
#contact submit{
	font-size:16px;
	padding:1em 2%;
	border: 1px solid #b3b3b3;
	box-sizing:border-box;
}
#contact .name1_wrapper{
	width:100%;
}
#contact .name1 input{
	width:100%;
}

#contact .kana1_wrapper{
	width:100%;
}
#contact .kana1 input{
	width:100%;
}
#contact .tel_form,
#contact .email{
	width:100%;
}
#contact .tel_form input,
#contact .email input{
	width:100%;
}
#contact .zip{
	width:100%;
}
#contact .zip input{
	width:40%;
}
#contact .order_form{
	width:100%;
}
#contact .order_form{
	width:100%;
}
#contact .order_form select{
	width:100%;
	font-size:16px;
}
#contact .date1_wrapper{
	width:100%;
}
#contact .date1 input{
	width:80%;
	margin-right:2%;
}

#contact .date2_wrapper{
	width:100%;
}
#contact .date2 input{
	width:80%;
	margin-right:2%;
}
#contact .textarea{
	width:100%;
	height:10em;
	border:1px solid #b3b3b3;
	margin-bottom:2em;
	padding:2%;
	font-size:16px;
	box-sizing:border-box;
}
#contact .ok_btn{
	display:block;
	width:100%;
	padding:1em;
	margin:0 auto;
	border:0;
	box-sizing:border-box;
	/*design*/
	text-align:left;
	color:#ffffff;
	font-weight:normal;
	font-size:125%;
	background:url(../img/common/arrow_icon.png) no-repeat right center #00b0bf;
}
#contact .back_btn{
	display:block;
	width:100%;
	padding:1em;
	margin:0 auto 2em;
	border:0;
	box-sizing:border-box;
	/*design*/
	text-align:left;
	color:#44444d;
	font-weight:normal;
	font-size:125%;
	background:url(../img/common/arrow_icon_back.png) no-repeat left center #cccccc;
}

#contact .ok_btn,
#contact .back_btn{
	float:none;
}

#contact .confirmation{
	margin-top:3em;
}

#contact .confirmation .form_name{
	padding-top:1em;
	margin-top:0;
	text-align:left;
	border-top:1px solid #000000;
}
#contact .confirmation .text{
	margin-bottom:1em;
	margin-left:0.5em;
}
#contact .confirmation .btn_wrap{
	margin-top:4em;
}

#contact .privacy_link{
	line-height: 1.4em;
	margin: 2em auto 0;
	padding:1px 0 0;
	/*design*/
	color: #000000;
    background:#ffffff;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
#contact .privacy_link a{
	display:block;
	padding:1em 1.5em;
	color:#000000;
	text-align:left;
	background: url(../img/common/arrow_icon.png) no-repeat right center #ffffff;
    text-decoration:none;
}

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

slidebars.css

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

/* ----------
 * 002 - Site
 */

#sb-site, .sb-site-container {
	/* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
	width: 100%;
	min-height: 100vh;
	position: relative;
	z-index: 1; /* Site sits above Slidebars */
	background-color: #ffffff; /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
	/*border-left:1px solid #970934;
	border-right:1px solid #970934;*/
}
/* ---------------
 * 004 - Animation
 */

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
	-webkit-transform: translate( 0px );
	   -moz-transform: translate( 0px );
	     -o-transform: translate( 0px );
	        transform: translate( 0px );
	
	-webkit-transition: -webkit-transform 400ms ease;
	   -moz-transition:    -moz-transform 400ms ease;
	     -o-transition:      -o-transform 400ms ease;
	        transition:         transform 400ms ease;
	
	-webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
	-webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}



/*==============================
　消去
==============================*/
#contact .imageHolder{
	background-color:#ffffff;
	opacity:0;
}
.pc{
	display:none;
}
#btnSP{
	display:none;
}