@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　共通設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
* {
margin: 0;
padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
img {
vertical-align: middle;
margin: 0;
padding: 0;
border: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th {
text-align: left;
}
th, td {
border: 1px solid #000;
padding: .5em;
}
ol, ul {
list-style: none;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img {border: none;}
a {color: #0066cc;text-decoration: none;}
a:hover {}
a:visited {color: #993399;text-decoration: underline;}
/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {
zoom: 100%;
}
.fcl:after {
content: " ";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.img_left {
display: block;
margin: 10px auto;
text-align: center;
}
.img_lef {
float: left;margin-right: 5px;margin-bottom: 10px;
}
.img_right {
display: block;
margin: 10px auto;
text-align: center;
}
.img_center {
display: block;
margin: 0 auto;
clear: both;
}
.center{
text-align:center;
}
/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold {font-weight: bold;}
.txt_small {font-size: 86%; line-height:200%;}
.txt_big {font-size: 120%;}
.txt_right {text-align: right;}
.txt_red {color: #bb0000;}
.txt_yellow {color: #ffea5e;}
.txt_blue {color: #153263;}
.txt_keycolor {color: #000000;}
.txt_marker {background-color: #fcde0c;}
.txt_underline {border-bottom: 1px dashed #bbbbbb;margin-bottom: 2px;}
.txt_center{ margin:10px;}

.room_title{
background-color:#ff9000;
padding:5px;
margin:5px auto;
font-weight:bold;
color:#fff;
text-align:center;

}
/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {}
.sp_none {display: none;}
.size_s {width: 150px;}
.size_m {max-width: 100%;}
.size_l {width: 220px;}
.max_w {max-width: 100%;}
.max_w2 {max-width: 100%;}


/*■■■■■■■■■■■■■■■■■■■■■■
　　各コンテンツ　【　基本設定　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ メイン設定
------------------------------------------*/
body {
font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
color: #444444;
font-size:12px;
background:#ffffff;
color:#000000;
}
#wrap {
/*スマホメニュー初期は一様の余白調整
position: relative;
top: 50px;
*/
}
#frame {}
#header {

}

#main {
margin:0 auto;
}

.section {}

.section_bg {
background:#153263;
padding:20px 0;
}

.section_bg02{
background:transparent url("../img/bg05.gif") repeat scroll center top;
margin: 0 auto;
padding:20px 0;	
}
.yellow_back{
	background-color:#F8B500;
}
.text_pd10{ padding:10px;}

/*------------------------------------------
■TOP
------------------------------------------*/
#top_bg {

}
#top {
margin: 0 auto 0px;
padding: 0px 0 0;
text-align: left;
}

/*------------------------------------------
■　box, txt_area
------------------------------------------*/
.box {
margin:0 10px 10px 10px;
padding:10px 0;
clear: both;
}

.box_bg {
background-color: #000000;
border-radius: 0;

padding: 10px;
}

.box_border {
background-color: #ffffff;
margin: 0 auto 10px;
padding: 15px;
}

.txt_area {
margin: 0px auto;
clear: both;
}

.txt_area_bg {
background-color: #e6e3d5;
margin: 10px auto;
padding: 15px;
}

.txt_area_border {
background-color: #ffffff;
border: 1px dotted #000000;
margin: 5px 5px 10px;
padding: 0 15px 15px;
}

/*------------------------------------------
■ h1 h2 
------------------------------------------*/
h1 {
background-color: #000000;
color: #FFFFFF;
display: block;
font-size: 10px;
margin: 0 auto;
padding: 0;
}
.h1_txt {
display: block;
margin: 0;
padding: 4px 10px;
}
/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/
#header {
	background-color:#000000;
	height: 60px;
	color: #ffffff;
	width: 100%;
	
}

#header #header_in {
  position: absolute;
  width: 100%;
  height: 55px;
  background-color:#000000;
  padding-top: 0px;
  padding-bottom: 0px;
  
}
#header.fixed #header_in {
  position: fixed;
  margin-top: -38px;
 
  padding-top:13px;
  padding-bottom:0px;
  width: 100%;
  background-color:#000000;
}
#header_in .header_tel_number {
background: transparent url("../img/tel_icon_small.gif") no-repeat scroll 0 0;
color: #ffffff;
cursor: default;
display: block;
font-size: 17px;
line-height: 30px;
text-indent: 30px;
white-space: nowrap;

margin-left:10px;
padding-right:10px;
}

.header_tel{
	width:50%;
	float:left;
}
.header_btn{
	float:right;
	width:80%;
}
#header_in .header_btn a {
display: block;
padding: 5px 10px 0px 0px;
position: absolute;
left:170px;

}
.header_txt2{
	font-size:10px;
	white-space: nowrap;
	margin-left:10px;
}

/*------------------------------------------
■お問い合わせエリア
------------------------------------------*/
.order {
text-align:center;
color:#ffffff;
}



.order_area{
background-color:#000000;
}

.order_area_in{
padding:10px 0;
}

.order_image, .order_logo{

width:100%;

}

/*　▼テキスト▼　*/
.order p.txt_cap{
font-size: 12px;
margin-top: 5px;
}

.order p.order_time {
font-size: 11px;
line-height: 140%;
}
/*　▼TEL番号エリア▼　*/

.order a.txt_tel {
background: transparent url("../img/tel_icon_small.gif") no-repeat scroll 0 0;
color: #f8b500;
cursor: default;
font-size: 200%;
font-weight: bold;
margin: 10px auto;
white-space: nowrap;
padding-left:35px;
}

/*　▼ボタンエリア▼　*/

.order_mail a {
border-radius: 10px;
color: #ffffff;
display: block;
font-size: 18px;
letter-spacing: 0.04em;
margin: 10px auto;
padding: 0;
text-shadow: 1px 1px 1px #7f7f7f;
width: 96%;
}
.order_btn {
display: block;
margin: 0 auto;
width: 96%;
}
.plain {
white-space: nowrap;
}
.arrow{width:50px;}

/*------------------------------------------
■ h4タイトル
（※スマートフォンでは、背景画像を消してテキストタイトルを表示させてください）
------------------------------------------*/
h3.title {
background: #000000 url("../img/title_bg.png") repeat scroll 0 0;
color: #ffffff;
display: block;
font-size: 14px;
font-weight: bold;
line-height: 120%;
margin: 15px auto 0;
padding: 15px 5px;
text-align: center;
}

h3.title02 {
border-bottom: 3px solid #000000;
color: #000000;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.08em;
margin: 20px auto 0;
padding: 0 0 10px;
text-align: center;
width: 98%;
}


/*------------------------------------------
■ サブタイトル装飾（基本値）
------------------------------------------*/
.sub_title_a {
border-left: 10px solid #000000;
font-size: 16px;
font-weight: bold;
line-height: 130%;
margin: 20px auto 10px;
padding-left: 10px;
}
.sub_title_b {
border-bottom: 3px solid #000000;
font-weight: bold;
margin: 0 auto 15px;
padding: 10px 0;
}
.sub_title_c {
border-bottom: 1px solid #000000;
line-height: 130%;
font-weight: bold;
margin:10px auto 5px;
padding: 0 0px 5px;
}
.sub_title_d {
background-color: #153263;
border: 4px double #ffffff;
color: #ffffff;
font-weight: bold;
letter-spacing: 0.09em;
margin: 15px auto 0;
padding: 8px;
text-align: center;
}
.sub_title_e {
font-size: 18px;
font-weight: bold;
letter-spacing: 0.09em;
line-height: 130%;
margin: 15px auto 0;
padding: 5px 0 6px;
text-align: center;
}


.sub_title_e .txt_small {
    font-size: 60%;
    line-height: 200%;
}

.sub_title_f {
background-color: #e3e0d2;
border-left: 10px solid #222222;
letter-spacing: 0.09em;
margin: 0 auto 15px;
padding: 10px 15px;
font-weight:bold;
}
.sub_title_g {
background-color: #343434;
color: #ffffff;
font-size: 14px;
font-weight: bold;
letter-spacing: 0.055em;
margin: 5px 5px 20px;
padding: 10px;
text-align: center;
}
.sub_title_h {
border-bottom: 5px solid #000000;
font-family: RodinRosePro-EB;
font-size: 100%;
font-weight: bold;
line-height: 130%;
margin: 10px auto 0;
padding-bottom: 10px;
text-align: center;
}
.sub_title_j {
    background-color: #000000;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    margin: 15px auto;
    padding: 5px 10px;
    text-align: center;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　流用コンテンツ　【　良く使うカテゴリ　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ リストのチェックアイコン
------------------------------------------*/
ul {
list-style: none outside none;
}
ul li.icon_check {
background: url("../img/icon_check_small.png") no-repeat scroll 0 6px transparent;
padding: 4px 4px 4px 20px;
}
/*------------------------------------------
■ list_box
------------------------------------------*/
.list_box_01 {
background-color: #ffffff;
border: 1px solid #d1d1d1;
border-radius: 5px;
margin: 10px auto;
padding: 10px;
font-size:90%;
}
/*------------------------------------------
■ ポイント01
------------------------------------------*/
.point01{
margin:5px auto;
}
.point01 .point_set {
border-bottom: 1px solid #ffffff;
margin: 10px auto;
padding: 0 15px 20px;
}

.point_set img{

}

.point01 .point_title {
border-bottom: 1px dashed #000000;
font-size: 18px;
font-weight: bold;
margin: 0 0 5px;
padding-bottom: 5px;
text-align: center;
}

.point01 .point_set .point_title span.num {
background-color: #000000;
color: #ffffff;
font-size: 18px;
margin: 20px 5px 15px 0;
padding: 0 10px;
text-align: center;
}

.point01 .point_set p{
padding: 0;
}

/*------------------------------------------
■ ポイント02
------------------------------------------*/
.point02 .point_set {
    background-color: #fff;
    border: 2px solid #EEAF16;
    border-radius: 10px;
    margin: 10px;
    padding: 15px;
}

.point02 .point_title {
border-bottom: 2px dashed #000000;
font-size: 120%;
font-weight: bold;
line-height: 58px;
margin: 10px 0;
padding: 0;
}

.point02 .point_set .point_title span.num {
background-color: #000000;
border-radius: 5px;
color: #fff;
font-size: 20px;
font-weight: bold;
line-height: 20px;
margin: 10px 10px 10px auto;
padding: 5px 15px;
}

.point02 .point_set p{
}

/*------------------------------------------
■ ポイント03
------------------------------------------*/
.point03 .point_set {
background: #ffffff none repeat scroll 0 0;
border: 10px solid #d5d5d5;
margin: 10px;
padding: 0 15px 15px;
}

.point03 .point_title {
border-bottom: 1px dotted #000000;
font-size: 110%;
font-weight: bold;
margin: 0 0 10px;
padding: 0 0 10px;
}

.point03 .point_set .point_img {}

/*------------------------------------------
■ ポイント04
------------------------------------------*/


.point04 .point_set {
background: #ffffff none repeat scroll 0 0;
border: 7px double #000000;
border-radius: 10px;
font-size: 12px;
font-weight: bold;
margin: 5px;
padding: 10px 5px
}

.point04 .point_title {
border-bottom: 5px solid #dab610;
color: #000000;
font-size: 32px;
font-weight: bold;
margin: 0 0 20px;
padding: 20px 0;
}

.point04 .point_set span.num {
background-color: #000000;
color: #f9b51a;
display: block;
font-size: 16px;
height: 30px;
line-height: 31px;
margin: 0 5px 0 0;
padding: 0;
text-align: center;
width: 30px;
float: left;
}

.point04 .point_set .case_img {
width: 300px;
}

/*------------------------------------------
■ お客様の声
------------------------------------------*/
.voice_set {
background: transparent url("../img/bg07.gif") repeat scroll center 0;
border: 1px solid #737373;
margin: 10px;
padding: 20px;
}
.voice .voice_title {
border-bottom: 2px dashed #222222;
font-size: 16px;
margin-bottom: 15px;
padding-bottom: 15px;
}

.voice_set img{
width:90px;
}
/*------------------------------------------
■ 良くある質問
------------------------------------------*/
.faq .faq_set {
background-color: #ffffff;
margin: 0 auto 10px;
padding: 10px;
}

.faq .faq_title {
background-color: #ffffff;
border-bottom: 1px dotted #000000;
margin: 0 auto 10px;
padding: 5px 0;
height:40px;
}

.faq .faq_set .faq_title span.q {
background-color: #000000;
border-radius: 0;
color: #ffffff;
display: block;
float: left;
line-height: 16px;
margin: 0 20px 0 0;
padding: 10px;
text-align: center;
}

.faq .faq_set span.a {
background-color: #ff9000;
border-radius: 0;
color: #ffffff;
display: block;
float: left;
line-height: 16px;
margin: 0 20px 0 0;
padding: 10px;
text-align: center;
}

.faq .faq_set p{
padding:0px;
}

.faq,.faq2 {
margin: 0;
padding: 5px 10px;
}
.faq_q,.faq_q2 {
background: url("../img/q_a_q_s.png") no-repeat scroll 0px 5px ;
border-bottom: 1px solid #000;
color: #000;
margin: 10px auto;
padding: 10px 0 5px;
font-weight:bold;
font-size:90%;
padding: 11px 0 0 40px;
min-height:40px;
}
.faq_a,.faq_a2 {
background: url("../img/q_a_a_s.png") no-repeat scroll 0px -3px transparent;
margin: 10px auto;
padding: 0 0 0 40px;
min-height:70px;
}
/*------------------------------------------
■ STEP
------------------------------------------*/
.step_area {
background-color: #FFFFFF;
border: 2px solid #000000;
margin: 10px auto;
padding: 0 10px 10px;
}
.step_title {
border-bottom: 2px dashed #000000;
color: #412C1B;
font-weight: bold;
line-height: 260%;
margin: 10px 0;
padding: 0 5px 0px 0px;
}

.step_title2 {
border-bottom: 2px dashed #E9569A;
color: #412C1B;
font-weight: bold;
line-height: 140%;
margin: 10px 0;
padding: 0 5px 0px 0px;
}

.s_block {
background-color: #000000;
border-radius: 5px;
color: #ffffff;
display: block;
float: left;
font-size: 96%;
margin-bottom: 10px;
margin-right: 5px;
padding: 0 9px;
text-align: center;
width: 16%;
height:35px;
line-height: 268%;}

/*------------------------------------------
■ ブロック
------------------------------------------*/
.block_left {
}
.block_right {
}
.room {
padding: 10px;
}
/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area {
font-size: 12px;
margin: 15px auto;
}
.map_in {
display: block;
height: 300px;
margin: 0 auto;
width: 90%;
}
.map_in2 {
display: block;
height: 225px;
margin: 0 auto;
width: 100%;
}
/*------------------------------------------
■ テーブル
------------------------------------------*/
.table01 {
font-size: 70%;
margin: 10px auto;
width: 96%;
}
.table01 th {
background-color: #EFEFEF;
padding: 10px 5px;
text-align: left;
width: 30%;
border: 1px solid #cccccc;
}
.table01 td {
padding: 10px 5px;
background-color: #FFFFFF;
border: 1px solid #cccccc;
}
/*------------------------------------------
■ テーブル02
------------------------------------------*/
.table02 {
margin: 20px auto;
width: 100%;
}
.table02 th {
background-color: #ff9000;
font-weight: normal;
padding: 5px;
text-align: center;
border: 1px solid #CCCCCC;
width: 40%;
color:#fff;
font-weight:bold;
}
.table02 td {
background-color: #FFFFFF;
padding: 5px;
border: 1px solid #CCCCCC;
font-size:85%;
}

.table02 td.td_c {
text-align: center;
}
.table02 td.td_r {
text-align: right;
}
/*------------------------------------------
■ youtube
------------------------------------------*/
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin: 10px 0;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*------------------------------------------
■ フォーム部分
------------------------------------------*/
.form_area {
margin: 40px auto;
}
/* --フォームテーブルの部分-- */
.table_box {
border-top: #666666 1px dashed;
margin: 10px auto;
width: 96%;
}
.inq_box {
display: block;
margin: 0 auto;
padding: 0 0 20px 0;
border-bottom: #666666 1px dashed;
overflow: hidden;
}
.inq_box_title {
border-left: 8px solid #000000;
display: block;
font-weight: bold;
margin: 10px auto 0;
padding-left: 5px;
}
.inq_box_txt {
display: block;
float: left;
line-height: 140%;
margin: 0 auto;
padding-bottom: 0;
padding-left: 0;
padding-top: 10px;
}
input, textarea, select {
font-size: 14px;
margin: 5px auto;
padding: 5px;
}
input[type=text]:focus, textarea:focus, select:focus {
outline: 0;
background-color: #FFFFDD;
}
/*------------------------------------------
■ フッター
------------------------------------------*/
#footer {
background: #ffffff;
display: block;
text-align: center;
margin: 0px auto 0;
padding: 0px 0 0px 0;
font-size: 12px;
line-height: 1.8;
}
.footer_btn {
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #dbdbdb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* IE10+ */
background: linear-gradient(to bottom, #fcfcfc 0%, #dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dbdbdb', GradientType=0 ); /* IE6-9 */
border: 1px solid #E6E6E6;
box-shadow: 0 1px 2px #CCCCCC;
text-shadow: 0 1px 0 #EEEEEE;
color: #000000;
display: block;
font-weight: bold;
padding: 8px 10px;
text-align: left;
}
#footer a {
font-size: 12px;
color:#333333;
}

.copyright {
background: #000000 none repeat scroll 0 0;
color: #ffffff;
font-size: 10px;
margin-top: 0;
padding-bottom: 10px;
padding-top: 10px;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ サブページ共通
------------------------------------------*/
.sub_page_title {
background-color: #4DA5E5;
border-bottom: 3px solid #CCCCCC;
color: #FFFFFF;
font-weight: bold;
margin: 10px 0;
padding: 12px 0 10px;
text-align: center;
}
#order_page, #privacypolicy, #company, #law, #order_end {
font-size: 14px;
line-height: 140%;
margin: 0 auto;
padding: 10px 0;
}
/* 別々に指定したければ、分けてください*/

/*------------------------------------------
■ プライバシーポリシーページ設定
------------------------------------------*/
#pp_page {
}
.sub_page_h {
background: none no-repeat scroll 0 0 #EFEFEF;
border-bottom: 2px solid #CCCCCC;
border-right: 2px solid #CCCCCC;
font-weight: bold;
margin: 20px 0 5px;
padding: 5px 10px;
}
/*------------------------------------------
■ 特定商取引法に基づく表記
------------------------------------------*/



/*------------------------------------------
■ 追加
------------------------------------------*/

.seen_img {
border: 6px double #ffffff;
margin: 5px 0 5px 5px;
width: 43%;
}

.about{
margin: 20px auto;
}

.about_txt{
background-color: #ffffff;
border-bottom: 5px solid #153263;
border-left: 5px solid #153263;
border-right: 5px solid #153263;
margin: 0 auto;
padding: 10px 10px 10px;
}

/*------------------------------------------
■ amazonエリア
------------------------------------------*/
.amazon_area{
background: transparent url("../img/amazon_area_bg.jpg") no-repeat fixed center top / cover ;
padding:30px 0;
border-top: 4px dashed #f9b51a;
border-bottom: 4px dashed #f9b51a;
margin: 0px auto;
}


.amazon_area_t {
font-size:14px;
font-weight: bold;
padding: 20px 0;
text-align: center;
line-height: 140%;
}

.amazon_area_t .txt_big {
font-size: 24px;
letter-spacing: 0.05em;
line-height: 140%;
}

.amazon_area .box_w {
background-color: #000000;
border-radius: 20px;
color: #ffffff;
font-size: 11px;
font-weight: normal;
margin: 0 20px;
opacity: 0.72;
padding: 20px;
text-align: center;
text-align:left;
}
.text_orange{
	color:#e45826;
}
/*------------------------------------------
■ テーブル
------------------------------------------*/
.company dt{
background: #000000 none repeat scroll 0 0;
color: #ffffff;
font-size: 14px;
margin-top: 15px;
padding: 2px 0;
text-align: center;
width: 100px;
}
.company dd{margin: 10px auto;}
.company dl{}

/*------------------------------------------
■ 事例と6つのサービス
------------------------------------------*/
.jirei{
	margin-bottom:40px;
}
.jirei h3 img{
	width:95%;
}
.service img{
	margin-bottom:10px;
	width:95%;
}