@charset "shift_jis";
/* 川柳ページ用CSS レイアウト--------------------------------*/
#senryuPage .bgNext {
	background: #fcf8f1;
}
#senryuPage main {
	background: #fcf8f1 url("../oa-image/design/bgSenryu.jpg")  no-repeat 50% 0%;
	-moz-background-size:100% auto;
	background-size:100% auto;
  color: #1F2A44;
}
#senryuPage footer{
  background: #fcf8f1;
}

#senryuPage main > article{
  background: none;
}

#senryuPage #topicPathArea{ display: none; }

/* 川柳ページ用CSS ページタイトル--------------------------------*/
#senryuPage .headLine002 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin: 2rem 0 0 0;

}
#senryuPage .headLine002 span{
  font-size: clamp(2rem, 4vw, 3.0rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #1F2A44;
  padding: 0;
}

/*サブタイトル*/
.senryu_title{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  line-height: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 1em 0;
}

/*TOPのリンク用*/
.senryu_title_top{
  color: #d82a2a;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0.5em 0 1em 0;
}



/* 川柳ページ用CSS 見出し1--------------------------------*/
.senryu-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 3rem 0;
}

.senryu-heading span {
  position: relative;
  padding-inline: 1rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.senryu-heading::before,
.senryu-heading::after {
  content: "";
  width: min(14vw, 180px);
  height: 1px;
  background: #C8A65A;
}

.senryu-heading span::before,
.senryu-heading span::after {
  content: "";
  position: absolute;
  top: 50%;

  width: 8px;
  height: 8px;

  background: #C8A65A;

  transform: translateY(-50%) rotate(45deg);
}

.senryu-heading span::before {
  left: -14px;
}

.senryu-heading span::after {
  right: -14px;
}

/* 川柳ページ用CSS 見出し2--------------------------------*/
#senryuPage .headLine003 {
  position: relative;

  margin: 80px 0 1.25rem;
  padding: 0 0 0.75rem 1.25rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;

  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;

  border-bottom: 1px solid #bbad89;
}

#senryuPage .headLine003::before {
  content: "";

  position: absolute;
  left: 0;
  top: 0.5em;

  width: 8px;
  height: 8px;

  background: #C8A65A;

  transform: rotate(45deg);
}

/* 川柳ページ用CSS 見出し3--------------------------------*/
.senryu--minor-heading {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  display: flex;
  align-items: center;
  gap: .5rem;

  margin: 2rem 0 .75rem;

  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: 700;
  line-height: 1.5;
}

.senryu--minor-heading::before {
  content: "";

  width: 6px;
  height: 6px;

  background: #C8A65A;

  border-radius: 50%;
}

/* 川柳ページ用CSS 内容 メイン--------------------------------*/

.senryu_main{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 20px;
  border: 5px double #e4d3ae;
  /* background: rgba(255, 255, 255,0.5); */
  background: url("../oa-image/design/bgSenryuMain1.png")  no-repeat 0% 0%,
              url("../oa-image/design/bgSenryuMain2.png")  no-repeat 100% 100%,
              linear-gradient( 135deg, rgba(252, 250, 239, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 30px 20px;
}
.senryu_main .inner{
  margin: 0 auto;
}
.senryu_main .inner:last-child{
  max-width: 300px;
  text-align: center;
  color: #FFFFFF;
}

.senryu_main .inner:last-child {
  display: block;
  width: 100%;
  height: auto;

  padding: 14px;

  background: linear-gradient(
    to bottom,
    #fff,
    #faf8f5
  );

  border: 1px solid #dbcfc6;
  border-radius: 16px;

  box-shadow:
    0 4px 12px rgba(0,0,0,.04),
    0 12px 30px rgba(0,0,0,.08);
}

/* 川柳ページ用CSS 内容 募集メイン--------------------------------*/
.bosyu_main{
  width: 100%;
  display: block;
  padding: 0 1em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.pdf_link {
  display: inline-flex;
  align-items: center;
  gap: .75rem;

  margin-top: 1.5rem;

  color: #1F2A44;

  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;

  transition: .3s;
}

.pdf_link::before {
  content: "";

  font-size: 1.25rem;
}

.pdf_link::after {
  content: "→";

  transition: .3s;
}

.pdf_link:hover {
  color: #C8A65A;
}

.pdf_link:hover::after {
  transform: translateX(4px);
}

div.senryu_flex{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap:10px;
}
.sbtitle_theme{
  min-width: 100px;
  text-align: center;
  border-radius: 999px;
	background-color:#d82a2a;
  color: #FFFFFF;
	font-size:1.5rem;
	font-weight:normal;
	padding: 0.1em 15px;
	margin: 0;
}
.txt_theme{
  color: #d82a2a;
  font-size: clamp(1.2rem, 2.5vw, 2.5rem);
  line-height: 2.2rem;
  font-weight: bold;
}
.bosyu_kikan{
  color: #d82a2a;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 2.2rem;
  font-weight: bold;
}
.senryu_txt{
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 2.2rem;
  font-weight: bold;
}

.senryu_sbtitle{
	color:#a85640;
	font-size:1.5rem;
	font-weight:normal;
	padding: 0.2em 0px 0.2em 2px;
	margin: 0.8em 0.5em 0.2em 0;
	text-align:left;
}
.senryu_sbtitle span {border-bottom: 1px solid #a85640; padding: 0 1em 0 0;}
#senryuPage .textArea,
#senryuPage ul,
#senryuPage .picBox1 {padding-left: 15px;}
.bosyu_main p{
  margin-left: 20px;
}

.result_sai,
.result_yu{
  padding-left: 120px;
  min-height: 120px;
  padding-top: 38px;
  font-size: 1.2rem;
  text-align: left;
}
.result_sai{
  width: 100%;
  display: block;
  background:url("../oa-image/design/sai.png")  no-repeat 0px 0;
}
.result_yu{
  width: 500px;
  display: inline-block;
  margin-right: 0.5em;
  background:url("../oa-image/design/yu.png")  no-repeat 0px 0;
}

.result_movie{
  padding:0.5em 0.3em 1.5em 0.3em;
  background-color:#e2ecf5;
  text-align:center;
}
.result_movie_inner{
  display: inline-block;
  width:580px;
  max-width: 100%;
  text-align: left;
}

.ensa_syuryo {
  padding: 0.5em;
  color: #d82a2a;
  line-height: 1.7rem;
  text-align: center;
  margin: 0 0 1em 0;
  /* font-size: 1.2rem; */
  background-color: #fff2d7;
  border: 1px solid #a58353;
}

.result_movie{
  padding:0.5em 0.3em 1.5em 0.3em;
  background-color:#e2ecf5;
  text-align:center;
}
.result_movie_inner{
  display: inline-block;
  width:580px;
  max-width: 100%;
  text-align: left;
}


@media screen and (max-width:800px){
  body[category_status^=ENSA川柳コンクール] #contentBox table{
    border-color: #CCB58A;
  }
  body[category_status^=ENSA川柳コンクール] #contentBox table td{
    display: block;
    width: 100%;
    border-color: #CCB58A;
  }

  #senryuPage .headLine002 span{
    font-size: 1.8rem;
  }
  .senryu_title{
    font-size: 1.1rem;
  }

  
  .senryu_main{
    display: block;
    border: none;
    border-top: 5px double #C8A65A;
    border-bottom: 5px double #C8A65A;
    padding: 20px 0;
  }
  .bosyu_main{
    padding: 0;
  }
  
  div.senryu_flex{
    display: block;
  }
  .sbtitle_theme{
    display: inline-block;
    margin: 0 0 0.5rem 0;
  }
  #senryuPage .textArea,
  #senryuPage ul,
  #senryuPage .picBox1 {padding-left: 5px;}
  .bosyu_main p{
    margin-left: 0.5rem;
  }
  .result_sai,
  .result_yu{
    width: 100%;
    min-height: 70px;
    display: block;
    margin: 0;
    padding: 10px 5px 0 70px;
    background-size: 70px 70px;
    font-size: 1rem;
  }
  #senryuPage main{
    padding: 20px;
  }
}

