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-container2 h3 {
  text-align: center;
  color: #613914;
  font-size: 44px;
}

.header-container2 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-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 {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  margin: 50px 100px 50px 100px;
}

@media(max-width:1024px) {
  .contents1-container h1 {
    padding: 10px 30px;
    margin: 0 80px;
    border-bottom: 3px solid #F0C076;
  }
}

/*お知らせ↓ここから*/
.info {
  -webkit-overflow-scrolling: touch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  /* max-width: 600px; */
  /*付け加えた*/
  width: auto;
  height: 13em;
  margin: auto;
  overflow-y: scroll
}

@media (min-width:768px) {
  .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap
  }
}

.info dd,
.info dt {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: .5em;
  padding-left: .5em
}

.info dt {
  font-style: normal;
  font-weight: initial
}

@media (min-width:768px) {
  .info dt {
    width: 12.5em;
    margin-bottom: .5em;
    border-bottom: 1px dotted #343a40
  }
}

.info dt:first-of-type {
  padding-top: .5em;
  border-top: 1px dotted #343a40
}

.info dt time {
  /*margin-right: .5em;*/
  float: right;
}

.info dt span {
  box-sizing: border-box;
  display: inline-block;
  width: 7em;
  margin-right: .5em;
  padding: 0 .5em;
  background-color: #009688;
  color: #fff;
  font-size: .8em;
  line-height: 1.75;
  text-align: center
}

.info time {
  color: #adb5bd
}

.info dd {
  margin-left: 0;
  margin-bottom: .5em;
  border-bottom: 1px dotted #343a40
}

@media (min-width:768px) {
  .info dd {
    width: calc(100% - 12.5em)
  }
  .info dd:first-of-type {
    padding-top: .5em;
    border-top: 1px dotted #343a40
  }

}

.info dd:nth-of-type(-n+3) {
  position: relative
}

@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 {
    margin: 10px;
  }

  .info dt time {
    margin-right: 1.5em;
    float: left;
  }

  

}
/* END CONTENTS1 */

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

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

.contents2-container2 h2 {
  text-align: center;
  font-size: 30px;
  padding: 50px 0 10px 0;
  width: 100%;
  max-width: 300px;
  margin: auto;
  background: linear-gradient(transparent 80%, yellow 80%);
}

.contents2-container2-2 {
  width: 100%;
  max-width: 750px;
  margin: auto;
}

.contents2-container2-2 p {
  line-height: 2em;
}

.contents2-container2-4 {
  display: flex;
  justify-content: space-around;
}

.contents2-container2-5 {
  width: 100%;
  max-width: 500px;
  height: 100%;
  line-height: 1em;
  border: 1px solid #333;
  padding: -10px;
}

.contents2-container2-5 h3 {
  font-size: 22px;
  padding-bottom: 10px;
  text-align: center;
}

.contents2-container2-5 h4 {
  font-weight: bold;
  border-bottom: 3px dotted #F0C076;
  width: 100%;
  max-width: 70%;
  margin: auto;
  line-height: 1.5em;
}

.contents2-container2-5 p {
  font-size: 15px;
  line-height: 2em;
  width: 100%;
  max-width: 400px;
  margin:auto;
}

.contents2-container2-6 img {
  width: 100%;
  max-width: 550px;
  border-radius: 10px;
}

.contents2-container2-6 p {
  text-align: center;
}

.shikakennshin {
  background: url(img/check2.png) no-repeat;
  background-size: 18px;
  letter-spacing:  0.07em;
  padding-left: 25px;
}

.contents2-box {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  height: auto;
}

.contents2-box:nth-child(even) {
  flex-direction: row-reverse;
}

.contents2-container3 h1 {
  padding: 10px 30px;
  margin: 0 200px;
  border-bottom: 3px solid #F0C076;
}

.contents2-container4 {
  background: url(img/bg-dot.jpg);
  border-radius: 10px;
  margin: 10px 30px;
  height: auto;
}

/*フェードインアニメ*/
.fadein {
  opacity : 0;
  transition : all 5s;
}
  
.fadein.active{
  opacity : 1;
}
/*end fadein*/

.contents2-box img {
  width: 20%;
  border-radius: 10px;
  align-self: flex-start;
}

.contents2-box .info1-1 {
  margin: 0 0 10px 50px;
  align-self: flex-start;
}

.contents2-box .info2-2 {
  margin: 0 50px 10px 0;
  align-self: flex-start;
}

.contents2-box .info3-3 {
  margin: 0 0 10px 50px;
  align-self: flex-start;
}

.contents2-box .info4-4 {
  margin: 0 50px 10px 0;
  align-self: flex-start;
}


.contents2-box2 h3 {
  border-bottom: 3px dotted #F0C076
}

.contents2-box2 {
  width: 700px;
}

table {
  width: 100%;
}

table th {
  white-space: nowrap;
}

table span {
  color: red;
}

@media(max-width:1024px) {
  .contents2-container h1 {
    padding: 10px 30px;
    margin: 0 80px;
    border-bottom: 3px solid #F0C076;
  }

}

@media(max-width:768px) {

  .contents2-container h1 {
    padding: 10px 30px;
    margin: 0 80px;
    border-bottom: 3px solid #F0C076;
  }

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

  .contents2-container2 h2 {
    text-align: center;
    font-size: 30px;
    padding: 0;
    width: 100%;
    max-width: 300px;
    margin: auto;
    background: linear-gradient(transparent 80%, yellow 80%);
  }

  .contents2-container2-4 {
    display: block;
    justify-content: space-around;
  }

  .contents2-container2-5 {
    width: 100%;
    max-width: 500px;
    height: 100%;
    line-height: 1em;
    border: 1px solid #333;
    padding: -10px;
    margin: 10px auto;
  }

  .contents2-container2-6 img {
    width: 100%;
    max-width: 550px;
    border-radius: 10px;
    display: block;
    margin: auto;
  }

  .contents2-box {
    display: block;
    justify-content: center;
    padding: 10px 0;
    position: relative;
  }

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

  .contents2-box .info1-1 {
    margin: auto;
  }
  
  .contents2-box .info2-2 {
    margin: auto;
  }
  
  .contents2-box .info3-3 {
    margin:auto;
  }
  
  .contents2-box .info4-4 {
    margin:auto;
  }

}

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

  .contents2-container2 {
    padding: 10px;
    margin: 10px;
  }

  .contents2-container2 h2 {
    font-size: 22px;
    padding: 10px 0;
    max-width: 220px;
  }

  .contents2-container2-2 {
    width: 100%;
    padding: 10px;
    max-width: 400px;
  }
  
  .contents2-container2-2 p {
    line-height: 1.8em;
  }

  .contents2-container2-4 {
    display: block;
  }
  
  .contents2-container2-5 {
    max-width: 300px;
    margin: 10px auto;
    padding: 10px;
  }
  
  .contents2-container2-5 h3 {
    font-size: 20px;
  }
  
  .contents2-container2-6 img {
    max-width: 400px;
    display: block;
    margin: auto;
  }
  
  .contents2-container2-6 p {
    margin: 0;
  }
  
  .contents2-container3 h1 {
    width: 80%;
    font-size: 1.5em;
    padding: 10px 30px;
    margin: auto;
    border-bottom: 2px solid #F0C076;
  }

  .contents2-box {
    display: block;
  }

  .contents2-box img {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: 30px auto;
    padding-bottom: 30px;
  }
  
  .contents2-box .info1-1 {
    margin: auto;
  }
  
  .contents2-box .info2-2 {
    margin: auto;
  }
  
  .contents2-box .info3-3 {
    margin: auto;
  }
  
  .contents2-box .info4-4 {
    margin: auto;
  }
  
  .contents2-box2 {
    width: 300px;
    margin: auto;
  }

  .contents2-box .sm {
    display: block;
  }

  table {
    margin-bottom: 20px;
  }
  
  .contents2-container4 {
    background: url(img/bg-dot.jpg);
    border-radius: 10px;
    margin: 10px;
  }

}

/* END CONTENTS2 */

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

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

.contents3-container2 .clip {
  position: absolute;
  top: 20px;
  left: 48%;
  width: 50px;

}

.contents3-container3 {
  background-color: #fff;
  border-radius: 10px;
  margin: 30px auto;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 50px;
}

.contents3-container3 h2 {
  font-size: 30px;
  border-bottom: 3px dotted #F0C076;
  width: 100%;
  max-width: 400px;
  margin: auto;
  text-align: center;
}

.contents3-container3-2 {
  display: flex;
}

.contents3-box {
  width: 100%;
  max-width: 800px;
  margin: 10px;
}

.contents3-box img {
  display: block;
  width:100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;
  margin: 30px auto;
 
}

.contents3-box p {
  font-size: 15px;
  line-height: 2em;
  border-top: 3px solid #F0C076;
  padding: 20px 5px;
}



.contents3-container4 {
  background-color: #fff;
  margin: auto;
  padding: 10px 0;
  width: 100%;
  max-width: 700px;
  border-radius: 10px;
  position: relative;
}

.contents3-container4 .clip2 {
  position: absolute;
  top: -40px;
  left: 45%;
  width: 50px;
}

.contents3-container4 h2 {
  font-size: 30px;
  border-bottom: 3px dotted #F0C076;
  width: 100%;
  max-width: 400px;
  margin: auto;
  text-align: center;
}

.contents3-container4_2 {
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.contents3-container4_2 p {
  font-weight: bold;
  line-height: 3em;
  width: 100%;
  max-width: 850px;
  
}

.contents3-box2 {
  background: url(img/check.png) no-repeat;
  background-size: 40px;
  letter-spacing:  0.07em;
  padding-left: 40px;
  width: 100%;
  margin: auto;
}

@media(max-width:1024px) {
  .contents3-container h1 {
    padding: 10px 30px;
    margin: 0 80px;
    border-bottom: 3px solid #F0C076;
  }

}

@media(max-width:768px) {
  .contents3-container h1 {
    padding: 10px 30px;
    margin: 0 80px;
    border-bottom: 3px solid #F0C076;
  }

  .contents3-container3-2 {
    display: block;
  }

  .contents3-box {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }

  .contents3-container4 {
    background-color: #fff;
    margin: auto;
    padding: 10px 0;
    width: 100%;
    max-width: 580px;
    border-radius: 10px;
    position: relative;
  }

}


@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 {
    padding: 10px 0 30px 0;
    margin: 10px;
  }

  .contents3-container2 .clip {
    top: 0;
    left: 44%;
    width: 40px;
  }

  .contents3-container3 {
    margin: 10px auto;
    width: 80%;
    padding: 20px;
  }
  
  .contents3-container3 h2 {
    font-size: 22px;
    max-width: 300px;
  }

  .contents3-container3-2 {
    display: block;
  }
  
  .contents3-box {
    max-width: 330px;
    margin: 40px auto;
  }

  .contents3-container4 {
    margin: 30px auto;
    max-width: 350px;
  }
  
  .contents3-container4 .clip2 {
    top: -33px;
    left: 44%;
    width: 40px;
  }
  
  .contents3-container4 h2 {
    font-size: 23px;
    padding-top: 20px;
    max-width: 300px;
  }

  .contents3-container4_2 {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  
  .contents3-container4_2 p {
    font-weight: bold;
    line-height: 3em;
    width: 80%;
  }
  
  .contents3-box2 {
    background: url(img/check.png) no-repeat;
    background-size: 40px;
    letter-spacing:  0.07em;
    padding-left: 40px;
    width: 100%;
    margin: auto;
  }

}

/* END CONTENTS3 */

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

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

.contents4-container3 {
  background-color: #fff;
  border-radius: 10px;
  margin: 30px auto;
  width: 100%;
  max-width: 600px;
  padding: 10px;
  position: relative;
}

.contents4-container3 .clip3 {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 50px;

}

.contents4-container3 h3 {
  text-align: center;
  font-size: 30px;
  margin: auto;
  background: linear-gradient(transparent 70%, yellow 70%);
}

/*safari用*/
_:lang(x)+_:-webkit-full-screen-document,.contents4-container3 h3 {
  text-align: center;
  font-size: 30px;
  margin: auto;
  background: linear-gradient(transparent 70%, yellow 70%);
}

.contents4-container3 p {
  font-weight: bold;
  line-height: 2em;
}

.contents4-container3_3 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.contents4-container3_3 img {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  margin: auto;
  align-self: flex-start;
}

/*safari用*/
_:lang(x)+_:-webkit-full-screen-document,.contents4-container3_3 img {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  margin: auto;
}

.contents4-container4 {
  background-color: #fff;
  border-radius: 10px;
  margin: 30px auto;
  width: 100%;
  max-width: 800px;
  padding: 0 50px 50px 50px;
  position: relative;
}

.contents4-container4 .clip4 {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 50px;

}

.contents4-container4 h3 {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
  background: linear-gradient(transparent 70%, yellow 70%);
  
}

.contents4-container4_2 {
  display: flex;
  justify-content: space-between;

}

.contents4-box {
  width: 250px;

}
.contents4-box p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.contents4-box p span {
  font-size: 25px;
  background: linear-gradient(transparent 70%,yellow 70%);
}

.contents4-box img {
  width: 100%;
  max-width: 100px; 
  display: block;
  margin: auto;
}

@media(max-width:1024px)  {

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

  .contents4-container3 {
    background-color: #fff;
    border-radius: 10px;
    margin: 30px auto;
    width: 100%;
    max-width: 660px;
    padding: 10px;
    position: relative;
  }
  
  .contents4-container4 {
    background-color: #fff;
    border-radius: 10px;
    margin: 30px auto;
    width: 100%;
    max-width: 580px;
    padding: 0 50px 50px 50px;
    position: relative;
  }

}

@media(max-width:768px) {
  .contents4-container h1 {
    padding: 10px 30px;
    margin: 0 80px;
    border-bottom: 3px solid #F0C076;
  }

  .contents4-container4 {
    background-color: #fff;
    border-radius: 10px;
    margin: 30px auto;
    width: 100%;
    max-width: 580px;
    padding: 0 50px 50px 50px;
    position: relative;
  }

}

@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 {
    padding: 10px 0;
    margin: 10px;
  }
  
  .contents4-container3 {
    margin: 30px auto;
    width: 90%;
    padding: 10px;
  }

  .contents4-container3 .clip3 {
    left: 44%;
    width: 40px;
  }
  
  .contents4-container3 h3 {
    font-size: 23px;
    padding-top: 10px;
    max-width: 300px;
    background: linear-gradient(transparent 90%, yellow 90%);
  }
  
  .contents4-container3 p {
    font-weight: bold;
    line-height: 2em;
  }

  .contents4-container3_3 {
    display: block;
  }
  
  .contents4-container3_3 img {
    display: block;
    margin: 20px auto;
  }

  .contents4-container4 {
    width: 90%;
    max-width: 600px;
    padding: 10px;
  }
  
  .contents4-container4 .clip4 {
    left: 44%;
    width: 40px;
  }
  
  .contents4-container4 h3 {
    font-size: 23px;
    padding-top: 10px;
    width: 100%;
    max-width: 300px;
    margin: auto;
    background: linear-gradient(transparent 90%, yellow 90%);
  }

  .contents4-container4 p {
    line-height: 2em;
  }
  
  .contents4-container4_2 {
    display: block;
    justify-content: space-between;
  }
  
  .contents4-box {
    width: 100%;
    max-width: 250px;
    margin: 30px auto;
  }

}

/* 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: 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;
  }

}