@charset "UTF-8";
/*header*/
#header {
  height: 70px;
  background-color: #ffffff;
  box-shadow: 0 0 6px #e4decf;
  position: relative;
  z-index: 500;
}
#header .wrapper {
  overflow: visible;
  position: relative;
}
#header h1 {
  padding-top: 17px;
}
#header h1 a {
  width: 330px;
  height: 44px;
  display: block;
}
#header .header_menu {
  float: right;
}
#header .header_menu > li {
  height: 70px;
  margin-left: 20px;
  font-weight: 700;
  display: inline-block;
}
#header .header_menu > li > a {
  height: 100%;
  padding-top: 18px;
  font-size: 1.063em;
  display: block;
}
#header .header_menu > li > a:hover {
  opacity: 0.65;
}
#header .header_menu > li > a:before {
  width: 35px;
  height: 35px;
  margin-right: 7px; /* 修正 */
  content: '';
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
#header .header_menu > li.menu01 > a {
  color: #db413e;
}
#header .header_menu > li.menu01 > a:before {
  background-image: url("../images/tpl/icon_menu01.png");
background-size: auto 100%;
	background-repeat: no-repeat;
}
#header .header_menu > li.menu02 > a:before {
  background-image: url("../images/tpl/icon_menu02.png");
}
#header .header_menu > li.menu03 > a:before {
  background-image: url("../images/tpl/icon_menu03.png");
}
#header .header_menu .doropdown .subMenu {
  width: 100%;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.8);
}
#header .header_menu .doropdown .subMenu li {
  margin-bottom: 10px;
  text-align: center;
}
#header .header_menu .doropdown .subMenu li a:hover {
  opacity: 0.65;
}

/*footer*/
#footer {
  padding: 25px 0;
  color: #ffffff;
  background-color: #76862f;
}
#footer .pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 490;
width: 130px;
}
#footer .pagetop a img {
  transition: opacity 0.5s;
filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
}
#footer .pagetop a img:hover {
  opacity: 0.65;
}
#footer .link_pc a {
  font-size: 1.125em;
  color: #ffffff;
  display: inline-block;
}
#footer .link_pc a:hover {
  text-decoration: underline;
}
#footer .link_pc a:after {
  width: 1px;
  height: 1em;
  margin: 0 0.5em;
  content: '';
  background-color: #ffffff;
  display: inline-block;
  vertical-align: -0.125em;
}
#footer .link_pc a:last-child:after {
  content: none;
}
#footer .copyright {
  font-size: 1.125em;
}

/*背景*/
.bg01:before {
  width: 100vw;
  height: 100vh;
  content: '';
  background-image: #fffde2;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
	display: block;
}

/*コンテンツエリア-ボックス*/
.contentBox01 {
  margin-bottom: 6px;
  padding: 50px;
  background-color: #ffffff;
  box-shadow: 0 0 6px #e4decf;
  position: relative;
}
.contentBox01:before {
  width: 100%;
  height: 5px;
  content: '';
  background-color: #332721;
  position: absolute;
  top: 0;
  left: 0;
}

/*フッター　アーカイブリンク*/

.archive_link_2024 {
  background: #fcf3ce !important
}
.archive_link {
  padding: 50px 0 ;
  color: #231815;
  background-color: #fdf0d5;
}
.archive_link dl {
  display: flex;
  flex-wrap: wrap;
}
.archive_link dl dt {
  width: 19.36%;
  margin: 0 0.8% 8px 0;
  padding: 5px 0;
  font-size: 1.25em;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  color: #76862f;
}
.archive_link dl dt:before, .archive_link dl dt:after {
  width: 15px;
  height: 11px;
  content: '';
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: 0;
}
.archive_link dl dt:before {
  margin-right: 6px;
}
.archive_link dl dt:after {
  margin-left: 6px;
}
.archive_link dl dd {
  width: 19.36%;
  margin: 0 0.8% 8px 0;
}
.archive_link dl dd:nth-child(6) {
  margin-right: 0;
}
.archive_link dl dd:nth-child(11) {
  margin-right: 0;
}
.archive_link dl dd a {
  padding: 8px;
  text-align: center;
  color: #231815;
  border: solid 1px #231815;
background: #fff;
  border-radius: 100px;
  display: block;
  transition: background-color 0.5s, color 0.5s;
}
.archive_link dl dd a.current {
  font-weight: 700;
  color:#000 !important;
  background-color: #D1BDA6 !important;
  cursor: default;
  border-width: 2px;
}


.archive_link dl dd a:hover {
  color: #db413e;
  background-color: #ffffff;
}

/*追従ボタン*/
.fix_enter_btn {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 100;
  bottom: -100%;
  left: 0;
  transition: bottom 0.5s;
}
.fix_enter_btn.on {
  bottom: 0;
}
.fix_enter_btn a {
  width: 400px;
  max-width: 100%;
  padding: 10px;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-align: center;
  color: #ffffff;
  background: url("") 5% center no-repeat, url("") 95% center no-repeat, #db413e;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  transition: opacity 0.5s;
}
.fix_enter_btn a:hover {
  opacity: 0.65;
}
.fix_enter_btn a:before {
  width: 23px;
  height: 28px;
  margin-right: 15px;
  content: '';
  background-image: url("../images/top/icon_fude01.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}

/*川柳　額縁　共通*/
.senryu_frame {
  padding: 15px 15px 25px 15px;
  text-align: left;
  overflow: hidden;
  position: relative;
filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
}
.senryu_frame:before {
  width: 72px;
  height: 81px;
  content: '';
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: -10px;
  bottom: 3px;
}
.senryu_frame:after {
  width: 100%;
  height: 15px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.senryu_frame .icon{
position: absolute;
	right:7%;
	top:11%;
	width: 17%;
	max-width: 60px
}
.senryu_frame.type01_top{
background-image: url("../images/tpl/senryu_frame01_top.png");
background-size: 100% 100%;
padding: 25px 15px 45px 15px;
}
.senryu_frame.type02_top{
  background-image: url("../images/tpl/senryu_frame02_top.png");
background-size: 100% 100%;
padding: 25px 15px 45px 15px;
}
.senryu_frame.type03_top{
  background-image: url("../images/tpl/senryu_frame03_top.png");
background-size: 100% 100%;
padding: 25px 15px 45px 15px;
}
.senryu_frame.type04_top{
  background-image: url("../images/tpl/senryu_frame04_top.png");
background-size: 100% 100%;
padding: 25px 15px 45px 15px;
}


.senryu_frame.type01{
background-image: url("../images/tpl/senryu_frame01.png");
background-size: 100% 100%
}
.senryu_frame.type02{
  background-image: url("../images/tpl/senryu_frame02.png");
background-size: 100% 100%
}
.senryu_frame.type03{
  background-image: url("../images/tpl/senryu_frame03.png");
background-size: 100% 100%
}
.senryu_frame.type04 {
  background-image: url("../images/tpl/senryu_frame04.png");
background-size: 100% 100%
}
.senryu_frame.type05{
background-image: url("../images/tpl/senryu_frame05.png");
background-size: 100% 100%
}
.senryu_frame.type06{
  background-image: url("../images/tpl/senryu_frame06.png");
background-size: 100% 100%
}
.senryu_frame.type07{
  background-image: url("../images/tpl/senryu_frame07.png");
background-size: 100% 100%
}
.senryu_frame.type08 {
  background-image: url("../images/tpl/senryu_frame08.png");
background-size: 100% 100%
}
.senryu_frame.type09{
background-image: url("../images/tpl/senryu_frame09.png");
background-size: 100% 100%
}
.senryu_frame.type10{
  background-image: url("../images/tpl/senryu_frame10.png");
background-size: 100% 100%
}
.senryu_frame.type11{
  background-image: url("../images/tpl/senryu_frame11.png");
background-size: 100% 100%
}
.senryu_frame.type12 {
  background-image: url("../images/tpl/senryu_frame12.png");
background-size: 100% 100%
}

.senryu_frame p {
  margin: 0;
  font-size: 1.25em;
  position: relative;
  z-index: 10;
padding: 15px 0px 0px 25px
}
.senryu_frame .name {
  margin-top: 2px;
  text-align: right;
  display: block;
  position: relative;
  z-index: 10;
padding: 0 15px 0px
}

/*responsive*/
@media screen and (max-width: 959px) {
  /*sp & tablet*/
  /*header*/
  #header:before {
    width: 100%;
    height: 100%;
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #header .spMenuBtn {
    width: 60px;
    height: 60px;
    background-color: #76862f;
    border-radius: 50%;
    position: fixed;
    top: 10px;
    right: 10px;
    box-shadow: 0 0 2px 0 #ffffff;
  }
  #header .spMenuBtn span {
    width: 24px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    top: 18px;
    left: 18px;
    transition: transform 0.5s, top 0.5s;
  }
  #header .spMenuBtn span:before {
    width: 24px;
    height: 3px;
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 10px;
    left: 0;
    transition: opacity 0.5s;
  }
  #header .spMenuBtn span:after {
    width: 24px;
    height: 3px;
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 20px;
    left: 0;
    transition: transform 0.5s, top 0.5s;
  }
  #header .spMenuBtn.open span {
    top: 28px;
    transform: rotate(45deg);
  }
  #header .spMenuBtn.open span:before {
    opacity: 0;
  }
  #header .spMenuBtn.open span:after {
    top: 0;
    transform: rotate(-90deg);
  }
  #header .header_menu {
    width: 300px;
    height: 100vh;
    padding: 65px 50px 25px 50px;
    float: none;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: -2;
    overflow: auto;
    transition: right 0.5s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  #header .header_menu.open {
    right: 0;
  }
  #header .header_menu > li {
    width: 200px;
    height: auto;
    margin: 0 0 20px 0;
    display: block;
  }
  #header .header_menu > li > a {
    padding-top: 0;
    font-size: 1.25em;
    opacity: 1 !important;
  }
  #header .header_menu > li > a:before {
    width: 30px;
    height: 30px;
  }
  #header .header_menu .doropdown .subMenu {
    margin-top: 15px;
    padding: 0 0 0 40px;
    background: none;
  }
  #header .header_menu .doropdown .subMenu li {
    margin-bottom: 15px;
    text-align: left;
  }
  #header .header_menu .doropdown .subMenu li a {
    opacity: 1 !important;
  }

  /*背景*/
  .bg01:before {
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  /*フッター　アーカイブリンク*/
  .archive_link dl dt {
    width: 100%;
    margin: 0 0 20px 0 !important;
    padding: 0;
  }
  .archive_link dl dt:before, .archive_link dl dt:after {
    width: 4px;
    height: 11px;
  }
  .archive_link dl dd {
    width: 32%;
    margin: 0 2% 2% 0 !important;
  }
  .archive_link dl dd:nth-of-type(3n) {
    margin-right: 0 !important;
  }

  /*川柳　額縁　共通*/
  .senryu_frame p {
    font-size: 1.25em;
  }
  .senryu_frame .name {
/*    font-size: 1.125em;*/
  }
}
@media screen and (max-width: 767px) {
  /*sp*/
  /*header*/
  #header {
    height: 60px;
    padding: 5px 0 17px 0;
  }
  #header h1 {
    padding-top: 8px;
  }
  #header h1 a {
  width: 290px !important;
  height: auto !important;
    background: none;
  }
  #header h1 a img {
   max-height: 100% !important;
	  width: 80% !important
  }

  /*footer*/
  #footer .pagetop{
width: 54px;
height: 54px;
bottom: 8px;
right: 10px;
}
  #footer .link_sp ul {
    padding-bottom: 25px;
  }
  #footer .link_sp ul li {
    margin-bottom: 10px;
  }
  #footer .link_sp ul li a {
    padding: 8px;
    font-size: 1.25em;
    text-align: center;
    color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 100px;
    display: block;
  }
  #footer .link_sp ul li.entry {
    margin-bottom: 20px;
  }
  #footer .link_sp ul li.entry a {
    padding: 12px 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #332721;
    background: url("") 10% center no-repeat, url("") 90% center no-repeat, #ffffff;
    -webkit-background-size: 30px;
    background-size: 30px;
  }
  #footer .link_sp ul li.entry a:before {
    width: 20px;
    height: 24px;
    content: '';
    background-image: url("../images/tpl/icon_menu01.png");
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    vertical-align: -0.05em;
    margin: 0 5px -3px 0 !important
  }
  #footer .link_sp > a {
    margin-bottom: 1em;
    color: #ffffff;
    display: inline-block;
  }
  #footer .copyright {
    margin-top: 25px;
    text-align: center;
  }

  /*背景*/
 .bg01:before {
    background: #fffde2;	
  }
	
.archive_link img{
	max-width: 105px;
	width: 26% !important
}
  /*フッター　アーカイブリンク*/
  .archive_link:after {
    width: 87px;
    height: 11px;
    margin: 25px auto 0 auto;
    content: '';
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
  }
  .archive_link dl dd {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .archive_link dl dd:last-child {
    margin-bottom: 0 !important;
  }
  .archive_link dl dd a {
    font-size: 1.25em;
    color: #231815 !important;
	background: #fff;
  }

  /*コンテンツエリア-ボックス*/
  .contentBox01 {
    padding: 25px 15px 30px 15px;
  }

  /*追従ボタン*/
  .fix_enter_btn {
    padding: 10px;
    text-align: left;
  }
  .fix_enter_btn .inner {
    width: calc( 100% - 70px );
  }
  .fix_enter_btn .inner a {
    width: 400px;
    margin: 0 auto;
    display: block;
    font-size: 1.125em;
    letter-spacing: 0.1em;
    -webkit-background-size: auto 8px;
    background-size: auto 8px;
  }
  .fix_enter_btn .inner a:before {
    margin-right: 5px;
  }

/*   みんなの投稿川柳 追加*/
  .fix_enter_btn.list .inner a {
    background-image: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  /*tablet*/
  /*header*/
  #header .spMenuBtn {
    top: 5px;
  }
  #header .header_menu {
    padding: 95px 50px 25px 50px;
  }

  /*footer*/
  #footer .link_pc {
    float: none;
  }
  #footer .copyright {
    float: none;
  }

  /*コンテンツエリア-ボックス*/
  .contentBox01 {
    padding: 25px;
  }
}

@media screen and (max-width: 959px) {
.spimg{
display: inline !important
}
.pcimg{
display: none !important
}
}
@media screen and (min-width: 960px){
.spimg{
display: none
}
.pcimg{
display: inline
}
}

main {
  max-width: 1920px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
    background: #fffdde;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
main {
    background: #fffde2;
  background-size: 100%;
}
}