@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap') ;
	
html {
  scroll-behavior: smooth;
}
.background {
  background-color: white;
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* アニメーション設定 */
.scr-target {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.scr-target.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1.5s;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.outer_menu {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.container_menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 780px;
  margin: 0 auto;
  height: 100%;
}
.item_menu {
  flex-basis: 50%;
  height: 33.33%;
  box-sizing: border-box;
  font-size: 2em;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.item_menu :hover {
  opacity: 0.8;
}
.main_catch {
  text-align: center;
  color: #760000;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1.8em;
  padding-top: 30px;
  padding-bottom: 40px;
}
.menu-box {
  margin: 0 auto 0;
  width: 750px;
}
.menu-box_inner {
  box-sizing: border-box;
  padding: 32px 48px;
  border-radius: 15px;
  background: #faebd4;
  color: #fff;
}
.menu-box_title {
	position:relative;
  margin-bottom: 20px;
  top: 0;
  left: -50px;
  z-index: 1;
}
.menu-box_item_round {
  display: flex;
  margin-bottom: 32px;
}
.menu-box_item {
  width: 100%;
  box-sizing: border-box;
  margin-right: 2%;
  padding: 16px;
  border: 1px solid #fff;
  border-radius: 16px;
  background: #fff;
  color: #999;
}
.table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
}
.table_design01 th, .table_design01 td {
  border-bottom: 2px solid #e1e1e1;
  padding: 1em;
}
.table_design01 th {
  border-bottom: 2px solid #8e8e8e;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
.table_design01 tr:last-child th {
  border-bottom: none;
}
.table_design01 tr:last-child td {
  border-bottom: none;
}
.txt_aka {
  color: firebrick;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0em;
}
.txt_kuro {
  color: black;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
}

.flex-container {
margin-left: auto;
	margin-right: auto;
  display: flex;
  flex-wrap: wrap;
 max-width: 750px;
}

.flex-nakami {
  border-radius: 15px;
  background-color: #faebd4;
  text-align: center;
  width: calc((100% - 25px) / 2);
  margin: 5px;
}

.nakami-box {
  margin: 0 auto 0;
  width: 360px;
}
.nakami-box_inner {
  box-sizing: border-box;
  padding: 10px;
  border-radius: 15px;
  background: #e3e3e3;
}

.nakami-box_title_aka {
text-align: left;
  color: firebrick;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
	margin: 10px;
}
.nakami-box_title_kuro {
text-align: left;
  color: black;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
	line-height: 1.7em;
		margin: 10px;
}

.nakami-box_txt_kuro {
text-align: left;
  color: #434343;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
	line-height: 1.35em;
		margin: 10px;
}

.swiper {
  width: 320px;
  height: 400px;
}

.swiper-button-next {
	color : hotpink;
}

.swiper-button-prev {
	color : hotpink;
}

.swiper-pagination {
	color : hotpink;
}
