/*
===================================================
        Reset
===================================================
*/
*{
 margin: 0px;
 padding: 0px;
}
li{
 list-style: none;
}
a{
 text-decoration: none;
}
address{
 font-style:normal;
}
/*
===================================================
        Base Setting
===================================================
*/
body {
 -webkit-text-size-adjust:100%;
 line-height: 1.4em;
 letter-spacing: 0.05em;
 color: #333;
 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic","Osaka",arial,sans-serif;
 overflow-x: hidden;
 width: 100%;
}
img{
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
}
.sp-visible{
 visibility: hidden;
 width: 0px;
 height: 0px;
}
.maxWidthFHD{
 max-width: 1920px;
 margin-left: auto;
 margin-right: auto;
}
.maxWidth{
 max-width: 1200px;
 padding-left: 15px;
 padding-right: 15px;
 margin-left: auto;
 margin-right: auto
}
.maxWidth2{
 max-width: 1000px;
 padding-left: 15px;
 padding-right: 15px;
 margin-left: auto;
 margin-right: auto
}
#header{
 background: url(../img/bg_red.jpg);
}
#header>.inner{
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 15px;
}
#header #nav .menu{
 display: flex;
}
#header #nav .menu li{
 margin-right: 20px;
}
#header #nav .menu li a{
 position: relative;
 overflow: hidden;
 padding-bottom: 2px;
}
#header #nav .menu li a:before{
 display: block;
 content: "";
 position: absolute;
 width: 100%;
 height: 2px;
 background: #fff;
 left: 0px;
 bottom: 0px;
 opacity: 0;
 transition: .5s;
 transform: translateY(5px);
}
#header #nav .menu li a:hover:before{
 opacity: 1;
 transform: translateY(0px);
}
#main{
 overflow: hidden;
}
#footer .copy{
 background: #000;
 text-align: center;
 padding: 10px;
}
#footer .footerMenu{
 display: flex;
 justify-content: center;
}
#footer .footerMenu li{
 padding: 15px;
}
#footer .sns{
 background: url(../img/bg_brown2.jpg) center center;
 background-size: cover;
}
#footer .sns ul{
 padding: 100px 20px;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
#footer .sns ul li{
 width: 30%;
}
#footer .sns ul li a{
 display: flex;
 justify-content: center;
 align-items: center;
}
#footer .sns ul li a img{
 margin-right: 20px;
}

#pagetop{
 position: fixed;
 z-index: 2;
 bottom: 15px;
 right: 15px;
 visibility: hidden;
 opacity: 0;
 transition: .5s;
}
#pagetop.active{
 visibility: visible;
 opacity: 1;
}
#pagetop:hover img{
 transition: .5s;
 transform:scale(1.05);
}


/* common css */
.clearfix{
 overflow: hidden;
}
.fLeft{
 float: left;
}
.fRight{
 float: right;
}
.tLeft{
 text-align: left;
}
.tRight{
 text-align: right;
}
.tCenter{
 text-align: center;
}
.vTop{
 vertical-align: top;
}
.vMiddle{
 vertical-align: middle;
}
.vBottom{
 vertical-align: bottom;
}
.mb1em{
 margin-bottom: 1em;
}
.mb2em{
 margin-bottom: 2em;
}
.mb3em{
 margin-bottom: 3em;
}
.mb50{
 margin-bottom: 50px;
}
.mb100{
 margin-bottom: 100px;
}
.mt1em{
 margin-top: 1em;
}
.mt2em{
 margin-top: 2em;
}
.mt3em{
 margin-top: 3em;
}
.mt10{
 margin-top: 10px;
}
.mt20{
 margin-top: 20px;
}
.mt30{
 margin-top: 30px;
}
.mt40{
 margin-top: 40px;
}
.mt50{
 margin-top: 50px;
}
.mt100{
 margin-top: 100px;
}
.mr1em{
 margin-right: 1em;
}
.mr2em{
 margin-right: 2em;
}
.mr3em{
 margin-right: 3em;
}
.ml1em{
 margin-left: 1em;
}
.ml2em{
 margin-left: 2em;
}
.ml3em{
 margin-left: 3em;
}
.p5{
 padding: 5px;
}
.p10{
 padding: 10px;
}
.p20{
 padding: 20px;
}
.p30{
 padding: 30px;
}
.p40{
 padding: 40px;
}
.p50{
 padding: 50px;
}
.pb1em{
 padding-bottom: 1em;
}
.pb2em{
 padding-bottom: 2em;
}
.pb3em{
 padding-bottom: 3em;
}
.pb50{
 padding-bottom: 50px;
}
.pb100{
 padding-bottom: 100px;
}
.pb150{
 padding-bottom: 150px;
}
.pb200{
 padding-bottom: 150px;
}
.pt1em{
 padding-top: 1em;
}
.pt2em{
 padding-top: 2em;
}
.pt3em{
 padding-top: 3em;
}
.pt10{
 padding-top: 10px;
}
.pt20{
 padding-top: 20px;
}
.pt30{
 padding-top: 30px;
}
.pt40{
 padding-top: 40px;
}
.pt50{
 padding-top: 50px;
}
.pt100{
 padding-top: 100px;
}
.pt150{
 padding-top: 150px;
}
.pt200{
 padding-top: 200px;
}
.pr1em{
 padding-right: 1em;
}
.pr2em{
 padding-right: 2em;
}
.pr3em{
 padding-right: 3em;
}
.pl1em{
 padding-left: 1em;
}
.pl2em{
 padding-left: 2em;
}
.pl3em{
 padding-left: 3em;
}
.font-ss{
 font-size: 60%;
}
.font-s{
 font-size: 80%;
}
.font-sm{
 font-size: 90%;
}
.font-ml{
 font-size: 125%;
}
.font-l{
 font-size: 150%;
}
.font-ll{
 font-size: 200%;
}
.font-lll{
 font-size: 300%;
}
.flex{
 display: flex;
 justify-content: center;
}
.flex.sa{
 justify-content: space-around;
}
.flex.sb{
 justify-content: space-between;
}
.flex.wrap{
 flex-wrap: wrap;
}
.flex.reverse{
 flex-direction: row-reverse;
}
.flex .asCenter{
 align-self: center;
}
.w10,.w20,.w25,.w30,.w33,.w40,.w45,.w50,.w60,.w70,.w80,.w90,.w100{
 box-sizing: border-box;
}
.w10{
 width: 10% !important;
}
.w20{
 width: 20% !important;
}
.w25{
 width: 25% !important;
}
.w30{
 width: 30% !important;
}
.w33{
 width: 33% !important;
}
.w40{
 width: 40% !important;
}
.w45{
 width: 45% !important;
}
.w50{
 width: 50% !important;
}
.w60{
 width: 60% !important;
}
.w70{
 width: 70% !important;
}
.w80{
 width: 80% !important;
}
.w90{
 width: 90% !important;
}
.w100{
 width: 100% !important;
}
.wAuto{
 width: auto;
}
.lh1_2em{
 line-height: 1.2em;
}
.lh1_5em{
 line-height: 1.5em;
}
.lh2em{
 line-height: 2em;
}
.sp-menuArea {
 display: none;
}

.b{
 font-weight: bold;
}

.dNone{
 display: none;
}
.dIb{
 display: inline-block;
}
.dBlock{
 display: block;
}

.bgRed{
 background: url(../img/bg_red.jpg) center center;
 background-size: cover;
}
.bgBrown{
 background: url(../img/bg_brown.jpg) center center;
 background-size: cover;
}
.bgBrown3{
 background: url(../img/bg_brown3.jpg) center center;
 background-size: cover;
}
.bgBrown4{
 background: url(../img/bg_brown4.jpg) center center;
 background-size: cover;
}
.bgGreen{
 background: url(../img/bg_green.jpg) top center;
 background-size: cover;
}

.mincho{
 font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.white,
.white a,
a.white{
 color: #fff;
}
.black,
.black a,
a.black{
 color: #222;
}

a.mouseHover,
.mouseHover a{
 opacity: 1;
 transition: 0.5s;
}
a.mouseHover:hover,
.mouseHover a:hover{
 opacity: 0.7;
}

.styleBtn{
 display: inline-block;
 border:solid 1px #222;
 border-radius: 3em;
 background: #fff;
 padding: 5px 20px;
 color: #222;
 transition: .5s;
}
.styleBtn:hover{
 color: #fff;
 background: #000;
}

.shadow{
 text-shadow: 1px 1px 3px #000 , 1px 1px 3px #000;
}

.wp-pagenavi{
 padding: 50px 10px 50px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.wp-pagenavi .pages{
 border: solid #ddd 1px;
 padding: 5px 10px;
 margin-right: 15px;
}
.wp-pagenavi .current,
.wp-pagenavi .page{
 display: flex;
 width: 2em;
 height: 2em;
 border-radius: 50%;
 justify-content: center;
 align-items: center;
 box-sizing: border-box;
 padding: 0px;
 margin: 0px 10px 0px 0px;
 line-height: 1em;
}
.wp-pagenavi .current{
 background: #000;
 color: #fff;
}
.wp-pagenavi .page{
 color: #222;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
 color: #222;
 margin: 5px;
 font-size: 20px;
}

.page_listnews .list li{
 border-bottom: solid 1px #ddd;
}
.page_listnews .list li a{
 display: flex;
 padding: 10px;
}
.page_listnews .list li .date{
 margin-right: 15px;
}
.tajustify{
text-align: justify;
word-break: break-all;	
}
/*
===================================================
        sp
===================================================
*/
@media screen and (max-width: 960px) {
 #logo img{
  height: 50px;
  width: auto;
 }
 #footer .footerMenu{
  display: block;
 }
 #footer .footerMenu li{
  display: block;
  border-bottom: solid 1px #ddd;
 }
 #footer .footerMenu li a{
  display: block;
 }
 #footer .copy{
  padding-bottom: 80px;
 }
 #footer .sns ul{
  padding: 30px 10px;
  display: flex;
  justify-content: center;
 }
 #footer .sns ul li{
  width: 40%;
 }
 #footer .sns ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
 }
 #footer .sns ul li a img{
  width: 25px;
  margin-right: 10px;
 }
 #pagetop{
  width: 75px;
 }
 .sp-visible{
  visibility: visible;
  width: auto;
  height: auto;
 }
 .sp-hidden{
  visibility: hidden;
  width: 0px;
  height: 0px;
 }
 .sp-dBlock{
  display: block;
 }
 .sp-dIb{
  display: inline-block;
 }
 .sp-dNone{
  display: none;
 }
 .sp-menuBtn {
  cursor: pointer;
  position: fixed;
  z-index: 999;
  top: 24px;
  right: 15px;
  width: 50px;
  height: 40px;
 }
 .sp-menuBtn>.inner{
  position: relative;
  width: 100%;
  height: 100%;
 }
 .sp-menuBtn .inner>span{
  display: block;
  position: absolute;
 }
 .sp-menuBtn .inner>span,
 .sp-menuBtn .inner>span:before,
 .sp-menuBtn .inner>span:after{
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 10px;
 }
 .sp-menuBtn .inner>span:before,
 .sp-menuBtn .inner>span:after{
  position: absolute;
  display: block;
  content: "";
 }
 .sp-menuBtn .inner>span:before{
  top: 15px;
 }
 .sp-menuBtn .inner>span:after{
  top: 30px;
 }

 .sp-menuBtn.active {
  top: 39px;
 }
 .sp-menuBtn.active .inner>span{
  background: transparent;
 }
 .sp-menuBtn.active .inner>span:before{
  top: 0px;
  transform: rotate(45deg);
  transition: transform .5s , background .5s;
  background: #000;
 }
 .sp-menuBtn.active .inner>span:after{
  top: 0px;
  transform: rotate(-45deg);
  transition: transform .5s , background .5s;
  background: #000;
 }



 .sp-menuArea {
  display: block;
  opacity: 0;
  position: fixed;
  z-index: 998;
  top: 0px;
  height: 0px;
  width: 100%;
  height: 0px;
  background: #fff;
  overflow-y: scroll;
  background: #fff;
  color: #222;
  transition: 0.5s;
 }
 .sp-menuArea.active {
  opacity: 1;
  height: 100%;
 }
 .sp-menuArea .sp-menu {
  padding: 50px 10px 10px;
 }
 .sp-menuArea .sp-menu li {
  border-bottom: solid 1px #eee;
 }
 .sp-menuArea .sp-menu li a {
  position: relative;
  display: block;
  padding: 10px 5px 10px 15px;
  color: #555555;
 }
 .sp-menuArea .sp-menu li a::before {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -3px;
  vertical-align: middle;
  content: "";
  display: block;
  border-left: solid 6px #a00;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
 }
 .sp-font-l{
  font-size: 140%;
 }
 .sp-font-m{
  font-size: 100%;
 }
 .sp-font-s{
  font-size: 80%;
 }
 .sp-font-ss{
  font-size: 60%;
 }
 .sp-fLeft{
  float: left;
 }
 .sp-fRight{
  float: right;
 }
 .sp-tLeft{
  text-align: left;
 }
 .sp-tRight{
  text-align: right;
 }
 .sp-tCenter{
  text-align: center;
 }
 .sp-vTop{
  vertical-align: top;
 }
 .sp-vMiddle{
  vertical-align: middle;
 }
 .sp-vBottom{
  vertical-align: bottom;
 }
 .sp-mb0{
  margin-bottom: 0px;
 }
 .sp-mb1em{
  margin-bottom: 1em;
 }
 .sp-mb2em{
  margin-bottom: 2em;
 }
 .sp-mb3em{
  margin-bottom: 3em;
 }
 .sp-mb25{
  margin-bottom: 25px;
 }
 .sp-mb50{
  margin-bottom: 50px;
 }
 .sp-mt0{
  margin-top: 0px;
 }
 .sp-mt1em{
  margin-top: 1em;
 }
 .sp-mt2em{
  margin-top: 2em;
 }
 .sp-mt3em{
  margin-top: 3em;
 }
 .sp-mt10{
  margin-top: 10px;
 }
 .sp-mt25{
  margin-top: 25px;
 }
 .sp-mt50{
  margin-top: 50px;
 }
 .sp-mr0{
  margin-right: 0px;
 }
 .sp-ml0{
  margin-left: 0px;
 }
 .sp-pb0{
  padding-bottom: 0px;
 }
 .sp-pb1em{
  padding-bottom: 1em;
 }
 .sp-pb2em{
  padding-bottom: 2em;
 }
 .sp-pb3em{
  padding-bottom: 3em;
 }
 .sp-pb25{
  padding-bottom: 25px;
 }
 .sp-pb50{
  padding-bottom: 50px;
 }
 .sp-pt0{
  padding-top: 0px;
 }
 .sp-pt1em{
  padding-top: 1em;
 }
 .sp-pt2em{
  padding-top: 2em;
 }
 .sp-pt3em{
  padding-top: 3em;
 }
 .sp-pt10{
  padding-top: 10px;
 }
 .sp-pt25{
  padding-top: 25px;
 }
 .sp-pt50{
  padding-top: 50px;
 }
 .sp-pr0{
  padding-right: 0px;
 }
 .sp-pl0{
  padding-left: 0px;
 }
 .sp-w10,.sp-w20,.sp-w25,.sp-w30,.sp-w33,.sp-w40,.sp-w50,.sp-w60,.sp-w70,.sp-w80,.sp-w90,.sp-w100{
  box-sizing: border-box;
 }
 .sp-w10{
  width: 10% !important;
 }
 .sp-w20{
  width: 20% !important;
 }
 .sp-w30{
  width: 30% !important;
 }
 .sp-w40{
  width: 40% !important;
 }
 .sp-w50{
  width: 50% !important;
 }
 .sp-w60{
  width: 60% !important;
 }
 .sp-w70{
  width: 70% !important;
 }
 .sp-w80{
  width: 80% !important;
 }
 .sp-w90{
  width: 90% !important;
 }
 .sp-w100{
  width: 100% !important;
 }
 .sp-p0{
  padding: 0px;
 }
 .sp-p10{
  padding: 10px;
 }
 .sp-p20{
  padding: 20px;
 }
 .sp-wAuto{
  width: auto;
 }

}


/* layout */
.layout3{
 display: flex;
 flex-wrap: wrap;
}
.layout3>div,
.layout3>li{
 width: 32%;
 margin-right: 2%;
 margin-bottom: 20px;
}
.layout3>div:nth-child(3n),
.layout3>li:nth-child(3n){
 margin-right: 0%;
}

@media screen and (max-width: 960px) {
 .layout3{
  display: flex;
  flex-wrap: wrap;
 }
 .layout3>div,
 .layout3>li{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 15px;
 }
 .layout3>div:nth-child(3n),
 .layout3>li:nth-child(3n){
  margin-right: 2%;
 }
 .layout3>div:nth-child(2n),
 .layout3>li:nth-child(2n){
  margin-right: 0%;
 }
}

@media screen and (max-width: 380px) {
 .layout3{
  display: flex;
  flex-wrap: wrap;
 }
 .layout3>div,
 .layout3>li{
  width: 100%;
  margin-right: 0%;
  margin-bottom: 15px;
 }
 .layout3>div:nth-child(3n),
 .layout3>li:nth-child(3n){
  margin-right: 0%;
 }
 .layout3>div:nth-child(2n),
 .layout3>li:nth-child(2n){
  margin-right: 0%;
 }
}

/* おめざ開催期間中 */
.bgGreen{
 background: url(../img/omeza_bg.jpg) top center;
}