@charset "utf-8";
/* CSS Document */

/*---------------------------------
RESET CSS
---------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
margin: 0;
padding: 0;
border: 0;
font-weight: normal;
}
html { scroll-behavior: smooth;}
body {
line-height: 1;
font-size: 18px;
color: #000;
font-family: 'Noto Sans JP', sans-serif;
}

ol,
ul {
list-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

a {
text-decoration: none;
color: #fff;
transition: 0.5s;
}

a:hover {
/* opacity: 0.7; */
transition: 0.5s;
}

img,
iframe {
max-width: 100%;
vertical-align: bottom;
}



/*---------------------------------
common
---------------------------------*/
/*font*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
.ten-mincho{
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
}
.font-white{color: #fff !important;}

/*contents*/
.contents_wrapper {min-height: 100vh;background-position: center;background-size:cover;background-repeat: no-repeat;}
.back_fixed{background-attachment: fixed;}
.flex_wrapper {display: flex;justify-content: space-between;flex-wrap: wrap;}

.column_3 li {width: calc(100% / 3);}
.column_5 li {width: calc(100% / 5);}

.tb_only{display: none;}
.sp_only {display: none;}
.pc_only {display: block;}



/*margin*/
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}

/*text-align*/
.ta_c{text-align:center;}

/*font-size*/
.txt_s.anton {font-size: 33px;line-height: 1;}
.txt_m {font-size: 30px;}
.anton.txt_m {font-size: 60px;line-height: 1;}
.halohandletter.txt_m {font-size: 80px;line-height: 1;}
.lato.txt_m {font-size: 43px;line-height: 1;}

/* header */
.namahage_ig{
    position: fixed;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    z-index: 10000;
    cursor: pointer;
}
.namahage_ig img{
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.7));
}
.namahage_top_mainimage{
    background: url(../img/namahage_top_main.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 108px 0 132px;
}
.satonoka_logo{
  display: block;
  margin: 0 auto;
}
.satonoka_logo:hover{
opacity: 0.7;
}
.satonoka_logo img{
  max-width: 100%;
}

/*---------------------------------
contents PC
---------------------------------*/
.namahage_bg_w{
  background: url(../img/namahage_contents_bg_w.png)repeat;
  border-top: 12px solid #f1c844;
  border-bottom:  12px solid #f1c844;
  padding: 60px 80px;
}
.namahage_report_border{
  border-bottom:  none;
}
.namahage_sec_ttl{
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
}
.namahage_sec_ttl img{
  display: block;
  margin: 0 auto  20px;
}
.namahage_content_inner{
  max-width: 1400px;
  margin: 0 auto;
}
/* EventReport */
.namahage_report{
  max-width: 1000px;
  margin: 0 auto;
}
.namahage_report .namahage_sec_ttl_caption{
  text-align: center;
  color: #000;
  margin: 30px 0;
}
.namahage_report iframe{
  margin: 30px auto 60px;
  display: block;
}
.namahage_report .youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 800px;
}
.namahage_report_img01,.namahage_report_img02{
  display: flex;
  justify-content: space-between;
  /* gap: 10px; */
  flex-wrap: wrap;
}
.namahage_report_img02 figure{
  width: 32%;
}
.namahage_report_img01 figure{
  width: 49%;
  margin-bottom: 15px;
}
.namahage_report_img01 figcaption{
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
}

/* introduction */
.namahage_intoro_inner{
  max-width: 1000px;
  margin: 40px auto 0;
  background: linear-gradient(#fff, #fff6da);
  padding: 40px;
  box-shadow: 0px 0px 15px -5px #c3b58d;
}
.namahage_intoro_inner dl {
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 30px;
  font-weight: bold;
  /* align-items: center; */
  line-height: 1.25;
}
.namahage_intoro_inner dt {
  display: grid;
  color: #fff;
  background: #e43622;
  width: 124px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
  box-sizing: border-box;
  align-items: center;
  /* height: 40px; */
  /* line-height: 40px; */
}
.namahage_intoro_inner dd{
  width: calc(100% - 160px);
  margin-bottom: 50px;
  font-weight: 500;
}
.namahage_intoro_inner .event_time{
  /* width: 70px;
  display: inline-block; */
}
.namahage_intoro_inner .event_l{
  font-size: 60px;
  font-weight: bold;
}
.namahage_intoro_inner .event_m{
  font-size: 40px;
  font-weight: 700;
  /* margin-right: 20px; */
  margin-bottom: 20px;
  display: inline-block;
}
.namahage_intoro_inner .event_s{
  font-size: 20px;
  font-weight: normal;
}
.event_time{
  border: 1px solid #000;
    display: inline-block;
    padding: 0 10px;
    margin: 5px 5px 5px 0;
    text-align: center;
}
.namahage_intoro_inner a{
  color: #000;
  line-height: 1.5;
  font-weight: 600;
}
.event_first{
  /* border-bottom: 1px solid #ccc; */
  display: block;
  /* padding-bottom: 20px; */
  margin-bottom: 30px;
}
.namahage_intoro_inner a:hover{
  color: #e43622;
}
/* about */
.namahage_about{
  background: linear-gradient(#e43622, #920f00);
  padding: 60px 80px;
}
.namahage_sec_ttl_bold{
  text-align: center;
  font-weight: bold;
}
.namahage_sec_ttl_caption{
  color: #fff;
  margin:40px 0 60px;
  line-height: 1.5;
}
.namahage_about_inner,.namahage_access_inner{
  max-width:1400px ;
  margin: 0 auto;
}
.namahage_about_wrap01 {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch;
}
.namahage_about_wrap01:not(:last-child) {
  margin-bottom: 40px;
}
.namahage_about_wrap01:nth-child(even) {
  flex-direction: row-reverse;
}
.namahage_about_wrap01 img {
  display: block;
  width: 53%;
  height: auto;
  object-fit: cover;
}
.namahage_about_txt {
  width: 41%;
  background-color: #fff;
  display: flex;
	align-items: center;
  padding: 3%;
  line-height: 1.2;

}
.namahage_about_txt p{
  margin: 30px 0;
  line-height: 1.5;
}
.namahage_about_ttl{
  font-size: 30px;
}
.namahage_about_container{
  background-color: #fff;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.namahage_about_item{
  width: 48%;
}
.namahage_about_item img{
  width: 100%;
  margin: 10px 0;
}
.namahage_about_item figcaption{
  font-size: 14px;
  text-align: center;
}
.namahage_about_item p{
  margin: 30px 0 50px;
  line-height: 1.5;
}
.namahage_btn{
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}
.namahage_btn_red{
  background: #e43622;
  border: 1px solid #e43622;
}
.namahage_btn_black{
  background: #000;
  border: 1px solid #505050;
}
.namahage_btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}
.namahage_btn_red:hover {
  background: #000;
  color: #fff;
}
.namahage_btn_black:hover {
  background: #505050;
  color: #fff;
}
.namahage_btn:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.namahage_about_btn01{
  max-width: 96%;
  margin-top: auto;
}
.namahage_about_btn02{
  max-width: 540px;
  margin: auto;
  padding: 20px;
}
/* present */
.namahage_present_inner{
  max-width: 1280px;
  padding: 60px;
  background: linear-gradient(#fff, #fff6da);
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0px 0px 15px -5px #c3b58d;
  margin: 40px auto;
}
.namahage_present_inner:last-child{
  margin-bottom: 0;
}
.namahage_present_ttl{
  text-align: center;
  font-size: 30px;
  padding: 15px 0;
  position: relative;
  background: linear-gradient(to right, #fff 0%, #ffe180 30%, #ffe180 70%, #fff 100%);
}
.namahage_present_txt {
  text-align: center;
  margin: 30px 0;
  line-height: 1.5;
}
.namahage_present_txt .attention{
  font-size: 14px;
  background: none;
  font-weight: normal;
  margin-top: 20px;
    display: inline-block;
}
.namahage_present_txt span{
  background: linear-gradient(transparent 60%, #ffe180 60%);
  font-weight: bold;
  font-size: 24px;
}
.namahage_present_limited{
  display: inline-block;
  background-color: #e43622;
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
}
.namahage_present_limited span{
  font-size: 40px;
}
.namahage_present_box{
  max-width: 800px;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.namahage_present_box figure{
  display: table;
}
.namahage_present_box figcaption {
  display: table-caption;
  caption-side: bottom;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  }
  .namahage_present_box figure img{
  width: 100%;
  object-fit: contain;
  height: auto;
  }
  .namahage_present_howto{
    max-width: 945px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 20px 40px;
  }
  .namahage_present_howto h4{
    font-size:30px;
    color: #e43622;
  }
  .namahage_present_howto_box{
    display: flex;
    justify-content: center;
    margin-top:20px;
    gap: 40px;
    align-items: center;
  }
  .namahage_present_flow {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .namahage_present_flow_item {
    padding-left: 0;
  }

  .namahage_present_flow_item > li {
    list-style-type: none;
    position: relative;
    padding-left: 70px;
    text-align: left;
    padding-top: 10px;
  }

  .namahage_present_flow_item > li:not(:last-child) {
    padding-bottom: 10px;
  }

  .namahage_present_flow_item > li .icon05 {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 100vh;
    display: inline-block;
    background: #e43622;
    color: #fff;
    position: absolute;
    left: 0;
  }

  .namahage_present_flow_item > li:not(:last-child)::before {
    content: '';
    background: #c3c3c3;
    width: 4px;
    height: 100%;
    position: absolute;
    top: calc(50% - -30px);
    left: 19px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .namahage_present_flow_item > li dl dt {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .namahage_present_flow_item > li dl dd {
    margin-left: 0;
    line-height: 1.5;
  }
.namahage_present_flow_item > li dl dd span{
  border:1px solid #000;
  display: inline-block;
  padding: 2px 10px;
  margin: 5px 5px 5px 0;
  width: 40px;
  text-align: center;
}
  .namahage_present_howto_btn{
    background-color: #000;
    display: block;
    color: #fff;
    padding: 12px 0;
    border-radius: 50px;
    text-align: center;
    margin: 20px 0 ;
    max-width: 380px;
    transition-duration: 0.3s;
  }
  .namahage_present_howto_btn:hover{
    background: #e43622;
  }

  .namahage_present_howto_qr img{
    box-shadow: 0px 0px 15px -5px #c5c5c5;
  }
  .namahage_present_link p{
    margin: 60px 0 20px;
    font-weight: bold;
    line-height: 1.5;
  }
/* access */
.namahage_access{
  background:#e43622;
  padding: 60px 80px;
}
.namahage_access_container{
  background-color: #fff;
  max-width: 1400px;
  padding: 60px;
  margin-top: 40px;
}
.namahage_access_wrap{
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  gap:20px;
}
.namahage_access_box01{
  width: 800px;
  /* height: 501px; */
  margin: 0 auto;
}
.namahage_access_box01 iframe{
  /* width: 100%;
  height: 100%; */
}

.namahage_access_box02{
  max-width: 348px;
}
.namahage_access_box02 img{
  width: 100%;
}

.namahage_access_info_ttl{
  color: #e43622;
  text-align: center;
  font-size: 30px;
  margin: 40px 0;
}
.namahage_access_info_wrap{
  background-color: #fffbe9;
  padding: 40px;

}
.namahage_access_info_list{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.namahage_access_info_item{
  width: 50%;
}
.namahage_access_info_txt{
  margin-bottom: 20px;
  line-height: 1.5;
}
.namahage_access_info_txt span{
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
}
.namahage_access_info_txt .namahage_access_icon{
  border-bottom: 1px solid #be9101;
  /* margin-bottom: 10px; */
  display: block;
  color: #be9101;
}
.namahage_access_spot_wrap{
  display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    gap:20px
}
.namahage_access_spot_wrap li{
  width: calc((100% - 70px) / 4);
    /* margin-right: 35px; */
    text-align: center;
    display: flex;
    flex-direction: column;
}
.namahage_access_spot_wrap li:last-child{
    margin-right: 0;
}
.namahage_access_spot_wrap li{
    background: #fff;
    -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.03);
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    color: #000;
    padding-bottom: 20px;
}
.namahage_access_spot_wrap li h4{
    padding: 20px 13px;
    font-weight: 500;
    font-size: 20px;
}
.namahage_access_spot_wrap li p{
  padding: 0 13px 30px;
    line-height: 24px;
    text-align: left;
    font-size: 16px;
}
.namahage_access_spot_wrap img{
  width: 100%;
}
.namahage_access_spot_link{
  display: block;
  font-size: 14px;
  color: #be9101;
  margin: 0 13px;
  text-decoration: underline;
  text-align: left;
  margin-top: auto;
}
.namahage_access_spot_link:before {
  margin: 0 5px 0 0;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
}
.namahage_access_spot_link:hover{
 opacity: 0.6;
transition: 0.5s;
}
.namahage_access_spot_btn{
  margin: 60px auto;
  text-align: center;
}
/* contact */
.namahage_contact{
    background: url(../img/namahage_contents_bg_b.png)repeat;
    padding: 60px 20px;
}
.namahage_contact_wrap{
  color: #fff;
  margin: 40px auto 100px;
  max-width: 1100px;
  display: flex;
  gap: 2%;
  justify-content: center;
}
.namahage_contact_item{
  width: 50%;
}
.namahage_contact_box{
  font-size: 20px;
  line-height: 1.75;
  display: flex;
}
.namahage_contact_box  dt {
	min-width:4em;
}
.namahage_contact_box  dd {
	margin:0;
}
.namahage_contact_box a:hover{
  color: #e43622;
}
/* footer */
.namahage_footer{
  text-align: center;
  font-size: 14px;
  padding: 25px 0;
}
/* banner */
.floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0;
  width: 470px;
}
.floating-banner__image {
  max-width: 100%;
}
@media screen and (max-width: 990px) {
  .floating-banner {
    /* display: none; */
    bottom: 10px;
  }
}
@media screen and (max-width: 560px) {
  .floating-banner {
    display: block;
    width: 100vw;
  }
}
/*---------------------------------
TB/SP
---------------------------------*/

@media screen and (max-width: 960px){
.satonoka_logo img{
  width: 100px
}
.namahage_access_spot_wrap{
  flex-wrap: wrap;
}
.namahage_access_spot_wrap li{
  width: 48%;
}
.pc-banner{
  width: 70%;
}
.namahage_intoro_inner dl {
  max-width: 100%;
}
.namahage_intoro_inner dd {
  width: 100%;
  text-align: center;
}
.namahage_intoro_inner dd:last-child {
  margin-bottom: 0;
}

.namahage_intoro_inner dt{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
}
}
@media screen and (max-width: 768px){
.sp_only {
    display: block;
  }
  .namahage_top_mainimage{
    background-position: 40%;
  }
  .namahage_intoro_inner .event_l{
    font-size: 40px;
  }
  .namahage_intoro_inner .event_m{
    font-size: 30px;
  }
.namahage_sec_ttl{
  font-size: 30px;
}
.namahage_access_container{
  margin-top:20px
}
.namahage_present_inner{
  margin:20px auto;
}
.namahage_about{
padding: 30px 40px 60px;
}
.namahage_sec_ttl_caption{
  margin: 20px 0 30px;
}
.namahage_about_wrap01{
  display: block;
}
.namahage_about_wrap01 img{
  width: 100%;
}
.namahage_about_txt{
  width: 100%;
  box-sizing:border-box;
}
.namahage_about_container{
  display: block;
  padding: 20px;
}
.namahage_about_item{
  width: 100%;
}
.namahage_about_btn01{
  box-sizing: border-box;
  width: 100%;
}
.namahage_about_btn02{
  max-width: 100%;
  box-sizing: border-box;
}
.namahage_bg_w{
  padding: 40px 30px;
}
.namahage_intoro_inner .event_time{
  /* width: 100px; */
}
.namahage_present_howto_box{
  display: block;
}
.namahage_present_howto_qr img{
  margin-top: 30px;
}
.namahage_present_inner{
  padding: 30px;
}
.namahage_present_box{
  display: block;
}
.namahage_present_box figure{
  margin: auto;
  margin-bottom: 20px;
}
.namahage_present_txt{
  margin: 20px 0;
}
.namahage_access_container{
  padding: 20px;
}
.namahage_access{
  padding: 30px 40px;
}
.namahage_access_wrap{
  display: block;
}
.namahage_access_box01{
  width: 100%;
  height: 300px;
}
.namahage_access_box02{
  margin: 20px auto 0;
}
.namahage_access_info_list {
  display: block;
}
.namahage_access_info_item{
  width: 100%;
}
.namahage_contact{
  padding: 30px 40px;
}
.namahage_contact_wrap{
  display: block;
}
.namahage_contact_item {
  width: 100%;
}
.namahage_contact_box{
  max-width: 400px;
  margin: 10px auto;
  font-size: 16px;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
}
}
@media screen and (max-width: 580px){
  .pc_only {
    display: none;
  }
  .namahage_sec_ttl{
    font-size: 20px;
  }
  .namahage_about_ttl{
    font-size: 20px;
  }
  .namahage_present_ttl{
    font-size: 20px;
  }
  .namahage_about_txt p{
    margin: 20px 0;
  }
.namahage_access_spot_wrap li{
  width: 100%;
}
.namahage_present_flow_item > li dl dt{
  font-size: 1em;
}
.namahage_present_flow_item > li dl dd{
  font-size: 14px;
}
.namahage_present_inner{
  padding: 30px 15px;
}
.namahage_present_flow_item > li{
  padding-left:50px;
}
.namahage_access_info_ttl{
  font-size: 20px;
}
.namahage_intoro_inner{
  padding: 20px;
}
.namahage_intoro_inner dl{
  font-size: 18px;
}
.namahage_intoro_inner dd{
  margin-bottom: 30px;
}
.namahage_intoro_inner .event_l{
  font-size: 28px;
}
.namahage_intoro_inner .event_m{
  font-size: 24px;
}
.namahage_intoro_inner .event_s{
  font-size: 16px;
  /* display: inline-block; */
  /* margin-top: 15px; */
}
.event_first{
  margin-bottom: 20px;
}
/* .pc-banner-img {
  bottom: 30px;
} */
.namahage_intoro_inner dt{
  margin-bottom: 20px;
}
.namahage_intoro_inner .event_time{
  font-size: 24px;
}
.namahage_intoro_inner .event_time{
  /* width: 70px; */
}
.namahage_present_txt .attention{
  font-size: 12px;
}
.namahage_report .namahage_sec_ttl_caption{
  font-size: 16px;
  margin: 20px 0;
  }
  .namahage_report_img02 figure{
    width: 100%;
    margin-bottom: 15px;
  }
  .namahage_report_img01 figure{
    width: 100%;
  }


}
@media screen and (max-width: 390px){
  .namahage_sec_ttl_caption{
    font-size: 16px;
  }
  .namahage_about_ttl{
    font-size: 20px;
  }
  .namahage_about_txt p{
    margin: 20px 0;
    font-size: 16px;
  }
  .namahage_about_container{
    padding: 15px;
  }
  .namahage_about_item p{
    margin: 20px 0 40px;
    font-size: 16px;
  }
  .namahage_intoro_inner .event_time{
    font-size: 18px;
  }
  .namahage_present_ttl{
    font-size: 20px;
  }
  .namahage_present_txt{
    margin: 20px 0;
    line-height: 1.4;
    font-size: 16px;
  }
  .namahage_present_txt span{
    font-size: 20px;
  }

  .namahage_present_howto h4{font-size:20px ;
  }
  .namahage_about_btn01{
    width: 100%;
    max-width: 100%;
  }
  .namahage_about{
    padding: 20px;
  }
  .namahage_access{
    padding: 15px 20px;
  }
  .namahage_access_container{
    padding: 10px;
  }
  .namahage_access_info_wrap{
    padding: 10px;
    font-size: 16px;
  }
  .namahage_report_img01 figcaption{
    font-size: 14px;
   }
   .namahage_report .namahage_sec_ttl_caption{
    text-align: left;
   }

}





