html {
    scroll-behavior: smooth;
}

.pagetop {
    height: 70px;
    width: 70px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #ffdab9;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

body {
  padding-top: 82px;
}

header {
  width: 100%;
  height: 90px;
  background: #ffffff;
  padding: 20px 50px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  box-shadow: 0px 7px 0px #b8860b;
}

header .gnav {
  display: flex;
}

header .gnav li {
  list-style: none;
  margin-left: 40px;
}

.gnav a {
  text-decoration: none;
  color: #000000;
  font-size: 25px;
}

h9 {
  font-size: 50px;
}

h9 img {
  vertical-align: middle;
  margin-bottom: 10px;
}

h9 a {
  text-decoration: none;
  color: #000000;
}

.area {
  width: 500px;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
}
.tab_class {
  width: calc(100%/3);
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
}
input[name="tab_name"] {
  display: none;
}
input:checked + .tab_class {
  color: blue;
}
.content_class {
  display: none;
  width: 100%;
}
input:checked + .tab_class + .content_class {
  display: block;
}

h1 {
  font-size: 80px;
  font-family: Impact;
  vertical-align: middle;
  text-align: center;
  background-color: rgba(255,255,255,0.5);
  padding: 0px;
  margin-top: -100px;
}

b1 {
  color: #0000ff;
  font-family: HiraMinProN-W6;
}

b3 {
  color: #000000;
  font-family: Impact;
}

.samune {
  background-image: url(images/IMG_2679.jpeg);
  height: 250px;
  background-size: cover;
  padding-top: 200px;
  margin: 0;
}

.all {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 30px;
  border-style: solid;
  border-color: #d3d3d3;
  background-color: #fffaf0;
  box-shadow: 0px 0px 5px #000000;
}

.hajimeni {
  margin-top: 0px;
  padding: 30px;
}


.mokuji {
  background-color: #ffffff;
  margin-top: 30px;
  margin-left: 30px;
  margin-right:30px;
  border-style: solid;
  border-radius: 0px;
  border-width: 7px;
  border-color: #d2691e;
}

m1{
  font-size: 50px;
  font-family: impact;
  padding-left: 15px;
  padding-top: 10px;
}

m2{
  font-size: 30px;
}

.mokuji a {
  font-size: 40px;
  padding-left: 50px;
  padding-bottom: 10px;
  color: #000000;
  text-decoration: none
}

b {
  font-size: 30px;
  padding-left: 100px;
  color: #000000;
  text-decoration: none;
}

.shop {
  color: #000000;
  padding: 30px;
}

.title {
  font-size: 50px;
  margin-bottom: 50px;
  padding-left: 15px;
  border-left-style: solid;
  border-left-width: 15px;
  border-left-color: #ff0000;
  height: 68px;
  font-family: impact;
  border-bottom-style: solid;
  border-bottom-color: #d2691e;
  border-bottom-width: 5px;
}
 
.shop p {
  font-size: 45px;
  background-color: #f0fff0;
  padding: 20px;
  border-style: solid;
  border-radius: 30px;
}

.shop img {
  float: right;
}

.photo {
  padding: 30px;
}

.photo h2 {
  color: #ffffff;
  border-color: #ffcc11;
}

h3 {
  color: #800000;
  font-size: 50px;
}

.photo p {
  color: #ffffff;
  clear: left;
}

g1{
  font-size: 30px;
}


.big {
  background-color: #ffffff;
  width: 800px;
  padding: 15px;
  box-shadow: 0px 0px 10px #000000;
  margin: 40px auto;
}

.small {
  background-color: #ffffff;
  width: 240px;
  padding: 15px;
  margin: 20px;
  box-shadow: 10px 10px 20px #000000;
}

.kekka {
  padding: 30px;
}

g2 {
  font-size: 30px;
  color: red;
}

.kaiketu {
  padding: 30px;
}

.daiyaru {
  padding: 30px;
}

.saigoni {
  padding: 30px;
}

.youtube {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin: 40px auto;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 70%;
}

h10 {
  color: #000000;
  font-size: 50px;
  font-family: HiraMinProN-W6;
}

.end {
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0px -7px 0px #b8860b;
}

.end g1 {

}

h12 img {
  margin-top: 10px;
}

.end h11 a {
  color: #0000ff;
  font-size: 50px;
  font-family: HiraMinProN-W6;
  text-decoration: none;
  text-align: center;
}
g2 {
 font-size: 50px;
 text-align: left;
 color: #000000;
}