@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500;600;700;900&display=swap');

/* ------------------------------------------- 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;}
li{list-style:none;}

/* ------------------------------------------- CSS Information 
 Style Info:     基本設定
----------------------------------------------------------- */
/*A Style*/  
a{text-decoration:underline;color:#333333;}
a:hover{text-decoration:underline;color:#666666;}
/*font*/
.b{font-weight:900;}
.ul{text-decoration:underline;}
.bg{background:linear-gradient(transparent 70%, #fff799 0%)}
.big{font-size:22px;line-height:36px;}@media only screen and (max-width:768px){.big{font-size:16px;line-height:24px;}}
.small{font-size:14px;line-height:20px;}
.red{color:#d0102c;}
.yellow{color:#f9e39c;}
.text_center{text-align:center !important;}
.text_right{text-align:right;}
.pc{display:block;}
.sp{display:none;}
@media only screen and (max-width:750px){
.pc{display:none;}
.sp{display:block;}
}

/* ----------------------- CSS Information 
 Style Info: HTML/BODY
--------------------------------------- */
html,body{  
font-family:'Noto Sans JP',"メイリオ","ヒラギノ角ゴ Pro W3",Sans-Serif;
color:#333333;
font-size:18px;
line-height:0;
text-align:center;
letter-spacing:0em;
background:#ffffff;
width:100%;
height:100%;
word-break:break-all;
word-wrap:break-word;
}

/* ----------------------- CSS Information 
 Style Info: TOPBAR
--------------------------------------- */
#topbar{
width:100%;
margin:0;
padding:20px;
font-size:24px;
line-height:40px;
font-weight:900;
color:#e0e0e0;
background:#000000;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
#topbar{padding:4vw 4%;font-size:16px;line-height:24px;}
}

/* ----------------------- CSS Information 
 Style Info: HEADER
--------------------------------------- */
header{
position:relative;
width:100%;
margin:0;
padding:0;
text-align:center;
background:#d2b981 url(../img/header_bg.png) no-repeat top center;
background-size:auto 100%;
box-sizing:border-box;
z-index:10;
}
.header_copy{
width:100%;
max-width:750px;
margin:0 auto;
padding:0;
}

/* ----------------------- CSS Information 
 Style Info: TITLE_LOGO
--------------------------------------- */
.title_logo_top{
position:relative;
display:block;
width:100%;
height:75px;
margin:-75px 0 0 0;
padding:0;
text-align:center;
background:url(../img/title_bg_top.png) no-repeat top center;
background-size:100% 100%;
border:0;
box-sizing:border-box;
z-index:10;
}
.title_logo_bottom{
position:relative;
display:block;
width:100%;
height:75px;
margin:0 0 -75px 0;
padding:0;
text-align:center;
background:url(../img/title_bg_bottom.png) no-repeat top center;
background-size:100% 100%;
border:0;
box-sizing:border-box;
z-index:100;
}
.title_logo{
position:relative;
width:100%;
margin:0;
padding:0;
text-align:center;
background:#ad0000 url(../img/title_bg01.png) no-repeat top center;
background-size:100% 300px;
box-sizing:border-box;
z-index:10;
}
.title_logo img{
display:block;
width:100%;
max-width:750px;
margin:0 auto;
padding:0;
}
@media only screen and (max-width:750px){
.title_logo_top{height:25px;margin:-25px 0 0 0;}
.title_logo_bottom{height:25px;margin:0 0 -25px 0;}
.title_logo{background-size:100% 100%;}
.title_logo img{}
}

/* ----------------------- CSS Information 
 Style Info: CTA
--------------------------------------- */
.cta{
position:relative;
width:100%;
margin:0;
padding:0 0 80px 0;
text-align:center;
background:#ad0000 url(../img/title_bg02.png) no-repeat bottom center;
background-size:100% 300px;
box-sizing:border-box;
}
.cta_wrapper{
position:relative;
width:100%;
max-width:750px;
margin:0 auto;
padding:0;
text-align:center;
box-sizing:border-box;
}
.cta_box{
width:100%;
margin:0;
padding:0 4%;
box-sizing:border-box;
}
/*HOW----------*/
.how{margin:0 auto 20px auto;}
p.hr{
position:relative;
display:flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content:center;
align-items:center;
margin:0;
padding:0;
font-size:20px;
line-height:30px;
font-weight:600;
color:#f9e39c;
}
p.hr:before,p.hr:after{
content:"";
display:block;
flex:1;
height:9px;
padding:0;
}
p.hr:before{
margin:0 2% 0 0;
background:url(../img/hr.png) repeat-x center right;
}
p.hr:after{
margin:0 0 0 2%;
background:url(../img/hr.png) repeat-x center left;
}
/*SCHEDULE----------*/
.schedule{}
.schedule p{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content:center;
align-items:center;
width:100%;
margin:0 0 20px 0;
padding:0;
font-weight:600;
color:#f9e39c;
text-align:center;
}
.schedule p span.day{
position:relative;
display:block;
width:120px;
font-size:20px;
line-height:30px;
text-align:center;
background:#000000;
box-sizing:border-box;
}
.schedule p span.day:before{
content:"";
position:absolute;
top:0;
left:-15px;
display:block;
border-top:15px solid transparent;
border-bottom:15px solid transparent;
border-right:15px solid #000000;
}
.schedule p span.day:after{
content:"";
position:absolute;
top:0;
right:-15px;
display:block;
border-top:15px solid transparent;
border-bottom:15px solid transparent;
border-left:15px solid #000000;
}
.schedule p span.date{
display:block;
padding:0 0 0 25px;
font-size:24px;
line-height:28px;
text-align:left;
box-sizing:border-box;
}
/*PRICE----------*/
.price{margin:40px 0 40px 0;}
.p_price{
margin:10px 0 0 0;
padding:0;
font-size:36px;
line-height:40px;
font-weight:600;
color:#f9e39c;
}
.p_price .tax{
display:inline-block;
font-size:14px;
}
/*PAYMENT----------*/
.payment{
margin:40px auto 40px auto;
font-size:18px;
line-height:30px;
text-align:center;
color:#f9e39c;
}
.payment_img{
display:block;
width:100%;
max-width:200px;
margin:10px auto;
padding:0;
}
.payment p{margin:0;padding:0;}
/*BTN----------*/
.btn{
width:100%;
max-width:600px;
margin:0 auto;
padding:0;
}
.btn a{
display:block;
width:100%;
margin:0 auto;
padding:20px 0;
font-size:24px;
line-height:40px;
font-weight:700;
text-decoration:none;
color:#ffffff;
background:#0cb04a;
box-shadow:2px 2px 4px 0px rgba(0,0,0,0.5);
border:2px solid #0cb04a;
border-radius:10px;
overflow:hidden;
box-sizing:border-box;
}
.btn a:hover{
color:#0cb04a;
background:#ffffff;
box-shadow:0 0 2px 0px rgba(0,0,0,0.5);
}
@media only screen and (max-width:750px){
.cta{padding:0 0 40px 0;}
.cta_wrapper{}
.cta_box{}
/*HOW----------*/
.how{margin:0 auto 20px auto;}
p.hr{font-size:16px;line-height:20px;}
p.hr:before,p.hr:after{}
p.hr:before{}
p.hr:after{}

/*SCHEDULE----------*/
.schedule{}
.schedule p{margin:0 0 10px 0;}
.schedule p span.day{
width:80px;
font-size:14px;
line-height:20px;
}
.schedule p span.day:before{
left:-10px;
border-top:10px solid transparent;
border-bottom:10px solid transparent;
border-right:10px solid #000000;
}
.schedule p span.day:after{
right:-10px;
border-top:10px solid transparent;
border-bottom:10px solid transparent;
border-left:10px solid #000000;
}
.schedule p span.date{
padding:0 0 0 20px;
font-size:16px;
line-height:20px;
}
/*INTRO----------*/
.intro{margin:30px auto 0 auto;font-size:16px;line-height:30px;}
.intro p{}
.intro p .small{font-size:11px;line-height:20px;}
.intro p.p01{}
.intro p.p01:before,.intro p.p01:after{width:2px;height:30px;}
.intro p.p01:before{transform:rotate(-30deg);margin:5px 5px 0 0;}
.intro p.p01:after{transform:rotate(30deg);margin:5px 0 0 5px;}
/*PRICE----------*/
.price{}
.p_price{margin:10px 0 0 0;font-size:20px;line-height:30px;}
.p_price .tax{}
/*PAYMENT----------*/
.payment{
font-size:14px;
line-height:24px;
text-align:justify;
}
.payment_img{}
/*BTN----------*/
.btn{max-width:690px;}
.btn a{padding:10px 0;font-size:18px;line-height:40px;}
.btn a:hover{}
}

/* ----------------------- CSS Information 
 Style Info: 共通設定
--------------------------------------- */
.section{
position:relative;
width:100%;
margin:0;
padding:120px 0 120px 0;
}
.section_wrapper{
width:100%;
max-width:1000px;
margin:0 auto;
box-sizing:border-box;
}
.section_box{
width:100%;
margin:0 auto;
padding:0 4%;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
.section{padding:40px 0 40px 0;}
.section_wrapper{}
.section_box{}
}

/* ----------------------- CSS Information 
 Style Info: TEXT
--------------------------------------- */
.text{
position:relative;
width:100%;
margin:0 auto;
padding:0;
font-size:18px;
line-height:40px;
text-align:left;
box-sizing:border-box;
z-index:100;
}
.text p{margin:0 0 30px 0;padding:0;}
.text p:last-child{margin:0;}
@media only screen and (max-width:750px){
.text{
font-size:14px;
line-height:24px;
text-align:justify;
}
.text p{margin:0 0 20px 0;}
.text p:last-child{margin:0;}
/* -- br -- */
.text br{display:none;}
.text br.sp{display:block;}
.text br.all{display:block;}
}

/* ----------------------- CSS Information 
 Style Info: MESSAGE
--------------------------------------- */
#message{background:#f9e39c url(../img/bg01.png) repeat top center;}
.title_message{
position:relative;
margin:60px auto 60px auto;
padding:0 0 60px 0;
font-size:30px;
line-height:50px;
font-weight:600;
text-align:center;
letter-spacing:-1px;
border-bottom:4px solid #ad0000;
}
.title_message:before{
position:absolute;
top:100%;
left:50%;
content: "";
height:0;
width:0;
border:20px solid;
border-color:transparent;
border-top-color:#ad0000;
margin-left:-20px;
}
.title_message p{
margin:0;
padding:0;
}
.p_tm01{
position:relative;
display:flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content:center;
align-items:center;
text-align:center;
margin:0;
padding:0;
}
.p_tm01:before,.p_tm01:after{
content:"";
display:block;
background:#ad0000;
width:4px;
height:50px;
}
.p_tm01:before{transform:rotate(-30deg);margin:6px 20px 0 0;}
.p_tm01:after{transform:rotate(30deg);margin:6px 0 0 20px;}
.img01{display:block;margin:20px auto;}
.dl_m{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content:center;
align-items:center;
width:100%;
margin:40px 0;
padding:30px;
font-weight:600;
color:#f9e39c;
background:#ad0000;
text-align:center;
box-sizing:border-box;
}
.dl_m dt{
position:relative;
display:block;
width:120px;
font-size:20px;
line-height:30px;
text-align:center;
background:#000000;
box-sizing:border-box;
}
.dl_m dt:before{
content:"";
position:absolute;
top:0;
left:-15px;
display:block;
border-top:15px solid transparent;
border-bottom:15px solid transparent;
border-right:15px solid #000000;
}
.dl_m dt:after{
content:"";
position:absolute;
top:0;
right:-15px;
display:block;
border-top:15px solid transparent;
border-bottom:15px solid transparent;
border-left:15px solid #000000;
}
.dl_m dd{
display:block;
padding:0 0 0 25px;
font-size:24px;
line-height:28px;
text-align:left;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
#message{padding:20vw 0 40px 0;}
.title_message{margin:30px auto 30px auto;padding:0 0 30px 0;font-size:16px;line-height:30px;border-bottom:2px solid #ad0000;}
.title_message:before{border:10px solid;border-color:transparent;border-top-color:#ad0000;margin-left:-10px;}
.title_message p{}
.title_message p .small{font-size:11px;line-height:20px;}
.p_tm01{}
.p_tm01:before,.p_tm01:after{width:2px;height:30px;}
.p_tm01:before{transform:rotate(-30deg);margin:5px 5px 0 0;}
.p_tm01:after{transform:rotate(30deg);margin:5px 0 0 5px;}
.img01{display:block;width:120px;margin:20px auto;}
.dl_m{margin:30px 0;padding:10px;}
.dl_m dt{width:80px;font-size:14px;}
.dl_m dt:before{}
.dl_m dt:after{}
.dl_m dd{font-size:16px;}
}

/* ----------------------- CSS Information 
 Style Info: VIDEO
--------------------------------------- */
#video{padding:10px;background:#333333;}
.video_warapper{
position:relative;
width:100%;
max-width:1000px;
max-height:563px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
.video_box{
position:relative;
width:100%;
max-width:1000px;
max-height:563px;
margin:0 auto; 
padding:56.25% 0 0 0;
background:#666666;
}
.video_box iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
max-width:1000px;
max-height:563px;
margin:0;
padding:0;
box-sizing:border-box;
}

/* ----------------------- CSS Information 
 Style Info: CONTENT
--------------------------------------- */
#content{background:#f9e39c url(../img/bg01.png) repeat top center;}
.content_box{width:100%;margin:0 auto 80px auto;}
.content_info{margin:0 0 40px 0;}
.content_info span.day{
position:relative;
display:block;
width:120px;
margin:0 auto;
font-size:20px;
line-height:30px;
font-weight:600;
text-align:center;
color:#f9e39c;
background:#000000;
box-sizing:border-box;
}
.content_info span.day:before{
content:"";
position:absolute;
top:0;
left:-15px;
display:block;
border-top:15px solid transparent;
border-bottom:15px solid transparent;
border-right:15px solid #000000;
}
.content_info span.day:after{
content:"";
position:absolute;
top:0;
right:-15px;
display:block;
border-top:15px solid transparent;
border-bottom:15px solid transparent;
border-left:15px solid #000000;
}
.content_info span.date{
display:block;
padding:0;
font-size:18px;
line-height:30px;
text-align:center;
font-weight:600;
color:#333333;
box-sizing:border-box;
}
.content_info p{
display:block;
margin:20px 0 0 0;
padding:0;
font-size:28px;
line-height:40px;
color:#ad0000;
text-align:center;
font-weight:900;
box-sizing:border-box;
}
dl.c_text{
margin:0 0 40px 0;
padding:0;
text-align:justify;
box-sizing:border-box;
}
dl.c_text dt{
display:block;
width:100px;
margin:0 auto 10px 0;
padding:5px;
font-size:16px;
line-height:20px;
font-weight:600;
text-align:center;
color:#e0e0e0;
background:#ad0000;
box-sizing:border-box;
}
dl.c_text dd{
font-size:18px;
line-height:40px;
}
dl.c_text dd p{margin:0;padding:0;}
@media only screen and (max-width:768px){
#content{}
.content_box{margin:0 auto 40px auto;}
.content_info{}
.content_info span.day{width:80px;font-size:14px;line-height:20px;}
.content_info span.day:before{
left:-10px;
border-top:10px solid transparent;
border-bottom:10px solid transparent;
border-right:10px solid #000000;
}
.content_info span.day:after{
right:-10px;
border-top:10px solid transparent;
border-bottom:10px solid transparent;
border-left:10px solid #000000;
}
.content_info span.date{font-size:14px;line-height:24px;}
.content_info p{margin:20px 0 0 0;font-size:20px;line-height:30px;}
.content_info img{margin:20px auto;}
dl.c_text{margin:0 0 30px 0;}
dl.c_text dt{width:80px;padding:0 5px;font-size:14px;line-height:20px;}
dl.c_text dd{font-size:14px;line-height:30px;}
dl.c_text dd p{}
}

/* ----------------------- CSS Information 
 Style Info: FOOTER
--------------------------------------- */
footer{
margin:0;
padding:100px 0 40px 0;
width:100%;
color:#e0e0e0;
background:#000000;
}
footer a{color:#e0e0e0;text-decoration:none;}
footer a:hover{color:#e0e0e0;text-decoration:underline;}
#nav_footer{
display:block;
width:100%;
max-width:750px;
margin:0 auto;
}
#nav_footer ul{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content:center;
align-items:flex-start;
width:100%;
text-align:center;
list-style-type:none;
}
#nav_footer ul li{
display:block;
font-size:14px;
line-height:20px;
margin:0;
padding:0 20px;
border-right:1px solid #d0102c;
}
#nav_footer ul li:last-child{border-right:none;}
footer small{
display:block;
margin:20px 0 0 0;
padding:0;
text-align:center;
font-size:14px;
line-height:20px;
}
@media only screen and (max-width:750px){
footer{}
#nav_footer{}
#nav_footer ul{flex-direction:column;}
#nav_footer ul li{width:100%;margin:0 0 20px 0;padding:0;font-size:12px;border-right:none;}
#nav_footer ul li:last-child{border-right:none;}
footer small{margin:0;font-size:12px;}
}

/* ----------------------- CSS Information 
 Style Info: CD_FIXED
--------------------------------------- */
#cd_fixed{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
z-index:100;
background:#000000;
box-shadow:0 0 4px 0px rgba(0,0,0,0.5);
box-sizing:border-box;
}