@charset "utf-8";

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:0;}
article,aside,details,figcaption,figure,main,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul,li{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
img{border:0;vertical-align:top;}
em{font-style:italic;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select,textarea{font-family:inherit;font-style:inherit;font-weight:inherit;font-size:100%;margin:0;padding:0;vertical-align:middle;}
input:focus,textarea:focus,select:focus{outline:none;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html{
  overflow-y: scroll;
  font-size: 62.5%;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body{
  color: #C8152D;

  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.9;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;

  background: #ffffff;
  overflow-x: hidden;
}

/*
::-moz-selection{
  color:;
  background:;
}
::selection{
  color:;
  background:;
}
*/

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a{
  outline: none;
  -webkit-tap-highlight-color: rgba(255,255,255,1);
  color: #C8152D;
  transition: 0.5s;
}
a:link,
a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  outline: none;
  opacity: 0.7;
}
a:active{
  outline: none;
}

/*--------------------------------------------------------------------------
   Other
---------------------------------------------------------------------------*/

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
  content: "";
  display: table;
}
.cf:after{
  clear: both;
}
.cf{
  zoom: 1;
}
.sp{
  display: none!important;
}

.go_top{
  position: absolute;
  right: 30px;
  top: -50px;
}

/* web font
-----------------------------------------------------------------*/
.ft_yeseva{
  font-family: 'Yeseva One', cursive;
}

/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
  background: #C8152D;
  padding-top: 60px;
}
#Header .logo{
}
#Header h1{
  text-align: center;
  position: relative;
}
#Header h1 img{
  display: inline-block;
  background: #C8152D;
  position: relative;
  z-index: 2;
  padding: 0 30px;
}
#Header h1::after{
  content: "";
  width: 100%;
  height: 1px;
  background: #F3D28C;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  z-index: 1;
}
#Header .ribon{
  background: #BE1027;
  border-top: solid 2px #F3D28C;
  border-bottom: solid 2px #F3D28C;
  margin-top: 40px;
  position: relative;
  padding: 20px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}
#Header .ribon h2{
  text-align: center;
  color: #F3D28C;
  font-family: 'Yeseva One', cursive;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4.5rem;
  margin-right: 110px;
}
#Header .ribon h2 span{
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
#Header .ribon .badge{
  position: absolute;
  left: 50%;
  margin-left: 240px;
  top: -10px;
}
#Header .flex{
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  margin: 50px auto 0;
}
#Header .flex .txt_box .img{
  width: 290px;
}
#Header .flex .txt_box{
  width: 410px;
}
#Header .flex .txt_box .txt{
  margin-top: 40px;
}
#Header .flex .txt_box .day{
  margin-top: 40px;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

#Content{
  position: relative;
}

/* Main
-----------------------------------------------------------------*/
#Main{
}
#Main section{
}
#Main .inner{
}
#Main h2.ttl{
}
#Main h3.ttl{
}


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
  background: #C8152D;
  position: relative;
}
#Footer .footer_inner{
}
#Footer .copy{
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 30px;
  color: #ffffff;
}

/* top
-----------------------------------------------------------------*/
.end_txt{
  text-align: center;
  color: #ffffff;
  max-width: 800px;
  width: 100%;
  margin: 50px auto 0;
  background: #EB4025;
  font-size: 2.6rem;
  padding: 30px;
  font-weight: 500;
}
/* #Sec01
-----------------------------------------------------------------*/
.top #Sec01{
  text-align: center;
  padding-top: 200px;
}

.top #Sec01 .top_box{
  position: relative;
  padding-bottom: 350px;
}
.top #Sec01 .top_box .txt{
  max-width: 620px;
  margin: 45px auto 0;
}
.top #Sec01 .top_box .bg{
  position: absolute;
  left: 50%;
  bottom: 56px;
  margin-left: -600px;
}
.top #Sec01 .top_box h3{
  font-size: 2.4rem;
  border-top: solid 2px #C8152D;
  border-bottom: solid 2px #C8152D;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
}

.top #Sec01 .cam_box{
  padding-top: 140px;
}

.top #Sec01 .cam_box .flex{
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 50px auto 0;
  padding: 0 30px;
}
.top #Sec01 .cam_box .flex p{
  width: 48%;
}
.top #Sec01 .cam_box .flex img{
  max-width: 100%;
}

.top #Sec01 .day{
  background: #F3D28C;
  padding: 60px 30px;
  margin-top: 150px;
}

/* #Sec02
-----------------------------------------------------------------*/
.top #Sec02{
  padding-top: 140px;
  padding-bottom: 100px;
}

.top #Sec02 h3{
  text-align: center;
  position: relative;
}
.top #Sec02 h3 img{
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 0 30px;
}
.top #Sec02 h3::after{
  content: "";
  width: 100%;
  height: 2px;
  background: #C8152D;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  z-index: 1;
}
.top #Sec02 .insta_area{
  margin: 70px auto 0;
  padding: 0 30px;
  max-width: 760px;
}

.top #Sec02 .more{
  text-align: center;
  margin-top: 70px;
}

/* #Sec03
-----------------------------------------------------------------*/
.top #Sec03{
  padding-top: 80px;
  padding-bottom: 140px;
  background: #F8E2B2;
}

.top #Sec03 h3{
  text-align: center;
  position: relative;
  font-weight: 400;
}
.top #Sec03 h3 img{
  display: inline-block;
  background: #F8E2B2;
  position: relative;
  z-index: 2;
  padding: 0 30px;
}
.top #Sec03 h3::after{
  content: "";
  width: 100%;
  height: 2px;
  background: #C8152D;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  z-index: 1;
}
.top #Sec03 h3 > span{
  display: inline-block;
  background: #F8E2B2;
  position: relative;
  z-index: 3;
  padding: 0 30px;
  font-size: 2.2rem;
}
.top #Sec03 h3 > span > span{
  font-size: 1.6rem;
}
.top #Sec03 .txt{
  text-align: center;
  margin-top: 30px;
  padding: 0 30px;
}
.top #Sec03 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 30px auto 0;
  padding: 0 30px;
}
.top #Sec03 ul li{
  width: 21%;
  margin-top: 25px;
}
.top #Sec03 ul li img{
  max-width: 100%;
}

.top #Sec03 .more{
  text-align: center;
  margin-top: 60px;
}

/* #Sec04
-----------------------------------------------------------------*/
.top #Sec04{
  background: #C8152D;
  padding: 120px 30px 100px;
}
.top #Sec04 h3{
  text-align: center;
  background: #F3D28C;
  padding: 30px 30px 20px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
  margin:0 -30px;
}
.top #Sec04 .check{
  text-align: center;
  margin: 100px 30px;
}

.top #Sec04 .outer{
  max-width: 900px;
  margin:0 auto;
  background: #FFFFFF;
  border-radius: 40px;
  padding-bottom: 90px;
}
.top #Sec04 .outer img{
  max-width: 100%;
}
.top #Sec04 .cam_ttl{
  padding: 150px 70px 0;
}
.top #Sec04 .cam_txt{
  max-width: 595px;
  margin: 100px auto 0;
  font-size: 2rem;
  padding: 0 70px;
}

.top #Sec04 .outer h4{
  font-size: 2.2rem;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.top #Sec04 .outer h4 span{
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 0 30px;
}
.top #Sec04 .outer h4::after{
  content: "";
  width: 100%;
  height: 2px;
  background: #C8152D;
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  z-index: 1;
}
.top #Sec04 .outer h4 span.sub{
  font-size: 1.6rem;
  font-weight: 400;
}

.top #Sec04 .flow{
  margin-top: 120px;
}
.top #Sec04 .flow .img{
  max-width: 700px;
  margin: 100px auto 0;
  padding: 0 70px;
}

.top #Sec04 .present{
  margin-top: 120px;
}
.top #Sec04 .present .line{
  display: none;
}
.top #Sec04 .present .flex{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 760px;
  margin: 80px auto 0;
  padding: 0 70px;
}
.top #Sec04 .present .flex .img{
  width: 270px;
}
.top #Sec04 .present .flex .txt_box{
  width: calc( 100% - 340px);
  font-size: 2rem;
}
.top #Sec04 .present .flex .txt_box .ttl{
  font-size: 2.5rem;
  font-weight: 500;
}
.top #Sec04 .present .flex .txt_box .txt{
  margin-top: 10px;
}
.top #Sec04 .present .flex .txt_box .spo{
  margin-top: 10px;
}
.top #Sec04 .present .flex .txt_box .couton{
  margin-top: 10px;
  font-size: 1.5rem;
}
.top #Sec04 .present .pre_box{
  border: solid 2px #C8152D;
  margin: 70px 30px 0;
  border-radius: 10px;
  position: relative;
  padding-bottom: 35px;
}
.top #Sec04 .present .pre_box .box_ttl{
  font-size: 2.5rem;
  font-weight: 500;
  position: absolute;
  left: 20px;
  top: -24px;
  background: #ffffff;
  padding: 0 20px;
}
.top #Sec04 .present .pre_box .notice{
  text-align: center;
  margin-top: 50px;
}


.top #Sec04 .entry{
  margin-top: 120px;
}
.top #Sec04 .entry .inline{
  padding: 0 70px;
  margin: 90px auto 0;
}
.top #Sec04 .entry .inline div{
  max-width: 710px;
  height: 310px;
  overflow-y: scroll;
  background: #F7F7F7;
  box-sizing: border-box;
  padding: 20px;
  font-size: 1.5rem;
  color: #000000;
  margin: 0 auto;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}

.top #Sec04 .entry .inline .ttl{

}
.top #Sec04 .entry .inline .midashi{
  margin-top: 25px;
}
.top #Sec04 .entry .inline .txt{
  margin-top: 8px;
}
.top #Sec04 .entry .inline ul{
  margin-top: 8px;
  margin-left: 20px;
}
.top #Sec04 .entry .inline li{
  text-indent: -16px;
  margin-left: 18px;
  margin-top: 5px;
}
.top #Sec04 .entry .inline li.bold{
  font-weight: 500;
}
.top #Sec04 .entry .inline li.bold span{
  font-weight: 400;
  display: block;
  text-indent: 0px;
}
.top #Sec04 .entry .inline .add{
  padding-left: 30px;
  margin-top: 5px;
}

.top #Sec04 .entry .notice{
  margin: 120px auto 0;
  max-width: 680px;
  padding: 0 70px;
}

.top #Sec04 .kekka{
  background: #C8152D;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  padding: 15px 30px;
  margin-top: 100px;
}
.top #Sec04 .kekka_txt{
  max-width: 720px;
  margin: 80px auto 0;
  padding: 0 30px;
}

/* #Sec05
-----------------------------------------------------------------*/
.top #Sec05{
  padding: 160px 0 140px;
  text-align: center;
}
.top #Sec05 h3{
  border-top: solid 2px #C8152D;
  border-bottom: solid 2px #C8152D;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
  padding: 20px 30px;
  font-size: 2.5rem;
  font-weight: 500;
}
.top #Sec05 .box{
  max-width: 720px;
  margin: 0 auto;
  padding:0 30px;
}
.top #Sec05 .for{
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 60px;
}
.top #Sec05 .name{
  font-size: 2rem;
  font-weight: 500;
  margin-top: 5px;
}
.top #Sec05 .tel{
  font-size: 1.6rem;
  margin-top: 10px;
}
.top #Sec05 .sub{
  font-size: 1.6rem;
  margin-top: 5px;
}
.top #Sec05 .btn_box{
  display: flex;
  justify-content: space-between;
}
.top #Sec05 .btn_box .btn{
  width: 48%;
  margin-top: 60px;
}
.top #Sec05 .btn_box a{
  display: block;
  background: #C8152D;
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px;
}

@media screen and (max-width: 750px) {
/* 750pxまでの幅の場合に適応される */

body{
  min-width: 320px;
}

body img{
  max-width: 100%;
}

.sp{
  display: inline-block!important;
}
.pc{
  display: none!important;
}

.go_top.sp{
}

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
  background: #C8152D;
  padding-top: 30px;
}
#Header .logo{
}
#Header h1{
  text-align: center;
  position: relative;
  padding: 0 25px;
}
#Header h1 img{
  display: inline-block;
  background: #C8152D;
  position: relative;
  z-index: 2;
  padding: 0;
}
#Header h1::after{
  height: 0;
}
#Header .ribon{
  margin-top: 40px;
  position: relative;
  padding: 20px;
  text-align: center;
}
#Header .ribon h2{
  text-align: left;
  font-size: 2.8rem;
  line-height: 3.5rem;
  margin: 0 55px 0 0 ;
  display: inline-block;
}
#Header .ribon h2 span{
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
#Header .ribon .badge{
  position: absolute;
  left: auto;
  right: 10px;
  margin-left: 0;
  top: -30px;
  width: 100px;
}
#Header .flex{
  display: block;
  margin: 50px auto 0;
}
#Header .flex .img{
  width: 100%;
  max-width: 460px;
  min-width: 360px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
}
#Header .flex .txt_box{
  width: 100%;
}
#Header .flex .txt_box .txt{
  margin-top: 0;
  padding: 55px 0;
  text-align: center;
}
#Header .flex .txt_box .day{
  margin-top: 0;
  width: 100%;
  text-align: center;
  background: #D96155;
  padding: 35px 0;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

#Content{
  position: relative;
}

/* Main
-----------------------------------------------------------------*/
#Main{
}
#Main section{
}
#Main .inner{
}
#Main h2.ttl{
}
#Main h3.ttl{
}


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
  background: #C8152D;
  position: relative;
}
#Footer .footer_inner{
}
#Footer .copy{
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 30px 30px;
  color: #ffffff;
}

/* top
-----------------------------------------------------------------*/
.end_txt{
  text-align: center;
  color: #ffffff;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 0;
  background: #EB4025;
  font-size: 1.8rem;
  padding: 20px;
  font-weight: 500;
  box-sizing: border-box;
}
/* #Sec01
-----------------------------------------------------------------*/
.top #Sec01{
  text-align: center;
  padding-top: 90px;
}

.top #Sec01 .top_box{
  position: relative;
  padding-bottom: 350px;
}
.top #Sec01 .top_box .logo img{
  width: 220px;
}

.top #Sec01 .top_box .txt{
  max-width: 620px;
  margin: 45px auto 0;
  padding: 0 50px;
}
.top #Sec01 .top_box .bg{
  position: absolute;
  left: 50%;
  bottom: 100px;
  margin-left: -550px;
}
.top #Sec01 .top_box .bg img{
  width: 158%;
  max-width: 158%;
}
.top #Sec01 .top_box h3{
  font-size: 1.5rem;
  padding: 30px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
}

.top #Sec01 .cam_box{
  padding-top: 65px;
}

.top #Sec01 .cam_box .flex{
  display: block;
  margin: 0 auto 0;
  padding: 0 25px;
  max-width: 300px;
}
.top #Sec01 .cam_box .flex p{
  width: 100%;
  margin-top: 40px;
}
.top #Sec01 .cam_box .flex img{
  max-width: 100%;
}

.top #Sec01 .day{
  background: #F3D28C;
  padding: 60px 25px;
  margin-top: 65px;
}

/* #Sec02
-----------------------------------------------------------------*/
.top #Sec02{
  padding-top: 65px;
  padding-bottom: 65px;
  text-align: center;
}

.top #Sec02 h3{
  text-align: center;
  position: relative;
}
.top #Sec02 h3 img{
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 0 30px;
}
.top #Sec02 h3::after{
  content: "";
  width: 100%;
  height: 2px;
  background: #C8152D;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  z-index: 1;
}
.top #Sec02 .insta_area{
  margin-top: 50px;
  padding: 0 25px;
  width: 100%;
  box-sizing: border-box;
  max-width: 640px;
}

.top #Sec02 .more{
  text-align: center;
  margin-top: 40px;
}


/* #Sec03
-----------------------------------------------------------------*/
.top #Sec03{
  padding-top: 50px;
  padding-bottom: 85px;
  background: #F8E2B2;
}

.top #Sec03 h3{
  text-align: center;
  position: relative;
}
.top #Sec03 h3 img{
  display: inline-block;
  background: #F8E2B2;
  position: relative;
  z-index: 2;
  padding: 0 30px;
}
.top #Sec03 h3::after{
  content: "";
  width: 100%;
  height: 2px;
  background: #C8152D;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  z-index: 1;
}
.top #Sec03 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 420px;
  margin: 30px auto 0;
  padding: 0 25px;
}
.top #Sec03 ul li{
  width: 47%;
  margin-top: 25px;
}
.top #Sec03 ul li:nth-child(n+7){
  display: none;
}
.top #Sec03 ul li img{
  width: 100%;
}
.top #Sec03 .open{
  text-align: right;
  display: block!important;
  padding: 25px;
}
.top #Sec03 .more{
  text-align: center;
  margin-top: 60px;
}

/* #Sec04
-----------------------------------------------------------------*/
.top #Sec04{
  background: #C8152D;
  padding: 70px 25px 60px;
}
.top #Sec04 h3{
  text-align: center;
  background: #F3D28C;
  padding: 20px 25px 15px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
  margin: 0 -25px;
}
.top #Sec04 h3 img{
  width: 275px;
}
.top #Sec04 .check{
  text-align: center;
  margin: 55px 25px;
}

.top #Sec04 .outer{
  max-width: 900px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 25px;
  padding-bottom: 90px;
}
.top #Sec04 .outer img{
  max-width: 100%;
}
.top #Sec04 .cam_ttl{
  padding: 45px 20px 0;
  text-align: center;
}
.top #Sec04 .cam_txt{
  max-width: 595px;
  margin: 50px auto 0;
  font-size: 1.5rem;
  padding: 0 25px;
}

.top #Sec04 .outer h4{
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.top #Sec04 .outer h4 span{
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 0 25px;
}
.top #Sec04 .outer h4::after{
  content: "";
  width: 100%;
  height: 1px;
  background: #C8152D;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 1;
}
.top #Sec04 .outer h4 span.sub{
  font-size: 1.6rem;
  font-weight: 400;
}

.top #Sec04 .flow{
  margin-top: 60px;
}
.top #Sec04 .flow .img{
  max-width: 700px;
  margin: 40px auto 0;
  padding: 0 25px;
  text-align: center;
}

.top #Sec04 .present{
  margin-top: 60px;
}
.top #Sec04 .present .line{
  display: block;
  text-align: center;
  margin-top: 60px;
  height: 1px;
}
.top #Sec04 .present .flex{
  display: block;
  max-width: 280px;
  margin: 60px auto 0;
  padding: 0 25px;
  text-align: center;
}
.top #Sec04 .present .flex .img{
  width: 100%;
  margin-top: 30px;
}
.top #Sec04 .present .flex .txt_box{
  width: 100%;
  font-size: 1.5rem;
  margin-top: 30px;
}
.top #Sec04 .present .flex .ttl{
  font-size: 2rem;
  font-weight: 500;
}
.top #Sec04 .present .flex .txt_box .txt{
  margin-top: 10px;
}
.top #Sec04 .present .flex .txt_box .spo{
  margin-top: 10px;
}
.top #Sec04 .present .flex .txt_box .couton{
  margin-top: 10px;
  font-size: 1.5rem;
}
.top #Sec04 .present .pre_box{
  border: solid 2px #C8152D;
  margin: 60px 25px 0;
  border-radius: 10px;
  position: relative;
  padding-bottom: 35px;
}
.top #Sec04 .present .pre_box .box_ttl{
  font-size: 2rem;
  font-weight: 500;
  position: absolute;
  left: 50%;
  margin-left: -125px;
  top: -24px;
  background: #ffffff;
  padding: 0 20px;
}
.top #Sec04 .present .pre_box .notice{
  text-align: center;
  margin-top: 50px;
}


.top #Sec04 .entry{
  margin-top: 60px;
}
.top #Sec04 .entry .inline{
  padding: 0 25px;
  margin: 60px auto 0;
  font-size: 2rem;
}
.top #Sec04 .entry .inline div{
  max-width: 710px;
  height: 310px;
  overflow-y: scroll;
  background: #F7F7F7;
  box-sizing: border-box;
  padding: 20px 10px;
  font-size: 1.5rem;
  color: #000000;
  margin: 0 auto;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}

.top #Sec04 .entry .notice{
  margin: 50px auto 0;
  max-width: 680px;
  padding: 0 25px;
}

.top #Sec04 .kekka{
  background: #C8152D;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  padding: 15px 30px;
  margin-top: 60px;
}
.top #Sec04 .kekka_txt{
  max-width: 720px;
  margin: 50px auto 0;
  padding: 0 30px;
}

/* #Sec05
-----------------------------------------------------------------*/
.top #Sec05{
  padding: 50px 0 100px;
  text-align: center;
}
.top #Sec05 h3{
  padding: 20px 25px;
  font-size: 1.8rem;
  font-weight: 500;
}
.top #Sec05 .box{
  max-width: 720px;
  margin: 0 auto;
  padding: 0 30px;
}
.top #Sec05 .for{
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 60px;
}
.top #Sec05 .name{
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 5px;
}
.top #Sec05 .tel{
  font-size: 1.4rem;
  margin-top: 10px;
}
.top #Sec05 .sub{
  font-size: 1.4rem;
  margin-top: 5px;
}
.top #Sec05 .btn_box{
  display: block;
  max-width: 360px;
  margin: 60px auto 0;
}
.top #Sec05 .btn_box .btn{
  width: 100%;
  margin-top: 20px;
}
.top #Sec05 .btn_box a{
  display: block;
  background: #C8152D;
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px;
}


/* 750pxまでの幅の場合に適応される */
}