body{
  font: 27px/1.5 Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}

h2{
  text-align:center;
}

/* header */
.site-header{
    background: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.site-logo img{
  width: auto;
}

.gnav__menu{
    display: flex;
    padding: 35px 20px;
    list-style-type: none;
}

.gnav__menu__item{
    margin-left: 25px;
}

.gnav__menu__item a{
    color: #333;
    text-decoration: none;
}

.logo1{
  position: fixed;
}

img {
    max-width: 100%;
}

/* news */
ol.news{
  counter-reset:list;
  list-style-type:none;
  font: 20px/1.6 Arial, Helvetica, sans-serif;
  padding:0;
}

ol.news li{
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-size:20px;
  line-height: 20px;
  border-bottom: dashed 2px #cde4ff;;
}

.news{
    margin:2em 0;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    text-align:center;
}

/* Video detail */
.video {
  position: relative;
  height: 0;
  padding: 0px 0 56.25%;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}


/* Table - Contact */
td.left{text-align: left;}
td.right{text-align: right;}

table{
  margin-left: auto;
  margin-right: auto;
}

table, th, td{
    border: none;
    padding: 8px;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.grid {
  display: grid;
  gap: 5px;
  column-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  text-align:center;
}

.reservation{
  z-index: 9999;
  position: fixed;
  bottom: 14px;
  right: 14px;
}

/* SNS */
.sns{
  text-align:center;
}

/* photo */
.sns img{
  width:2.5%;
  margin: 1%;
}

.box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

h4 {
  font-size: 27px;
  margin: 0;
}

.pict {
  width: 30%;
  margin-left: 3%;
}

.pict img {
  width: 100%;
  height:auto;
}

.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box:nth-child(even) .text {
  text-align: right;
}
.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

@media (max-width:768px) {
  .box {
    flex-direction: column;
  }
  .box:nth-child(even) {
    flex-direction: column;
  }
  .text {
    text-align: center;
  }
  .box:nth-child(even) .text {
    text-align: center;
  }
  .pict {
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img {
    width:50%;
    height:auto;
  }
}

/* footer */
footer{
  font: 18px/1.6 Arial, Helvetica, sans-serif;
  padding: 20px;
  margin-top: 20px;
  color: #35424a;
  background-color: #0000;
  text-align: center;
  width: 80%;
  margin: auto;
  overflow: hidden;
}
