@import url(http://fonts.googleapis.com/css?family=Passion+One);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic);
body{ background:url(../images/body-bg.gif) 50% 0; font:12px/18px Arial, Helvetica, sans-serif; position:relative; }
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
html,body{height:100%;}
/* Global Structure---------------------------------------- */
.main{
	margin:0 auto;
	position:relative;
	width:950px;
}
.main-bg {
	background:url(../images/main-bg.jpg) no-repeat center 0;
	min-height:100%;
  padding-top:80px;
}
/*----- alignment & clearing -----*/
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}

.clear{
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}
.wrapper {
	position:relative;
	z-index:1;
	width:100% ;
	overflow:hidden;
}
.extra-wrap{
	overflow:hidden;
	display:block;
}
/*  Header styles */
.main-bg h1,h2,h3,h4,h5,h6{
	color:#696969;
	padding:0 0 9px 0;
	font-weight:normal;
	font-family: 'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
}
.main-bg h1{font-size:40px; line-height:48px;}
.main-bg h2{font-size:36px; line-height:44px;}
.main-bg h3{font-size:32px; line-height:40px;} 
.main-bg h4{font-size:28px; line-height:34px;}  
.main-bg h5{font-size:24px; line-height:30px;}
.main-bg h6{font-size:20px; line-height:24px;}
.heading-1 {
	color:#b30404;
}
.main-bg p{color:#717171;}
/*----- text & typography -----*/
.def-list-1 {padding:0 0 10px 0;}
.def-list-1 dt {
	display:block;
	font-size:12px;
	line-height:18px;
	padding:0 0 6px 0;
	color:#b09609;
	font-weight:bold;
}
	.def-list-1 dt a {
		color:#b09609;
		text-decoration:none;
	}
		.def-list-1 dt a:hover {text-decoration:underline;}

.quote {
	font-size:12px;
	line-height:20px;
	font-style:italic;
	position:relative;
	padding:0 0 15px 0;
}
	.quote strong {
		font-weight:normal;
		color:#b09609;
	}
	.quote:before {
		display:inline-block;
		background:url(../images/quote-before.png) no-repeat 0 0;
		content:"";
		width:14px;
		height:13px;
		margin:0 5px 0 0;
	}
	.quote:after {
		display:inline-block;
		background:url(../images/quote-after.png) no-repeat 0 0;
		content:"";
		width:14px;
		height:13px;
		margin:0 0 0 6px;
	}

strong {color:#b30404;}
.str-1 {
	font-weight:normal;
	text-transform:uppercase;
}
.str-2 {
	color:#b09609;
}
.str-3 {
	color:#00BCA8;
}
.color-1 {
	color:#fff;
}
/*----- borders & lines -----*/
.hr-border-1 {
	border-bottom:1px solid #323232;
	margin:0 0 9px 0;
}
.hr-border-2 {
	background:#323232;
	height:3px;
	margin:0 0 20px 0;
}
/*----- boxes -----*/
.banner-box {
	background:#ff4242;
	padding:25px 135px 35px 40px;
	position:relative;
}
.banner-box h3 {
	font-size:34px;
	line-height:40px;
	padding:0;
}
.banner-box h4 {
	font-family: 'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	text-transform:uppercase;
	font-size:21px;
	line-height:26px;
	margin:-5px 0 0 0;
	font-weight:300;
	letter-spacing:-1px;
	padding:0 0 18px 0;
}
.banner-box .inner {
	position:relative;
	z-index:2;
}
.banner-box-img {
	position:absolute;
	right:0;
	bottom:0;
}
/*----- indents -----*/
.img-indent {
	float:left;
	margin:5px 10px 0 0;
}
.img-indent-bot {margin:5px 0 16px 0;}

.main-bg p {
	padding-bottom: 18px;
	float: none;
}
.p {padding-bottom:18px;}
.p0 {padding-bottom:0 !important;}
.p1 {padding-bottom:6px !important;}
.p2 {padding-bottom:15px !important;}

.a1 {margin:0 5px;}

.indent-bot {
	padding:0 0 32px 0;
}
.indent-bot-1 {
	padding:0 0 70px 0;
}
.indent-bot-2 {
	padding:0 0 20px 0;
}
.indent-right {margin-right:90px;}
.pad-left {
	padding-left:35px;
}
.pad-top {padding-top:8px;}
/*----- lists -----*/
.list-1 {padding:0 0 20px 0;}
.list-1 li {
	display:block;
	padding:4px 0 4px 16px;
	border-top:1px solid #323232;
	background:url(../images/list-1-marker.gif) no-repeat 0 10px;
}
	.list-1 li:first-child {padding:0 0 6px 16px; border:none;background:url(../images/list-1-marker.gif) no-repeat 0 5px;}
	.list-1 li a {
		color:#717171;
		font-size:14px;
		line-height:20px;
		padding:5px 0 6px;
		text-decoration:none;
	}
		.list-1 li a:hover {
			color:#fff;
		}

/*----- buttons & links -----*/
.button {
	display:inline-block;
	font-size:12px;
	color:#fff;
	text-decoration: underline;
	background:url(../images/link-marker.gif) no-repeat right 7px;
	padding:0 11px 0 0;
}
	.button:hover {
		text-decoration:none;
	}


.link {
	text-decoration: underline;
	color:#ee623a;
	font-weight:bold;
}
	.link:hover {text-decoration: none;}

/*********************************header*************************************/
header .inner {
	background-image: url(../images/bgp.png);
	padding: 26px 40px 25px 40px;
	position: relative;
	z-index: 2;
}
.logo {
	display:inline-block;
	padding:0 !important;
}
.logo a {
	position:relative;
	background: url(../images/logo.png) no-repeat 0 0;
	height:58px;
	width:187px;
	overflow:hidden;
	text-indent:-99em;
	display:block;
}


/********************** Content ************************/

section#content {
	position:relative; 
	z-index:1;
}
.content-bg {
	background:url(../images/body-bg.gif);
	padding:35px 20px 43px 20px;
}
.author {
	display:inline-block;
	font-family: 'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	color:#fff;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
	.author i {font-weight:normal;}

.dropcap {
	float:left;
	font-family: 'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	font-size:24px;
	line-height:30px;
	color:#b30404;
	margin:0 5px 0 0;
}

.dropcap2 {
	float:left;
	font-family: 'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	font-size:24px;
	line-height:30px;
	color:#00BCA8;
	margin:0 5px 0 0;
}

.price-list li {
	overflow:hidden;
	font-size:14px;
	line-height:18px;
	padding:0 0 12px 14px;
	background:url(../images/list-1-marker.gif) no-repeat 0 5px;
}
	.price-list li .price-item {
		float:left;
		color:#717171;
		text-decoration:none;
		max-width:70%;
		margin:0 6px 0 0;
	}
		.price-list li .price-item:hover {color:#fff;}
	.price-list li .filler {
		display:block;
		background:url(../images/filler.gif) repeat-x 0 bottom;
		height:15px;
		overflow:hidden;
	}
	.price-list li .price {
		float:right;
		margin:0 0 0 6px;
		width:60px;
		text-align:left;
		color:#b30404;
	}

.adress {padding:0 0 20px 0;}
.adress dt {
	display:block;
	font-weight:normal;
	color:#717171;
	font-size:12px;
	line-height:18px;
	width:235px;
}
.adress dd {
	font-size:12px;
	line-height:18px;
	color:#717171;
	overflow:hidden;
}
.adress dd span {
	float:left;
	width:59px;
	text-align:right;
	margin:0 6px 0 0;
}


/********************** Slider ************************/
.mp-slider .items {display:none;}
.mp-slider {
	position:absolute;
	top:-109px;
	left:0;
	right:0;
	height:511px;
}

.slider-container {
	position:relative;
	z-index:1;
	height:402px;
}
.mp-prev, .mp-next {
	position:absolute;
	width:31px;
	height:402px;
	bottom:0;
	z-index:3;
}
.mp-prev {
	left:0;
	background:url(../images/slider-prev.png) no-repeat 0 0;
}
	.mp-prev:hover {
		background:url(../images/slider-prev.png) no-repeat right 0;
	}
.mp-next {
	right:0;
	background:url(../images/slider-next.png) no-repeat 0 0;
}
	.mp-next:hover {
		background:url(../images/slider-next.png) no-repeat right 0;
	}

.mp-slider .banner {
	position:absolute;
	left:35px;
	right:35px;
	font-family: 'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	color:#fff;
	z-index:99;
	top:120px;
	bottom:0;
	padding:0;
	text-align:center;
	font-size:80px;
	line-height:100px;
	text-transform:uppercase;
}
	.mp-slider .banner span {
		display:block;
	}
	.mp-slider .mp-ban-1 .row-1 {
		padding:40px 0 0 0;
	}
	.mp-slider .mp-ban-1 .row-2 {
		font-size:30px;
		line-height:130px;
		margin:50px 0 0 0;
		text-align:center;
	}
	.mp-slider .mp-ban-1 .row-3 {
		margin:-40px 0 0 0;
	}
	.mp-slider .mp-ban-2 .row-1 {
		padding:35px 0 0 0;
		font-size:93px;
		line-height:110px;
	}
	.mp-slider .mp-ban-2 .row-2, .mp-slider .mp-ban-2 .row-3 {
		color:#ad0000;
		margin:-40px 0 0 0;
	}
	.mp-slider .mp-ban-3 .row-1 {
		padding:35px 0 0 0;
		font-size:92px;
		line-height:110px;
	}
	.mp-slider .mp-ban-3 .row-2, .mp-slider .mp-ban-3 .row-3 {
		margin:-40px 0 0 0;
	}


/******************** Button ******************/
.solid_btn a{
    width:90%;
    padding:10px;
    background:#696969;
    color:#ffffff;
    text-align:center;
    display:block;
    text-decoration:none;
    }
    p a:hover{
    text-decoration:none;
    background:#7fffd4;
     
    }
	
.solid_btn2 a{
    width:90%;
    padding:10px;
    background:#696969;
    color:#ffffff;
    text-align:center;
    display:block;
    text-decoration:none;
    }
    p a:hover{
    text-decoration:none;
    background:#7fffd4;
     
    }
		
.solid_btn3 a{
    width:90%;
    padding:10px;
    background:#008080;
    color:#ffffff;
    text-align:center;
    display:block;
    text-decoration:none;
    }
    p a:hover{
    text-decoration:none;
    background:#7fffd4;
     
    }

.rv1{
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;
    background: #B92A2C;
    color: #fff;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
 
.rv1:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #B92A2C;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}


.rv2{
    margin: 0 0 1.5em;
    padding: 0.8em;
    border-left: 7px solid #B92A2C;
    border-bottom: 1px dashed #B92A2C;
    font-size: 1.143em;
    font-weight: bold;
}

.rv2a{
    margin: 0 0 1.5em;
    padding: 0.8em;
    border-left: 7px solid #00BCA8;
    border-bottom: 1px dashed #00BCA8;
    font-size: 1.143em;
    font-weight: bold;
}

.rv3 {
border-left: 8px solid #B92A2C;
border-bottom: 2px dashed #B92A2C;
padding: 0 0 4px 5px;
}

.rv4{
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;
    background: #B92A2C;
    color: #fff;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.rv42{
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;
    background: #0080FF;
    color: #fff;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.rv5{
	position: relative;
	margin: 0 0 1.5em;
	padding: 0.8em;
	background: #00BCA8;
	color: #fff;
	font-size: 1.143em;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #00BCA8;
}

.rv5:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #00BCA8;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}


h9 {
    font-size: 18px !important;
    color: #ffffff !important;
    margin: 5px 0px !important;
    padding: 5px 15px !important;
    background-color:  #B92A2C !important;
}

#balloon-2-bottom {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 40px;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	background: #19283C;
	z-index: 0;
}


h10 {
    border-bottom: 5px #3cf solid;
    padding-bottom: 5px;
    font-size:20px;
}
h10 span {
  margin-left:20px;
  font-size:15px;
  color: #ccc;
  position: relative;

}
/******************** table ******************/
table.company {
    width: 90%;

    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #800000;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #800000;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #800000 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
	background: #ffffff;
	width: 360px;
	padding-left: 20px;
	line-height: normal;
}


nav2 {
	float:right;
	padding:0px 0 0 0;
}


img {
  max-width: 100%;
  height: auto;
}

/******************** nav2 ******************/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
 
#navi {
  position: fixed; /*600px 以下では画面下に固定*/
  bottom: -3px;
  left: 0;
  z-index: 10;
  width: 100%;
  
}
#navi ul {
  display: none;
  height: auto;
  margin: 0;
  padding: 0;
}
#navi li {
  float: left;
  width: 50%;
  border-bottom: none;
  text-align: center;
}
#navi li a {
  padding: 12px 0;
  border-top: 1px solid #fff;
  background: #888;
  color: #fff;
  display: block;
  margin: auto;
  opacity: .9;
}
#navi li a:hover {
  background: #666;
  color: #F4A1A2;
}
#navi li:nth-of-type(odd) a {
  border-right: 1px solid #fff;
}
#navi a#pull {
  display: block;
  background-color: #666;
  border-top: 1px solid #fff;
  border-bottom: 3px solid #fff;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 1.3em;
  color: #fff;
  text-decoration: none;
  padding: 0.2em 0;
  margin-bottom: 0;
  line-height: 40px;
  opacity: .9;
}
#navi a#pull:hover {
  color: #F4A1A2;
}
#navi a#pull i {
  float: right;
  line-height: 40px;
  padding-right: 20px;
  font-size: 150%;
}
 
@media screen and (min-width : 600px){
  /*600px 以上ではメニューの位置までスクロールすると固定（jQueryで操作）*/
  #navi {
    position: relative;   
    margin: 1em 0;
    height: 20px;    /*この高さの指定が必要*/
  }
  #navi ul {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #navi li {
    float: left;
    width: 20%;
    text-align: center;
  }
  #navi li.totop {
    display: none;
  }
  #navi li a {
    padding: 0 20px 10px;
    border-top: none;
    border-right: none;
    background: none;
    color: #555555;
    display: inline-block;
    margin: auto;
    text-shadow: -1px 1px rgba(255, 255, 255, 0.8);
  }
  #navi li:nth-of-type(odd) a {
    border-right: none;
  }
  #navi li a:hover {
    background: none;
    color: #F33538;
  }
  #navi li a:active {
    color: #4670e0;
  }
  #navi a#pull {
    display: none;
  }
  /*「To the top」というメニュー項目は600px以下の場合のみ表示*/
  #ttt {
    display: none; 
  }
  /*以下は jQuery で付与または削除されるクラス*/
  .menuTop {
    background: #fff;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    max-width: 840px;
    opacity: .95;
  }
  .solid_btn2 a{
    width:368px;
	width:;
    padding:10px;
    background:#696969;
    color:#ffffff;
    text-align:center;
    display:block;
    text-decoration:none;
    }
    p a:hover{
    text-decoration:none;
    background:#7fffd4;
}

  .solid_btn3 a{
    width:368px;
	width:;
    padding:10px;
    background:#008080;
    color:#ffffff;
    text-align:center;
    display:block;
    text-decoration:none;
    }
    p a:hover{
    text-decoration:none;
    background:#7fffd4;  
}

#under-btn {
	background: #252525;
    display: none;
    position: relative;
    z-index: 9000;
    width: 100%;
}f

/*************
/* 電話番号
*************/
.info{
margin-top:10px;
float:right;
text-align:right;
}


h11:first-letter {
	margin-right: .1em;
	font-size: 1.5em;
}

h12 {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #ccc;
	font-size: 1.7em;
	font-weight: bold;
}

h13 {
	padding: .25em 0 .25em .75em;
	margin-bottom: 5;
	font-size: 1.3em;
}

.km1 {
    border-bottom: 2px solid #ff3333;
    font-size: 120%;
	font-weight: bold;
}

.hyou{
width: 80%;
border-collapse: collapse;
}
.hyou th{
width: 25%;
padding: 6px;
text-align: center;

color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.hyou td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}

.bgyou{line-height:200%}

/*brilliant*/
body{ background: #fefafa; }
.fee1 { float: left; width: 100%;max-width:420px; }

.fee2 { float: right; width: 100%;max-width:420px; }

.fee_note { border:1px solid #CCC; padding:10px; border-radius:10px; clear:both; margin-bottom: 40px; text-align: center; }
}

.voice_area{
  text-align:center;
  letter-spacing:-1em;
}
.voice_area li:nth-child(odd){
  margin-right:5.5%;
  margin-bottom:50px;
}
.voice_area li{
  display:inline-block;
  width:47.25%;
  letter-spacing:normal;
}
.voice_area a:hover{
  opacity:.8;
  transition:all .2s;
}
.voice_area img{
  max-width:100%;
  box-shadow:1px 1px 5px #888;
}
.fee-box{
  letter-spacing:-1em;
  text-align:center;
}
.fee-left,.fee-right{
  letter-spacing:normal;
  display:inline-block;
  width:46.15%;
}
.fee-left{padding-right:7.6%;}
.align-center{text-align:center;}
@media screen and (max-width:768px){
  .fee-left,.fee-right{
    display:block;
    width:100%;
  }
  .fee-left{padding-right:0;}
}
@media screen and (max-width:640px){
  .voice_area li{
    display:block;
    width:100%;
  }
  .voice_area li:nth-child(odd){margin-right:0}
}