/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 0;
    color:#212121;
	background-color: #FFDBF0;
}

#xcover {
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
    color: #212121;
}
img {
	width: 100%;
	vertical-align: bottom;
}

picture {
    display: block;
}
a {
    text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
p {
    font-size: 14px;
    line-height: 1.8;
}

.f-bold {
    font-weight: bold;
}
.f-white {
    color: #fff;
}
.f-min{
    font-size: 10px;
}
.width {
	width: 90%;
	margin: 0 auto;
}
.f-pink {
	color: #183EAA;
}
section {
    position: relative;
}
.sp-only{
    display: block;
}
.pc-only {
	display: none;
}
.list-com, .list-disc {
	margin: 0;
	padding: 0;
}
.list-com li {
	list-style: none;
	padding: 0 0 0 12px;
	position: relative;
	margin: 0 0 4px;
}
.list-com li:last-child {
    margin: 0;
}
.list-com li:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
.list-disc {
	margin: 0;
	padding: 0;
}
.list-disc li {
	list-style: none;
	padding: 0 0 0 25px;
	position: relative;
}

.flex p {
    text-align: left;
}

/* アニメーション */
.fade-in {
    margin-bottom: 40px;/* 下方向に適度な余白 */
    opacity: 0;         /* 初期値は透明にしておく */
    position: relative; /* 相対位置の設定 */
    top: 50px;          /* 事前に下に50pxずらしておく */
    -webkit-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
  }
  .active-fade {
    opacity: 1;         /* 透明度を元に戻す */
    top: 0;             /* ずらしていた位置を戻すことで上に上がっているようにみえる */
  }

  .fade{
    -webkit-animation: fadeIn 6.0s ease 0.12s 1 normal;
            animation: fadeIn 6.0s ease 0.12s 1 normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes fadeIn { /*animation-nameで設定した値を書く*/
    0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
    100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
  }
  @keyframes fadeIn { /*animation-nameで設定した値を書く*/
    0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
    100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
  }

/* トップ
---------------------------------------------------- */

.top {
    position: relative;
    /* background-color: #26ADE6; */
}
.logo {
	width: 40%;
	z-index: 9999;
	position: fixed;
	margin: auto;
	left: 10px;
	top: 10px;
}
.top-img {
    width: calc(100% + 1px);
    position: relative;
    /* position: fixed; */
    top: 0;
}
.menu-box a {
    padding: 14px 4px;
    width: calc(100vw / 4);
    background-color: rgba(255,255,255,0.55);
}
.menu-box {
    border-right: 2px solid #183EAA;
}
.menu-area {
    width: 100%;
    background: transparent;
    position: fixed;
    z-index: 1000;
    bottom: 0;
}
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(-180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
}
.menu [class*="menu-"] {
  position: relative;
}
.menu [class*="menu-"]:after {
  position: absolute;
  bottom: 2px;
  content: "";
  width: 2px;
  height: 12px;
}

.menu [class*="menu-"]:last-of-type:after {
  display: none;
}

.top-btn {
    width: 20%;
    position: fixed;
    bottom: 0;
    z-index: 3000;
    right: 10px;
    -webkit-transform: translate(0px, -100%);
        -ms-transform: translate(0px, -100%);
            transform: translate(0px, -100%);
}
.top-ticket {
    position: absolute;
    right: -7px;
    top: -4px;
    width: 40%;
    z-index: 3;
}

.section-egg {
    position: relative;
    margin: -60px 0 0;
    z-index: 2;
}



/* キャッチ
---------------------------------------------------- */

.catch-title {
    width: 80%;margin: 40px auto 0;
}
.catch {
    position: relative;
    text-align: center;
    line-height: 32px;
    padding: 30px 0 70px;
    margin: -90px 0 0;
}


/* メイン
---------------------------------------------------- */

.event {
    position: relative;
    padding: 40px 0 100px 0;
    background-size: 10%;
    margin: 0 auto;
    text-align: center;
    width: 90%;
}

.event::after {
    content: "";
    width: 114%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -20px);
        -ms-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px);
    z-index: -1;
}
.event-A {
    margin-top: -40px;
    padding: 60px 0 100px 0;
}

.event-D {
    padding-top: 40px;
    color: #183EAA;
    z-index: 2;
    margin-top: -40px;

}
.event-E {
    z-index: 3;
    margin-top: -40px;

}
.event-F {
    z-index: 4;
    padding: 32px 0 100px 0;
}
#access{
    z-index: 5;
    margin-top: -40px;

}

.event-A::after {
    background-image: url(../images/bk-img01.png);
    background-size: cover;
}
.event-D::after {
    background-image: url(../images/bk-img02.png);
    background-size: cover;
}
.event-E::after {
    background-image: url(../images/bk-img03.png);
    background-size: cover;
}

.event-F::after {
    background-image: none;
    background-color: #FBE559;
}

.event h2 {
    margin-bottom: 20px;
}
.event h3 {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
}
.event h4 {
    font-weight: bold;
}
.introductory{
    margin-bottom: 40px;
}


.line {
    width: 100%;
    height: 20px;
    background-image: url(../images/line-01.svg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: contain;
    margin: 40px auto;
}

.attention {
    background: #fff;
    color: #183EAA;
    font-size: 12px;
    padding: 20px;
    text-align: left;
    border: 1px solid #183EAA;
    border-radius: 14px;
}
.attention-title{
    text-align: center;
    max-width: 0 auto;
    font-weight: 500;
}

.event-F .banner {
    border-radius: 14px;
    overflow: hidden;
}
.event-F .banner-wrapper p{
    position: relative;
    text-align: center;
    display: inline-block;
    font-weight: 500;
}
.flex.banner-wrapper {
    margin: 0 auto 14px;
}
.event-F .banner-wrapper p::after{
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: -2em;
    -webkit-transform: translate(0 , -50%);
        -ms-transform: translate(0 , -50%);
            transform: translate(0 , -50%);
}
.flex.banner-box {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    gap: 20px;
}
.border-frame {
    border-radius: 14px;
    border: 1.5px solid #000;
    position: relative;
    padding: 18px 20px 12px 20px;
}
.coupon.border-frame ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.border-frame p{
    color: #000000;
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
        -ms-transform: translate(-50% , -50%);
            transform: translate(-50% , -50%);
    background-color: #FBE559;
    padding: 0px 6px;
    border-radius: 4px;
    line-height: 1;
    white-space: nowrap;
}
.sns ul{
    display: flex;
    justify-content: center;
    gap: 15px;
}
.sns li{
    width: 70px;
    height: 70px;
    border-radius: 70px;
    background-color: #ffffff;
}
.sns li a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
}
.sns li a::before{
    content: "";
    width: 70px;
    height: 70px;
    display: block;
    background-image: url(../images/snsicon-tiktok.png);
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
}
.sns li:nth-of-type(3) a::before{
    background-image: url(../images/snsicon-Instagram.png);
}
/*
.sns li:nth-of-type(3) a::before{
    background-image: url(../images/snsicon-facebook.png);
}
*/
.sns li:nth-of-type(2) a::before{
    background-image: url(../images/snsicon-twitter.png);
}
.sns li:nth-of-type(4) a::before{
    background-image: url(../images/snsicon-line.png);
}

.ticket-button {
    border: 2px solid #183EAA;
    border-radius: 14px;
    background-color: #ffffff;

}
.ticket-button a {
    color: #183EAA;
    /* padding: 10px 20px; */
    font-weight: 500;
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.ticket-button p {
    padding: 14px 20px;
    width: 80%;
    text-align: center;
    font-size: 16px;
}
.ticket-button .arrow {
    background-color: #183EAA;
    width: 20%;
    border-radius: 0 10px 10px 0;
    position: relative;
}
.ticket-button .arrow::after{
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50% , -50%);
        -ms-transform: translate(50% , -50%);
            transform: translate(50% , -50%);
    color: #fff;
}


.main-title {
    position: relative;
    width: 100%;
    margin: 0px auto;
}
.main-box {
    padding: 30px 0;
    border-bottom: 5px #183EAA dotted;
}
.main-box:last-child {
    border-bottom: none;
}
.main-sub-title {
    margin: 20px auto;
    width: 90%;
}
.main-box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 24px;
    margin-bottom: 0;
}
.main-box-flex-1col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.main-box-flex h3 {
    width: 80%;
    margin-bottom: 10px;
}

.flex {
    width: 100%;
    margin: 0 auto 24px;
}

.swiper-box {
	width: 350px;
	margin: 0 auto 30px;
}
.swiper-container
{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: inherit;
}
.swiper-slide img {
    /* width: -webkit-fill-available; */
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100% !important;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
}
.swiper-box {
	width: 100%;
	margin: 0 auto 18px;
    border: 3px solid #FFFFFF;
}

/* イベント情報 */

.event-detail {
    position: relative;
    color: #fff;
    position: relative;
    background-color: #26ADE6;
    padding: 18px;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 0;
}
.event-detail::before {
    content: "";
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid #ffffff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.event-detail_title {
    color: #26ADE6;
    background-color: #ffffff;
    padding: 2px 10px;
    text-align: center;
    margin-bottom: 12px;
}
.event-detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.event-detail dt {
    width: 3em;
}
.event-detail dd {
    width: calc(100% - 3em);
}
.event-detail h5 {
    text-align: center;
    background: #183EAA;
    color: #fff;
    margin: 0 auto 10px;
    position: relative;
    width: 100%;
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
    border-radius: 14px;
}
.event-detail p {
    text-align: left;
    font-size: 14px;
    line-height: 2em;
}
.event-detail li {
    font-size: 12px;
}
.event-detail p:last-child {
    margin: 0;
}

.event-E .event-detail {
    background-color: #244F9A;
}
.event-E .event-detail_title {
    color: #244F9A;
}
.detail-box {
    border: 1px solid;
    padding: 5px 10px;
    color: #183EAA;
}

/* リンクボタン */
.link-button {
    position: relative;
    background-color: #ffffff;
    border: 2px solid #183EAA;
    border-radius: 40px;
    padding: 6px 10px;
    margin-top: 32px;
    margin-bottom: 0;
}
.link-button > p{
    color: #183EAA;
    font-size: 16px;
    font-weight: bold;
}
.link-button::after {
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(50% , -50%);
        -ms-transform: translate(50% , -50%);
            transform: translate(50% , -50%);
    color: #183EAA;
}



/* なみなみ */
.nami {
    position: absolute;
    top: 1px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    width: 102vw;
}

/* キャンペーン
---------------------------------------------------- */

#campaign {
	background: #ffef90;
	padding: 60px 0;
	color: #183EAA;
	position: relative;
	z-index: 2;
}
.campaign-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: space-between; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}
.campaign-flex-box {
    width: 100%;
}
.campaign-title {
	margin: 0 auto 20px;
}
.campaign-img {
	margin: 0 auto 30px;
}
.line-img {
	margin: 0 auto;
}
#campaign p {
    text-align: center;
    font-weight: bold;
    margin: 40px auto 0;
}



/* アクセス
---------------------------------------------------- */

#access {
    padding: 20px 0;
    position: relative;
    background: #35C6F6;
}
.access-btm  {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#access h3 {
    text-align: center;
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
}
#access p {
	margin: 0;
	/* margin: 20px 0 0; */
}
.access-bus .access-car {
    margin: 0 auto 10px;
}
.access-box {
	margin: 0 auto 30px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
    color: #000000;
    gap: 16px;
}
.access-img {
	width: 90%;
	margin: 0 auto;
}
.accbox {
    margin: 0 0;
    padding: 0;
    width: 100%;
}
.accbox label {
    display: block;
    /* margin: 8px 0; */
    padding: 12px 0px;
    background: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 14px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    color: #183EAA;
}
.accbox label::after {
    content: "" ;
    position: absolute ;
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
	border-radius: 14px;
    margin: 2px ;
    display: block ;
    z-index: -5 ;
	border: none;
	background: #fff;
}
.accbox label img {
    width: 170px;
}
.accbox label:before {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../images/accordion-open.svg');
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
}
.accbox input {
    display: none;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    position: relative;
}
.accshow::before {
    content: "";
    width: 90%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0);
    display: block;
}

.cssacc:checked + label + .accshow {
    height: auto;
    padding: 20px 0;
    border: none;
	background: #fff;
	/* margin-top: -8px; */
	border-top: none;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
    opacity: 1;
}
.cssacc:checked + label:before {
	background-image: url('../images/accordion-close.svg')
}
.cssacc:checked + label {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}
#access li {
    width: 70%;
    margin: auto;
}
.hotelbanner {
    position: relative;
    background-color: #ffffff;
    border: 2px #323232 solid;
    border-radius: 14px;
    overflow: hidden;
}
.hotelbanner a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    z-index: 2;
}
.hotelbanner a p{
    padding: 14px 20px;
    font-size: 16px;
    color: #323232;
    font-weight: bolder;
}

.hotelbanner:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 80px;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-0% , -50%);
        -ms-transform: translate(-0% , -50%);
            transform: translate(-0% , -50%);
    background-image: url(../images/officialhotel.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.hotelbanner::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 80px;
    top: 50%;
    right: 1px;
    -webkit-transform: translate(-0% , -50%);
        -ms-transform: translate(-0% , -50%);
            transform: translate(-0% , -50%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
    background: -o-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.pagelink{
    margin: 20px auto 50px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
#access .pagelink li {
    margin-top: 10px;
}
.pagelink a{
    line-height: 1.2;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}
.pagelink a:before{
    content: "";
    background-image: url(../images/link-arrow.svg);
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 2px;
}
.access-address dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.access-address dl dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    /* display: block; */
}
.access-address dl dd a {
    display: inline-block;
    color: #ffffff;
}
.access-address {
    margin-bottom: 20px;
}


/* フッター
---------------------------------------------------- */
footer {
    background: #35C6F6;
    color: #fff;
    padding: 0px 0 80px 0;
    position: relative;
    margin-top: -1px;
}
footer .width p{
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.6;
}
footer .width p.f-min{
    font-size: 10px;
}
footer a{
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
}
footer .logo {
    width: 50%;
    z-index: 0;
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
}



.gree_list{
    width: 100%;
    margin: 0 auto;
}
.gree_list li{
    float:left;
    width: 50%;
}


.s-note dl{
    width:80%;
    margin: 25px auto;
}

.s-note dl dt.mmtell{
width: 12%;
      display: table-cell;
    vertical-align: middle;

}


.s-note dl dd.mmtell02{
    width: 88%;
      display: table-cell;
    vertical-align: middle;
}

.s-note dl dd.mmtell02 p{
}

.s-note dl dt.kutell{
width: 12%;
      display: table-cell;
    vertical-align: middle;
    
}
.s-note dl dd.kutell02{
    width: 88%;
   display: table-cell;
    vertical-align: middle;
}

.s-note dl dd.kutell02 p{
}


.mmbtn{
    margin: 15px 0 25px;
}

.mmbtn li{
    width: 47%;
    height: auto;
    margin: 1% 1%;
    float: left;
    
}




/*==================================================
スライダーのためのcss
===================================*/
/*画像の横幅を100%にしてレスポンシブ化*/
img{
	width: 100%;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

.gallery li{
list-style:none;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    z-index: 3;
    top: 50%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    height: 0px;
    width: 30px;
}

#shop .slick-prev, 
#shop .slick-next {
    position: absolute;/*絶対配置にする*/
    z-index: 3;
    top: 20%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    height: 0px;
    width: 30px;
}

.slick-prev:before, 
.slick-next:before {
  content: '';
  width: 24px;
  height:24px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -5px;
}
#shop .slick-prev:before, 
#shop .slick-next:before {
  content: '';
  width: 24px;
  height:24px;

  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -14px;
}
.slick-prev:after, 
.slick-next:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 4px #F39;
  border-right: solid 4px #F39;
  position: absolute;
  top: 40%;
  transform: rotate(45deg);
}
.slick-prev:after{
    transform: rotate(-135deg);
    left:10px;
}
.slick-next:after {
   right:10px;
}

.slick-prev:before {
    left: 0;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:0;
}

.slick-next {/*次へ矢印の位置と形状*/
    right:0;
}




#shop .slick-prev:after, 
#shop .slick-next:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 4px #F39;
  border-right: solid 4px #f39;
  position: absolute;
  top: 1%;
  transform: rotate(45deg);
}
#shop .slick-prev:after{
    transform: rotate(-135deg);
    left:10px;
}
#shop .slick-next:after {
   right:10px;
}

#shop .slick-prev:before {
    left: 0;
}

#shop .slick-prev {/*戻る矢印の位置と形状*/
    left:0;
}

#shop .slick-next {/*次へ矢印の位置と形状*/
    right:0;
}


.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    width: 100%;
    margin: 0 auto;
}

/*ドットナビゲーションの設定*/
button {
    padding: 0;
    border: none;
}
.slick-dots {
    text-align:center;
	margin:10px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fdf4f6;/*ドットボタンの色*/
}
#castle .slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fffae2;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#E85298;/*ドットボタンの現在地表示の色*/
}
#castle .slick-dots .slick-active button{
    background:#F0A10B;/*ドットボタンの現在地表示の色*/
}


table{
   width: 90%;
    margin: 1% auto;
    border-spacing: 0;    
    border:solid 1px #F39;

}

.td01{
 	list-style:none;
	width:25%;
    border:solid 1px #F39;
	position:relative;
	display:table-cell;
    text-align: center;
    padding: 1%;
    
}
.td02{
 list-style:none;
	width:25%;
	    border:solid 1px #F39;
	position:relative;
	display:table-cell;
    text-align: center;
    padding: 1%;
}

.td02 a {
    text-decoration: underline;
    
}

.td03{
 list-style:none;
	width:25%;
	    border:solid 1px #F39;
	position:relative;
	display:table-cell;
    text-align: center;
    padding: 1%;

}

.td04-1{
 list-style:none;
	width:25%;
	    border-top:solid 1px #F39;
    border-bottom:solid 1px #F39;
    border-left:solid 1px #F39;
	position:relative;
	display:table-cell;
    text-align: center;
    padding: 1%;

}
.td04-2{
 list-style:none;
	width:25%;
	   border-top:solid 1px #F39;
    border-bottom:solid 1px #F39;
    border-right:solid 1px #F39;
	position:relative;
	display:table-cell;
    text-align: center;
    padding: 1%;

}



