@charset "UTF-8";
/* CSS Document */
#anniversary{
	max-width:980px;
	width: 90%;
	margin:0 auto 30px auto;
	font-size: 16px;
	letter-spacing: -0.05em;
}

._sp{
	display:none;	
}

.yellow{
	color:#EFFF00;
}
.red{
	color: #FF0000;
}
.red-box{
	background: #FF0000;
	color: #FFF;
	padding: 0 0.5em;
}
.tx_line{
	text-decoration: line-through;
}
h1.ann_logo{
	max-width: 600px;
	width: 50%;
	margin: 0 auto;
}
h2.ann_bigttl{
	width: 90%;
	margin: 0 auto;
}
.term{
	background: #FFFFFF;
	text-align: center;
	padding: 8px 15px 5px 15px;
	margin:10px auto;
	max-width: 450px;
}

.vol{
	max-width: 200px;
	margin: 0 auto;
	width: 30%;
}
section{
	margin: 30px auto;
	max-width: 770px;
	width:100%;
}
section h1.vol_ttl{
	text-align: center;
}
section .date{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding: 5px 0;
	text-align: center;
	margin: 10px 0;
}
section#vol_04 .date-big{
	background: #FFF;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	margin: 10px 0;
}



.btm_date2{
	width: 90%;
	margin:15px auto;
	text-align: center;
}
.btm_date{
	display: flex;
	flex-wrap: wrap;
	max-width: 250px;
	width: 90%;
	margin:15px auto;	
}
.btm_date dt{
	width: 25%;
	white-space: nowrap;
}
.btm_date dd{
	width: 75%;
	white-space: nowrap;
}
@media screen and (min-width:798px){
	section .date{
		font-size: 28px;
	}
}

h3.set_ttl {
    max-width: 100px;
}
h2.reaset_ttl {
    font-size: 20px;
    border-bottom: 1px solid #666;
    padding-bottom: 7px;
}
p.h350 {
    margin: 0 auto;
    text-align: center;
}
p.h350 img {
    max-height: 230px;
    width: auto;
}
dl.kakushu-set dt, dl.kakushu-set dd {
    padding: 5px 0 2px 0;
 }
dl.kakushu-set dt {
    border-bottom: 1px solid #666;
}
dl.kakushu-set dd {
    text-align: right;
}



#timeSchedule{
	border:1px solid #FFF;
	max-width:650px;
	margin: 30px auto;
}
#timeSchedule a{
	color:#000;
}
#timeSchedule h2.sche_ttl{
	background: #333;
	text-align: center;
	line-height: 1;
	padding: 5px 0;
	font-size: 1.3em;
}
#timeSchedule h2.sche_ttl span.en{
	font-size: 80%;
}

#timeSchedule dl dt,
#timeSchedule dl dd{
	background: #FFF;
	padding:2%;
	color: #000;
	border-bottom: 1px solid #CCC;
}
#timeSchedule dl dt:nth-child(7),
#timeSchedule dl dd:nth-child(8){
	border:none;
}
#timeSchedule dl dt{

	white-space: nowrap;
	background: #EAE7E7;
}
#timeSchedule dl dd table.day tr td:nth-child(1){
	width: 25%;
}
#timeSchedule dl dd table.day tr td:nth-child(2){
	width: 75%;	
}


div.senkoubox {
    border-top: 1px solid #FFF;
    padding: 30px;
}
	
div.senkoubox dl.senkou {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

div.senkoubox dl.senkou dd:last-child {
    max-width: 400px;
}

div.senkoubox dl.senkou h5{
        display: block;
        text-align: center;
        margin:20px
}
div.senkoubox p.leadtext{
        display: block;
    
        margin:20px
}
div.senkoubox dl.senkou h5 {
    font-size: 22px;
    font-weight: bold;
   }
   
   
div.senkoubox dl.senkou p.gentei {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    background-color: #FF0;
    padding: 7px;
    color: #000;
    border-radius: 5px;
}
div.senkoubox dl.senkou .price-wrap {
    text-align: right;
    margin-top: 10px;
    /* justify-content: center; */
}

div.senkoubox dl.senkou p.price {
    display: inline;
    text-align: right;
    border: 1px solid #FFF;
    padding: 7px;
}

@media screen and (max-width:400px){
div.senkoubox dl.senkou h5, p.leadtext {
    margin: 20px auto;
}

div.senkoubox {
    border-top: 1px solid #FFF;
    padding: 30px 0;
}

div.senkoubox dd:first-child {
    width: 50%;
    padding: 0 25%;
}
div.senkoubox dd:last-child {
    width: 100%;
}

	div.senkoubox dl.senkou p.price {
    font-size: 13px;
	}
}


@media screen and (max-width:797px){
	p.h350 {
    margin: 20px auto;
}
	h2.reaset_ttl {
    font-size: 20px;
    text-align: center;
}
	.naga-box, dl {
    display: block;
}
	._sp{
	display:block;	
}

}
@media screen and (min-width:798px){
	#timeSchedule dl{
		display: flex;
		flex-wrap: wrap;
	}
	#timeSchedule dl dt{
		width: 29%;
	}
	#timeSchedule dl dd{
		width: 63%;
	}
	#timeSchedule dl dd table.day tr td:nth-child(1){
		width: 15%;
		white-space: nowrap;
	}
	#timeSchedule dl dd table.day tr td:nth-child(2){
		width: 85%;	
	}
}
ul.day-list li{
	padding: 5px 0;
	border-bottom: 1px dotted #CCC;
}
ul.day-list li.no-border{
	border:none;
}
ul.attention{
	padding-left: 1em;
	margin-top: 15px;
}
ul.attention li{
	text-indent: -1em;
	font-size: 80%;
}



#vol_02  h3.set_ttl{
	max-width: 100px;
}
#vol_02 table{
	margin-bottom: 50px;
}
#vol_02 table tr td{
	border-bottom: 1px solid #333;
	padding: 5px 0;
}
#vol_02 .pickup{
	width: 80%;
	max-width: 640px;
	margin:30px auto 0 auto;
}
#vol_03 table {
    margin-bottom: 50px;
}

#vol_03 table tr td {
    border-bottom: 1px solid #333;
    padding: 5px 0;
}

#vol_06-1 table {
    margin-bottom: 50px;
}

#vol_06-1 table tr td{
    border-bottom: 1px solid #333;
    padding: 5px 0;
}

#vol_06-2 table {
    margin-bottom: 50px;
}

#vol_06-2 table tr td{
    border-bottom: 1px solid #333;
    padding: 5px 0;
}

#vol_08 h3.set_ttl {
    max-width: 100px;
}



#vol_12 h3.set_ttl {
    max-width: 100px;
}
#vol_11 table {
    margin-bottom: 50px;
}

#vol_11 table tr td {
    border-bottom: 1px solid #333;
    padding: 5px 0;
}

#vol_12 table {
    margin-bottom: 50px;
}

#vol_12 table tr td {
    border-bottom: 1px solid #333;
    padding: 5px 0;
}


.nrb-list li {
    border-bottom: 1px solid #333;
    padding: 5px 0;
}

.nrb-list li dl.nrb-name {
    display: flex;
}
.nrb-list li dl.nrb-name dt {
    width: 80%;
}
.nrb-list li dl.nrb-name dd {
    width: 30%;
	text-align: right;
}


.kuji-howto-buy{
	padding:2.5% 5% 5% 5%;
	margin:15px auto 30px auto;
	border:#fff 1px solid;
}
@media only screen and (max-width:979px){
	.kuji-howto-buy{
		padding: 10px;
	}
}
h3.howto-buy_ttl{
	margin:15px 0;
	font-size:1.3em;
}
.howto-copy{
	margin:10px 0;
}
dl.howto-step{
	margin:20px 0;
}
dl.howto-step dt{
	background:#333;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-bottom: 10px;
}
dl.howto-step dd a.apply{
	font-size:20px; display:block; margin:8px 0; color:#ffff00; font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';">gn7@likaman.co.jp</a>
				<p style="padding:3px 5px; background:#ffff00; color:#f00; font-size:20px; font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
.howto-att{
	text-align:left;
	font-size:0.8em;
}
.toForm{
	max-width: 300px;
	background: #FF0000;
	color: #FFF;
	text-align: center;
	border:1px solid #FF0000;
	border-radius: 5px;
	margin:15px auto;
}
.toForm a{
	color: #FFF;
}
#vol_04 .set-warp{
	margin-bottom: 50px;
}
#vol_04 h2.vol_04_ttl{
	max-width: 400px;
	width: 80%;
	margin: 0 auto;
}
.tasting-note{
	border-top:1px solid #999;
	padding: 10px 0;
	margin-top:15px;
}
.tasting-note dl.note{
	display: flex;
	flex-wrap: wrap;
}
.tasting-note dl.note dt{
	width: 16%;
	padding: 10px 2%;
	background: #333;
	border-bottom: 1px dotted #999;
}
.tasting-note dl.note dd{
	width: 76%;
	padding: 10px 2%;
	border-bottom: 1px dotted #999;
}

#hdr {
    background: url("../img/anni_main_bg.jpg") no-repeat center center;
    background-size: cover;
    min-height: 300px;
}