/* CSS Document */

#sec01{
width:100%;
	position:relative;
	padding:0%;
}

#sec01 img{display:block; margin-left:auto; margin-right:auto;}
#sec01 p{margin:1rem auto;}
.title01{font-size:2rem; font-weight:bold;}
.dec01{
	width: 100%;
	margin: auto;
	background:url("../images/p02/jiguzagu.png") no-repeat;
	background-size:100% 100%;
	padding:5rem 7rem;
}

.dec02{
	width: 90%;
	margin: auto;
	background:#FFF;;
	padding:1rem;
}

#main-title{z-index:9999; position:relative; width:100%;}
#ramen{margin-top:5%; position:relative; right:-10%; width:95%;}
#logo{top:36%; right:3%; position:absolute; width:25%;}
#image03{margin-top:-3%; position:relative; width:100%;}


#section{margin:4.5% auto; width:70%; display:block;}

#sec02 {padding:1rem;
text-align: center;}

#tate-title{position:absolute; width:4%; right:5%; top:15%;}

h5 {font-size:3rem; font-weight: bold; color: #FFF; padding-top: 2rem;}

.mb-6{margin-bottom:6%;}

#sec02 p{margin:1rem auto;}

.spectxt-01 {
  display: inline-block;
  position: relative;
  padding: 5px;
  border: solid 8px #F00; /* 内枠のスタイル */
  background: #FFF;
	margin-bottom: 1rem;
}
 
.spectxt-01::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border: solid 3px #000; /* 外枠のスタイル */
  z-index: 1;
}

.spectxt-02 {
  display: inline-block;
  position: relative;
  padding: 5px;
  border: solid 8px #F00; /* 内枠のスタイル */
  background: #FFF;
		margin-bottom: 1rem;
}
 
.spectxt-02::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border: solid 3px #000; /* 外枠のスタイル */
  z-index: 1;
}

.spectxt-03 {
  display: inline-block;
  position: relative;
  padding: 5px;
  border: solid 8px #F00; /* 内枠のスタイル */
  background: #FFF;
		margin-bottom: 1rem;
}
 
.spectxt-03::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border: solid 3px #000; /* 外枠のスタイル */
  z-index: 1;
}

.spectxt-04 {
  display: inline-block;
  position: relative;
  padding: 5px;
  border: solid 8px #F00; /* 内枠のスタイル */
  background: #FFF;
margin-bottom: 1rem;
}
 
.spectxt-04::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border: solid 3px #000; /* 外枠のスタイル */
  z-index: 1;
}





.spectxt{
	text-align: left;
	padding: 1rem;
}
