@charset "UTF-8";
/* CSS Document */

main.main2 {
margin-top: 0px;
}

.nenga-button-submit{
display: flex;
justify-content: center;
}

.nenga-item-tt {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 10px;
}


.nenga-item-tt-01{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
    font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
}

.nenga-button{
  text-align: center;
}

.nenga-button p {
    border-radius: 15px;
    border: 2.5px solid #009933;
    margin: 30px 15px 30px 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 200px;
    letter-spacing: 0.05em;
    background: #ffffff;
    color: #009933;
    font-weight: bold;
    font-size: 20px;
}

.nenga-button p:hover {
  border: 2.5px solid #009933;
  background-color: #009933;
  color: #ffffff;
}


.nenga-button a {
  text-decoration: none;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-color: rgba(0, 0, 0, 0.7);
    background-size: 100%, 100%;
    border-radius: 50%;
   
}

 .carousel-indicators0{
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -2rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators0 [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000000;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

#carouselExampleIndicators {
    width: 95%;
	margin-left: auto;
	margin-right: auto;

}


.nenga-title-container img {
    width: 100%;
    object-fit: cover;
	height: 500px;	
}


/********* 各項目 *********/
.nenga-title-container {
  max-width: 100%;
  height: auto;
  position: relative;
}
.nenga-item-title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-weight: bold;
  color: #000000;
  text-shadow:0 0 20px #ffffff;
  text-shadow:
           1px 1px 0px #ffffff, -1px -1px 0px #ffffff,
          -1px 1px 0px #ffffff,  1px -1px 0px #ffffff,
           1px 0px 0px #ffffff, -1px  0px 0px #ffffff,
           0px 1px 0px #ffffff,  0px -1px 0px #ffffff;
  text-align: center;
  width: 100%;
}

.nenga-item-moji-01 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: bold;
  color: yellow;
   text-shadow:
           1px 1px 0px #000, -1px -1px 0px #000,
          -1px 1px 0px #000,  1px -1px 0px #000,
           1px 0px 0px #000, -1px  0px 0px #000,
           0px 1px 0px #000,  0px -1px 0px #000;
  text-align: center;
  width: 100%;
}

.nenga-item-moji-02 {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
  color: #000000;
	text-shadow:
           1px 1px 0px #ffffff, -1px -1px 0px #ffffff,
          -1px 1px 0px #ffffff,  1px -1px 0px #ffffff,
           1px 0px 0px #ffffff, -1px  0px 0px #ffffff,
           0px 1px 0px #ffffff,  0px -1px 0px #ffffff;
  text-align: center;
  width: 100%;
}

.nenga-item-moji-03 {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: bold;
  color: #000000;
	text-shadow:
           1px 1px 0px #ffffff, -1px -1px 0px #ffffff,
          -1px 1px 0px #ffffff,  1px -1px 0px #ffffff,
           1px 0px 0px #ffffff, -1px  0px 0px #ffffff,
           0px 1px 0px #ffffff,  0px -1px 0px #ffffff;
  text-align: center;
  width: 100%;
}

cp_breadcrumb {
    max-width: 1000px;
    margin: 16px auto;
    padding: 16px 8px;
    color: #000000;
}


.nenga-item-tt  { 
	background-image: url("../images/nenga_image_back.jpg");
    background-repeat: no-repeat; 
    background-position: 50% 50%;
    background-size: cover;
}



/********* レスポンシブ *********/
@media screen and (max-width: 740px) {
	
main.main2 {
margin-top: 0px;
}	
		
.nenga-title-container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}	
	
/*********見出し*********/
 .nenga-item-title {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.nenga-item-moji-01 {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:23px;
  font-weight: bold;
  color: #FFE600;
  text-align: center;
}

.nenga-item-moji-02 {
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
	
.nenga-item-moji-03 {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: bold;
  color: #000000;
	text-shadow:
           1px 1px 0px #ffffff, -1px -1px 0px #ffffff,
          -1px 1px 0px #ffffff,  1px -1px 0px #ffffff,
           1px 0px 0px #ffffff, -1px  0px 0px #ffffff,
           0px 1px 0px #ffffff,  0px -1px 0px #ffffff;
  text-align: center;
  width: 100%;
}	
	
	
	

.cp_breadcrumb {
 max-width: 1000px;
 margin: 0px 0 0 20px;
 color: #000000;
}


 .nenga-button p {
        margin: 24px 5px 20px 5px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 140px;
        font-size: 16px;
        display: inline-block;
        text-align: center;
}

.nenga-item-tt-01{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
    font-weight: bold;
	font-size: 16px;
	margin: 20px 10px 0px 10px;
	
}
	
.nenga-item-tt {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 10px;
}	
	
	
	
}


