/**
BASIC
*/

body{
	font-family: 'Lato', sans-serif,"lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif !important;
	font-size: 90%;
	line-height: 1;
	background: #FFF;
	word-break: break-all;
	word-wrap: break-word;
	*word-break: break-all;
	color: #444;
	/*background: url(../images/bg/white_wall.png);*/
}

a img,
:link img,
:visited img{
	border: none;
}

a {text-decoration: underline; outline: 0;}
a:link {color: #000;outline: 0;}
a:visited {color: #000; outline: 0;}
a:active {color: #000; outline: 0;}
a:hover {
	color: #666;
	text-decoration: none;
	outline: 0;
}

#wrapper{
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	clear: both;
}

.inner{
	width: 980px;
	margin: 0 auto;
	position: relative;
}



h1{
	margin: 20px 0 30px 0;
}

.block{
	padding: 20px 0;
}

.block.main{
	background-image: url(../images/main_color.jpg); 
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  /*background-attachment: fixed;*/
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #000;
  min-height: 400px;
  
  text-align: center;
  color: #FFF;
  
  position: relative;
}

@media screen and (min-width: 768px) {
  .block.main {    
    background-attachment: fixed;
  }
}

div.cover{
	background: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.block.main .inner{
	z-index: 200;
	width: 100%;
	padding: 0 30px;
}

.block{
	padding: 0 0 50px 0;
	clear: both;
}



.block.sec_2{
	/*border-top: solid 1px rgba(0,0,0,0.05);
	background-color: rgba(0,0,0,0.03);*/
}

.block.sec_3{
	/*border-top: solid 1px rgba(0,0,0,0.05);
	background-color: #FFF;*/
}

.block.sec_4{
	/*border-top: solid 1px rgba(0,0,0,0.05);
	background-color: rgba(0,0,0,0.03);*/
}

.block.sec_5{
	/*border-top: solid 1px rgba(0,0,0,0.05);
	background-color: rgba(0,0,0,0.03);*/
	
}

.block.sec_8{
	/*border-top: solid 1px rgba(0,0,0,0.05);*/
}




.block.main{
	height: 900px;
	position: relative;
}

.block.main p.main_title{
	font-size: 50px;
	margin: 0px 0 0px 0;
	position: absolute;
	top: 330px;
	right: 100px;
	text-align: center;
	line-height: 1.6;
}
.block.main p.main_title span{
	letter-spacing: -0.01;
	margin: 0 0 0 0px;
	font-family: 'Cardo', serif;
}

.block.main p.arrow{
	z-index: 999;
	position: absolute;
	top: 450px;
	left: 0;
	width: 100%;
	text-align: center;
	animation: bounce 1s infinite;
}

.block.sec_2 div.text{padding-top: 25px;}
.block.sec_3 div.text{padding-top: 12px;}
.block.sec_4 div.text{padding-top: 0px;}
.block.sec_5 div.text{padding-top: 65px;}
.block.sec_6 div.text{padding-top: 65px;}

.block.sec_4 div.image{
	padding-top: -5px;
}

.block.sec_0{
	padding: 80px 0 0 0;
}

.block.sec_0 p.catch{
	font-size: 30px;
    font-family: 'Cardo', serif;
	margin: 1.5em 0 1.3em 0;
}

.block.sec_1 p.imaging img{
	width: 100%;
}


.block div.text p.caution{
	text-align: left !important;
	margin-left: 1em;
}
.block div.text ul.caution.indent{
	margin-left: 80px;
}
.block div.text ul.caution li{
	padding-left:12px;
text-indent:-12px;
}

/*background: rgba(255,255,255,0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/

.block p{
	line-height: 1.6;
}

.block.sec_5 p.catch{
	font-size: 40px;
    font-family: 'Cardo', serif;
}

.block.sec_5 ul.item li p.title{
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 120%;
}
.block.sec_5 ul.item li p.price{
	color: #F30;
	font-size: 120%;
	margin-bottom: .5em;
}

.block.sec_8 h3{
	font-size: 40px;
	text-align: center;
	margin: 0 0 1em 0;
	font-family: 'Cardo', serif;
}

.block.sec_8 ul li{
	list-style: none;
	float: left;
	text-align: center;
}
.block.sec_8 ul li img{
	width: 100%;
}
.block.sec_8 ul.item.box li div.icon{
	height: auto !important;
}
.block.sec_8 ul.item.box li div.icon i{
	color: rgba(255,255,255,0.8);
}
.block.sec_8 ul.item.box div.icon.circle img{
	/*border-radius: 50%;*/
}

.block.sec_8 ul.item.box div.icon.circle span{
	width: inherit;
	height: auto;
	background: rgba(255,255,255,0.8);
}
.block.sec_8 ul.item.box li div.icon img{
	height: auto;
}

.block.sec_8 ul li p.step{
	font-family: 'Cardo', serif;
	font-size:20px;
}

.block.sec_8 ul li p.txt{
	text-align: center;
	font-size: 85%;
	margin-top: 40px;
}

.block.sec_8 ul li h4{
	font-size: 30px;
	margin: 1em 0;
}

.block.sec_8{
	/*background-color: rgba(0,0,0,0.07);
	color: #DDD;*/
	padding: 50px 0;
}

.block.sec_8 .content p{
	margin-bottom: 1em;
}
.block.sec_8 .content p.caution{
	color: #CCC;
}

.button{
	text-align: center;
	padding: 20px 0;
}


.block div.image{
	margin: 0;
}

.block div.image.left{
	width: 550px;
	float: left;
	vertical-align: middle;
}

.block div.image.right{
	width: 550px;
	float: right;
	vertical-align: middle;
}

.block div.image img{
	width: 100%;
	border-radius: 5px;
	/*width: 400px;*/
}

.block div.image img.circle{
	border-radius: 50%;
}

.block .text{
	text-align: center;
	width: 430px;
}

.block .text h3{
	font-size: 30px;
	line-height: 1.5;
	margin: 0 0 .5em 0;
	font-family: 'Cardo', serif;
}

.block .text p{
	font-size: 15px;
	text-align: center !important;
}
.block .text p.caution{
	font-size: 12px;
	line-height: 1.5;
}

.block .text.right{
	float: right;
	display: inline-block;
}

.block .text.left{
	float: left;
	display: inline-block;
}




/**
COMMON1
*/

p.arrow_bottom{
	background: url(../images/arrow_bottom_og.png) no-repeat center top;
	margin: 0;
	height: 27px;
	z-index: 1000;
	position: relative;
}

p.arrow_bottom.bk{
	background: url(../images/arrow_bottom_bk.png) no-repeat center top;
}



/**
COMMON2
*/

img.shadow{
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
}

img.shadow_bottom{
	box-shadow:  0 6px 6px -6px rgba(0,0,0,0.1);
	-moz-box-shadow:  0 12px 12px -12px rgba(0,0,0,0.5);
	-webkit-box-shadow:  0 2px 2px 0px #EEE;
}

.text_shadow{
	text-shadow: 1px -1px 0 rgba(0,0,0,1);
}

.box.error{
	border: solid 1px #F00;
	color: #F00;
	padding: 10px;
	margin: 1em 0;
	text-align: center;
}

.fl_left{
 float: left;
 margin: 0 10px 5px 0;
 }
 
.fl_right{
 float: right;
 margin: 0 0 5px 10px
 }
 
 .clear{
	 clear: both;
 }
 
 img{
	vertical-align:middle;
}


/**
COMMON_TEXT
*/

p{
  line-height:1.5;
  margin:1em 0;
  }
  
p.center{
	  text-align:center;
}

p.catch{
	font-weight: bold;
	font-size: 130%;
	margin: 1em 0;
}

p.catch:first-child{
	margin-top: 0;
}

p.more{
	text-align: right;
}

p.to_top{
	text-align: right;
}
 
.txt_small{
	font-size: 85%;
}

.txt_big{
	font-size: 120%;
}

.caution,
.caption{
	font-size: 85%;
	color: #666;
	line-height: 1.3;
	font-weight: normal;
}

ul.caution li{
	margin: 0.2em 0 0.2em 20px;
	line-height: 1.3;
}

hr{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #DDD;
	height: 1px;
	margin: 1em 0;
	clear: both;
}

span.mark.new,
span.mark.update{
	margin-left: 1em;
	font-weight: normal;
	font-size: 60%;
	color: #F00;
}

span.red{
	color: #F00;
}


/**
TABLE
*/

table{
	width: 100%;
}


/**
FORM
*/

.error{
	color:#F00;
	margin:1em 0;
}

.error_title{
	font-size: 20px;
	padding:0;
	margin:1em 0 1em 0;
	background:none;
	color:#F00;
}

.error ul{
	margin:1em 2em;
}

.error ul li{
	margin:.5em 0;
}


.box.button{
	margin: 1em 0;
	clear: both;
	text-align: center;
}

span.required{
	color: #e6311e;
	margin: 0 0.5em;
	font-weight: normal;
}

input[type="submit"].btn,
button,
a.btn{
	background-color: rgba(0,138,189,1.0);
	color: #FFF;
	padding: 15px 50px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	font-size: 100%;
	border: none;
	text-decoration: none;
	font-size: 110%;
}

input[type="submit"].btn.size_l,
a.btn.size_l{
	padding: 20px 80px;
	font-size: 130%;
}

input[type="submit"].btn.cancel,
a.btn.cancel{
	background-color: #CCC;
	color: #333;
}


input[type="submit"].btn.cancel,
a.btn.cancel{
	background-color: #CCC;
	color: #333;
}

input[type="submit"].btn:hover,
a.btn:hover{
	background-color: rgba(0,138,189,0.9);
	color: #FFF;
}

.box.button form{
	display:inline;
}

input[type="text"], 
input[type="password"],
input[type="submit"],
input[type="button"],
input[type="file"],
input[type="reset"],
textarea{
	border: 1px solid #DDD;
	padding: 5px;
	font-size: 16px;
}

input[type="text"],
textarea{
	width: 50%;
}

input[type="text"].size_s{
	width: 20%;
}

input[type="text"].size_m{
	width: 30%;
}

input[type="text"].size_l{
	width: 50%;
}


div.form{
	width:100%;
	margin:2em auto;
	padding:10px;
	background-color:#F9F9F9;
	box-sizing: border-box;
}

div.form dl dt,
div.form dl dd{
	display:inline-block;
	vertical-align: top;
	padding: 10px 0;
	box-sizing: border-box;
	border-top: solid 1px #EEE;
}

div.form dl dd .error{
	margin:.5em 0 0 0;
}

div.form dl{
	border-bottom: solid 1px #EEE;
}

div.form dl:last-child{
	border:none;
}

div.form dl dt.first,
div.form dl dd.first{
	border:none;
}

div.form dl dt{
	width:20%;
}

div.form dl dd{
	width:78%;
}



/**
FOOTER
*/

#footer{
	clear: both;
	text-align: center;
	padding: 20px;
}

#footer p.copy{
	font-size: 85%;
	line-height: 1.4;
}


/**
CLEARFIX
*/

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}




@media screen and (min-width: 480px) and (max-width: 767px)  {

}




@media screen and (max-width: 799px) {

/**
BASIC
*/

body{
	font-size:0px;
	-webkit-text-size-adjust: none;
	font-size: 13px;
}

a {
	color: #000;
}

img{
	max-width: 100% !important;
	box-sizing: border-box;
}

.bx-wrapper img{
	max-width: 100%;
	height: inherit;
	margin: 0;
}

#wrapper{
	padding: 5px;
	box-sizing: border-box;
}


/**
LAYOUT
*/

.inner{
	padding: 0 !important;
}

#wrapper,
#main_contents,
#sidebar,
.inner{
	float: none;
	width: 100%;
}

#sidebar{
	text-align: center;
}

/**
CONTENTS
*/


.block{
	padding: 0px;
}

.block.main{
	/*background-image: url(../images/main_image_sp.jpg) ;
	background-size: 150%;*/
	background-position: top left;
	background-attachment: inherit;
	min-height: inherit;
	height: 480px;
}
.block.main:before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
}

.block.main p.arrow{
	margin-top: 0px;
}

.block.main div.cover{
	background-color: rgba(0,0,0,0.5);
}

.block.main p.logo img{
	height: 30px;
}

.block.main p.lead{
	font-size: 12px;
	letter-spacing: .1em;
	text-align: center;
}


.block.main p.main_title{
	font-size: 24px;
	position: inherit;
	text-align: center;
	width: 100%;
	top: 220px;
	left: 0;
	margin: 0;
}
.block.main p.main_title span .en{
	font-size: 30px;
}

.block.main p.main_title img{
	height: 40px !important;
}

.block.main p.main_title span.logo{
	margin-bottom: 50px;
}

.block.main p.arrow{
	position: inherit;
	top: 0;
	left: 0;
}

.block.main p.main_title span{
	margin: 0;
}

.block.main .title{
	margin: 50px 0;
}

.block div.text ul.caution,
.block div.text ul.caution.indent{
	margin-left: 1em;
	margin-right: 1em;
}


.block h2{
	font-size: 20px;
	text-align: center;
	margin: 1em 0 !important;
}

.block.sec_1{
  padding: 0 0 10px 0 !important;
}


.block.sec_1 p.imaging{
	margin-top: -10px;
	padding: 0 20px;
}


.block.sec_0 p.catch,
.block.sec_5 p.catch{
	font-size: 18px;
	margin: 1em 0;
}


.block div.image{
	clear: both;
	float: none;
	width: 100% !important;
	text-align: center;
}

.block .text{
	clear: both;
	float: none;
	width: 100%;
	text-align: center; 
	padding-bottom: 20px;
}

.block .text h3{
	font-size: 20px;
	margin: 1.5em 0;
}

.block.sec_8{
	padding: 30px 0;
}

.block.sec_8 h3{
	font-size: 18px;
}

.block.sec_8 ul li{
	float: none;
	width: 100%;
	margin: 0 0 50px 0;
	padding-bottom: 50px;
}

.block.sec_8 ul li div.image{
	display: inherit;
	 width: 100%;
}

.block.sec_8 ul li div.image{
	height: auto;
	background-color: inherit;
}

.block.sec_8 ul li h4{
	font-size: 20px;
}
.block.sec_5 ul.item{
	padding: 0 10px;
}

.block.sec_5 ul.item li{
	margin-bottom: 3em;
}

.column.left{
	float: none;
	margin-right: 0px;
	margin-bottom: 20px;
}

.column.right{
	float: none;
}

.column.main{
	width: 100%;
}

.column.sub{
	width: 100%;
}

.column.half{
	width: 100%;
}

.column.half{
	width: 100%;
}

/**
FROM
*/

input[type="text"],
textarea,
input[type="text"].size_s,
input[type="text"].size_m,
input[type="text"].size_l{
	width: 95%;
}

input[type="submit"].btn.size_l, 
a.btn.size_l{
	padding: 10px 30px;
}

input[type="submit"].btn,
a.btn{
	width: 80%;
	padding: 15px;
}

div.form dl dt{
	padding-bottom: 0;
}

div.form dl dd{
	border-top: none;
}


div.form .caution{
	display: block;
	margin-top: 5px;
}

div.form dl dt{
	width: 100%;
	margin: 0;
}

div.form dl dd{
	width: 100%;
	margin: 0;
}

/**
FOOTER
*/

#footer p.copy{
	text-align: center;
}

.block.sec_2 div.text{padding-top: 0px;}
.block.sec_3 div.text{padding-top: 0px;}
.block.sec_4 div.text{padding-top: 0px;}
.block.sec_5 div.text{padding-top: 0px;}
.block.sec_6 div.text{padding-top: 0px;}

.block.sec_4 div.image{
	padding-top: 0;
}


}
