@charset "UTF-8";


@media screen and (max-width:1023px){

    body{
        background-color: #ffffe5;
    }
    
    .nav {
        text-align: center;
        margin-top: 0.5rem;
    }
    
    .nav a{
        width: 30%;
    height: 3%;
    display: inline-block;
    font-size: 0.9em;
    margin-top: 0.5rem;
    padding-top:  1em;
    padding-bottom: 1em;
    text-decoration: none;
    font-weight:800;
    color: #90673e;
    background-color: #ebd3af;
    border: solid 2px #c5956b;
    border-radius: 3px;
    transition: .4s;
    }
    
    .nav a:hover{
        color: white;
    }
    
    .midashi img{
        height: 15vh;
    }
    
    .cp_cssslider {
        width: 90%;
        padding-top: 70%;
        position: relative;
        margin: 2.5em auto;
        text-align: center;
    }
    .cp_cssslider > img {
    position: absolute;
    left: 0;
    top: 10;
    transition: all 0.5s;
    border-radius: 3px;
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
    }
    .cp_cssslider input[name='cp_switch'] {
    display: none;
    }
    /* サムネイル */
    .cp_cssslider label {
    margin: 15px 5px 0 5px;
    border: 2px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s ease;
    opacity: 0.6;
    border-radius: 3px;
    }
    .cp_cssslider label:hover {
    opacity: 0.9;
    }
    .cp_cssslider label img {
    display: block;
    width: 50px;
    border-radius: 2px;
    }
    .cp_cssslider input[name='cp_switch']:checked + label {
    border: 2px solid #f29c9f;
    opacity: 1;
    }
    .cp_cssslider input[name='cp_switch'] ~ img {
    opacity: 0;
    }
    .cp_cssslider input[name='cp_switch']:checked + label + img {
    opacity: 1;
}

h2 {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em 65px 1em;
  text-align: center;
  color: #fff;
  background: #ecd22d;
  font-size: 20px;
  font-weight: bold;
}

h2:before,
h2:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  border: 30px solid #ecd22d;
}

h2:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

h2:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

h2 span {
  position: relative;
  display: block;
}

.spcontainer {
  font-family: YuGothic,'Yu Gothic',sans-serif;
  text-align: center;
  padding-top: 0px;
  margin: auto;
  margin-top:  1px;
}
    
    .spcontainer1 {
  font-family: YuGothic,'Yu Gothic',sans-serif;
  text-align: center;
  padding-top: 0px;
  margin: auto;
  margin-top:  1px;   
}
.btn-open {
  display: inline-block;
  width: 90px;
  height:25px;
  text-align: center;
  background-color: #ffffff;
  font-size: 11px;
  line-height: 26px;
  color: #f29c9f;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #86b3e0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #f29c9f;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #000000;
}
.btn-open:hover:after{
  height: 240%;
  opacity: 1;
}
.btn-open:active:after{
  height: 340%;
  opacity: 1;
}


    
    .pccontainer{
        display: none;
    }
        
    
    
    
   
    
    
    
    
    
    
    
    
    
    
       
   /* ここはコピーしなくてOK　*/
.container {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.btn,
a.btn,
button.btn {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  margin-bottom: 12px;
  padding: 0;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  border-radius: 0;
}

a.btn-flat span {
  position: relative;

  display: block;

  padding: 1.25rem 3rem;

  color: #000;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn-flat:before {
  position: absolute;
  bottom: -8px;
  left: 0;

  display: block;

  width: 98%;
  height: 14px;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  border: 2px solid #000;
  border-top: 1px solid #000;
  border-radius: 0 0 0.5rem 0.5rem;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

a.btn-flat:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

a.btn-flat:hover:before {
  bottom: -5px;
}

a.btn-flat:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

a.btn-flat:active:before {
  bottom: -1px;
}
}