@charset "utf-8";
/*イベント案内* #col5Menu修正：2017年4月3日ニッショウプロ浅野 */

#contents .lowerInner {
	margin: auto;
	width: 100%;
	overflow: hidden;
}
#contents .subTitle.event {
	background-image: url(../../img/event/tit_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	padding-top: 1em;
	padding-left: 2em;
	box-sizing: border-box;
	min-height: 161px;
	border: none;
	width: 100%;
}
.subTitle.event #pan {
	color: #FFF;
	text-decoration: none;
	padding-top: 0;
}
.subTitle.event #pan a{
	color: #FFF;
	text-decoration: none;
}

#col5Menu {
	width: 733px;
	margin: 0 auto 2em;
	overflow: hidden;
}
#col5Menu li {
	float: left;
        margin-right:15px;
	padding-bottom: 13px;
}
#col5Menu li:last-child {
	margin-right: 0;
}

#contents .lowerInner h3 {
	font-size: 2em;
	color: #D93D27;
	background-color: #FFF;
	text-align: left;
	padding: 5px 0px 0px 0px
	font-weight: bold;
	margin-bottom: 1em;
	clear: both;
	background-image: url(../../img/index/line_wave.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#contents .lowerInner h3 span {
	width:80%;
	margin: auto;
	display:block;
	/*padding-bottom: 5em;*/
}

span.sred{
    color: red;
    font-size: 0.8em;
    display: inline!important;
}


#contents .lowerInner .event_now {
	background-color: #fdffd1;
	border: 1px solid #afe2dd;
	padding: 1em;
	border-radius: 5px;        /* CSS3 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	overflow: hidden;
	background-image: url(../../img/event/mark_bg.png);
	background-repeat: no-repeat;
	background-position: 98% bottom;
	margin-bottom: 3em;
}

#contents .lowerInner .event_now .textarea .tit {
	font-weight: bold;
	color: #FFF;
	background-color: #6cc5b0;
	padding: 0.5em;
	margin-bottom: 1em;
}
#contents .lowerInner .event_now .textarea p {
	font-size: 1.4em;
}


/*予告＆募集*/
#contents .lowerInner .event_notice {
	padding: 1em;
	border-radius: 5px;        /* CSS3 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	overflow: hidden;
	margin-bottom: 3em;
}
#contents .lowerInner .indent .eventlist {
	text-align: left;
	padding-left: 1em;
}
#contents .lowerInner .indent .eventlist dt {
	float: left;
	clear: both;
}
#contents .lowerInner .indent .eventlist dd {
	font-size: 1.4em;
	margin-bottom:.5em;
	padding-left: 120px;
}
#contents .lowerInner .indent .eventlist dd a {
	text-decoration: none;
	color: #000;
}
#contents .lowerInner .event_notice .textarea .tit {
	font-weight: bold;
	color: #FFF;
	background-color: #74c0eb;
	padding: 0.5em;
	margin-bottom: 1em;
}
#contents .lowerInner .event_notice .textarea .tit .yokoku {
	background-color: #358875;
	padding: .1em .5em;
	margin-right: 1em;
	display: block;
	float:left;
}
#contents .lowerInner .event_notice .textarea .tit .bosyu {
	background-color: #D03930;
	padding: .1em .5em;
	margin-right: 1em;
	display: block;
	float:left;
}
#contents .lowerInner .event_notice .textarea .tit .syuryo {
	background-color: #7f7f7f;
	padding: .1em .5em;
	margin-right: 1em;
	display: block;
	float:left;
}
#contents .lowerInner .event_notice .textarea p {
	font-size: 1.4em;
}
#contents .lowerInner .event_notice .textarea table tr th {
	color: #0f73ac;
	font-weight: bold;
	padding: 0.4em 0.2em;
	background-color: #d8f1ff;
	border: 1px solid #74c0eb;
	text-align: center;
	font-size: 1.4em;
	box-sizing: border-box;
}
#contents .lowerInner .event_notice .textarea table tr td {
	text-align: left;
	padding: .6em;
	border: 1px solid #74c0eb;
	font-size: 1.3em;
	box-sizing: border-box;
}
#contents .lowerInner .event_co {
	overflow: hidden;
}
#contents .lowerInner .event_co .area {
	width: 48%;
	margin: 0 0 3em;
	overflow: hidden;
}
#contents .lowerInner .event_co .area p {
	text-align: left;
	font-size: 1.4em;
}
#contents .lowerInner .event_co .area:nth-child(2n+1) {
	float: left;
	clear:both;
}
#contents .lowerInner .event_co .area:nth-child(2n+2) {
	float: right;
}
#contents .lowerInner .event_co .area .images {
	text-align: left;
	padding: 1em;
	margin-bottom: 1em;
	background-color: #fdffd1;
	border-radius: 5px;        /* CSS3 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	box-sizing: border-box;
}
#contents .lowerInner .event_co .area .images img {
	text-align: center;
	border: 1px solid #CCC;
	padding: 5px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	-o-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	-ms-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	margin-bottom: 1em;
	background: #FFF;
	box-sizing: border-box;
}
#contents .lowerInner .event_co .area .tit {
	color: #FFF;
	background-color: #6cc5b0;
	font-weight: bold;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 1em;
	margin-bottom: 3px;
}
#contents .lowerInner .event_co .area .place {
	font-size: 1.2em;
	text-align: right;
	margin-bottom: 1em;
}
#contents .lowerInner .annual table {
	width: 100%;
}
#contents .lowerInner .annual table tr th {
	color: #0f73ac;
	font-weight: bold;
	padding: 0.8em;
	background-color: #d8f1ff;
	border: 1px solid #74c0eb;
	text-align: center;
	width: 3em;
	font-size: 1.4em;
}
#contents .lowerInner #point05 .indent table {width: 100%;}
#contents .lowerInner #point05 .indent table tr th { width: 13em;background-color: #d8f1ff;}
#contents .lowerInner #point05 .indent table tr td { padding: 1em;}
#contents .lowerInner .annual table tr td {
	text-align: left;
	border: 1px solid #74c0eb;
	font-size: 1.4em;
	padding: 0;
}
#contents .lowerInner .annual table tr td ul li {
	padding: 8px;
	border-bottom: 1px solid #74c0eb;
}
#contents .lowerInner .annual table tr td ul li:last-child {
	border-bottom: none;
}
#contents .lowerInner .annual table tr .end {
	background-image: url(../../img/event/icon_end.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	padding-left:70px;
}
#contents .lowerInner .annual table tr .naw {
	background-image: url(../../img/event/icon_naw.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	padding-left:70px;
}

#contents .lowerInner .annual table tr .bosyu {
	background-image: url(../../img/event/icon_bosyu.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	padding-left:70px;
}

/*アニバーサリー*/
#contents .subTitle.anniversary {
	background-image: url(../../img/anniversary/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	padding-top: 3px;
	box-sizing: border-box;
	min-height: 161px;
	border: none;
	width: 100%;
	height: 235px;
}
#contents .subTitle.anniversary #pan {
	height: 38px;
	margin:0;
	box-sizing: border-box;
	padding-left: 2em;
	padding-right: 2em;
}
#contents .subTitle.anniversary #pan,
#contents .subTitle.anniversary #pan a {
	color: #FFF;
}
#contents .lowerInner.anniversary .double {
	background-image: url(../../img/anniversary/img_border.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 30px;
}
#contents .lowerInner.anniversary .double .indent {
	width: 85%;
	margin: auto;
	box-sizing: border-box;
}
#contents .lowerInner.anniversary .section .double .indent p.icon10 {
	background-image: url(../../img/anniversary/dot.png);
	background-size: 25px 20px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	font-weight: bold;
	padding-bottom: 0em;
	font-size: 1.4em;
	width: 85%;
}
#wrap #contents .lowerInner.anniversary .section .double .indent p.icon10two {
	background-image: url(../../img/anniversary/dot.png);
	background-size: 45px 40px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
}
#contents .lowerInner.anniversary .section .double .indent p.icon10 span {
	color: #ea5514;
	font-size: 1.4em;
}
#wrap #contents .lowerInner.anniversary .section .double .indent p.icon10two span {
	color: #ea5514;
	font-size: 1.4em;
}
#contents .lowerInner.anniversary .double .indent.icon0 {
	padding-left: 100px;
}
#contents .lowerInner.anniversary .double .indent.icon1 {
	background-image: url(../../img/anniversary/i_miyajima.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}
/*
#contents .lowerInner.anniversary .double .indent.icon2 {
	background-image: url(../../img/2018anniversary/i_fish.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}
*/


#contents .lowerInner.anniversary .double .indent.icon3 {
	background-image: url(../../img/anniversary/i_penguin.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}
#contents .lowerInner.anniversary .double .indent.icon4 {
	background-image: url(../../img/anniversary/i_300.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}
#contents .lowerInner.anniversary .double .indent.icon5 {
	background-image: url(../../img/anniversary/i_amazon.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contents .lowerInner.anniversary .double .indent.icon6 {
	background-image: url(../../img/anniversary/i_umihotaru.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}
#contents .lowerInner.anniversary .double .indent.icon7 {
	background-image: url(../../img/anniversary/i_asazoo.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}
#contents .lowerInner.anniversary .double .indent.icon8 {
	background-image: url(../../img/anniversary/i_wakuwaku.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}
#contents .lowerInner.anniversary .double .indent.icon9 {
	background-image: url(../../img/anniversary/i_asika.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}
#contents .lowerInner.anniversary .section .double .indent.icon5.bg-n {
	background: none;
	padding-top:3em;
}

#contents .lowerInner.anniversary .double .indent h3 {
	color: #0094DB;
	background-image: none;
	font-size: 2.5em;
	padding-top: 0em;
	margin-bottom: 0em;
}
#contents .lowerInner.anniversary .double .indent h3 img {
	vertical-align: baseline;
}
#contents .lowerInner.anniversary .section .double .indent.icon5 h3 {
	padding-left: 100px;
	background-color: inherit;
	margin-bottom: 0em;
}

#contents .lowerInner.anniversary .double .indent .textarea {
	overflow: hidden;
    /*margin-left: 140px;*/
}
#contents .lowerInner.anniversary .double .indent .textarea .imges {
	float: right;
	text-align:center;
	width: 45%;
	padding:0;
}
#contents .lowerInner.anniversary .double .indent .textarea p {
	width: 60%;
	font-size: 1.4em;
}
#contents .lowerInner.anniversary .section .double .indent .fz18 {
	font-size: 1.4em;
    box-sizing: border-box;
}
#contents .lowerInner.anniversary .section .double .indent .fz19 {
	font-size: 1.2em;
    color:#000;
    box-sizing: border-box;
}
#contents .lowerInner.anniversary .section .double .indent .fz20 {
	font-size: 1.3em;
    color:#000;
    box-sizing: border-box;
}

#contents .lowerInner.anniversary .section .double .indent.icon5 .textarea {
	padding-left: 18px;
}

#contents .lowerInner.anniversary .section .double .indent.icon5 .textarea .title {
	font-weight: bold;
	color: #0094DB;
	background-image: url(../../img/anniversary/dot.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
}
#contents .lowerInner.anniversary .section .double .indent .textarea .title.own img {
	padding: .7em 0;
}
#contents .lowerInner.anniversary .section .double .indent.icon5 .textarea p {
	padding-left: 65px;
	width: 100%;
}
#contents .lowerInner.anniversary .section .double .indent.icon5 .textarea dl {
	padding-left: 65px;
	width: 50%;
}

#contents .lowerInner.anniversary .section .double .indent.icon5 .textarea p.imges{
	padding:0;
	width: 46%;
}
#contents .lowerInner.anniversary .double dl {
	overflow: hidden;
	margin-bottom: 0em;
	width: 54%;
	box-sizing: border-box;
}
#contents .lowerInner.anniversary .double dl dt {
	color: #e85197;
	font-size: 1.4em;
	float: left;
	clear: both;
    margin-left: 1.8em;
}
#contents .lowerInner.anniversary .double dl dd {
	font-size: 1.4em;
	padding-left: 8em;
}
#contents .lowerInner.anniversary .section .double dl dd span {
	font-size: 1.4em;
}
#contents .lowerInner.anniversary .section .double .ani_btn {
	background-color: #ea5514;
	text-align: center;
	width: 60%;
	margin: auto;
	border-radius: 15px;        /* CSS3 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
	
	box-shadow:3px 3px 5px;
	-webkit-box-shadow:3px 3px 5px;
	-moz-box-shadow:3px 3px 5px;
	
	margin-bottom: 2em;
}
#contents .lowerInner.anniversary .section .double .ani_btn a {
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: .5em;
	padding-bottom: .5em;
}

#contents .subTitle.anniversary h2 .sp {
	display: none;
}
@media screen and (max-width: 680px) {
#contents .subTitle.anniversary h2 .pc {
	display: none;
}
#contents .subTitle.anniversary h2 .sp {
	display: block;
}
#col5Menu {
	width: 98%;
}
#col5Menu li {
	margin-right: 0;
	width: 50%;
}
#contents .subTitle.event {
	width: 100%;
}
#contents .lowerInner .event_now .images {
	float: none;
	width: 95%;
}
#contents .lowerInner .event_now .textarea {
	width: 100%;
	float: none;
}

#contents .lowerInner .event_notice .images {
	float: none;
	width: 95%;
}
#contents .lowerInner .event_notice .textarea {
	width: 100%;
	float: none;
}
#contents .lowerInner .event_notice .textarea table {
	width: 100%;
	table-layout: fixed;
}
#contents .lowerInner .event_co .area {
	width: 90%;
	margin: 0 auto 3em;
}
#contents .lowerInner .event_co .area:nth-child(2n+1),
#contents .lowerInner .event_co .area:nth-child(2n+2) {
	float: none;
}
#contents .lowerInner .indent .eventlist li span {
	margin-right: 0em;
	padding: .1em .5em;
	display: block;
	text-align:center;
	width:7em;
	float: none;
}
#contents .lowerInner .event_notice .textarea .tit .yokoku,
#contents .lowerInner .event_notice .textarea .tit .bosyu {
	float:none;
	text-align: center;
	margin: 0 0 .5em;
}

/*アニバーサリー*/
#contents .subTitle.anniversary {
	background-image: url(../../img/anniversary/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	padding-top: 3px;
	box-sizing: border-box;
	min-height: 161px;
	border: none;
	width: 100%;
	height: auto;
}
#contents .subTitle.anniversary #pan {
	padding-left: 1em;
	padding-right: 1em;
}
#contents .subTitle.anniversary #pan,
#contents .subTitle.anniversary #pan a {
	color: #FFF;
}
#contents .lowerInner.anniversary .double {
	background-image: url(../../img/anniversary/img_border.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 30px;
}
#contents .lowerInner.anniversary .double .indent {
	width: 84%;
	margin-left: 8%;
}
#contents .lowerInner.anniversary .double .indent.icon1,
#contents .lowerInner.anniversary .double .indent.icon2,
#contents .lowerInner.anniversary .double .indent.icon3,
#contents .lowerInner.anniversary .double .indent.icon4,
#contents .lowerInner.anniversary .double .indent.icon5,
#contents .lowerInner.anniversary .double .indent.icon6,
#contents .lowerInner.anniversary .double .indent.icon7,
#contents .lowerInner.anniversary .double .indent.icon8,
#contents .lowerInner.anniversary .double .indent.icon9
 {
	padding-left: 0px;
	box-sizing: border-box;
	background-size: 50px 50px;
}
#contents .lowerInner.anniversary .section .double .indent.icon5.bg-n {
	background: none;
	padding-top:3em;
}
#contents .subTitle.anniversary h2 {}
#contents .lowerInner.anniversary .double .indent h3 {
	color: #0094DB;
	background-image: none;
	background-color: inherit;
	font-size: 1.4em;
	padding-top: 0em;
	margin-bottom: 0em;
	/*padding-left: 60px;*/
}
#contents .lowerInner.anniversary .section .double .indent.icon5 h3 {
	padding-left: 60px;
	background-color: inherit;
	margin-bottom: 0em;
}
#contents .lowerInner.anniversary .double .indent .textarea {
	overflow: hidden;
}
#contents .lowerInner.anniversary .double .indent .textarea .imges {
	float: none;
	width: 100%;
}
#contents .lowerInner.anniversary .double .indent .textarea p {
	width: 100%;
	font-size: 1.4em;
}
#contents .lowerInner.anniversary .section .double .indent .fz18 {
	font-size: 1.4em;
    box-sizing: border-box;
}
#contents .lowerInner.anniversary .section .double .indent .fz19 {
	font-size: 1.2em;
    box-sizing: border-box;
}
#contents .lowerInner.anniversary .section .double .indent.icon5 .textarea {
	padding-left: 18px;
}

#contents .lowerInner.anniversary .section .double .indent.icon5 .textarea .title {
	font-size: 1.4em;
	font-weight: bold;
	color: #0094DB;
	background-image: url(../../img/anniversary/icon06.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	background-size: 40px 40px;
	padding-left: 50px;
	box-sizing: border-box;
}
#contents .lowerInner.anniversary .section .double .indent .textarea .title.own img {
	padding: 0;
	vertical-align: middle;
}
#contents .lowerInner.anniversary .section .double .indent.icon5 .textarea p {
	padding-left: 0px;
	width: 100%;
}
#contents .lowerInner.anniversary .section .double .indent.icon5 .textarea dl {
	padding-left: 0px;
	width: 100%;
}
#contents .lowerInner.anniversary .section .double .indent.icon2 .textarea p.imges,
#contents .lowerInner.anniversary .section .double .indent.icon3 .textarea p.imges,
#contents .lowerInner.anniversary .section .double .indent.icon5 .textarea p.imges{
	padding:0;
	width: 100%;
}
#contents .lowerInner.anniversary .section .double .indent.icon5 .textarea p,
#contents .lowerInner.anniversary .section .double .indent.icon5 .textarea dl {
	padding-left: 0px;
}
#contents .lowerInner.anniversary .double dl {
	overflow: hidden;
	margin-bottom: 1em;
	width: 100%;
}

#contents .lowerInner.anniversary .section .double dl dd span {
	font-size: 1.4em;
}
#contents .lowerInner.anniversary .section .double .ta-c.w90 {
	margin: auto;
	width: 90%;
}

#contents .lowerInner #point05 .indent table {width: 100%;}
#contents .lowerInner #point05 .indent table tr th { width: 5em;background-color: #d8f1ff;}
#contents .lowerInner #point05 .indent table tr td { padding: 1em;}
}


/*2018アニバーサリー*/

#contents .lowerInner .section{
	margin-bottom: 0;
}

#contents.lowerInner.anniversary.double2{
	padding-bottom:0px;
}



#contents .subTitle.anniversary {
	background-image: url(../../img/anniversary/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	padding-top: 3px;
	box-sizing: border-box;
	min-height: 161px;
	border: none;
	width: 100%;
	height: auto;
}

#contents .subTitle.anniversary #pan {
	padding-left: 1em;
	padding-right: 1em;
}
#contents .subTitle.anniversary #pan,
#contents .subTitle.anniversary #pan a {
	color: #FFF;
}

.grid{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 550px 650px 550px 500px 500px auto;
    margin: 15px 10px 40px 10px;
}

.item1{
	border-radius: 10px;
    background:#fff;
    text-align: center;
    border-radius: 8px;
    border: 3px solid #bfedf5;
}
.item2{
	border-radius: 10px;
	background:#fff;
	text-align: center;
    border-radius: 8px;
    border: 3px solid #bfedf5;
	grid-column: 2 / 5;
}
.item3{
	border-radius: 10px;
	background:#fff;
	text-align: center;
    border-radius: 8px;
    border: 3px solid #bfedf5;
}

.item4{
	border-radius: 10px;
	background:#fff;
	text-align: center;
    border-radius: 8px;
    border: 3px solid #bfedf5;
}

.item5{
	border-radius: 10px;
	background:#fff;
	text-align: center;
    border-radius: 8px;
    border: 3px solid #bfedf5;
}
.item6{
	border-radius: 10px;
	background:#fff;
	text-align: center;
    border-radius: 8px;
    border: 3px solid #bfedf5;
}
.item7{
	border-radius: 10px;
	background:#fff;
	text-align: center;
    border-radius: 8px;
    border: 3px solid #bfedf5;
	grid-column: 1 / 5;
}
.item8{
	border-radius: 10px;
	background:#fff;
	text-align: center;
    border-radius: 8px;
    border: 3px solid #bfedf5;
	grid-column: 1 / 3;
}
.item9{
	border-radius: 10px;
	background:#fff;
	text-align: center;
    border-radius: 8px;
    border: 3px solid #bfedf5;
}
.item10{
	border-radius: 10px;
	background:#fff;
	text-align: center;
    border-radius: 8px;
    border: 3px solid #bfedf5;
}
.item11{
	border-radius: 10px;
	background:#fff;
	text-align: center;
    border-radius: 8px;
    border: 3px solid #bfedf5;
	grid-column: 1 / 4;
}
.item12{
	border-radius: 10px;
	background:#fff;
	text-align: center;
    border-radius: 8px;
    border: 3px solid #bfedf5;
}

.item13{
	border-radius: 10px;
	background:#fff;
	text-align: center;
    border-radius: 8px;
    border: 3px solid #bfedf5;
	grid-column: 1 / 3;
}
.item14{
	border-radius: 10px;
	background:#fff;
	text-align: center;
    border-radius: 8px;
    border: 3px solid #bfedf5;
	grid-column: 3 / 5;
}

#contents .lowerInner.anniversary img{
    max-width: 100%;
    height: auto;
    /*margin: 10px;*/
    margin-left: 10px;
    box-sizing: border-box;
}

#contents .lowerInner.anniversary p{
    text-align:left;
    font-size: 1.4em;
    color: #333;
    /*margin: 10px;*/
    padding-left: 1.8em;
}

#contents .lowerInner.anniversary a{
    text-align:left;
    /*font-size: 1.4em;*/
    color: blue;
    /*text-decoration: none;*/
}

#contents .lowerInner.anniversary dt{
	display: block;
    width: 5em;
    line-height: 1.25em;
    float: left;
    text-align: center;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 1.3em;
    background-color: #E63728;
    
}

#contents .lowerInner.anniversary dd{
	display:block;
	padding:0px 0px 1px 3em;
	margin-bottom:0px;
}

.sred span{
    font-size:2.0em;
    color: red;
}



/* Responsive */
@media (max-width: 680px){
  .grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .item2,
  .item3,
  .item4,
  .item5,
  .item6,
  .item7,
  .item8,
  .item9,
  .item10,
  .item11,
  .item12,
  .item13,
  .item14 {
    grid-column: 1;
    grid-row: auto;
  }
#contents .lowerInner.anniversary img{
  	max-width: 100%;
	height: auto;
    float: none;
    margin: 0;
  }
  
#contents .lowerInner.anniversary .double .indent h3 img{
	width: 6%;
    height: auto;
}

}
