﻿html,
body {
    font-size: 62.5%;
}

/*reset*/

body,
p,
div,
ul,
li,
ol,
dl,
dt,
dd,
figure,
figcaption {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a,a:hover{
	text-decoration: none;
color: #000;
transition: ease .5s;}

body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    text-align: center;
    font-family: Meiryo,sans-serif;
}

#wrap {
    position: relative;
    overflow: hidden;
    padding: 0 0 0;
}

h1 {
}

h1.open {
    background-color: #fff;
}


#eologo {
    z-index: 998;
    position: absolute;
    top: 25px;
    left: 25px;
    
}

#eologo img{
	width: 90px;
}

.pc-disp {
	display: block;
}

.sp-disp {
	display: none;
}

div#bnr_area{
max-width: 100%;
margin: 30px auto 30px;
height: auto;
padding: 0 25px;
    position: relative;
}

div#bnr_area img{
	padding: 0 !important;
	margin: 0 !important;
width: 100%;
}

div#bnr_area a:hover {
	opacity: .6;
}


/* search */
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
    border-color: #989898 !important;
    background-color: #fffbd4 !important;
    border-radius: 20px !important;
       padding-left: 5px !important;
}

.gsc-search-button,
.gsc-search-button-v2 {
    cursor: pointer;
}

.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
    background-color: #000 !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {

 
}

.gsc-search-button-v2 {
	background: #0095a1!important;
	border-radius: 5px!important;
}


/**/

.hero-section {
    background: url("img/bg_pc.png") no-repeat;
    background-size: 100% auto;
    margin-bottom: 50px;
}

.sec-block {
	width: 1060px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.sec-block-inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.hero-section #search {
	max-width: 550px;
	margin: 33px 0 0 0;
	float: right;
	padding-bottom: 140px;
}



.hero-section .logo {
	margin-bottom: 40px;
	text-align: center;
}


.hero-section .logo-txt {
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: center;
	width: 580px;
	margin: 40px auto 70px;
}


.bg1 {


}

.bg1 img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	transition: top 1s ease-out;
}

#list-block .bg2 img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: top 1s ease-out;
}

#list-block .bg3 img {
	position: absolute;
	right: 0;
	top: 1000px;
	z-index: 1;
	transition: top 1s ease-out;
}

#theme-block {
	position: relative;
}

.theme-block-inner {
	background: #eee;
}

#theme-block .theme-block-ttl {
	width: 740px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
	color: #0095a1;
	font-size: 2.4rem;
	font-weight: bold;
	background: #fff;
	box-shadow: 0 0 10px rgba(108, 108, 108, .09);
    position: absolute;
    top: -60px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 2;
}

#theme-block .sec-block {
	padding: 130px 0 50px;
}

#list-block {
	position: relative;
}

.list  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.list li {
    width: 31.25%;
    list-style: none;
    margin-bottom: 48px;
    text-align: left;
    position: relative;
}

.list li img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.list li#enilnokre img {
	aspect-ratio:300/169;
	object-fit:contain;
}

.list li#enilnoare img {
	aspect-ratio:300/188;
	object-fit:contain;
}


.list li a {
	transition: .2s;
}

.list li a:hover {
	opacity: .7;
}

.list .list-ttl {
	font-size: 1.6rem;
	line-height: 1.5;
    padding: 0 0 0 17px;
    margin: 0;
    position: relative;
	z-index: 1;
	font-weight: normal;
}

.color-kyoto img {
	border-radius: 10px;
	border: 3px solid #e7abbf;
}

.color-gourmet img {
	border-radius: 10px;
	border: 3px solid #ff3337;
}

.color-odekake img {
	border-radius: 10px;
	border: 3px solid #1c65d2;
}

.color-kenko img {
	border-radius: 10px;
	border: 3px solid #ffbf36;
}

.color-naruhodo img {
	border-radius: 10px;
	border: 3px solid #ffe100;
}

.color-golf img {
	border-radius: 10px;
	border: 3px solid #00823d;
}

.color-hikari img {
	border-radius: 10px;
	border: 3px solid #0095a1;
}

.color-covid img {
	border-radius: 10px;
	border: 3px solid #0095a1;
}

.color-senryu img {
	border-radius: 10px;
	border: 3px solid #ff3337;
}

#theme-block .list .list-ttl:before {
	content: '';
	width: 36px;
	height: 120px;
	background: rgba(255, 228, 5, .6);
	position: absolute;
	left: 0;
    top: -55px;
	z-index: -1;
}

#theme-block .list-img {
	position: relative;
}

#theme-block .list-cat {
	font-size: 1.3rem;
	color: #fff;
	min-width: 110px;
	padding: 3px 5px;
	background: #0095a1;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}


#senryu-block {
	padding: 65px 0 80px 0;
}

.senryu-head {
	background-image: url("img/img_usagi.png"),url("img/img_frog.png");
	background-position: left 120px center,right 80px center;
	background-repeat: no-repeat,no-repeat;
	
}

.senryu-txt {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-left: 10px;
}

.senryu-ttl {
	width: 365px;
	margin:0 auto 40px;
	
}

.senryu-ttl img {
	width: 100%;
	height: auto;
}


.senryu-info {
	display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.senryu-info-block {
	width: 49%;
}

.senryu-info-ttl {
	color: #fff;
    
}

.senryu-info-ttl a {
	color: #fff;
	background: #0095a1;
    line-height: 1.5;
    font-size: 2.8rem;
    padding: 20px 0;
    border-radius: 80px;
    margin: 0 0 30px;
    display: block;
    transition: .2s;
}

.senryu-info-ttl a:hover {
	opacity: .7;
}

.senryu-info-date {
	text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}

.senryu-info-result {
	border: 2px solid #0095a1;
	border-radius: 5px;
	position: relative;
	padding-bottom: 30px;
}

.senryu-info-result-ttl {
  display: inline-block;
  position: absolute;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 40px;
  font-size: 2rem;
  background: #0095a1;
  color: #FFF;
  box-sizing: border-box;
  top: -21px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 300px;
}

.senryu-info-result-ttl:before, 
.senryu-info-result-ttl:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.senryu-info-result-ttl span:before, 
.senryu-info-result-ttl span:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  z-index: 2;
  background: #0095a1;
}

.senryu-info-result-ttl span:before {
    left: 0px;
    top: 19px;
}

.senryu-info-result-ttl span:after {
	right: 0;
	top: 19px;
}

.senryu-info-result-ttl:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.senryu-info-result-ttl:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.senryu-info-result-no {
	font-size: 1.6rem;
	color: #0095a1;
	margin-bottom: 5px;
	margin-top: 35px;
	font-weight: bold;
}

.senryu-info-result-notxt {
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.senryu-info-result-ranking {
	font-size: 1.8rem;
	color: #0095a1;
	font-weight: bold;
	width: 65%;
    margin: 0 auto 10px;
    text-align: left;
}

.senryu-info-result-ranking img {
	vertical-align: bottom;
	margin-right: 5px;
}

.senryu-info-result-ranking p {
	display: inline-block;
	margin-top: 5px;
}


.senryu-info-result-txt {
	font-size: 1.8rem;
	font-weight: bold;
	width: 65%;
    margin: 0 auto;
    text-align: left;	
}

.senryu-info-result-txt span {
	font-size: 1.4rem;	
}

.senryu-block-attend {
	font-size: 1.2rem;
	margin-top: 45px;
	text-align: left;
}


/*list*/
.list-block-ttl {
	font-size: 2.4rem;
	color: #0095a1;
	text-align: center;
	margin-bottom: 40px;
}

.list-block-ttl a {
	font-size: 2.4rem;
	color: #0095a1;
	text-align: center;
	margin-bottom: 40px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.list-block-section .list .list-ttl {
	margin-top: 10px;
}

.list-category {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 10px;
	color: #0095a1;
	line-height: 1.2;
}

#ec-contents .list-ttl,
#media-contents .list-ttl {
	text-align: center;
	
}

.list-block-section+.list-block-section {
	margin-top: 70px;
}

.bold {
	font-weight: bold;
}


.slick-prev {
    left: -35px!important;
    top: 26%!important;
    z-index: 100;
}

.slick-next {
    right: -35px!important;
    top: 26%!important;
    z-index: 100;
}

.slick-prev:before, .slick-next:before {
	width: 35px;
	height: 35px;
	opacity: 1!important;
	content: ''!important;
	display: block;
}

.slick-prev:before {
	background: url("img/img_prev.png");
	background-size: 34px 34px;
	background-repeat: no-repeat;
}


.slick-next:before {
	background: url("img/img_next.png");
	background-size: 34px 34px;
	background-repeat: no-repeat;
}



.slick-prev2 {
    left: 0 !important;
    top: 50% !important;
    z-index: 100;
        position: absolute;
            transform: translate(0, -50%);
                background-color: transparent;
    border: 0;
}

.slick-next2 {
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
        position: absolute;
            transform: translate(0, -50%);
                background-color: transparent;
    border: 0;
}

.slick-prev2:before, .slick-next2:before {
	width: 30px;
	height: 30px;
	opacity: 1!important;
	content: ''!important;
	display: block;
}

.slick-prev2:before {
	background: url("img/img_prev.png");
	background-size: 30px 30px;
	background-repeat: no-repeat;
}


.slick-next2:before {
	background: url("img/img_next.png");
	background-size: 30px 30px;
	background-repeat: no-repeat;
}



_:-ms-lang(x)::-ms-backdrop, .slick-prev:before {width: 34px;background-size: 34px;}
_:-ms-lang(x)::-ms-backdrop, .slick-next:before {width: 34px;background-size: 34px;}





dl {
    position: relative;
    width: 1000px;
    margin: 0 auto 50px;
}

dl dt {
    position: absolute;
    left: -100px;
    top: 0;
    background-color: #352f2f;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 5px;
}

dl dd {
    padding: 0;
    margin: 0;
    min-height: 50px;
}

.section-block {
    position: relative;
    width: 1000px;
    margin: 0 auto 50px;
}


.presentList-wrap {
    padding: 30px 0 15px 0;
    background: #ffe406;	
    z-index: 10000;
    position: relative;
}

#presentList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
	width: 960px;
}

#presentList li {
    width: 220px;
    list-style: none;
    text-align: left;
    padding: 0 10px;
}

#presentList li a {
    text-decoration: none;
    color: #000;
    transition: all 0.5s;
}


#presentList li a figure {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}


#presentList li a figure img {
    width: 100%;
    line-height: 1.4;
    vertical-align: bottom;
}

#presentList li a:hover figure img {
    opacity: 0.5;
    transition: all 0.5s;
}



#presentList li figcaption {
    line-height: 1.8;
    font-size: 1.6rem;
    padding: 10px 0;
    display: block;

}

#sns-block {
	position: relative;
}

.sns-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 75px auto 85px;
    width: 310px;
    position: relative;
}

.sns-list li {
    list-style: none;
    padding: 0 13px;
}
.sns-list li img {
	width: 100%;
	height: auto;
	transition: .2s;
}

.sns-list li img:hover {
	opacity: .7;
}

.btn-mailmagazine {
	position: fixed;
	bottom: 30px;
	right: 5%;
	/*width: 180px;*/
	border: 1px solid #0095a1;
	background: #eee;
	border-radius: 5px;
	z-index: 100000;
	/*display: none;*/
}

.btn-mailmagazine::before {
	content: '';
	position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #0095a1;
    border-right: 1px solid #0095a1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
        z-index: 1;
        margin-top: -7px;
}

.btn-mailmagazine a {
	font-size: 1.7rem;
	font-weight: bold;
	color:#0095a1;
	padding: 10px 0;
	text-align: center;
	display: block;
    padding: 10px 40px 10px 10px;
    position: relative;
}

.btn-mailmagazine a::after {
	content: '';
    height: 70px;
    width: 28px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ffe406;
    border-radius: 0px 5px 5px 0px;
    border-left: 1px solid #0095a1;
}


/*
 {
    display: inline-block;
    padding: 10px 50px;
    font-size: 1.4rem;
    text-decoration: none;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 30px;
    color: #000;
}
*/

a.linkButton{
    background-color: #ffffff;
padding: 15px 30px;
    border-radius: 30px;
    color: #352f2f;
    text-decoration: none;
    box-shadow: #ccc 0px 0px 4px 0;
        font-size: 1.5rem;
            display: inline-block;
}

a.linkButton:hover{
    background-color: #ffe100;
}


div.bnr_covid a:hover{ opacity:.7;}

div.bnr_covid p{
font-size:1.6rem;
margin-top:10px;}

@media screen and (max-width: 1299px) {
	
	.sec-block {
		width: 96%;
	}
	
	.sec-block-inner {
		width: 100%;
	}
	
	.hero-section .logo {
		width: 73%;
		max-width: 550px;
		margin: 0 auto 25px;
	}
	
	.hero-section .logo img {
		width: 100%;
	}
	
	#eologo {
	    top	15px;
	    left: 15px;
	}
	
	#eologo img {
		width: 100px;
	}
	
    dl {
        position: relative;
        width: 650px;
    }

    #presentList li {
        width: 300px;
    }


/*1月19日追加*/
div.bnr_covid{
max-width: 100%;
margin: 0 auto 30px;
height: auto;
padding: 0 25px;
position: relative;
}
div.bnr_covid img{
	padding: 0 !important;
	margin: 0 !important;
    width: 100%;
}

div.bnr_covid a:hover {	opacity: .7;}

p.txt_covid{
font-size:1.6rem; 
margin-top:10px; }



div.bnr_covid img {max-width:100%;}
div.bnr_covid a:hover img {opacity: .7;}

}


@media screen and (max-width: 949px) {


	.hero-section {
	}

	.sec-block {
		width: 96%;
	}
	
	.sec-block-inner {
		width: 96%;
	}

	.hero-section #search {
		margin: 11px 0 0 0;	
		padding-bottom: 90px;
	}
	
	.gsc-input-box {
		padding: 0!important;
	}
	
	.gsc-search-button-v2 {
		padding: 7px 20px!important;
		margin: 0 0 0 10px!important;
	}
	
	.hero-section .logo {
		width: 73%;
		margin: 0 auto 25px;
	}
	
	.hero-section .logo-txt {
		font-size: 1.3rem;
		line-height: 1.7;
		text-align: center;
		width: 100%;
		margin: 20px auto 50px;
	}
	
	
	
	h1 {
        letter-spacing: 0.1rem;
        width: 90%;
    }

    h1 img{
		
    }
    
	#eologo {
	    top:	15px;
	    left: 15px;
	}
	
	#eologo img {
		width: 50px;
	}


/*1月19日追加*/
div.bnr_covid{
width: 100%;
    height: auto;
    margin-bottom:0px;
    padding: 0;
}

div.bnr_covid img{
width: 100%;
}
div.bnr_covid a:hover {	opacity: .7;}

p.txt_covid{
font-size:1.6rem; 
margin-top:10px; }


/*
div.bnr_covid img{ width:100%;}
div.bnr_covid a:hover img {opacity: .7;}
*/

    dl {
        width: 100%;
        margin: 0 auto 15px;
    }

    dl dt {
        position: relative;
        left: inherit;
        top: inherit;
        background-color: inherit;
        -ms-writing-mode: lr-tb ;
        writing-mode: horizontal-tb;
        color: #000;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin: 0 0 20px;
    }

    #wrap {
        position: relative;
        padding: 0;
    }

/*#search{display: none}*/

	#search{ 
		width: 74%;
	}


    #presentList li {
        width: 300px;
    }


    #contentsList li {
        width: 50%;
        padding: 5px;
        font-size: 1.3rem;
        margin-bottom: 5px;
    }

    #contentsList li a figure {
        width: 100%;
        height: auto;
        background-color: white;
        border-radius: 0;
    }

    #contentsList li figcaption {
        line-height: 1.5;
        font-size: 1.3rem;
    }

    #contentsList li a figure:after {
        display: none;
    }

    #wrap:after {
        border: 4px solid #ffe100;
    }




    #presentList li {
        width: 50%;
        list-style: none;
        margin-bottom: 5px;
        padding: 5px;
    }

    #presentList li a figure {
    border-radius: 10px;
}


    #presentList li a figure img {
        width: 100%;
    }

    #presentList li a:hover figure img {
        opacity: 0.5;
        transition: all 0.5s;
    }



    #presentList li figcaption {
        line-height: 1.5;
        font-size: 1.3rem;
        padding: 10px 0;
        display: block;
    }
    
	
	#presentList {
		width: 86%;
		
	}
	
	

    

}


@media screen and (max-width: 768px) {


div#bnr_area{
width: 100%;
    height: auto;
    margin: 20px auto 30px;
    padding: 0;
}

div#bnr_area img{
width: 100%;
}


.slick-prev2,.slick-next2,.slick-prev2:before, .slick-next2:before {
display: none;
}




	.pc-disp {
		display: none;
	}
	
	.sp-disp {
		display: block;
	}
	
	.hero-section {
	    background: url("img/bg_sp.png") no-repeat;
	    background-size: 100% auto;
	    margin-bottom: 0;
	}
	
	.hero-section .logo-txt {
		margin-bottom: 0;
	}
	
	
	.bg1 {

	}
	
	.bg1 img {
		width: 35.5%;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.bg2 img {
		width: 35.5%;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.bg3 img {
		width: 35.5%;
		position: absolute;
		right: 0;
		top: 0;
	}

	
	#theme-block {
		padding: 60px 0 0;
	}
	
	#theme-block .theme-block-ttl {
		width: 92%;
		font-size: 1.7rem;
		padding: 15px 0;
		top: 20px;
	}
	
	#theme-block .sec-block {
	    padding: 65px 0 25px;
	}
		
	.list li {
	    width: 48%;
	    list-style: none;
	    margin-bottom: 24px;
	    text-align: left;
	    position: relative;
	}
	
	.list li img {
	    margin-bottom: 5px;
	}
	

	
	.list .list-ttl {
		font-size: 1.3rem;
		line-height: 1.5;
	    padding: 0 0 0 12px;
	}
	
	#theme-block .list .list-ttl:before {
		content: '';
		width: 20px;
		height: 66px;
		background: rgba(255, 228, 5, .6);
		position: absolute;
		left: 0;
	    top: -25px;
		z-index: -1;
	}
	
	#theme-block .list-cat {
		font-size: 1rem;
		min-width: 80px;
	}



	#senryu-block {
		padding: 35px 0 40px 0;
	}
	
	.senryu-head {
		background-image: url("img/img_usagi.png"),url("img/img_frog.png");
		background-position: left 10px center,right center;
		background-repeat: no-repeat,no-repeat;
		background-size: 43px 110px,67px 115px;
		
	}
	
	.senryu-txt {
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		margin-bottom: 15px;
		padding-top: 10px;
		padding-left: 0;
	}
	
	.senryu-ttl {
		width: 175px;
		margin:0 auto 20px;
		
	}
	
	.senryu-ttl img {
		width: 100%;
		height: auto;
	}

	.senryu-info {
		display: block;
	    margin: 0;
	    padding: 0;
	}
	
	.senryu-info-block {
		width: 100%;
	}
	
	.senryu-info-ttl a {
	    line-height: 1.5;
	    font-size: 1.8rem;
	    padding: 15px 0;
	    border-radius: 80px;
	    margin: 0 0 15px;
	}
	
	.senryu-info-date {
	    font-size: 1.4rem;
	}

	.senryu-info-block+.senryu-info-block {
		margin-top: 30px;
	}
	
	.senryu-info-result-ttl {
		font-size: 1.4rem;
	}
	
	.senryu-info-result-ttl {
	    height: 24px;
	    line-height: 24px;
	    padding: 0 20px;
	    font-size: 1.4rem;
	    top: -13px;
	    width: 200px;
	}

	.senryu-info-result-ttl:before {
	  top: 0;
	  left: 0;
	  border-width: 12px 0px 12px 15px;
	  border-color: transparent transparent transparent #fff;
	  border-style: solid;
	}
	
	.senryu-info-result-ttl:after {
	  top: 0;
	  right: 0;
	  border-width: 12px 15px 12px 0px;
	  border-color: transparent #fff transparent transparent;
	  border-style: solid;
	}
	
	.senryu-info-result-ttl span:before {
	    left: 0px;
	    top: 11px;
	}
	
	.senryu-info-result-ttl span:after {
		right: 0;
		top: 11px;
	}
	
	.senryu-info-result-no {
		display: inline-block;
		font-size: 1.4rem;
	}
	
	.senryu-info-result-notxt {
		display: inline-block;
		font-size: 1.4rem;
	}
	
	.senryu-info-result-ranking img {
		width: 26px;
		height: auto;
	    vertical-align: middle;
	}
	
	.senryu-info-result-ranking {
		font-size: 1.6rem;
		width: 80%;
	}
	
	.senryu-info-result-txt {
		font-size: 1.6rem;
		width: 80%;
	}
	
	.senryu-info-result-txt span {
		font-size: 1.2rem;	
	}
	
	.senryu-block-attend {
	    font-size: 1rem;
	    margin-top: 10px;
	}
	
	.list-block-section .list .list-ttl {
	    padding: 0;
	}
	
	.list-category {
		font-size: 1.5rem;
	}
	
	.list-block-ttl {
		font-size: 1.7rem;
		margin-bottom: 20px;
	}
	
	.list-block-section .list .list-ttl {
		margin-top: 0;
	}
	
	.list-block-section+.list-block-section {
	    margin-top: 35px;
	}
	
	#presentList {
		width: 86%;
		
	}
	
	
	.slick-prev {
	    left: -7%!important;
	    top: 26%!important;
	}
	
	.slick-next {
	    right: -11.5%!important;
	    top: 26%!important;
	    z-index: 100;
	}
	
	.slick-prev:before, .slick-next:before {
		width: 17px;
		height: 17px;
		opacity: 1!important;
		content: ''!important;
		display: block;
		    background-size: 17px;
	}
	
	.sns-block {
		margin-bottom: 40px;
	}
	
	.sns-list {
	    margin: 30px auto 25px;
	    width: 60%;
	}
	
	.sns-list li {
	    list-style: none;
	    padding: 0 4%;
	}
	.sns-list li img {
		width: 100%;
		height: auto;
		transition: .2s;
	}
	
	.sns-list li img:hover {
		opacity: .7;
	}
	
	
	
	.btn-mailmagazine {
		position: fixed;
		bottom: 70px;
		right: 3%;
		width: 45%;
		margin-left: auto;
		height: 50px;
	}
	
	.btn-mailmagazine::before {
		content: '';
		position: absolute;
	    top: 50%;
	    right: 10px;
	    width: 10px;
	    height: 10px;
	    border-top: 1px solid #0095a1;
	    border-right: 1px solid #0095a1;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	        z-index: 1;
	        margin-top: -7px;
	}
	
	.btn-mailmagazine a {
		font-size: 1.3rem;
		font-weight: bold;
		color:#0095a1;
		text-align: center;
		display: block;
	    padding: 5px 40px 5px 5px;
	    position: relative;
	}
	
	.btn-mailmagazine a::after {
		content: '';
	    height: 48px;
	    width: 28px;
	    position: absolute;
	    right: 0px;
	    top: 0px;
	    background: #ffe406;
	    border-radius: 0px 5px 5px 0px;
	    border-left: 1px solid #0095a1;
	}
	

	
		
	
}




/*******くらし川柳追記*******/
/*
#senryu_banner{
    width: 100%;
    border: 1px solid #ffe100;
    background: #ffffff;
    padding: 7px;
}
#senryu_banner .senryu_banner_inner{
    width: 100%;
    background: url(senryu/img/bg_squire.jpg);
    padding: 20px 0 20px 0px;
}
.senryu_detale{
    padding: 0 40px 10px;
    position: relative;
}
.senryu_detale .ttl_area{
    padding: 20px 0 40px 120px;
    background: url(senryu/img/img_usagi_write.png) no-repeat left center;
    background-size: contain;
    min-height: 220px;
    text-align: left;
}
.senryu_detale .ttl_area img{
    width: 260px;
    height: auto;
}
.senryu_detale .ttl_area p{
    font-size: 1.8rem;
    margin-top: 15px;
}
.senryu_detale .present_area{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top:-20px;
    right: 0;
    width: 440px;
    padding:0 15px;
    background: #34aab4;
    height: 136px;
    border-radius: 68px 0 0 68px;
}
.senryu_detale .present_area:after{
    position: absolute;
    content: "";
    width: 51px;
    height: 64px;
    top:130px;
    right: 40px;
    background: url(senryu/img/fukidashi_arrow.png) no-repeat center center;
    background-size: contain;
}
.senryu_detale .present_area p{
    color: #ffffff;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.5;
}
.senryu_result{
    background: #ffffff;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
}
.senryu_result:before{
    position: absolute;
    content: "";
    width: 150px;
    height:255px;
    background: url(senryu/img/img_frog_celebrate.png) no-repeat center top;
    background-size: contain;
    z-index: 1;
    right: 40px;
    top:-50px;
}
.senryu_result .result_ttl{
    position: absolute;
    width: 100%;
    top:-20px;
    left: 0;
}
.senryu_result .result_ribon{
    width: 180px;
    margin: 0 auto;
    background:  #34aab4;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    font-size: 2rem;
    position: relative;
}
.senryu_result .result_ribon:before{
    content: "";
    position: absolute;
    top: 0;
    left: -13px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #34aab4 transparent #34aab4 transparent;
    border-width: 20px 13px 20px 13px;
}
.senryu_result .result_ribon:after{
    content: "";
    position: absolute;
    top: 0;
    right: -13px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #34aab4 transparent #34aab4 transparent;
    border-width: 20px 13px 20px 13px;
}

.senryu_result .odai_area{
    width: 30%;
    text-align: center;
    padding: 0 20px;
}
.senryu_result .result_list{
    width: 50%;
    text-align: left;
    padding:10px 20px 0 30px;
}
.senryu_result .frog_area{
    width: 20%;
}
.senryu_result .senryu_no{
    font-size: 1.6rem;
    color: #34aab4;
}
.senryu_result .odai_tx{
    font-size: 2.4rem;
    margin-bottom: 10px;
}
.senryu_result .odai_area img{
    max-width: 90%;
}
.senryu_result .ico_ranking{
    font-size: 2rem;
    color: #34aab4;
    vertical-align: bottom;
}
.senryu_result .senryu_tx{
    font-size: 1.8rem;
    line-height: 1.6;
}
.senryu_result .penname{
    font-size: 1.3rem;
    line-height: 1.5;
}
.result_list > div:first-child{
    margin-bottom: 20px;
}
.senryu_result .more_bt_area{
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 185px;
}
.senryu_result .more_bt_area a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    color: #ffe100;
    background: #000000;
    border-radius: 20px;
}
.attention_tx{
    padding: 20px 20px 0;
    max-width: 730px;
}
.attention_tx p{
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
}
@media screen and (max-width: 1299px){

#senryu_banner .senryu_banner_inner {
    padding: 20px 0 20px 0px;
}

.senryu_detale .present_area{
    position:relative;
    top:0px;
    width: 100%;
    margin:20px 0  50px;
    border-radius: 68px;
}
.senryu_detale .present_area:after {
    position: absolute;
    content: "";
    width: 150px;
    height:255px;
    background: url(senryu/img/img_frog_celebrate.png) no-repeat center top;
    background-size: contain;
    z-index: 1;
    right: -20px;
    top:-20px;
}
.senryu_result{
    display: block;
    padding:50px 20px;
}
.senryu_result:before {
    display: none;
}
.senryu_result .odai_area{
    width: 100%;
}
.senryu_result .result_list{
    width: 100%;
    text-align: center;
    padding: 10px 0px 0 0px;
}
.senryu_result .frog_area{
    width: 100%;
}
.senryu_result .more_bt_area {
    position: absolute;
    bottom: -20px;
    right: 0px;
    width: 100%;
}
.senryu_result .more_bt_area a {
    display: block;
    height: 40px;
    width: 300px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 1.6rem;
    color: #ffe100;
    background: #000000;
    border-radius: 20px;
}
.attention_tx{
    padding: 40px 20px 0;
}
}
@media screen and (max-width: 949px){
.senryu_detale .ttl_area{
    padding: 20px 0px 40px 0px;
    text-align: center; 
}
}

@media screen and (max-width: 660px){
.senryu_detale{
    padding: 0 10px;
}
.senryu_detale .ttl_area{
    background: none;
    padding: 20px 0px 0px 0px;
}
.senryu_detale .ttl_area p {
    padding:10px 10px 0 60px;
    margin-left: 20px;
    min-height: 120px;
    background: url(senryu/img/img_usagi_write.png) no-repeat left top;
    background-size: contain;
    text-align: left;
    font-size: 4.5vw;
}
.senryu_detale .present_area {
    margin: 20px 0 50px;
    border-radius: 10px;
    padding: 0 15px 0 15px;
}
.senryu_detale .present_area p{
    font-size: 4vw;
}
.senryu_detale .present_area:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 140px;
    background: url(senryu/img/img_frog_celebrate.png) no-repeat center top;
    background-size: contain;
    z-index: 1;
    right: -10px;
    top: -20px;
}
}
@media screen and (max-width: 440px){
.senryu_detale .ttl_area {
    padding: 10px 0px 0px 0px;
}
.senryu_detale .ttl_area img {
    width: 200px;
}
.senryu_detale .present_area {
    justify-content:initial;
    padding: 0 30px 0 30px;
    height: 100px;
}
.senryu_detale .present_area p{
    text-align: left;
    font-size: 5vw;
}
.penname_tx{
    font-size: 3vw;
}
.senryu_result .more_bt_area a {
    width:80%;
}
}
*/


@media screen and (max-width: 1299px) {

