@charset "utf-8";

.header {
  height: 65px;
}
@media screen and (max-width: 560px) {
  .header {
    height: 54px;
  }
}

#gasolinegrill .header,
#gasolinegrill .footer{ 
  display: none;
}
.side-bnr-btn {
  display: none !important;
}

.main {
  margin: 0;
  letter-spacing: 1px;
}


/* --header--  */

h1.logo {
  margin: 0;
  line-height: 0;
  position: relative;
}
h1.logo img{
  transition: .3s;
  max-width: 413px;
}

.gasolinegrill-header {
  background: #0A551E;
  padding: 18px 0px;
  width: 100%;

}

.gasolinegrill-header-wrap {
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.gasolinegrill-header {
  position: fixed;
  top: 0;
  z-index: 20;
}

.gasolinegrill-header .menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}

.gasolinegrill-header .menu li{
  position: relative;
  margin-left: 2em;
}

.gasolinegrill-header .menu li:before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #fff;
  position: absolute;
  top: .35em;
  left: -1em;
}

.gasolinegrill-header .menu li:first-child:before{
  content: none;
}

.gasolinegrill-header .menu a{
  color: #fff;
  font-weight: 800;
}
.gasolinegrill-header .menu a:hover{
  color: #63A742;
  text-decoration: none;
}

.gasolinegrill-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 1025px) {
  h1.logo img {
    transition: .3s;
    max-width: 313px;
  }
} 

@media screen and (max-width: 930px) {
  h1.logo img{
    max-width: 280px;
  }
  .menu li{
    font-size: 14px;
  }
} 
@media screen and (max-width: 840px) {
  h1.logo img{
    max-width: 260px;
  }
  .menu li{
    font-size: 12px;
  }
} 
@media screen and (max-width: 750px) {
  h1.logo img{
    max-width: 200px;
  }
  .menu li{
    font-size: 11px;
  }
} 


@media screen and (max-width: 650px) {
  h1.logo img{
    max-width: 280px;
  }
  .gasolinegrill-header-wrap {
    padding: 0 15px;
  }
  .gasolinegrill-header-btn {
    position: fixed;
    top: 0;
    right: 5px;
    width: 48px;
    height: 48px;
    background: #0A551E;
    z-index: 100;
    transition: .5s;
  }
  .gasolinegrill-header-btn.is-fixed {
    position: fixed;
  }
  .gasolinegrill-header-btn.is-open {
    background: none;
  }
  .gasolinegrill-header-btn span {
    position: absolute;
    right: 14px;
    width: 20px;
    height: 1px;
    margin: auto;
    background: #fff;
    transition: .5s;
  }
  .gasolinegrill-header-btn span:nth-child(1) {
    top: 0;
    bottom: 16px;
  }
  .gasolinegrill-header-btn span:nth-child(2) {
    top: 0;
    bottom: 0;
  }
  .gasolinegrill-header-btn span:nth-child(3) {
    top: 16px;
    bottom: 0;
  }
  .gasolinegrill-header-btn.is-open span:nth-child(1) {
    bottom: 0;
    background: #fff;
    transform: rotate(45deg);
  }
  .gasolinegrill-header-btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .gasolinegrill-header-btn.is-open span:nth-child(3) {
    top: 0;
    background: #fff;
    transform: rotate(-45deg);
  }
  .menu-sp {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 15px 0 20px;
    background: #0A551E;
    transition: .5s;
    z-index: -1;
    margin: 0;
    list-style-type: none;
    opacity: 0;
  }
  .menu-sp.is-open {
    opacity: 1;
    z-index: 10;
  }
  .menu-sp li {
    margin: 0 0 16px;
    opacity: 0;
    transform: translateX(10px);
    transition: .5s;
    font-weight: 800;
  }
  .menu-sp li:nth-child(1) {
    transition-delay: .3s;
  }
  .menu-sp li:nth-child(2) {
    transition-delay: .4s;
  }
  .menu-sp li:nth-child(3) {
    transition-delay: .5s;
  }
  .menu-sp li:nth-child(4) {
    transition-delay: .6s;
  }
  .menu-sp li:nth-child(5) {
    transition-delay: .7s;
  }
  .menu-sp.is-open li {
    opacity: 1;
    transform: none;
  }
  .menu-sp li a {
    padding: 0;
    color: #fff;
    text-align: center;
  }
  .menu-sp a {
    justify-content: center;
  }
  .menu-sp a:hover {
    text-decoration: none;
  }

  .menu-sp li a:after {
    content: none;
  }
}

/* --kv--  */

.section-kv {
  position: relative;
  height: 100vh;
  background: url(/hiroshima/assets/img/gasolinegrill/kv.jpg) no-repeat center center / cover;
}
.section-kv h1{
  transition: .3s;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 20px;
}
@media screen and (max-width: 560px) {
  .section-kv {

  }
  .section-kv h1{
    bottom: 60px;
  }
}




/* --gasoline--  */

.section-gasoline {
  position: relative;
  padding: 160px 0 80px;
  background: #fff;
}

.gasoline-title-wrap {
  position: relative;
  margin: 0 0 60px 0;
}

.gasoline-title-wrap h2{
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.gasoline-title-list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 0;
  padding: 130px 0 0 0;
}
.gasoline-title-list .txt{
  /*width: 39.5%;*/
  width: 45%;
  color: #0A551E;
  font-weight: 800;
  margin: 0 0 0 0;
  padding: 160px 0 0 0;
}

.gasoline-title-list .pic{
  width: 45%;
}

.gasoline-title-list video{
  width: 100%;
  margin: 0;
  padding: 0;
}



@media screen and (max-width: 560px) {
  .section-gasoline {
    padding: 60px 0 60px;
  }
  .gasoline-title-wrap {
    margin: 0 0 0 0;
  }
  .gasoline-title-wrap h2{
    position: static;
    margin: 0 0 10px 0;
  }
  .gasoline-title-list {
    flex-flow: column;
    padding: 0;
  }
  .gasoline-title-list .pic {
    width: auto;
    margin: 0;
  }
  .gasoline-title-list .txt {
    width: auto;
    padding: 1em 0 0 0;
  }
}



/* --burger--  */

.section-burger {
  position: relative;
  padding: 160px 0 0;
  background: #0A551E;
}

.burger-title-wrap {
  position: relative;
  margin: 0 0 60px 0;
}

.burger-title-wrap h2{
  position: absolute;
  margin: 0;
  padding: 0;
}

.burger-title-list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 0;
  padding: 130px 0 0 0;
}
.burger-title-list .txt{
  width: 40.625%;
  color: #fff;
  font-weight: 800;
  margin: 0 0 0 0;
  padding: 150px 0 0 0;
}

.burger-title-list .pic{
  width: 45%;
}

.burger-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.burger-list .item{
  width: 45%;
}
.burger-list .item:nth-child(2n){
  margin: 290px 0 0 0;
}
.burger-list .item .pic{
  margin: 0 0 1em 0;
}
.burger-list .item dl{
  margin: 0;
  padding: 0;
}
.burger-list .item dt{
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  color: #fff;
  font-weight: 800;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  line-height: 1.5;
}
.burger-list .item dt span{
  font-size: 15px;
}
.burger-list .item dd{
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 800;
}




@media screen and (max-width: 560px) {

  .section-burger {
    padding: 60px 0 0;
  }
  .burger-title-wrap {
    margin: 0 0 60px 0;
  }
  .burger-title-list {
    padding: 0 0 0 0;
    flex-direction: column-reverse;
  }
  .burger-title-wrap h2{
    position: static;
    margin-bottom: 10px;
  }
  .burger-title-list .pic {
    width: auto;
  }
  .burger-title-list .txt {
    width: auto;
    padding: 1em 0 0 0;
  }
  .burger-list {
    flex-flow: column;
  }
  .burger-list .item {
    width: auto;
    margin:0 0 3em 0;
  }
  .burger-list .item:nth-child(2n) {
    margin:0 0 3em 0;
  }
}



/* --story--  */

.section-story {
  position: relative;
  padding: 160px 0;
  background: #0A551E;
}

.section-story h2 {
  text-align: center;
  margin-bottom: 70px;
}

.story-wrap {
  display: flex;
  justify-content: space-between;
}
.story-wrap .pic{
  width: 58.64583333333333%;
}
.story-wrap .txt{
  width: 37.5%;
  color: #fff;
  font-weight: 800;
}

.story-wrap a{
  display: block;
  text-decoration: none;
  text-align: center;
  background: #fff;
  color: #0A551E;
  border-radius: 3em;
  padding: .3em 0;
  font-weight: 800;
  margin: 3em 0 0 0;
  font-size: 14px;
}
.story-wrap a:hover{
  background: #63A742;
  color: #fff;
}

.story-wrap a.coming-soon{
  pointer-events: none;
  opacity: .5;
}
.story-wrap a.coming-soon:hover{
  background: #63A742;
  color: #fff;
}



@media screen and (max-width: 560px) {
  .section-story {
    padding: 60px 0;
  }
  .section-story h2 {
    margin-bottom: 40px;
  }
  .story-wrap {
    flex-flow: column;
  }
  .story-wrap .pic{
    width: auto;
    margin-bottom: 2em;
  }
  .story-wrap .txt{
    width: auto;
  }
}



/* --menu--  */

.section-menu {
  position: relative;
  padding: 160px 0;
  background: #fff;
}

.section-menu h2{
  text-align: center;
  margin-bottom: 70px;
} 

.menu-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #0A551E;
  margin: 0 0 80px 0;
  padding: 0 0 80px 0;
  list-style-type: none;
}

.menu-list:after,
.menu-list:before{
  content:"";
  display:block;
  width: 22.916666666666664%;
  height:0;
}
.menu-list:before{
  order:1;
}

.menu-list li{
  width: 22.916666666666664%;
  margin-bottom: 10px;
}

.menu-list li dl{
  margin: 0 0 1em 0;
  padding: 0;
}
.menu-list li dl dt{
  margin: 1em 0 .5em 0;
  padding: 0;
  font-weight: 800;
  font-size: 15px;
  color: #0A551E;
}
.menu-list li dl dd{
  margin: 0;
  padding: 0;
  color: #0A551E;
  font-weight: 800;
  font-size: 24px;
}
.menu-list li dl dd .ty1{
  font-weight: 800;
  font-size: 16px;
}
.menu-list li dl dd .ty2{
  font-weight: 800;
  font-size: 12px;
}
.menu-list li dl dd .ty3{
  font-weight: 800;
  font-size: 14px;
}
.kitchen {
  display: flex;
  justify-content: space-between;
}
.kitchen .pic{
  width: 33.85416666666667%;
}
.kitchen .info{
  width: 59.06249999999999%;
  color: #0A551E;
  font-weight: 800;
}
.kitchen .info h3{
  margin: 0 0 1em 0;
}
.kitchen .info p {
  margin-top: 0;
  margin-bottom: 1em;
}
.kitchen .info strong {
  font-size: 24px;
}



@media screen and (max-width: 560px) {

  .section-menu {
    padding: 60px 0;
  }
  .section-menu h2 {
    margin-bottom: 40px;
  }
  .menu-list {
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
  }
  .menu-list:after,
  .menu-list:before{
    width: 45%;
  }
  .menu-list li{
    width: 45%;
    margin-bottom: 10px;
  }
  .menu-list li dl dd {
    font-size: 20px;
  }
  .section-menu {
    padding: 60px 0;
  }
  .kitchen {
    flex-flow: column;
  }
  .kitchen .pic{
    width: auto;
    margin: 0 0 3em 0 ;
  }
  .kitchen .info{
    width: auto;
  }
  .kitchen .info strong {
    font-size: 22px;
  }
}





/* --event--  */

.section-event {
  position: relative;
  padding: 160px 0;
  background: #0A551E;
}

.section-event h2{
  text-align: center;
  margin-bottom: 70px;
} 
.event-wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}

.event-wrap .list {
  width: 44%;
}

.event-wrap .list dl{
  border-top: 1px solid #fff;
  margin: 0;
  padding: 0;
  padding: 1.5em 0;
}

.event-wrap .list dl dt{
  font-weight: 800;
  font-size: 24px;
  margin: 0;
  padding: 0 0 .5em;
  color: #fff;
  line-height: 1.2;
}
.event-wrap .list dl dd{
  margin: 0;
  padding: 0;
  color: #fff;
}
.event-wrap .list dl dd:last-child{
  margin: 1em 0 0 0;
}

.event-wrap .pic {
  width: 50.833333333333336%;
}

.event-wrap .pic img{
  width: 100%;
  height: auto;
}

.event-btn {
  padding: 80px 0 0 0;
}
.event-btn.sec {
  padding: 40px 0 0 0;
}


.event-btn a{
  position: relative;
  display: block;
  max-width: 467px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  color: #0A551E;
  text-align: center;
  border-radius: 1em;
  font-size: 20px;
  font-weight: 800;
  padding: .2em 0;
}
.event-btn a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 2px 0 0 .5em ;
  width: 36px;
  height: 22px;
  background: url(/hiroshima/assets/img/gasolinegrill/fairicon.svg) no-repeat center center / cover;
}

.event-btn a:hover{
  color: #fff;
  background: #63A742;
  text-decoration: none;
}

.event-btn a:hover:after {
  background: url(/hiroshima/assets/img/gasolinegrill/fairicon_over.svg) no-repeat center center / cover;
}


.event-btn a img{
  vertical-align: middle;
}


@media screen and (max-width: 560px) {
  .section-event {
    padding: 60px 0;
  }
  .section-event h2 {
    margin-bottom: 40px;
  }
  .event-wrap .list dl dt {
    font-size: 20px;
  }
  .event-wrap {
    flex-direction: column-reverse;
  }
  .event-wrap .list {
    width: auto;
  }
  .event-wrap .pic {
    width: auto;
    margin: 0 0 3em 0;
  }
  .event-btn {
    padding: 3em 0 0 0;
  }
  .event-btn.sec {
    padding: 1.5em 0 0 0;
  }

}





/* --footer--  */


.gasolinegrill-footer {
  background: #63A742;
}

.gasolinegrill-footer-link {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 15px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.gasolinegrill-footer-logo {
  margin: 35px 0;
}

.gasolinegrill-footer-link ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}

.gasolinegrill-footer-link ul li{
  position: relative;
  margin-left: 2em;
}
.gasolinegrill-footer-link ul li:before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #fff;
  position: absolute;
  top: .35em;
  left: -1em;
}
.gasolinegrill-footer-link ul li a{
  color: #fff;
  font-weight: 800;
}
.gasolinegrill-footer-link ul li a:hover{
  color: #0A551E;
  text-decoration: none;
}
.gasolinegrill-footer-link ul li:first-child:before{
  content: none;
}

.gasolinegrill-footer-space {
  border-bottom: 1px solid #fff;
  padding: 45px 0 0 0;
}
.gasolinegrill-footer-copy {
  background: #0a551e;
  padding: 0;

}
.gasolinegrill-footer-copy p{
  font-size: 12px;
  color: #fff;
  padding: .6em 0;
}

@media screen and (max-width: 560px) {
  .gasolinegrill-footer-link {
    padding: 30px 15px 40px;
  }
  .gasolinegrill-footer-space {
    padding: 25px 0 0 0;
  }
  .gasolinegrill-footer-copy p {
    font-size: 11px;
    text-align: center;
  }
}



/* --mod-- */

.mod-inview-fadein {
  opacity: 0;
  transition: all 1s ease .3s;
  filter: blur(.5rem);
}
.mod-inview-fadein.mod-oninview {
  opacity: 1;
  filter: blur(0);
}

.mod-inview-fadedown {
  opacity: 0;
  transition: all 1s ease .3s;
  transform: translateY(-20px);
  filter: blur(.5rem);
}
.mod-inview-fadedown.mod-oninview {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition-duration: 1s;
}

.mod-inview-fadeup {
  opacity: 0;
  transition: all 1s ease .3s;
  transform: translateY(10px);
  filter: blur(.5rem);
}
.mod-inview-fadeup.mod-oninview {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.mod-inview-faderight {
  opacity: 0;
  transition: all 1s ease .3s;
  transform: translateX(-50px);
  filter: blur(.5rem);
}
.mod-inview-faderight.mod-oninview {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}

.mod-inview-fadeleft {
  opacity: 0;
  transition: all 1s ease .3s;
  transform: translateX(50px);
  filter: blur(.5rem);
}
.mod-inview-fadeleft.mod-oninview {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}

.mod-inview-fadeup {
  opacity: 0;
  transition: all 1s ease .3s;
  transform: translateY(10px);
  filter: blur(.5rem);
}
.mod-inview-fadeup.mod-oninview {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media screen and (max-width: 560px) {
  .mod-inview-fadedown {
    opacity: 1;
    transition: all 1s ease .3s;
    transform: translateY(0);
    filter: blur(0);
  }
}
