@charset "UTF-8";
html {font-size: 62.5%;}
body {
	font-size: 1.6em;
	line-height: 1.4em;
	min-width: 390px;
	margin: auto;
	position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #000;
	letter-spacing: 0.08em;
	font-weight: 500;
    background: #FFEF00;
}
*{
    text-decoration: none;
    list-style: none;
}
.anniversary {
    max-width: 100%;
    margin: auto;
    background-color: #fff;
    padding: 0.5rem 1rem;
}
.anniversary-ttl{
    display: flex;
    justify-content: center;
}
.anniversary img{
    display: block;
    max-width: 40%;
    height: auto;
}
.w-1200{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
img{width: 100%;}
.sunny{
     display:flex;
     justify-content: center;
}
.sunny::before{
    border-right: none;
    }

.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.relative{position: relative;}
.absolute{position: absolute;}

.mv{
    width: 100%;
}
.mv .top{
    width: 80%;
    margin: 0 auto;
}
.mv .top.ttl{
    padding: 15px 0 0 0;
}
.mv .mv_top_place{
    width: 600px;
    margin: 0 auto;
    padding-top: 10px;
}
.mv .top.day{
    width: 400px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.mv .bottom{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.mv .bottom .img{
    width: 80%;
    margin: 0 auto;
    padding-top: 10px;
}
.mv .bottom .img img.sp{
    display: none;
}
.mv .bottom .txt{
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.mv .bottom .txt p{
    font-size: 2.5rem;
    padding: 10px;
    margin: 10px 0;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
.mv .bottom .txt span{
    display: block;
    font-size: 1.4rem;
    padding-left: 18px;
    text-indent: -18px;
    letter-spacing: -1px;
}
.mv .bottom .txt .caution{
    width: 15%;
    margin-right: 20px;
}
.mv .bottom .txt .caution img.sp{
    display: none;
}
.mv .bottom .txt .hosoku{
    width: 80%;
}

.mv .check-box p{
    font-size: 2.4rem;
    padding: 10px 20px;
    text-align: center;
    background: #d70063;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
}
.mv .check-box .flex{
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 40px 0;
}
.mv .check-box .flex span{
    font-size: 2.5rem;
    color: #d70063;
    font-weight: bold;
}
.mv .check-box .flex .arrow{
    width: 25%;
}
.mv .check-box .flex .arrow img{
    vertical-align: middle;
}
.mv .check-box .flex .arrow .sp{
    display: none;
}

/* btn */
.btn ul li{
    width: 12%;
}
.btn ul li a{
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 5px 10px;
    border: solid 1px #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 1.4rem;
    vertical-align: bottom;
    font-weight: bold;
    margin: 5px;
    transition: .5s;
}
.btn ul li a span{
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 3px 1px 3px;
}
.btn ul li.pickup, .btn ul li.kamome{
    font-size: 1.8rem;
    width: 18%;
}
.notes {
    margin-top: 20px;
    font-size: 1.2rem;

}
.notes span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

/* タブ */
.container {
    padding-bottom: 160px;
}
.container .tab .sinkan .img{
    width: 200px;
    margin: 0 auto;
    transition: .5s;
}
.container .tab .honkan .img{
    width: 250px;
    margin: 0 auto;
    transition: .5s;
}
.container .tab ul{
    justify-content: space-between;
    overflow: hidden;
}
.container .tab ul li{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32.5%;
    text-align: center;
    padding: 20px 0 20px 0;
    background:#d70063;
    border: solid 2px #d70063;
    border-bottom: none;
    color: #fff;
    border-radius: 10px 10px 0 0;
    font-size: 2.2rem;
    line-height: 1.4;
    transition: .3s;
    font-weight: bold;
}
.container .tab ul li.active{
    background: #fff;
    border: solid 2px #d70063;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    color: #d70063;
}
.container .panel ul li{
    position: relative;
    width: 48%;
    padding-bottom: 10px;
    padding-top: 10px;
}
.container .panel ul li:nth-of-type(odd){
    display: flex;
    align-items: center;
    padding-right: 10px;
    border-right: solid 1px #000;
}
.container .panel ul li:nth-of-type(odd):after {
    content: "";
    width: 95%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.container .panel ul li:nth-of-type(even):after {
    content: "";
    width: 95%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    right: 0;
}
.b-none::after {
    content: none !important;
}
.container .panel ul li:nth-of-type(even){
    display: flex;
    align-items: center;
    border-right: none;
    padding-left: 10px;
}

/* panel */
.panel{
    background: #fff;
    z-index: 2;
    border: solid 2px #d70063;
    border-top: none;
    padding: 5%;
}
.panel.active{
    display: block;
}
.panel{
    display: none;
}
.panel .area .flex{
    position: relative;
    justify-content: center;
}
.panel .area .flex::after{
    content: "";
    display: block;
    width: 48%;
}
.panel .area h2{
    padding: 10px 10px 10px 20px;
    background: #fff;
    font-weight: bold;
    color: #d70063;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2rem;
    text-align: center;
    border: solid 2px #d70063;
    border-radius: 30px;
}

/* footer */
footer{
    padding: 20px 0;
}
footer>div{
    width: 60px;
    margin: 0 auto;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 5;
	overflow:hidden;
    width: 40px;
	height: 40px;
    border-radius: 40px;
}
#page-top a {
    position: relative;
    text-align: center;
    display: block;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-transition: .5s;
	transition: .5s;
	height: 100%;
    background: #333333;
}
#page-top a::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 15px solid #fff;
    border-top: 0;
}
footer .copyright{
    width: 100%;
    color: #000;
    font-size: 1rem;
    text-align: center;
    padding-top: 15px;
}

/* バナー */
#bunner{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 200px;
	z-index: 12;
}
#bunner .img{	transition: .2s;}
#bunner .img:first-of-type{margin-bottom: 50px;}

/* responsive */
@media (min-width:801px) {
   .container .tab ul li:hover{background: #fff; color: #d70063;}
}

/*250312*/
.sp-only {
    display: none;
}
@media (max-width:500px) {
    .sp-only {
        display: block;
    }
    .mv .check-box .flex span {
        text-align: center;
    }
}
