body {
  background: #FFEFEA;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #CC6361;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2em;
}
a {
  color: #CC6361;
  text-decoration: underline;
  transition: transform 0.3s ease-in-out;
}
a:hover {
  color: #85403F;
}
a img {
  transition: transform 0.3s ease-in-out;
}
a img:hover {
  transform: scale(0.9);
}
.open {
  font-size: 250%;
}
.line1 {
  line-height: 1.5em;
}
.line2 {
  line-height: 1.2em;
}
.text-box {
  height: 100px;
}
.midashi {
  color: #FFFFFF;
  font-size: 6rem;
  border-radius: 70px;
  position: absolute;
  width: 130px;
  height: 130px;
  padding-top: 30px;
  left: 50%;
  transform: translateX(-50%);
  top: -65px;
}
.midashi-o {
  background-color: #FBB03B;
}
.midashi-p {
  background-color: #ED52A3;
}
.midashi-b {
  background-color: #1BC4E2;
}
.bg-white {
  background-color: #FFFFFF;
}
.btn-c {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2em;
  text-decoration: none;
  width: 100%;
  color: #FFFFFF;
  font-size: 1.2rem;
  border-radius: 0px;
  -webkit-box-shadow: 0px 7px 10px #C0C0C0;
  box-shadow: 0px 7px 10px #C0C0C0;
}
.btn-c:hover {
  color: #FFFFFF;
  font-size: 1.2rem;
  border-radius: 0px;
  -webkit-box-shadow: 0px 3px 5px #C0C0C0;
  box-shadow: 0px 3px 5px #C0C0C0;
  opacity: 0.8;
}
footer dl.yoko {
  display: flex;
}
footer dl.yoko dt {
  padding-right: 10px;
}
footer dl.yoko dt, footer dl.yoko dd {
  text-align: left;
}
.logo {
  top: 10px;
  left: 30px;
  z-index: 5;
}
@media (max-width: 767.98px) {
  footer dl.yoko {
    display: inherit;
  }
  .logo {
    top: 0px;
    left: 30px;
    z-index: 5;
  }
  .logo svg {
    width: 100px;
  }
}
.slide {
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center center;
}
.slide h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  width: 100%;
  text-align: center;
    font-size: 200%;
}
.slide1 {
  background-image: url(../images/slider1.jpg);
}
.slide2 {
  background-image: url(../images/slider2.jpg);
}
.slide3 {
  background-image: url(../images/slider3.jpg);
}
.slide4 {
  background-image: url(../images/slider4.jpg);
}
@media (max-width: 767.98px) {
    .slide h3 {
    font-size: 150%;
}
  .slide {
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center center;
  }
}
.logo-c {
  fill: #FFFFFF;
  transition: fill 0.6s ease;
}
.active-p {
  fill: #CC6361 !important;
}
.cp_fullscreenmenu {
  position: fixed;
  z-index: 5;
  top: 15px;
  right: 75px;
}
/*menuコンテンツ*/
.cp_fullscreenmenu .menu {
  position: fixed;
  /*  top: 0;
  left: 0;*/
  display: flex;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
@media all and (-ms-high-contrast: none) {
  .cp_fullscreenmenu .menu {
    overflow: hidden;
    width: 200%;
    height: 200%;
  }
}
.cp_fullscreenmenu .menu > div {
  display: flex;
  overflow: hidden;
  width: 200vw;
  height: 200vw;
  transition: all 0.4s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  text-align: center;
  color: #fefefe;
  border-radius: 50%;
  background: #CC6361;
  flex: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .cp_fullscreenmenu .menu > div {
    width: 300vw;
    height: 300vw;
  }
}
@media (max-width: 991.98px) and (-ms-high-contrast: none) {
  .cp_fullscreenmenu .menu {
    overflow: hidden;
    width: 300%;
    height: 300%;
  }
}
@media screen and (max-width: 575.98px) {
  .cp_fullscreenmenu {
    position: fixed;
    z-index: 10;
    top: 10px;
    right: 70px;
  }
}
.cp_fullscreenmenu .menu > div > ul {
  display: block;
  max-height: 100vh;
  margin: 0;
  padding: 0 1em;
  list-style: none;
  transition: opacity 0.4s ease;
  opacity: 0;
}
.cp_fullscreenmenu .menu > div > ul > li {
  font-size: 24px;
  display: block;
  margin: 1em;
  padding: 0;
}
.cp_fullscreenmenu .menu > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.cp_fullscreenmenu .menu > div > ul > li > a:hover {
  color: #fff;
}
.cp_fullscreenmenu .menu > div > ul > li > a:hover:after {
  width: 100%;
}
.cp_fullscreenmenu .menu > div > ul > li > a:after {
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  content: '';
  transition: width 0.4s ease;
  background: #fff;
  text-decoration: none;
}
/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .toggle {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0;
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:before, .cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
  opacity: 0;
}
.cp_fullscreenmenu .toggle:checked ~ .menu {
  visibility: visible;
  pointer-events: auto;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div {
  transition-duration: 0.75s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul {
  opacity: 1;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li.top {
  background-color: #fff;
  border-radius: 20px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 120%;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #CC6361;
  font-weight: bold;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(1) {
  transition-delay: 0.2s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(2) {
  transition-delay: 0.3s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(3) {
  transition-delay: 0.4s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(4) {
  transition-delay: 0.5s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(5) {
  transition-delay: 0.6s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(6) {
  transition-delay: 0.7s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(7) {
  transition-delay: 0.8s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(8) {
  transition-delay: 0.9s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(9) {
  transition-delay: 1.0s;
}
.cp_fullscreenmenu .toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.cp_fullscreenmenu .toggle:checked:hover + .hamburger > span {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0.5em 1em;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  border-radius: 5em;
  background: #CC6361;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cp_fullscreenmenu .hamburger > span {
  position: relative;
  top: 50%;
  display: block;
  width: 100%;
  height: 3px;
  transition: all 0.4s ease;
  background: #fefefe;
}
.cp_fullscreenmenu .hamburger > span:before, .cp_fullscreenmenu .hamburger > span:after {
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  transition: all 0.4s ease;
  background: inherit;
}
.cp_fullscreenmenu .hamburger > span:after {
  top: 8px;
}