@charset 'UTF-8';

#container{
	background-color: #ccf5ff;
	background:url("https://f8iv0sxb7k.user-space.cdn.idcfcloud.net/stamp-ap/images/sp/new-year-holidays/2023-2024/BG.png")repeat,100% ;				
	background-size:100%;　
}

h1 {
padding:0;
text-align:center;
}
h1 img {
width:100%;
}
h1 p {
display: none;
}

.explanation {
  margin: 10px;
  padding: 5px;
  background: #ffffff;
  text-align:center;
  border-radius: 10px 10px;
  }

.explanation p {
font-size:0.8rem;
line-height: 1.4em;
}

.explanation.oshirase {
  background: #fff7e1;
  text-align:left;
  }
  

.now {
  border-bottom: 0px solid;
}

div.title {
	padding: 0.5rem 0.5rem;
	font-size:1em;
	margin-bottom: 10;
	color: #fff;
	background: #059322;
}

  
#container{
background-color: #fff;
}

article {
padding:0.5em;
text-align: center;
margin-bottom: 30px;
}




.todaysp{
	color: #fff;
	background-color: #fff;
	border-radius:15px;
	border:#ff3333 3px solid;
	text-align: center;
	font-size: 1.2em;
	margin:10px 10px 10px 15px;
	}

	.todaysp .midashi{
	margin:-3px;
	padding:5px;
	background-color: #ff3333;
	border-radius:10px 10px 0 0 ;
	overflow:hidden;
	}

	.todaysp_banner{
    padding:10px;
	}

	.todaysp_banner a{
    margin-top:1em;
	}




/* 使ってない
.outline {
background:#ffffff;
padding:0.7em;
text-align:left;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
font-size: 1.0em;
margin: 10px;
}
*/

.timeline {
margin: 10px;
max-width: 940px;
/* margin: 1em auto; */
}

.timeline ul {
padding: 0.5em 0;
}
.timeline ul li {
display: flex;
line-height: 1.5;
font-size: 1em;
}
.timeline ul li .date {
width:12%;
padding: 0 0.5em 0 0;
color: #333333;
font-weight: bold;
font-size: 1.1em;
text-align: end;
}
.timeline ul li .content {
position: relative;
width: 88%;
text-align:left;
padding:0 0 1.5em 1em ;
border-left: 2px solid red;
}






.timeline ul li .future { /* 未来を黒の傍線に*/
border-left: 2px solid black;
}


.outline2 { /* バナー下説明書き*/
background:#fff;
padding-bottom:0.5rem;
text-align:left;
font-size: 1rem;
}


.outline2 span.only{/* 期間限定マーク */
display:inline-block;
border-radius:5px;
background:red;
color:fff;
padding:0.1rem 0.2rem;
margin-right:0.2rem;
text-align:center;
font-size: 1rem;
}

.content p { /* バナーに色々のせるためpotision指定してflex指定する */
position: relative;
display:flex;
align-items: flex-start;
margin-bottom: 0.5em;
height:auto;
}


.notyetbn::after{/*グレーをかぶせる */
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,0.5);
}

.notyetbn .cmgsnbn{/* comingsoonをのせる */
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:25px;
  letter-spacing:0.05em;
  color:#fff;
  z-index:1;
}



.timeline ul li .content img {
width:100%;
vertical-align:bottom;
}
.content a {
display:block;
margin-bottom: 0.5em;
}




.timeline ul li div.now::before { /* div.nowの前赤いドットがつく*/
content: "";
position: absolute;
top: 4px;
left: -8px;
width: 16px;
height: 16px;
background-color: red;
border-radius: 10px;
}



.timeline ul li div.future::before {
content: "";
position: absolute;
top: 4px;
left: -8px;
width: 16px;
height: 16px;
background-color: black;
border-radius: 10px;
}



.content midasi {

background-color:#fdff88c5 !important;

}

.content div.outline span {
font-size:1em;
font-weight:bold;
text-align:right;
display:block;
}
#top {
padding-top: 60px;
margin-top:-60px;
}

form .link_menu {
width: 100%;
padding: 1em;
font-size: 1em;
cursor: pointer;
border-radius: 5px;
}

select {
position: relative;
padding: 10px;
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #ffffff;
}

.select-wrap {
position: relative;
width: 100%;
margin:1em auto;
}

.select-wrap:after {
content: "";
position: absolute;
right: 20px;
top: 50%;
width: 10px;
height: 10px;
border-top: 2px solid #333333;
border-left: 2px solid #333333;
transform: translateY(-50%) rotate(-135deg);
font-size: 20px;
pointer-events: none;
}


/*********列3行************/
.stampspTokusyu3 {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;				
	width: 100%;				
	margin: 0 auto;
	padding-bottom: 0px;	
	/* margin-bottom: -10px; */
}					
					
.stampspTokusyu3 li {					
	float: left;				
	width: 33%;				
	margin: 0px 0% 0px 0%;				
}					
.stampspTokusyu3 li:nth-child(3n) {					
	margin-right: 0;				
}					
.stampspTokusyu3 li img {					
	width: 100%;				
  background-color: #ffff;
	border: 0px solid #ccc;				/******imageの境界線色******/
	-webkit-box-sizing: border-box;				
	-moz-box-sizing: border-box;				
	-o-box-sizing: border-box;				
	-ms-box-sizing: border-box;				
	box-sizing: border-box;	
		/**********画像背景色************/			
	position: relative;	  		
}
/**************************/

.content li {
    padding: 0px 0px 0;
    background-color: transparent;
}

.gensoustamp{
	width: 100%;
}

/*********列2行************/
.stampspTokusyu2 {                    
    width: 97%;             
    margin: 0 auto;
    padding-bottom: 10px;   
}                   
                    
.stampspTokusyu2 li {                 
    float: left;                
    width: 48%;             
    margin: 10px 1% 0px 1%;             
}                   
.stampspTokusyu2 li:nth-child(3n) {                   
    margin-right: 0;                
}                   
.stampspTokusyu2 li img {                 
    width: 100%;                
           /******imageの境界線色******/
     background-color: #fff;
    -webkit-box-sizing: border-box;             
    -moz-box-sizing: border-box;                
    -o-box-sizing: border-box;              
    -ms-box-sizing: border-box;             
    box-sizing: border-box;
    margin: 0 auto px 0; 
		/**********画像背景色************/			
	position: relative;	             
}


/**************************/

.banner img {
 width: 100%;
  }

.top-banner em {
background: #1fa005;
    color: #ffffff;
    font-size: 1.2em;
    font-style: normal;
    font-weight: bold;
    display: inline-block;
    padding: 0.3em;
    margin: 5 auto;
    line-height: 1.2em;
    width: 100%;
text-align:center;
}

/**********タブ切り替え************/
/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	/* padding-bottom: 40px; */
	width: 100%;
	margin: 0 auto;
	}

.tab_item {
    width: calc(100%/3);
    height: 50px;
    border-bottom: 3px solid #2373cf;
    border-radius:15px 15px 0 0;
    background-color: #f1f1f1;
    line-height: 50px;
    font-size: 1em;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    border: solid 2px #2373cf;
    transition: all 0.2s ease;
	/* margin-bottom: 20px; */
}

.tab_item2 {
    width: calc(100%/3);
    height: 50px;
    border-radius:15px 15px 0 0;
    border-bottom: 3px solid #18990a;
    background-color: #f1f1f1;
    line-height: 50px;
    font-size: 1em;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    border: solid 2px #18990a;
    transition: all 0.2s ease;
	/* margin-bottom: 20px; */
}

.tab_item3 {
    width: calc(100%/3);
    height: 50px;
    border-radius:15px 15px 0 0;
    border-bottom: 3px solid #da0404;
    background-color: #f1f1f1;
    line-height: 50px;
    font-size: 1em;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    border: solid 2px #da0404;
    transition: all 0.2s ease;
	/* margin-bottom: 20px; */
}

.tab_item:hover {
	opacity: 0.75;
  }

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
	}

input[name="tab_item2"] {
	display: none;
	}

input[name="tab_item3"] {
	display: none;
	}
		

/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
clear: both;
overflow: hidden;
padding: 0.5em;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#xmas:checked ~ #xmas_content,
#oshougatsu:checked ~ #oshougatsu_content {
display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background-color: #2373cf;
color: #fff;
}

.tabs input:checked + .tab_item2 {
	background-color: #18990a;
	color: #fff;
	}

.tabs input:checked + .tab_item3 {
	background-color: #da0404;
	color: #fff;
	}


.outline3 {
	position: relative;
	padding: 0.5rem 0.5rem;
	color: #fff;
	font-weight: bold;
	/* border-radius: 10px; */
	background: #ff5656;
	text-align: center;
	/* margin: 10px; */
  }

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}






.gantantitle {
	position: relative;
	padding: 0.2rem 0.2rem;
	color: rgb(110, 23, 23);
	font-weight: bold;
  width: 100%;
	background: #f0ff1e;
	text-align: center;
	margin-top: 10px;
  margin-bottom: 0px;
  }
  




