
@charset "UTF-8";
p, ul, li, h1, h2, h3, h4 {
  font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  color: #93e1ee;
}

input {
	display: none; 	/* チェックボックスを非表示にする */
}

a {
  transition: 1.0s ;
  text-decoration: none;
  color: #93e1ee;
}

a:hover {
  opacity: 0.5 ;
}

.sp{
  display: none;
}


.inner {
  text-align: center;
}

hr {
  border-top: 1px dashed #bbb;
}

.global__btn {
  text-align: left;
  position: fixed;
}
.global__munusMb {
  position: fixed;
}

.header {
  text-align: center;
  margin: 0 auto;
}
.header__box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.header__item {
  max-width: 60%;
}
.header__logo {
  padding: 7px;
  margin: 0 auto;
}

.contents {
  padding:20px;
  display: flex;
  justify-content: center;
}
.contents__item {
  padding-left: 15px;
}

.banner__box {
  display: flex;
  justify-content: center;
}
.banner__title {
  margin: 0 auto;
}
.banner__img {
  padding-left: 15px;
}

.munuimg__item{
  top: 0;
  left: 0;
  position: absolute;
  }

.menu li {
    max-height: 0;
    overflow-y: hidden;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    max-height: 46px;
    opacity: 1;
    padding:10px 20px 10px 30px;
    background-color: #fff;
}

.menu{
  position: absolute;
  text-align: left;
  top:0;
  left:0;
}

.main__item{
  width: 70%;
}
.footer {
  display: flex;
  justify-content: center;
  padding: 30px;
  text-align: center;
  background: url(../images/backimg.png) repeat-x;
}
.footer__copyright {
  color: #fff;
  font-size: 12px;
  margin: 0 auto;
  padding: 15px;
}
.footer__munus {
  display: flex;
  justify-content: center;
  position: fixed;
}
.footer__munu {
  color: #fff;
  font-weight: bold;
  padding: 15px;
}
.footer__title {
  color: #9adef0;
  font-weight: bold;
  padding: 15px;
}
.footer__texts{
  font-size: 11px;
  background-color: #9adef0;
  border-radius: 6px;
  width:256px;
  margin: 0 auto;
}
.footer__text{
  padding:7px;
  color: #fff;
  max-width:256px;
}
.footer__box {
  background-color: #fff;
  border-radius: 20px;
  padding: 5px;
  width: 290px;
}
.footer__banner {
  padding-top: 10px;
}

.twitter {
  padding-left: 40px;
}

.copy__text {
  font-size: 13px;
  text-align: center;
  margin: 0 autp;
  background: #fff;
  padding: 15px;
  color: #9fe0f0;
}

.main {
  margin: 0 auto;
 }
 .info{
   margin: 0 auto;
   text-align: center;
  background-color:#fff;
  border: solid 2px  rgb(113, 221, 248);
  border-radius: 14px;
  width:280px;
  color: #93e1ee;
}

.info__text{
  text-align: left;
  color: #93e1ee;
}
.info__title{
color: #93e1ee;
}

.info__Box{
  margin: 0 auto;
 padding:10px;
}

.footer__shop{
  padding-left: 30px;
}

.copy__sns{
  display: flex;
  padding-top:10px;
}

.copy__snsItem{
  padding-left: 15px;
  
}

.copy{
  display: flex;
  justify-content: center;
}

.copy__text{
  margin-top:-10px;
}

.footer__link{
  padding-top: 20px;
  background-color: #fff;
}

.footer__links{
  display: flex;
  justify-content: center;
}

.footer__linkText{
  text-align: left;
  font-size: 13px;
}

.footer__linkBox{
  padding-left: 55px;
}





 @media (max-width: 756px) {
  .main{
    display: none;
  }
  .contents {
    display:block;
  }
.header__item{
display: none;
 }
 .footer{
  display:block!important;
  padding:20px;
  text-align: center;
  background: url(../images/backimg.png) repeat;
 }
 .twitter{
margin: 0 auto;
margin-top: 15px;
 }
 .footer__box{
  margin: 0 auto;
 }
 .main__character{
  display: flex;
  flex-direction: column;
}

.footer__links{
  display: block;
}
.footer__linkText{
  font-size: 11px;
}
.contents__item {
 margin: 0 auto;
 padding-bottom: 12px;
 padding-left: 0px;
}
.footer__shop{
  padding-left: 0px;
}
.contents {
  padding:0px;
  text-align: center;
}
.footer__box {
  padding: 0px;
  height:300px;

}
.twitter{
  padding:0px;
}





}
/*# sourceMappingURL=hukuoka.css.map */
