@charset "utf-8";
/* ******common****** */
@font-face {
	font-family: 'logo_type';
	src: url('../font/logo_typeCondense.otf') format("truetype");
 }
 @font-face {
	font-family: 'uddigikyokashon_r';
	src: url('../font/uddigikyokashon_r.ttf') format("truetype");
 }
 @font-face {
	font-family: 'hgrkk';
	src: url('../font/HGRKK.TTC') format("truetype");
 }
 /* **common** */
 .pc{
	 display: block;
 }
 .sp{
	 display: none;
 }
 html{
	 font-size: 62.5%;
	 box-sizing: border-box;
	 border: 10px solid #cfbe9b;
	 color: #8c6600;
	 font-family: 'uddigikyokashon_r';
	 overflow-x: hidden;
 }
.inner-90{
	width: 90vw;
	margin: 0 auto;
}
.inner-95{
	width: 95vw;
	margin: 0 auto;
}

.center{
	margin: 0 auto;
}

.flex{
	display: flex;
	justify-content: space-around;
}
/* ****index(募集中）**** */

 header{
	font-family:'hgrkk';
	z-index: 2;
	margin: 10px auto;
	text-align: center;
	position: relative;
    width: 554px;
    height: 361px;
}

header .main_img {
	position: relative;
	width: 554px;
	height: 361px;
	margin: 0 auto;
}

.logo{
	text-align: left;
	position: absolute;
	font-weight: bold;
	top: 115px;
	left:100px;

}
.logo_txt01 {
	font-size: 1.8rem;
	line-height: 1.5;
}
.logo_txt02{
	font-size: 2.0rem;
	line-height: 1.5;

}
.logo_txt03{
	font-size: 3.6rem;
	line-height: 1.5;
	letter-spacing:-0.7rem;
}
.logo span.num {
	font-family: 'uddigikyokashon_r', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif ;
  }
  h3{
	  font-size: 2.2rem;
	  font-weight: 400;
	  text-align: center;
	  margin: 40px 0;
  }
  .greeting{
	font-size: 1.6rem;
	text-align: center;
	line-height: 2;
	margin-bottom: 60px;
  }
  
  
  h2{
	font-family: 'logo_type';
	font-size: 3.2rem;
	font-weight: 400;
	text-align: center;
	line-height: 2;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
	margin-top:40px
  }
  .dendo-past{
	background-image: url(../img/p_title.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	border-bottom: none;
  }
  .guide_cont{
	display: flex;
	justify-content: center;
  }
  .guide_img{
	padding: 0;
	width: 35vw;
    margin-right:10px;
  }
  table{
	font-size: 1.5rem;
	margin-bottom: 2em;
	border-collapse: collapse;
	border: 1px solid #ccc;
	padding: 1rem;
  }
  .table_row{
	color: #0066cc;
	white-space: nowrap;
  }
  table td{
	line-height: 2rem;
    padding: 2rem;
    border: 1px solid #ccc;
  }
  .guide_pdf{
	text-align: right;
	color: #ff3300;
  }
  .guide_pdf a{
		color: #ff3300;
  }
  .section_prize{
	  margin-top: 120px;
  }
  .btn_guide-cont{
	text-align: center;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	font-weight: bold;
	font-size: 2rem;
	display: inline-block;
	background-color: #0068b7;
	color: #fff;
	padding: 20px 50px;
	text-decoration: none;
	border-radius: 2em;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 12%), 0 3px 20px 0 rgb(0 0 0 / 12%), 0 5px 6px -2px rgb(0 0 0 / 20%);
	-webkit-tap-highlight-color: transparent;
	transition: .1s ease-out;
	cursor: pointer;
	margin-bottom: 60px;
  }
  .btn-area{
	 width: 300px;
	 margin: 0 auto;
  }
  .btn_guide-cont:hover{
	box-shadow: none;
  }
 .dendo-past_group{
	 display: flex;
	 justify-content: center;
 }
 .dendo-past_group img{
	 width: 150px;
	 padding: 10px;
 }
 .past-btn_dendo{
	 text-align: center;
 }
 .past-btn_dendo .past-btn{
	 font-size: 1.8rem;
	 padding: 10px 30px;
 }
 .slick img{
	 width: 18vw;
 }

/* --- IDX_GUIDE --- */

#idx_guide {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.idx_guide_cont {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.cont_lft {
  float: left;
  width: 40%;
    margin-bottom:10px;
}
.cont_lft img {
  border: 1px solid #ccc;
  max-width:440px;
  width:auto;
  height:auto;
  max-height:100%;
}
/*.idx_guide_cont div {
  margin: 0 10px 10px 10px;
}*/
.comment {
  width: 100%;
  background-color: #ff3300;
  color: #fff;
  margin: 0 auto;
}

.cont_rgt {
  float: right;
  width: 58%;
  text-align: left;
}

.cont_rgt table {
  width: 100%;
  margin-bottom: 2em;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 16px;
}

.cont_rgt table td {
  padding: 10px;
  border: 1px solid #ccc;
}

.cont_rgt table td p {
  width: 100%;
  text-align: right;
}
.cont_rgt table td p a {
}
.cont_rgt table td p a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c1";
  font-size: 25px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position:relative;
  top:3px;
}

  .idx-past{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/* margin-left: 30px; */
  }
  
  .idx-past_content{
	  flex:none;
	background-color: #efe8d9;
	border: 2px solid #a68b62;
	width: 18vw;
	text-align: center;
	margin: 10px;
	padding: 5px;
  }
  
  .idx-past_content>p{
	  font-family: 'logo_type';
	  font-size: 1.8rem;
	  line-height: 1;
  }
  .idx-past_content .past-btn{
	  font-size: 1.6rem;
  }
  .idx-past a{
      color:#8c6600;
	  text-decoration:none;
  }

 .past-btn{
	font-size: 1.6rem;
	margin: 10px auto;
	text-align: center;
     display: inline-block;
     background-color: #a68b62;
	color: #fff;
    padding: 3px 30px;
    text-decoration: none;
    border-radius: 2em;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%), 0 3px 10px 0 rgb(0 0 0 / 12%), 0 5px 6px -2px rgb(0 0 0 / 20%);
    -webkit-tap-highlight-color: transparent;
    transition: .1s ease-out;
	cursor: pointer;
 }
	.past-btn:hover{
		box-shadow: none;
	}
	.past-btn a{
		color: #fff;
		text-decoration: none;
		font-family: 'uddigikyokashon_r';
	}
  

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}
.copyright {
	clear:both;
	padding:20px 0;
	font-size:16px;
	text-align:center;
	color:#535353;
	background:#ffffff;
}

/*画像バナー*/
.banner {
        display: block;
        position: relative;
        padding-top: 200px;
        margin: 0px auto;
        width: 800px;
        border-radius: 20px;
        background-image:url("../img/banner2023.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        overflow: hidden;
}
.banner-d {
        display: block;
        position: relative;
        padding-top: 200px;
        margin: 0px auto;
        width: 800px;
        border-radius: 20px;
        background-image:url("../img/banner2023d.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        overflow: hidden;
}
.banner:hover, .banner-d:hover {
        color: #fff;
        text-decoration: none;
}
.banner::before, .banner-d::before {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.4);
        content: "";
}
.banner:hover::before, .banner-d:hover::before {
        background-color: rgba(0, 0, 0, 0);
}
.banner > p, .banner-d > p {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        padding: 0px;
        margin: 0px;
        width: 100%;
        color: #fff;
        font-weight: bold;
        text-align: center;
        text-shadow: -2px -2px 6px #333, 2px -2px 6px #333, 2px 2px 6px #333, -2px 2px 6px #333;
        white-space: nowrap;
}
.banner > p > span, .banner-d > p > span  {
        display: block;
}
.banner > p > span:nth-of-type(1), .banner-d > p > span:nth-of-type(1)  {
        font-size: 48px;
}

  @media screen and (max-width: 768px) {
	 
	.pc{display: none;}
	.sp{display: block;}
	
	header{
		font-family:'hgrkk';
		z-index: 2;
		/* margin: 10px auto; */
		text-align: center;
		margin: 0 auto;
		position: relative;
		width: 375px;
		height: auto;
	}
	header{
		width: 90vw;
	} 
	header .sp .top_img {
		width: 90%;
		margin: 0 auto;
	}
	h2{
		font-size: 2.8rem;
	}
	h3 {
		font-size: 2rem;
		font-weight: 500;
		text-align: center;
		margin: 40px auto;
		width: 80vw;
	}
      
	.guide_cont{
		display: block;
	}
	.greeting{
		text-align: left;
		width: 95%;
	}
	.guide_img{
		width: 90vw;
        margin:0 auto 10px;
	}
	.guide_cont>div{
		margin: 0 auto;
	}
    #idx_guide {
  width: 95%;
  margin: 0 auto 30px;
}
    .idx_guide_cont {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
  }
    .cont_lft {
      width: 100%;
    }
    .cont_rgt {
      width: 100%;
    }
	table td{
		line-height: 2rem;
		font-size: 1.5rem;
	}
	.btn-area{
		text-align: center;
	}
	.idx-past_content>p {
		font-size: 1.6rem;
		line-height: 1;
	}
	/*.idx-past {
		display: block;
		margin: 0 auto;
	}*/
	.idx-past_content {
			width: 40vw;
			text-align: center;
			margin: 20px auto;
			padding: 5px;
	}
	.past-btn_dendo .past-btn{
		font-size: 1.8rem;
		padding: 1rem 2rem;
	}
 }
/* ***poster*** */
.top-img{
    width: 60vw;
	margin: 20px auto;
}
.top-img img{
		width: 60vw;
	}

.ttl{
	font-size: 2.0rem;
	width: 60vw;
	margin: 0 auto;
}
.kitei{
	text-align: left;
	margin: 0 auto;	
}
.kitei li{
    text-indent: -2.5em;
    padding-left: 2.5em;
    margin-bottom: 0.5em;
}
.table_kitei{
	margin: 0 auto 30px;
	width: 60vw;
}

@media screen and (max-width: 768px){
	.top-img img{
		width: 90vw;
	}
    .top-img{
    width: 90vw;
	margin: 20px auto;
}
	.ttl{
		font-size: 1.6rem;
		text-align: center;
		width: 80vw;
		margin: 0 auto 1rem;
	}
	.kitei{
		text-align: left;
		margin: 0 auto;	
	}
	.table_kitei{
		margin: 0 auto 30px;
		width: 90vw;
	}
	.table_kitei span{
		color: #0066cc;
	}
	.hp_adress{
		font-size: 1.2rem;
	}
}

/* ***close*** */
.message_text{
	margin: 30px 0;
}
.message{
	text-align: center;
	font-size: 2.4rem;
    line-height: 3rem;
	color: #333;
	margin-bottom: 30px;
	background-color: #f5e9eb;
	width: 60vw;
	margin: 0 auto;
	padding: 30px;
}
.slick{
	background-color: #efe8d9;
	padding: 30px;
}
.slick img{
	width: 18vw;
  	height: 15vw;
  	object-fit: cover;
}
.btn-area{
	margin-top: 30px;
	text-align: center;
}
.dendo-group{
	background-color: #f5e9eb;
	padding: 10px;
	display: flex;
	justify-content: center;
}
.dendo-group img{
	width: 13.88vw;
	padding: 20px;
}
@media screen and (max-width: 768px){

	.message{
		text-align: left;
		font-size: 1.8rem;
		width: 80vw;
		margin: 0 auto;
		padding: 10px;
	}
	.greeting {
        margin:10px;
		font-size: 1.6rem;
	}
	.slick li img{
		width: 100px;
		height: 100px;
		border: #fff solid 1px;
	}
	
	.btn_guide-cont{
		margin: 0 auto 30px;
		font-size: 1.6rem;
		text-align: center;
	}
	.dendo-group img{
		padding: 5px;
	}
	.copyright {
		clear:both;
		padding:20px 0;
		font-size:12px;
		text-align:center;
		color:#535353;
		background:#ffffff;
	}
	.banner, .banner-d {
	width:90vw;
	}
}

.award{
    width:90% auto;
	margin: 80px 0;
}
.award-btn{
		text-align: center;
		font-weight: 700;
		font-size: 2.4rem;
		font-kerning: normal;
		color: #522021;
		margin-bottom: 30px;
		background-image: -webkit-linear-gradient(top, rgba(237, 132, 146, 1), rgba(255, 182, 150, 1));
      background-image: -o-linear-gradient(top, rgba(237, 132, 146, 1), rgba(255, 182, 150, 1));
      background-image: linear-gradient(to top, rgba(237, 132, 146, 1), rgba(255, 182, 150, 1));
		width: 60vw;
		margin: 0 auto;
		padding: 30px;
		outline: 10px double #fff;
 		 outline-offset: -10px;
}
.award-btn:hover{
    color:#fff;
	background-color: #fff;
	outline: 10px double #fff;
}
.award a{
	color: #333;
	text-decoration: none;
}