body {
  background: #F4ECE6;
  margin: 0;
  color: #613914;
  font-family: Verdana, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ＭＳ Ｐゴシック", sans-serif;
}

.wrapper {
  overflow: hidden;
}

/* HAMBURGER */
#hamburger {
  display: none;
}

#toggle {
  position: fixed;
  top: 25px;
  right: 25px;
}

#toggle-box {
  position: relative;
  width: 36px;
  height: 32px;
  cursor: pointer;
}

#toggle-box > span {
width: 100%;
height: 1px;
left: 0;
display: block;
background: #000;
position: absolute;
transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
  top: 0;
}
#toggle-box > span:nth-child(2) {
  top: 50%;
  transform: translatey(-50%);
}
#toggle-box > span:nth-child(3) {
  bottom: 0;
}

#toggle {
  z-index: 1000;
}

#nav-content {
  z-index: 900;
  overflow-x: hidden;
  width: 50%;
  height: 100%;
  background:  #613914;
  color: #fff;
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  transform: translateX(100%);
  transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav-content ul {
list-style: none;
display: block;
position: absolute;
top: -20px;
right: 0;
}

#nav-content ul li {
  width: 80%;
  border-bottom: 1px solid #fff;
  text-align: left;
  padding-left: 30px;
}



#nav-content a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  transition: opacity .6s ease;

}

#nav-content a:hover {
opacity: 0.6;
}

.is-open {
  overflow: hidden;
}

.is-open #toggle-box > span {
  background: #fff;
}

.is-open #toggle-box > span:nth-child(1) {
top: 50%;
transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
top: 50%;
transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
z-index: 999;
transform: translateX(0);
width: 50%;
}

/* nav-info2 */
.nav-info2 {
  position: absolute;
  top: 480px;
  right: -5px;
  width: 100%;
  padding: 5px;
  
}

.nav-info2 h2 {
  font-size: 11px;
  margin: 5px;
}

.nav-tell2 img {
  width: 2em;

}

.nav-tell2 a {
  font-size: 1.5em;
  text-align: center;
}

.nav-mail2 img {
  width: 2em;
}

.nav-mail2 a {
  font-size: 0.5em;
  text-align: center;
}

/*nav-line-hamburger*/
.nav-line-hamburger {
  margin-top: 50px;
}

.nav-line-hamburger h2 {
  text-align: left;
}

.nav-line-hamburger h2 span {
  display: block;

}

/* SM */
@media(max-width:519px){
  #hamburger {
    display: block;
  }
}
/* END HAMBURGER */


/* HEADER */

header {
  position: relative;
  
}

.logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  z-index: 20;
  height: 200px;
}

.logo img {
  margin: 0 auto;
  display: block;
  width: 180px;
  object-fit: contain;
}

.logo h1 {
  font-size: 40px;
  font-weight: bolder;
  text-align: center;
  margin-top: -10px;
  line-height: 40px;
}

nav {
  width: 100%;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 100px;/*.nav-info用*/
}

nav li {
  padding: 5px 0;
  list-style: none;
  width: 8em;
  text-align: center;
}

nav li a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #613914;
  font-family: Verdana, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ＭＳ Ｐゴシック", sans-serif;
}

nav li a:hover {
  color: #EA5415;
}

nav li:nth-child(3) {
  margin-right: 25%;

}

/* nav-line */
.nav-line {
  position: absolute;
  top: 10px;
  left: 30px;
}

.nav-line h2 {
  font-size: 1em;
}

.nav-line h2 span {
  display: block;
}

.nav-line2 {
  width: 300px;
  display: flex;
}

/*
.nav-line2 img {
  display: block;
  margin: auto;
}
*/

.nav-line2 .line-annai {
  width: 30%;
  margin: auto;
  object-fit: contain;
}


/* NAV INFO */
.nav-info {
  position: absolute;
  top: 10px;
  right: 30px;
  text-align: left;
}

.nav-info h2 {
  margin: 0;
  font-size: 15px;
}

.nav-tell a {
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  color: #613914;
  text-decoration: none;
}


.nav-tell a:hover {
  color: #EA5415;
}

.nav-tell a img {
  width: 30px;
}

.nav-mail a {
  font-size: 23px;
  font-weight: bold;
  cursor: pointer;
  color: #613914;
  text-decoration: none;
}

.nav-mail a:hover {
  color: #EA5415;
}

.nav-mail a img {
  width: 30px;
  padding-right: 10px;
}
/* END NAV INFO */
.header-container {
  padding: 60px;
  margin: 10px 0;
  background-color: rgba(204, 204, 204, 0.5);
}

.header-container h3 {
  text-align: center;
  font-size: 44px;
  color: #613914;
}

.header-container p {
  text-align: center;
  font-size: 22px;
  margin-top: -50px;
  color: #F0C076;
}

@media(max-width: 1024px) {
  .nav-info {
    top: 0;
    right: 0;
    text-align: left;
    width: 100%;
    max-width: 400px;
    margin: 10px;
  }
  
  .nav-info h2 {
    font-size: 13px;
  }
  
  .nav-tell a {
    font-size: 25px;
  }
  
  .nav-tell a img {
    width: 25px;
  }
  
  .nav-mail a {
    font-size: 20px;
  }
  
  .nav-mail a img {
    width: 20px;
  }
  
  .logo {
    width: 200px;
    height: 180px;
  }
  
  .logo img {
    width: 150px;
  }
  
  .logo h1 {
    font-size: 33px;
    font-weight: bolder;
    text-align: center;
    margin-top: -10px;
    line-height: 40px;
  }

  nav li a {
    font-size: 17px;
  }
  
  
}

@media(max-width:834px) {
  .nav-line {
    width: 100%;
    max-width: 330px;
    margin: 10px;
  }

  .nav-line h2 {
    font-size: .7em;
  }

  .nav-info {
  top: 0;
  right: 0;
  text-align: left;
  width: 100%;
  max-width: 330px;
  margin: 10px;
}

.nav-info h2 {
  font-size: 10px;
}

.nav-tell a {
  font-size: 20px;
}

.nav-tell a img {
  width: 20px;
}

.nav-mail a {
  font-size: 15px;
}

.nav-mail a img {
  width: 15px;
}

nav li a {
  font-size: 15px;
}

}

@media(max-width:768px) {
   .nav-line , .line-annai , .nav-info {
    top: 0;
    right: 0;
    text-align: left;
    width: 100%;
    max-width: 300px;
    margin: 10px;
  }
  
  .nav-info h2 {
    font-size: 13px;
  }
  
  .nav-tell a {
    font-size: 20px;
  }
  
  .nav-tell a img {
    width: 20px;
  }
  
  .nav-mail a {
    font-size: 15px;
  }
  
  .nav-mail a img {
    width: 15px;
  }
  
  .logo {
    width: 200px;
    height: 180px;
  }
  
  .logo img {
    width: 130px;
  }
  
  .logo h1 {
    font-size: 28px;
  }

  nav {
    width: 100%;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 90%;
    margin-top: 100px;/*.nav-info用*/
  }
  
  nav li a {
    font-size: 13px;
  }

}

@media(max-width: 519px) {
  .nav-line , .line-annai , .nav-info , .pc {
    display: none;
  }
  
  .logo img {
    width: 100px;
  }
  
  .logo h1 {
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
    margin-top: -10px;
    line-height: 40px;
  }
  
  nav {
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .header-container {
    padding: 20px;
  }
  
  .header-container2 h3 {
    font-size: 24px;
  }
  
  .header-container2 p {
    font-size: 15px;
    margin-top: -20px;  
  }

}
/* END HEADER */

/* CONTENTS1 */
.contents1-container h1 {
  padding: 10px 30px;
  margin: 0 200px;
  border-bottom: 3px solid #F0C076;
}

.contents1-container2 img {
  width: 50%;
  display: block;
  margin: 50px auto;
  border-radius: 10px;
}

.contents1-container3 {
  margin: 10px 80px;
  padding: 30px;
  background: url(img/bg-dot.jpg);
  border-radius: 10px;
}

.contents1-container3 h2 {
  font-size: 30px;
}

.gaikan {
  background: url(img/gaikan.png) no-repeat;
  background-size: 40px;
  padding-left: 50px;
  letter-spacing: 0.07em;
}

.contents1-container3 p {
  text-align: center;
  width: 25%;
  margin: auto;
  background: linear-gradient(transparent 70%,yellow 70%);
}

.contents1-box {
  display: flex;
  justify-content: center;
}

.contents1-box img {
  margin: 10px;
  align-self: flex-start;
}

.contents1-1 {
  width: 60%;
}

.contents1-2 {
  width: 35%;
}

@media(max-width: 1024px) {
  .contents1-container2 img {
    width: 95%;
    display: block;
    margin: 20px auto;
  }

}

@media(max-width:519px) {
  .contents1-container h1 {
    width: 80%;
    font-size: 1.5em;
    padding: 10px 30px;
    margin: auto;
    border-bottom: 2px solid #F0C076;
  }
  
  .contents1-container2 img {
    width: 95%;
    display: block;
    margin: 20px auto;
  }
  
  .contents1-container3 {
    margin: 10px;
    padding: 10px;
  }
  
  .contents1-container3 h2 {
    font-size: 23px;
  }
  
  .gaikan {
    background-size: 35px;
    padding-left: 40px;
  }
  
  .contents1-container3 p {
    width: 80%;
    background: linear-gradient(transparent 90%,yellow 90%);
  }
  
  .contents1-box {
    display: block;
  }
  
  .contents1-box img {
    display: block;
    margin: 20px auto;
  }
  
  .contents1-1 {
    width: 70%;
  }
  
  .contents1-2 {
    width: 44%;
  }

}

/* END CONTENTS1 */

/* CONTENTS2 */
.contents2-container {
  margin: 10px 80px;
  padding: 30px;
  background: url(img/bg-dot.jpg);
  border-radius: 10px;
}

.contents2-container h2 {
  font-size: 30px;
}

.parking {
  background: url(img/parking.png) no-repeat;
  background-size: 40px;
  padding-left: 50px;
  letter-spacing: 0.07em;
}

.contents2-container2 {
  height: auto;
}

.contents2-container2 h3 {
  border-bottom: 3px dotted #F0C076;
  width: 15%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.contents2-container3 {
  height: auto;
}

.contents2-container3 h3 {
  border-bottom: 3px dotted #F0C076;
  display: inline-block;
  /* width: 20%; */
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.contents2-container3 p {
  text-align: center;
  width: 25%;
  margin: auto;
  background: linear-gradient(transparent 70%,yellow 70%);
}

.contents2-box {
  display: flex;
  justify-content: center;
  height: auto;
}

.contents2-box img {
  width: 30%;
  margin: 10px;
  align-self: flex-start;
}

.contents2-box2 {
  display: flex;
  justify-content: center;
  height: auto;
}

.contents2-box2 img {
  width: 30%;
  margin: 10px;
  align-self: flex-start;
}

@media(max-width: 1024px) {
  .contents2-box {
    display: block;
    justify-content: center;
  }

  .contents2-box2 {
    display: block;
    justify-content: center;
  }

  .contents2-container2 h3 {
    width: 35%;
  }

  .contents2-container3 h3 {
    /* width: 35%; */
  }

  .contents2-container3 p {
    text-align: center;
    width: 45%;
    font-size: 1.5em;
    margin: auto;
    background: linear-gradient(transparent 70%,yellow 70%);
  }

  .contents2-box img {
    width: 70%;
    margin: 10px auto;
    display: block;
  }

  .contents2-box2 img {
    width: 70%;
    margin: 10px auto;
    display: block;
  }

}

@media(max-width: 834px) {
  .contents2-box {
    display: block;
    justify-content: center;
  }

  .contents2-box2 {
    display: block;
    justify-content: center;
  }

  .contents2-container2 h3 {
    width: 35%;
  }

  .contents2-container3 h3 {
    /* width: 35%; */
  }

  .contents2-container3 p {
    text-align: center;
    width: 55%;
    font-size: 1.3em;
    margin: auto;
    background: linear-gradient(transparent 70%,yellow 70%);
  }

  .contents2-box img {
    width: 70%;
    margin: 10px auto;
    display: block;
  }

  .contents2-box2 img {
    width: 70%;
    margin: 10px auto;
    display: block;
  }

}

@media(max-width:519px) {
  .contents2-container {
    margin: 20px 10px;
    padding: 10px;
  }
  
  .contents2-container h2 {
    font-size: 23px;
  }
  
  .parking {
    background-size: 35px;
    padding-left: 40px;
  }
  
  
  .contents2-container2 h3 {
    width: 55%;
  }
  
  .contents2-container3 h3 {
    /* width: 55%; */
  }

  .contents2-container3 h3 span {
    display: block;
    font-size: .8rem;
  }
  
  .contents2-container3 p {
    width: 75%;
    background: linear-gradient(transparent 90%,yellow 90%);
    font-size: 1em;
  }
  
  .contents2-box {
    display: block;
  }
  
  .contents2-box img {
    width: 70%;
    display: block;
    margin: 10px auto;
  }
  
  .contents2-box2 {
    display: block;
  }
  
  .contents2-box2 img {
    width: 70%;
    display: block;
    margin: 10px auto;
  }

}

/* END CONTENTS2 */

/* CONTENTS3 */
.contents3-container h1 {
  padding: 10px 30px;
  margin: 0 200px;
  border-bottom: 3px solid #F0C076;
}

.contents3-container2 .gmap {
  width: 70%;
  margin: auto;
}

.contents3-container2 address {
  text-align: center;
  font-size: 24px;
  padding: 10px;
}

.contents3-container2 p {
  text-align: center;
  font-size: 20px;
  width: 50%;
  margin: auto;
  background: linear-gradient(transparent 70%,yellow 70%);
}

.contents3-container2 {
  margin: 10px 80px;
  padding: 30px;
  background: url(img/bg-dot.jpg);
  border-radius: 10px;
}

@media(max-width:519px) {
  .contents3-container h1 {
    width: 80%;
    font-size: 1.5em;
    padding: 10px 30px;
    margin: auto;
    border-bottom: 2px solid #F0C076;
  }
  
  .contents3-container2 {
    margin: 10px;
    padding: 20px;
  }

  .contents3-container2 .gmap {
    width: 100%;
  }
  
  .contents3-container2 address {
    font-size: 17px;
  }
  
  .contents3-container2 p {
    font-size: 17px;
    width: 67%;
    background: linear-gradient(transparent 90%,yellow 90%);
  }

}

/* END CONTENTS3 */

/* CONTENTS4 */
.contents4-container h1 {
  padding: 10px 30px;
  margin: 0 200px;
  border-bottom: 3px solid #F0C076;
}

.contents4-container2 {
  margin: 10px 80px;
  padding: 30px;
  background: url(img/bg-dot.jpg);
  border-radius: 10px;
}

.contents4-container2 h2 {
  padding-left: 50px;
  font-size: 1.8em;
  margin: 0;
}

.bus {
  background: url(img/bus.png) no-repeat;
  background-size: 40px;
  letter-spacing: 0.07em;
}

.train {
  background: url(img/train.png) no-repeat;
  background-size: 40px;
  letter-spacing: 0.07em;
}

.contents4-container2 img {
  width: 100%;
  max-width: 500px;
}

.contents4-container2 h3 {
  border-bottom: 3px dotted #F0C076;
  width: 30%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.contents4-container2 h3 span {
  white-space: nowrap;
}

.contents4-container3 {
  display: flex;
  justify-content: space-around;
}

.contents4-container5 {
  display: flex;
  justify-content: space-around;
}

.contents4-container5 p {
  text-align: left;
  width: 100%;
  max-width: 300px;
  margin: auto;
}

@media(max-width: 1024px) {

  .contents4-container2 img {
    display: block;
    margin: auto;
  }

  .contents4-container3 {
    display: block;
    justify-content: space-around;
  }

  .contents4-container2 h3 {
    border-bottom: 3px dotted #F0C076;
    width: 50%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.3em;
  }

  .contents4-container3 p {
    text-align: center;
  }
  
  .contents4-container5 {
    display: block;
    justify-content: space-around;
  }

  .contents4-container5 p {
    text-align: left;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
}

@media(max-width:519px) {
  .contents4-container h1 {
    width: 80%;
    font-size: 1.5em;
    padding: 10px 30px;
    margin: auto;
    border-bottom: 2px solid #F0C076;
  }
  
  .contents4-container2 {
    margin: 10px;
    padding: 20px;
  }
  
  .contents4-container2 h2 {
    padding-left: 40px;
    font-size: 23px;
    margin: 0;
  }
  
  .bus {
    background: url(img/bus.png) no-repeat;
    background-size: 35px;
    letter-spacing: 0.07em;
  }
  
  .train {
    background: url(img/train.png) no-repeat;
    background-size: 35px;
    letter-spacing: 0.07em;
  }
  
  .contents4-container2 img {
    width: 80%;
    display: block;
    margin: auto;
  }
  
  .contents4-container2 h3 {
    width: 95%;
  }
  
  .contents4-container3 {
    display: block;
  }
  
  .contents4-container5 {
    display: block;
  }

}

/* END CONTENTS4 */


/* FOOTER */
footer {
  padding: 0 50px 0 50px;
}
 
footer p {
  text-align: center;
  padding: 10px;

}

.footer-info {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.footer-logo {
  width: 300px;
  margin: auto;
}

.footer-logo a {
  text-decoration: none;

}

.footer-logo .logo-img1 {
  width: 200px;
  display: block;
  margin: auto;
}

.footer-logo .logo-img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  animation: yurayura 2s linear infinite;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(5deg);
  }
  50%{
      transform: rotate(-5deg);
  }
}

.footer-logo h2 {
  font-size: 40px;
  font-weight: bolder;
  margin-top: -10px;
  line-height: 40px;
  color: #613914;
  text-align: center;
}

footer address {
  font-size: 20px;
  text-align: center;
}

.footer-tell {
  text-align: center;/*<a＞用*/
}

.footer-tell a {
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #613914;
}

.footer-tell img {
  width: 30px;
  padding-right: 10px;
}

.footer-tell a:hover {
  color: #EA5415;
}

.footer-info_container1 {
  width: 50%;
  position: relative;
}

.footer-info_container2 {
  width: 50%;
}

.footer-info_container2 .info-img1 {
  display: block;
  margin: -100px auto 0 auto;
  width: 100%;
}

.footer-info_container2 .info-img2 {
  width: 110px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media(max-width: 1024px) {
  .footer-logo .logo-img2 {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 80px;
    animation: yurayura 2s linear infinite;
  }

}


@media(max-width:834px) {
  .footer-tell a {
    font-size: 35px;
    font-weight: bold;
    text-decoration: none;
    color: #613914;
  }

  .footer-logo .logo-img2 {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 80px;
    animation: yurayura 2s linear infinite;
  }

}

@media(max-width:768px) {
  .footer-logo .logo-img2 {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 80px;
    animation: yurayura 2s linear infinite;
  }

  .footer-logo .logo-img2 {
    position: absolute;
    bottom: 60px;
    right: -100px;
    width: 80px;
    animation: yurayura 2s linear infinite;
  }

  .footer-tell a {
    font-size: 35px;
    font-weight: bold;
    text-decoration: none;
    color: #613914;
  }

  .footer-info_container2 p {
    font-size: .8em;
  }
  
}

@media(max-width: 519px) {
  footer {
    padding: 0 10px 0 10px;
    height: 100%;
  }

  .footer-info {
    display: block;
  }

  .footer-logo {
    width: 300px;
    margin: auto;
  }
  
  .footer-logo a {
    text-decoration: none;
  
  }
  
  .footer-logo .logo-img1 {
    width: 150px;
    display: block;
    margin: auto;
  }
  
  .footer-logo .logo-img2 {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 80px;
    animation: yurayura 2s linear infinite;
  }

  .footer-info_container1 {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .footer-info_container2 {
    width: 100%;
    height: 100%;
  }

  .footer-logo h2 {
    font-size: 30px;
  }

  .footer-tell a {
    font-size: 30px;
  }

  .footer-info_container2 .info-img1 {
    margin: 50px auto;
    width: 70%;
  }
  
  .footer-info_container2 .info-img2 {
    width: 70px;
  }

  .footer-info_container2 p {
    font-size: .4em;
    margin-top: -50px;
  }
  
}

/* 追従ボタン */
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media(max-width: 519px) {
  #page_top{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #ef3f98;
    opacity: 0.6;
    border-radius: 50%;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 20px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -30px;
    bottom: 10px;
    right: 10px;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after{
    content: 'PAGE TOP';
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 35px;
    bottom: 10px;
    right: 10px;
    left: 0;
    margin: auto;
    text-align: center;
  }

}