@charset "utf-8";
/* 
Theme Name: andon_matsuri
Description：春日奴国あんどん祭り
Author: 春日奴国あんどん祭り
Version:　1_202106
*/

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{padding:0;margin:0;border:0;vertical-align:baseline;background:transparent;outline:0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{vertical-align:baseline;background:transparent}table{border-collapse:collapse;border-spacing:0}hr{margin:1em 0;border:0;border-top:1px solid #000;display:block;height:1px}
a,area,button,[role="button"],input:not([type=range]),label,select,summary,textarea {-ms-touch-action: manipulation;touch-action: manipulation;}
*,*::before,*::after {box-sizing: border-box;}
* {-webkit-touch-callout:none;}
@-ms-viewport {width:device-width;}
[tabindex="-1"]:focus {outline:0 !important;}
li{vertical-align:top}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
address{font-style:normal;}
img{height:auto;vertical-align:bottom;}
.cf::after{content:"";display:block;clear:both;}

/* ----------*/
html{
font-size: 62.5%;
min-height:100%;
}
body{
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
font-weight: 300;
font-size: 1.4rem;
line-height: 1;
color: #333333;
background-color: #d5dbde;
}
/* ----- text-----  sp*/
a{
 overflow: hidden;
}
a:link{
text-decoration:none;
}
a:visited{
color:#66a3d5;
text-decoration:none;
}
a:hover{
color:#66a3d5;
text-decoration:underline;
}
a:active{
color:#66a3d5;
}
h2{
padding: 12px 0 12px 5px;
border-left: 20px solid #35c6ca;
background-color: #abe5e8;
font-size: 1.6rem;
}
h3{
padding: 12px 0 12px 5px;
border-left: 20px solid #bbb;
background-color: #e5e5e5;
font-size:1.4rem;
}
h4{
padding: 12px 0 12px 2.5rem;
border-bottom:5px solid #bbb;
background: #eee;
font-size:1.4rem;
}
p+h1,p+h2,p+h3,p+h4,p+h5,p+h6{
margin-top: 3rem;
}
h2+h3,h3+h4{
margin-top: 1rem;
}
ul+h1,ul+h2,ul+h3,ul+h4,ul+h5,ul+h6{
margin-top: 3rem;
}
p{
margin-top: 1.4rem;
text-align: justify;
line-height: 1.8;
font-size: 1.5rem;
}
.lineW{
border-bottom:3px double #ff0000;
}
ul.circle{
margin-top: 1rem;
padding-left: 1.6rem;
}
ul.circle li{
line-height: 1.6;
margin-top: .8rem;
margin-left: 1rem;
list-style-type: disc;
font-size: 1.6rem;
}
/* ----- contents-----  sp*/
.center{
 text-align: center; 
}
.right{
margin:1rem 0.5rem 0 0;
font-size: 1.3rem;
text-align: right;
}
strong.red{
color: #FF0000;
font-weight: bold;
}
#contents .underline{
display: inline;
line-height: 2em;
padding: 0 ;
font-size: 1em;
text-align: left;
text-decoration:underline; 
}
/* ----- layout-----  sp*/
#site-box{
position: relative;
width: 100%;
margin: 0px auto;
padding: 0px;
background-color: #ffffff;
background-image: none;
}
#site-header{
position: fixed;
top: 0;
width: 100%;
height: 60px;
background-color: #fff;
z-index: 20;
box-shadow :0px 2px 6px rgb(0 0 0 / 20%);
}
#header-img {
width: 94%;
height: 60px;
background-image: url(./img/header_sp.png);
background-repeat: no-repeat;
background-size: contain;
background-position-y: bottom;
}
#mainbox{
width: 100%;
}
#contents{
width: 96%;
margin: 1rem auto;
padding-bottom: 5rem;
}
@media print, screen and (min-width: 481px){
#site-header{
height: 80px;
}
#header-img {
width: 100%;
height: 80px;
}
}

/* ----- greenBar-----  sp*/
.greenBar{
display: none;
}
.header_greenBar_sp{
display: block;
width: 100%;
background-color: #00b400;
padding-top: 70px;
height: 80px;
background: -webkit-repeating-linear-gradient(-45deg,#00b400 0,#00b400 5px,#00b400 5px,#009900 6px);
background: -o-repeating-linear-gradient(-45deg,#00b400 0,#00b400 5px,#00b400 5px,#009900 6px);
background: repeating-linear-gradient(-45deg,#00b400 0,#00b400 5px,#00b400 5px,#009900 6px);
}
@media print, screen and (min-width: 481px){
.header_greenBar_sp{
padding-top: 90px;
}
}
.footer_greenBar_sp{
display: block;
width: 100%;
padding: 1rem;
background-color: #00b400;
color: #fff;
font-weight: 500;
text-align: right;
}

.counter{
display: none;
}
/* ----- home hero-----  sp*/
.top-hero{
width: 100%;
margin-bottom: 20px;
}
#topimg {
height: 200px;
}
/* ----- scrollup-----  sp*/

#scrollUp {
right: 30px;
bottom: 40px;
padding: 10px 10px;
border: 1px solid #fff975;
background-color: rgba(255, 255, 108, 1);
color: rgb(55, 161, 5);
font: 1.6rem serif;
font-weight: 600;
border-radius: 10px;
opacity: .9;
transition: background 200ms linear;
-webkit-transition: background 200ms linear;
-moz-transition: background 200ms linear;
}
#scrollUp:hover {
background-color: rgba(255, 255, 108, 1);
text-decoration: none;
}
/* ----- menu-----  sp*/
.menu_area a{
display: block;
position: relative;
height: 3.6rem;
line-height: 3;
padding: 0;
padding-left: 1.8rem;
background-image: none;
color: #fff;
font-weight: 600;
}
.menu_area a:hover{
background-color: #0baf0b;
background-image: none;
color: #333333;
}
.menu_area a::before{
position: absolute;
top: 1.6rem;
left: 6px;
width: 10px;
height: 10px;
margin: auto;
border: 5px solid transparent;
border-left: 8px solid #fff;
content: "";
box-sizing: border-box;
}
.header_menu_sp{
display: block;
width: 80%;
margin: 10px auto;
}

/* menu banner */
.menu_banner{
display: block;
margin: 30px auto;
width: min(90%, 190px);
}
.menu_banner img{
width: 100%;
}
.menu_banner:hover{
opacity: .8;
}

/* ----- table-----  sp*/
table.CompanyName{
margin: 2rem auto;
border: solid 2px #abe5e8;
width: 100%;
line-height: 1.7em;
font-size: 1.4rem;
}
table.CompanyName th{
 padding: 8px;
 color:#238287;
 background-color: #abe5e8;
 text-align: center; 
}
table.CompanyName td{
padding: 0 5px 0 10px;
border-right: solid 1px #abe5e8;
width: 50%;
vertical-align: top;
}
/* ----- box fnews note-----  sp*/
.fnews{
margin: 2rem 0;
border: solid 2px #35c6ca;
}
.fnews h2{
margin:0;
padding: 12px 0 12px 15px;
border-left:none;
background-color: #abe5e8;
font-weight: 600;
font-size: 1.6rem;
}
.fnews p{
margin:5px;
padding: 0 1rem;
font-size: 1em;
}
.box{
margin: 4rem 0 0;
padding: 10px;
border: 2px solid #ddd;
}
.box h2{
padding: 10px 0 5px 15px;
border-left: 20px solid #35c6ca;
background-color: #abe5e8;
}
.box h3{
padding: 10px 0 5px 15px;
border-left: 20px solid #bbb;
background-color: #e5e5e5;
font-size: 1.4rem;
}
.box p:first-child{
margin-top: 0;
}
.box p{
line-height: 1.4;
margin-top: 1rem;
padding: 0;
font-size: 1.4rem;
}
.note{
margin: 2rem auto;
padding: 2rem;
border: 4px solid #f8f8f8;
background: #fff;
overflow: hidden;
border-radius: 8px;
box-shadow:5px 3px 6px 0 rgb(0 0 0 / 20%);
}
.noteH2{
line-height:1.3;
font-size: 2.8rem;
}
/* ----- img-----  sp*/
img.left{
float: left;
margin-right: 5px;
}
img.right{
float: right;
margin-left: 5px;
}
img.imgCenter{
display:block;
max-width: 100%;
margin: 1rem auto;
text-align: center;
}

/* ---------------------------------------------------------
     名入りあんどん
-----------------------------------------------------------*/
.nairi_logo{
width: 100%;
}
.down_btn{
width: 60%;
margin: 20px auto;
background: #eb6da5;
border:2px solid #fff;
transition: all 0.5s ease;
}
.down_btn:hover{
background: #fff;
border:2px solid #eb6da5;
}
.down_btn a{
display: block;
position: relative;
padding: 1rem;
color: #fff;
font-weight: 600;
font-size: 1.6rem;
text-align: center;
text-decoration: none;
}
.down_btn a:hover{
color: #eb6da5;
}
.down_btn a:after {
content: '';
width: 10px;
height: 10px;
border-left: 3px solid #fff;
border-bottom: 3px solid #fff;
transform: rotate(-45deg) translateY(-50%);
position: absolute;
top: 45%;
right: 10px;
border-radius: 1px;
transition: 0.3s ease-in-out;
}
.down_btn a:hover:after {
    border-color: #eb6da5;
}
/* --------------------------
     TABLE 名入り responsiv
----------------------------*/
.blockT{
width: 98%;
margin: 0 auto;
}
.blockT th {
display: block;
padding: 2%;
background: #35c6ca;
}
.blockT td{
display: block;
line-height: 1.6;
padding: 2%;
background: #f0f6f9;
font-size: 1.3rem;
}
.blockT td p{
font-size: 1.4rem;
}
@media print, screen and (min-width: 829px){
.blockT{
margin: 0 auto;
}
.blockT th {
display: table-cell;
width: 25%;
padding-left:1rem;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
text-align: left;
}
.blockT td{
display: table-cell;
width: 75%;
padding: 1.3rem;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
}
}
/* --------------------------
     ステージ募集
----------------------------*/
.atesakiP{
margin-top: 0;
padding-left:2rem;
line-height: 1.4;
}

/* PC  //////////////////////////////////////////////////////////////*/
@media print, screen and (min-width: 829px){
body{
background-image: url(./img/mainback.gif);
background-repeat: repeat;
}
#site-header{
position: relative;
top: 0;
height: auto;
z-index: auto;
box-shadow :none;
}
#header-img{
width: 100%;
height: 123px;
background-image: url(./img/header.png);
background-repeat: no-repeat;
background-size:cover;
}
#site-box{
width: 830px;
background-color: #ffffff;
background-image: url(./img/back.jpg);
background-repeat: repeat-y;
}


/* ----- greenBAR-----  PC*/
.greenBar{
display: flex;
}
.header_greenBar_sp{
display: none;
}
.footer_greenBar_sp{
display: none;
}
/* ----- layout-----  PC*/
#mainbox{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
}
#leftbox{
padding: 20px 0 0 28px;
width: 233px;
min-height: 700px;
}
#contents{
position: relative;
padding: 20px 25px 5rem 44px;
}
.counter{
display:block;
margin: 2rem 0;
text-align: center;
}
/* ----- menu-----  PC*/
.menu_area li{
width: 179px;
}
.menu_area a{
margin-bottom: 4px;
height: 36px;
padding: 12px 0 0 20px;
display: block;
color: #333333;
background-color: #FFFFFF;
background-image: url(./img/botan2.jpg) ;
background-repeat: no-repeat;
text-decoration: none;
font-size: 1.3rem;
line-height: 1;
font-weight: 400;
}
.menu_area a:hover{
color: #333333;
background-color: #FFFFFF;
background-image: url(./img/botan.jpg) ;
background-repeat: no-repeat;
text-decoration: none;
}
.menu_area a::before{
display: none;
}
.header_menu_sp{
display: none;
}







}  /* pc  _end/////////////////////////////////////////////*/