/* CSS Document */
.body{
	background:#F5EFE7;
	margin: 0;
}
.header{
	background:#213555;
	color:white;
	font-size: 30px;
	padding: 30px;
	text-align: center;
	font-family: "Times New Roman", Times, "serif";
}
.menu{
	background: #D8C4B6
}

/* メニューのコンテナ */
.menu-in {
  display: flex;
  justify-content: space-between; /* ボタンを横並び */
  max-width: 640px;
  margin: 0 auto; /* 中央寄せ */
}
/* メニューのボタン */
.menu-btn {
  display: inline-block;
  text-align: center;
  background-color: #D8C4B6; /* 通常の背景色 */
  color: white;
  padding: 8px 0; /* 上下パディング 8px */
  flex-grow: 1; /* ボタンを横幅いっぱいに広げる */
  text-decoration: none; /* アンダーライン除去 */
  font-weight: bold;
  font-size: 16px;
}
/* hover時の背景色変更 */
.menu-btn:hover {
  background-color:#F5EFE7;
}
.contents{
	background:#E8988A;
	max-width:1250px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	color:white;
}
/*リセットCSS*/
h1,h2,h3,h4,
div{
	box-sizing: border-box; 
	margin: 0;
	padding: 0;
}
.bt01{
	background:#B6CBBD;
	color:white;
	padding: 8px;
	width: 70px;
	text-align:center;
	border-radius:5px;
	transition-duration:0.3s;
}
.bt01:hover{
	background:#74A088;/*かざすと色が変わる*/
	cursor: pointer;
	transform: rotate(-90deg);
	transform: scale(0.2);/*後に入力したほうが上書きされる*/
}


.contents img{
	width: 90%;
	display: block;
	margin: 10px auto;
}




.sample_box2_5 {
    position: relative;
    padding: 1em 1.5em;
    margin: 2em 0;
    color: #213555;/*文字色*/
    z-index: 1;
	font-family: "Times New Roman", Times, "serif";
	font-size: 20px;
}


.sample_box2_5::before,
.sample_box2_5::after {
    position: absolute;
    content: "";
    width: 25%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sample_box2_5::before {
    background-color: rgba(255, 255, 255, 0.2);
    left: 0;
    top: 0;
    z-index: -1;
}
.sample_box2_5::after {
    background-color:#DEE8E1;/*ズレている方の背景色*/
    top: 5px;
    left: 5px;
    z-index: -2;
}
.sample_box2_5 p {
    margin: 0; 
    padding: 0;
}


.sample_box13 {
padding: 1em 1.5em;
margin: 2em 0;  
background: #F5CBC4;/*背景色*/
background-image: radial-gradient(#fff 10%, transparent 15%), radial-gradient(#B6CBBD 10%, transparent 15%);
background-position: 0 0, 10px 10px;
background-size: 20px 20px;
color:darkred;/*文字色*/
font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


.sample_box2_3 {
    padding: 3em 2.5em;
    margin: 2em 0;
    background-color: #F5CBC4;/*背景色*/
    box-shadow: 0 0 0 8px #F5CBC4;/*背景色外側*/
    border: 2px dashed #ffffff;/*線*/
    color:darkred;/*文字色*/
    word-break: break-all; /* 長い単語を折り返す */
    line-break: break-all; /* 長い単語を折り返す */
}
.sample_box2_3 p {
    margin: 0; 
    padding:0;
}




.sample_box2_2 {
    padding: 1em 1.5em;
    margin: 2em 0;
   background: -webkit-repeating-linear-gradient(-45deg, #f4f9ff, #f4f9ff 3px, #eaf4ff 3px, #eaf4ff 6px);/*ストライプ*/
    background: repeating-linear-gradient(-45deg, #ffffff, #F5CBC4 3px, #F5CBC4 3px, #F5CBC4 6px);/*ストライプ*/
    color: darkred;/*文字色*/
}
.sample_box2_2 p {
    margin: 0; 
    padding: 0;
}

.fukidashi-01-09 {
  position: relative;
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  border: 2px solid #8EB0C1;
  border-radius: 50%;
  left: 980px;
  bottom: 330px;
}
.fukidashi-01-09::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 26px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #8EB0C1;
  box-shadow: 0 2px 0 #F5CBC4, 0 -2px 0 #F5CBC4; /* 背景色と同じ色を指定 */
}



.fukidashi-01-01 {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
}
.fukidashi-01-01::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  border: 2px solid #333333;
  border-top: none;
  border-bottom-right-radius: 50px; /* 左下の角丸 */
  border-bottom-left-radius: 50px; /* 右下の角丸 */
  translate: -50%;
}
.fukidashi-01-01::after {
  content: "";
  position: absolute;
  top: calc(100% + 8px); /* フキダシのサイズに応じて調整してください */
  left: 50%;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #333333;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
  rotate: 50deg;
  translate: -50%;
}



.slider {
	width:30vw;
	height: 60vh;
	overflow: hidden;
	position: relative;
	max-width: 100%;
	/* left: 25%; */
    margin: 0 auto;
}

.slider div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	animation-name: slide-fade;
	animation-duration: 15s;
	animation-iteration-count: infinite;
}

@keyframes slide-fade {
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	80%{
		opacity: 0;
	}
	100%{
		opacity: 0;
		z-index: 0;
	}
}