@charset "UTF-8";

/* ------------------------------------------- CSS Information 
 Style Info:     ブラウザスタイルのリセット設定
----------------------------------------------------------- */  
html{overflow-y: scroll;} 
body,div,blockquote,pre,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,table,th,td,form,input,textarea,fieldset{margin: 0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}
table{border-collapse: collapse;border-spacing: 0;}
caption, th{text-align: left;}   
img,abbr,acronym,fieldset{border: none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
hr,legend{display: none;}
object,embed{vertical-align: top;} 

/* ------------------------------------------- CSS Information 
 Style Info:     基本設定
----------------------------------------------------------- */
/*A Style*/  
a:link{text-decoration:underline;color:#ffec47;}
a:visited{text-decoration:none;color:#ffec47;}
a:hover{text-decoration:underline;color:#ffec47;}
a:active{text-decoration:none;color:#ffec47;}
.b{font-weight:bold;}
.ul{text-decoration:underline;}
.bg{background-color:#fff45c;}
.red{color:#ff0000;}
.big{font-size:20px;line-height:30px;}
.bigest{font-size:30px;line-height:40px;}
.small{font-size:12px;line-height:20px;}
@media only screen and (max-width:640px){
.big{font-size:16px;line-height:24px;}
.bigest{font-size:20px;line-height:30px;}
}

/* ------------------------------------------- CSS Information 
 Style Info:     セールスレター型ホームページ詳細設定
----------------------------------------------------------- */
body{  
font-family:"メイリオ",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
color:#333333;
font-size:16px;
line-height:0;
text-align:center;
letter-spacing:0em;
overflow:hidden;
}

/*topbar----------*/
#topbar{
margin:0;
padding:10px;
width:100%;
box-sizing:border-box;
background:#0f243e;
border-bottom:1px solid #555555;
}

/*header----------*/
header{
width:100%;
margin:0;
padding:0;
text-align:center;
background:url(../img/header_bg_pc.png) center top repeat-x;
background-size:auto 100%;
-webkit-animation: bgroop 60s linear infinite;
animation: bgroop 60s linear infinite;
}
@-webkit-keyframes bgroop{
from{background-position: 0  0;}
to{background-position: -3840px 0;}
}
@keyframes bgroop{
from{background-position: 0 0;}
to{background-position: -3840px 0;}
}
@media only screen and (max-width:640px){
header{
background:url(../img/header_bg_sp.png) center top repeat-x;
background-size:auto 100%;
}
@-webkit-keyframes bgroop{
from{background-position: 0  0;}
to{background-position: -2560px 0;}
}
@keyframes bgroop{
from{background-position: 0 0;}
to{background-position: -2560px 0;}
}
}

/*wrapper----------*/
.wrapper{
width:100%;
max-width:960px;
margin:0 auto;
}
.wrapper_w640{
width:100%;
max-width:640px;
margin:0 auto;
}

/*title----------*/
.title_w640{
width:100%;
max-width:640px;
margin:0 auto;
display:block;
}

/*image----------*/
.img_w640{
width:100%;
max-width:640px;
margin:0 auto;
display:block;
}

/*box----------*/
.wrapper2{
margin:0 auto;
padding:30px 3.125% 0 3.125%;
box-sizing:border-box;
max-width:800px;
}

/*textbox----------*/
.textbox{
margin:0;
padding:40px 3.125% 10px 3.125%;
text-align:justify;
font-size:16px;
line-height:30px;
box-sizing:border-box;
background:rgba(255,255,255,0.9);
}
.textbox p{
margin:0;
padding:0 0 30px 0;
}
.textbox ul{
margin:0;
padding:0 0 30px 0;
}
.textbox li{
list-style:none;
font-weight:bold;
margin:0;
padding:20px 0;
font-size:20px;
line-height:30px;
border-bottom:1px dashed #c1a34d;
}
.text_center{text-align:center;}
.back_b{color:#f5f5f5;background:rgba(0,0,0,0.7);}
.back_none{color:#f5f5f5;background:none;}
.textbox img{
width:100%;
display:block;
margin:10px auto;
}
@media only screen and (max-width:640px){
.textbox{
padding:20px 3.125% 0 3.125%;
font-size:14px;
line-height:20px;
}
.textbox p{
margin:0;
padding:0 0 20px 0;
}
.textbox br{display:none;}
}

/*contents bg----------*/
#contents01{
width:100%;
padding:0 0 120px 0;
box-sizing:border-box;
text-align:justify;
background:#ffffff url(../img/contents01_bg.png) no-repeat center bottom fixed;
}
@media only screen and (max-width:640px){
#contents01{
padding:0 0 60px 0;
background:#ffffff url(../img/contents01_bg_sp.png) no-repeat left bottom fixed;
}
}
#contents02{
width:100%;
padding:0 0 120px 0;
box-sizing:border-box;
text-align:justify;
background:url(../img/contents02_bg.png) no-repeat right bottom fixed;
background-size:cover;
}
@media only screen and (max-width:640px){
#contents02{
padding:0 0 30px 0;
background:url(../img/contents02_bg_sp.png) no-repeat right bottom;
background-size:cover;
}
}
#contents03{
width:100%;
padding:0 0 120px 0;
box-sizing:border-box;
text-align:justify;
background:#000000 url(../img/contents03_bg.png) no-repeat left center fixed;
background-size:auto 100%;
border-top:1px solid #a18321;
border-bottom:1px solid #a18321;
}
@media only screen and (max-width:640px){
#contents03{
padding:0 0 60px 0;
background:#000000 url(../img/contents03_bg_sp.png) no-repeat left top fixed;
background-size:100% auto;
}
}
#contents04{
width:100%;
padding:0 0 120px 0;
box-sizing:border-box;
text-align:justify;
background:#000000 url(../img/contents04_bg.png) no-repeat left center fixed;
background-size:auto 100%;
}
@media only screen and (max-width:640px){
#contents04{
padding:0 0 60px 0;
background:#000000 url(../img/contents04_bg_sp.png) no-repeat left top fixed;
background-size:100% auto;
}
}
#contents05{
width:100%;
padding:0 0 120px 0;
box-sizing:border-box;
text-align:justify;
background:url(../img/contents05_bg.png) no-repeat left top fixed;
background-size:cover;
}
#contents06{
width:100%;
padding:0 0 120px 0;
box-sizing:border-box;
text-align:justify;
background:url(../img/contents06_bg.png) no-repeat center top fixed;
background-size:cover;
}
#contents07{
width:100%;
padding:0 0 120px 0;
box-sizing:border-box;
text-align:justify;
background:url(../img/contents07_bg.png) no-repeat center top fixed;
background-size:cover;
}
#contents08{
width:100%;
padding:0 0 120px 0;
box-sizing:border-box;
text-align:justify;
background:url(../img/contents08_bg.png) no-repeat center top fixed;
background-size:cover;
}

/*movie----------*/
.movie{
margin:0 auto 30px auto;
padding:10px;
line-height:0;
box-sizing:border-box;
background:#000000;
text-align:center;
}
.moviebox{
position:relative;
width:100%;
max-width:900px;
max-height:506px;
margin:0; 
padding-top:56.25%;
}
.moviebox iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
max-width:900px;
max-height:506px;
box-sizing:border-box;
}
.movie p{
margin:0;
padding:10px 0 5px 0;
}

/*image----------*/
.photo{
display:block;
width:35%;
padding:0 0 20px 20px;
float:right;
background:#ffffff;
}
@media only screen and (max-width:767px){
.photo{
display:block;
float:none;
width:100%;
margin:0 auto;
padding:0 0 20px 0;
}
}

/*recommend----------*/

/*point----------*/
.point_box{
margin:0 3.125% 30px 3.125%;
}
.point_text{
width:100%;
margin:0;
padding:30px 3.125% 30px 3.125%;
font-size:16px;
line-height:30px;
color:#333333;
background:rgba(255,255,255,0.8);
box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
box-sizing:border-box;
border:4px double #a18321;
}
.point_text p,.point_text ul{
margin:0;
padding:30px 0 0 0;
}
.point_text ul li{
list-style:inside square;
}
@media only screen and (max-width:640px){
.point_text{
padding:20px 3.125%;
font-size:14px;
line-height:20px;
}
.point_text p{
margin:0;
padding:20px 0 0 0;
}
.point_text br{
display:none;
}
}

/*seminar----------*/
.seminar img{margin:0 auto 30px auto;}

/*present----------*/
#present{
width:100%;
padding:0 0 90px 0;
box-sizing:border-box;
text-align:justify;
background:#f3f3f3 url(../img/present_bg.png) no-repeat right bottom fixed;
background-size:cover;
}
.present_wrapper{margin:0;padding:0 3.125%;}
.present_box{
margin:0 3.125% 30px 3.125%;
}
.present_text{
width:100%;
margin:0;
padding:30px 3.125%;
font-size:16px;
line-height:30px;
color:#333333;
background:#f5f5f5;
box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
box-sizing:border-box;
overflow-y:auto;
}
.present_text p{
margin:0;
padding:0 0 30px 0;
}
.present_all{
width:100%;
border:1px solid #a18321;
box-sizing:border-box;
margin:0 0 30px 0;
}
.present_img{
display:inline;
width:35%;
border:1px solid #a18321;
box-sizing:border-box;
margin:0 0 10px 20px;
float:right;
}
@media only screen and (max-width:640px){
#present{padding:0 0 40px 0;}
.present_text{
padding:20px 3.125%;
font-size:14px;
line-height:20px;
}
.present_text p{
margin:0;
padding:0 0 20px 0;
}
.present_text br{
display:none;
}
.present_all,.present_img{
display:block;
width:100%;
border:1px solid #a18321;
box-sizing:border-box;
margin:0 0 20px 0;
float:none;
}
}

/*profile----------*/
#profile{
width:100%;
padding:0;
box-sizing:border-box;
text-align:justify;
background:#ffffff;
overflow-y:hidden;
}
.profile01_img{float:right;}
.profile02_img{float:left;padding:0 10px 0 0;}
.profile03_img{width:480px;}
.profile_box{
margin:0 auto;
padding:30px 3.125% 60px 3.125%;
box-sizing:border-box;
}
.profile_text{
width:100%;
margin:0;
padding:0;
font-size:16px;
line-height:24px;
color:#333333;
box-sizing:border-box;
}
.profile_text p{
margin:0;
padding:20px 0 0 0;
}
.profile_name{
height:30px;
}
.profile_box2{
margin:30px 0 0 0;
padding:10px 3.125% 40px 3.125%;
box-sizing:border-box;
border:1px solid #a18321;
}
@media only screen and (max-width:640px){

.profile01_img{display:block;float:none;width:160px;margin:0 auto;}
.profile02_img{display:block;float:none;width:160px;margin:0 auto;}
.profile03_img{width:100%;margin:0 auto;}
.profile_box{
margin:0 auto;
padding:20px 3.125% 40px 3.125%;
}
.profile_text{
font-size:14px;
line-height:20px;
}
.profile_name{
display:block;
margin:0 auto;
height:20px;
}
.profile_box2{
margin:20px 0 0 0;
padding:0 3.125% 20px 3.125%;
}
}


/*recommend----------*/
#recommend{
width:100%;
padding:0 0 120px 0;
box-sizing:border-box;
text-align:justify;
background:#f3f3f3 url(../img/recommend_bg.png) no-repeat center top fixed;
background-size:cover;
}
.title_recommend{
display:block;
margin:0 auto;
padding:0;
width:100%;
max-width:640px;
}
.recommend_box{
margin:0 3.125% 30px 3.125%;
padding:30px 3.125% 60px 3.125%;
background:#f5f5f5;
box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
box-sizing:border-box;
}
.recommend_text{
width:100%;
margin:0;
padding:0;
font-size:16px;
line-height:30px;
color:#333333;
box-sizing:border-box;
background:url(../img/message_text.png) repeat left top;
}
.recommend_text p{
margin:0;
padding:30px 0 0 0;
}
.recommend_img{
width:300px;
float:right;
display:inline;
margin:0;
padding:29px 0 30px 20px;
}
@media only screen and (max-width:640px){
#recommend{padding:0 0 80px 0;}
.recommend_box{
margin:0 3.125% 20px 3.125%;
padding:20px 3.125% 40px 3.125%;
}
.recommend_text{
width:100%;
margin:0;
padding:0;
font-size:14px;
line-height:30px;
}
.recommend_text p{
margin:0;
padding:30px 0 0 0;
}
.recommend_img{
width:240px;
float:none;
display:block;
margin:0 auto;
padding:0;
}
.recommend_text br{display:none;}
}


/*faq----------*/
#faq{
width:100%;
padding:0 0 20px 0;
box-sizing:border-box;
text-align:justify;
background:#f5f3e4;
}
.title_faq{
display:block;
margin:0 auto;
padding:0;
width:100%;
max-width:640px;
}
.faq_text{
margin:0 3.125%;
padding:0;
box-sizing:border-box;
}
.faq_text dt{
width:100%;
margin:0;
padding:20px 50px;
font-size:16px;
line-height:20px;
color:#ffffff;
font-weight:bold;
box-sizing:border-box;
position:relative;
background:#000000 url(../img/q.png) no-repeat left top;
background-size:40px auto;
}
.faq_text dd{
font-size:16px;
line-height:24px;
text-align:justify;
margin:0 0 20px 0;
padding:20px 10px 20px 50px;
box-sizing:border-box;
background:url(../img/a.png) no-repeat left top;
background-size:40px auto;
}
@media only screen and (max-width:640px){
.faq_text dt{
display:block;
width:100%;
margin:0 0 20px 0;
padding:20px 40px 20px 50px;
font-size:14px;
line-height:20px;
}
.faq_text dd{
font-size:14px;
line-height:20px;
text-align:justify;
margin:0 0 20px 0;
padding:0;
background:none;
}
.faq_text br{display:none;}
}

/*message----------*/
#message{
width:100%;
padding:0 0 120px 0;
box-sizing:border-box;
text-align:justify;
background:#f3f3f3 url(../img/message_bg.png) no-repeat center top fixed;
background-size:100% auto;
}
.title_message{
display:block;
margin:0 auto;
padding:0;
width:100%;
max-width:640px;
}
.message_box{
margin:0 3.125%;
padding:30px 3.125% 60px 3.125%;
background:#f5f5f5;
box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
box-sizing:border-box;
}
.message_text{
width:100%;
margin:0;
padding:0;
font-size:16px;
line-height:30px;
color:#333333;
box-sizing:border-box;
background:url(../img/message_text.png) repeat left top;
}
.message_text p{
margin:0;
padding:30px 0 0 0;
}
.message_img{
width:300px;
float:right;
display:inline;
margin:0;
padding:29px 0 30px 20px;
}
.text_right{text-align:right;}
@media only screen and (max-width:640px){
#message{padding:0 0 80px 0;}
.message_box{
margin:0 3.125%;
padding:20px 3.125% 40px 3.125%;
}
.message_text{
width:100%;
margin:0;
padding:0;
font-size:14px;
line-height:30px;
}
.message_text p{
margin:0;
padding:30px 0 0 0;
}
.message_img{
width:240px;
float:none;
display:block;
margin:0 auto;
padding:0;
}
.message_text br{display:none;}
}

/*----- outline -----*/
.outline{
width:100%;
margin:0;
padding:30px 0;
background:#000000;
}
.outline_box{
margin:0 3.125% 20px 3.125%;
padding:10px;
box-sizing:border-box;
border:4px double #a18321;
background:#f3f3f3;
}
.outline_box a{color:#666666;}
.outline_box dt{
width:100%;
font-size:16px;
font-weight:bold;
line-height:20px;
text-align:left;
padding:10px;
background:#a18321;
color:#f3f3f3;
box-sizing:border-box;
}
.outline_box dd{
width:100%;
font-size:16px;
line-height:24px;
text-align:left;
padding:10px;
background:#ffffff;
box-sizing:border-box;
}
.cta_attention{
width:100%;
max-width:720px;
margin:0 auto;
padding:20px 0;
text-align:justify;
color:#f5f5f5;
font-size:14px;
line-height:20px;
box-sizing:border-box;
}
@media only screen and (max-width:640px){
.outline{padding:20px 0;}
}

/*cta----------*/
.cta{
width:100%;
margin:0;
padding:0;
text-align:center;
background:url(../img/cta_bg_pc.png) center top repeat-x;
background-size:auto 100%;
-webkit-animation: bgroop 60s linear infinite;
animation: bgroop 60s linear infinite;
}
.wrapper_cta{
width:100%;
max-width:960px;
margin:0 auto;
padding:0 3.125%;
box-sizing:border-box;
}
.btn{
display:block;
margin:0 auto 20px auto;
width:100%;
max-width:720px;
} 
.time{
display:block;
width:100%;
max-width:720px;
margin:0 auto;
font-size:20px;
line-height:30px;
padding:20px;
text-align:center;
color:#a18321;
font-weight:bold;
border:2px solid #a18321;
box-sizing:border-box;
}

@media only screen and (max-width:640px){
.cta{
background:url(../img/cta_bg_sp.png) center top repeat-x;
background-size:auto 100%;
}
.btn{
display:block;
margin:0 auto 20px auto;
width:100%;
} 
.time{
font-size:13px;
padding:5px;
border:1px solid #ffffff;
}
}

/*footer----------*/
footer{
margin:0;
padding:30px 0;
width:100%;
font-size:12px;
color:#f5f5f5;
background:#0f243e;
border-top:1px solid #555555;
}
nav{
margin:0 auto;
padding:0 0 30px 0;
}
nav ul{
text-align:center;
font-size:12px;
line-height:20px;
padding:0 0 0 20px;
}
nav li{
display:-moz-inline-box;
display:inline-block;
/display:inline;
/zoom:1;
list-style-type:none;
padding: 0 20px 0 8px;
background: url(../img/footer.png) no-repeat left center;
}
nav a:link{color:#ffffff;text-decoration:none;}
nav a:visited{color:#eeeeee;text-decoration:none;}
nav a:hover{color:#eeeeee;text-decoration:underline;}
nav a:active{color:#eeeeee;text-decoration:none;}
.attention{
margin:0 auto;
padding:0 10px 20px 10px;
max-width:940px;
text-align:center;
font-size:12px;
line-height:20px;
}
.attention p{margin:0;padding:10px 0;}
address{
font-size:12px;
line-height:20px;
padding: 5px 15px;
}
@media only screen and (max-width:767px){
nav{
margin:0 auto 20px auto;
padding:0 0 30px 0;
}
nav ul{
text-align:center;
font-size:12px;
line-height:30px;
padding:0 0 0 20px;
}
nav li{
display:block;
/display:block;
/zoom:1;
list-style-type:none;
padding: 0;
background:none;
}
.attention{
margin:0 auto;
padding:0 10px 20px 10px;
max-width:940px;
text-align:justify;
font-size:12px;
line-height:20px;
}
.attention br,.sp_no{display:none;}
}

.pc{width:100%;max-width:960px;display:block;margin:0 auto;}
.sp{width:100%;max-width:640px;display:none;margin:0 auto;}
@media only screen and (max-width:640px){
.pc{display:none;}
.sp{display:block;}
}