@charset "UTF-8";
/* CSS Document */
html { scroll-behavior: smooth;}
html, div, body {
	padding: 0;
	margin: 0;
}
.wrapper{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
    line-height: 1.2;
}
.container {
    width: min(100% - 2rem, 860px);
    margin-inline: auto;
}
a {
	color: #000;
	transition: 0.7s;
	text-decoration: none;
}
a:hover {
	opacity: 0.7 ;
}
p {
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
}
h2, h2, h3{
	font-family: 'Shippori Mincho B1', serif;
}
h1 {
    font-family: 'Shippori Mincho B1', serif;
	font-size: 1.5rem;
    font-weight: normal;
    line-height: 2.5rem;
    margin-bottom: 50px;
	text-align: center;
}
h2 {
	font-size: 1.5rem;
    font-weight: normal;
    text-align: left;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.95rem;
	line-height: 1.6;
}
img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
figure {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
figure .caption {
    font-size: 11.5px;
    margin-top: 10px;
    width: 90.5%;
    margin-left: 15px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.flex_s {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.con {padding: 5%;}
.center {text-align: center;}
.inview-slide-up {
    opacity: 0;
}
.slide-up {
    opacity: 1;
    transition: .7s;
}
.sp-only {display: block;}
.pc-only {display: none;}


#header {position: relative;}
#header .sns {
    position: absolute;
	right: 8%;
    top: 3%;
	z-index: 999;
}
.red {
    color: #ff0000;
    background: linear-gradient(transparent 15%, #ff6 15%);
}

/* fade */
.mv {
    width: 100%;
    height: 850px;
	position: relative;
	z-index: 0;
}
.mv .fade li {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
	left: 0;
	bottom: 0;
    opacity: 0;
    animation: fade 15s infinite;
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.mv .fade li img {
    width: 100%;
    height: auto;
}
.mv .fade li:nth-child(1) {animation-delay: 0s;}
.mv .fade li:nth-child(2) {animation-delay: 5s;}
.mv .fade li:nth-child(3) {animation-delay: 10s;}
.mv .fade li:nth-child(4) {animation-delay: 0s;}
.mv .fade li:nth-child(5) {animation-delay: 5s;}
.mv .fade li:nth-child(6) {animation-delay: 10s;}

.lead {
	margin: 20px auto;
}
.lead .lead_txt p {
    font-family: 'Shippori Mincho B1', serif;
}
.lead h3.star {
    max-width: 30px;
    margin: 0 auto;
}


.mb15 {margin-bottom: 15px;}
@media screen and (min-width: 768px) {
    .mb150 {margin-bottom: 160px;}
    .mb60 {margin-bottom: 60px;}
    .mb15 {margin-bottom: 15px;}
    .mt100 {margin-top: 100px;}
    .mt15 {margin-top: 15px;}
    .sp-only {display: none;}
    .pc-only {display: block;}
    .wrapper{
        box-sizing: border-box;
        width: 100%;
        width: min(100% - 2rem, 1280px);
        margin: 0 auto;
        margin-inline: auto;
        line-height: 1.2;
    }
    .mv {height: 720px;}
    #header .sns i {font-size: 25px;}
    .lead {max-width: 905px;}
    figure .caption {
        width: 100%;
        margin-left: 0;
    }
}

.article {
    margin-bottom: 50px;
    position: relative;
}
.article h2 {
	font-size: 1.25rem;
    font-weight: normal;
}
.article h2.ml {
    margin-left: 25px;
}
.article h2 span {
	font-size: 1rem;
}
.article h2.spot_tit {
    text-align: left;
    line-height: 1.2;
}

.article .article_right {
    margin-left: 45px;
}
.article .topic {
	background: url(../img/2x/topic_bg.jpg) no-repeat center;
	background-size: contain;
}
.article .topic .topic_in {
	padding: 20px 30px;
    width:280px;
    min-height:100%;
    margin-left:auto;
    margin-right:auto;
	margin-bottom: 60px;
}
.article .topic img {width: 80%;}
.article .topic p {
    font-size: 0.8rem;
    line-height: 1.2;
}
.article .topic p:nth-child(3) {text-align: center;}
.article .topic a{
	font-size: 0.86rem;
	text-decoration: underline;
}
.star_s img {
    width: 90%;
    margin: 20px auto;
}
@media screen and (min-width: 768px) {
    .article h2 {
        font-size: 1.65rem;
    }
    .article h2.ml {
        margin-left: 0;
    }
}

.article .spot_all .spot_in {
    margin-bottom: 10px;
    width: 70%;
}
.article .spot_all .spot_txt {
    position: relative;
}
.article .spot_all .spot_txt .time_l {
    width: 4px;
    height: 78%;
    position: absolute;
    top: 0;
    left: 1rem;
    z-index: 999;
    transform: translateX(-50%);
    padding-top: 35px;
}
.article .spot_all .spot_txt .time_l span {
    display: block;
    width: 100%;
    height: 100%;
    background: #c7b083;
}
.article .spot_all .spot_txt span.time_ball,
.article .spot_all .spot_txt span.time_ball_s_e {
    position: relative;
}
.article .spot_all .spot_txt span.time_ball::before,
.article .spot_all .spot_txt span.time_ball_s_e::before {
    content:'';
    background-size: contain;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translate(-50%,-50%);
	left: -25.5px;
	z-index: 999;
}
.article .spot_all .spot_txt span.time_ball::before {
    background: url(../img/SVG/time_ball_02.svg) no-repeat;
}
.article .spot_all .spot_txt span.time_ball_s_e::before {
    background: url(../img/SVG/time_ball_01.svg) no-repeat;
}
.article .spot_all .spot_txt .sch {
    margin-left: 40px;
}
.article .spot_all .spot_txt .sch tr th,
.article .spot_all .spot_txt .sch tr td {
    padding: 10px 0;
}
.article .spot_all .spot_txt .sch tr th {
    width: 22%;
    text-align: left;
}
.article .spot_all .spot_txt .sch tr td {
    width: 62%;
    font-weight: bold;
}
.article .spot_all .spot_txt .sch tr td#lunch img {
    width: 100px;
    margin: unset;
}
.article .spot_all .spot_txt .sch tr td#active img {
    width: 70px;
    margin: unset;
}
.article .spot_all .spot_txt .sch tr td#sweets img {
    width: 85px;
    margin: unset;
}
.article .spot_all .spot_txt .sch tr td#present img {
    width: 85px;
    margin: unset;
}
.article .spot_all .spot_txt .sch .time_line {
    padding-top: 30px;
    width: 15%;
}
.article .spot_all .spot_txt .sch .time_line img {
    width: 25px;
    padding: 0;
}
.article .spot_all .spot_txt p.kome {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .article .spot_all.flex {
        flex-direction: column-reverse;
    }
}

.spot {
	position: relative;
}
.spot .spot_in {
    margin-right: -15px;
}
.spot .spot3-2 {
    margin: 15px 0 10px 0px;
    width: 85%;
}
.spot .spot_in h2 {
	text-align: left;
	line-height: 1.2;
}
.spot .spot_in h2 span {
	font-size: 0.8rem;
}
.article .info_box {
	border: 1px solid #000;
	padding: 0 9px;
}
.article .info_box p {
	font-size: 0.8rem;
}
.left {width: 42%;}
.right {width: 55%;}

/* spot9 */
.spot9-1 {
    margin-bottom: 20px;
    margin-left: -65px;
}

@media screen and (min-width: 768px) {
    .article .topic {
        background: url(../img/2x/topic_bg_pc.jpg) no-repeat center;
        background-size: contain;
    }
    .article .topic .topic_in {
        padding: 30px 30px;
        width:400px;
    }
    .article .topic p {text-align: center;}
    .star_s img {
        width: 50%;
        margin: 50px auto;
    }
    .point_walk .green_line {height: 342px;}
    .article .spot .spot_in {
        width: 48%;
        margin-top: 0;
    }
    .article .spot .spot_txt {width: 48%;}
    .article .spot_all {
        margin: 50px auto;
        max-width: 920px;
    }
    .article .spot_all .spot_in {
        width: 47.5%;
        margin: 0;
    }
    .article .spot_all .spot_txt {
        width: 47.5%;
    }
    .spot9-1 { margin: 0;}
    .data_box .data_box_tit {
        width: 53.5%;
        margin-inline: unset;
    }
    .data_box .data_box_tit.full {
        width: 100%;
        margin-inline: unset;
    }
    .gift .data_box .data_box_tit {
        width: 100%;
    }
}

/* gift */
h3.trl_box {
    margin: 0;
    width: 100px;
    height: 100px;
    background:linear-gradient(to bottom left, transparent 50% , url(../img/2x/gift_bg.png) 50%) ;
    margin-top: 10px;
    /* background: url(../img/2x/gift_bg.png); */
}
h3.trl {margin: 0;}
.gift {
	background: url(../img/2x/gift_bg_sp.png);
	margin: 0 auto;
	padding: 10px 20px;
    background-size: contain;
    margin-bottom: 40px;
}
.hikonyan {
    margin: 10px auto 85px;
    width: 85%;
}
.gift .star_w {
    width: 10%;
    margin: 10px auto;
}
.gift .gift_lead {
	width: 80%;
    margin: 0 auto 40px;
}
.gift .box .gift_right {margin-right: -20px;}
.gift .box .gift_left {margin-left: -20px;}
.gift .box .border_gift {margin: 30px 0;}
.data_box {margin: 50px 0;}
.data_box .data_box_in ul li a {text-decoration: underline;}
.data_box .data_box_in ul li.time_s {
    text-indent: -90px;
    padding-left: 90px;
}
.data_box .data_box_in ul li.two_s {
    text-indent: -60px;
    padding-left: 60px;
}
.data_box .data_box_in ul li.three_s {
    text-indent: -60px;
    padding-left: 60px;
}
.data_box .data_line_s {
    width: 43.5%;
}
.mb_m {
    margin-bottom: -100px;
    margin-left: 30px;
    width: 90%;
}
.w_85 {
    width: 99.5%;
}
#gift1-3_sp {
    width: 50.5%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: -100px;
    margin-right: 5px;
}

@media screen and (min-width: 768px) {
    .gift .box .box_left {width: 48%;}
    .gift .box .box_right {
        width: 48%;
        position: relative;
    }
    .gift .box .box_right #fuki_og {
        position: absolute;
        top: 360px;
        right: 270px;
        width: 40.5%;
        transform: translate(-50%, -50%);
        margin: 0;
    }
    
}

/* フォトコンテスト */
.p_con {
    background: url(../img/2x/photo_bg.png);
    background-size: cover;
    padding: 80px 30px 50px;
    color: #fff;
}
.p_con_in {
    background: #27ACC2;
    border: 10px solid #FCCF00;
    border-radius: 20px;
    padding: 25px 9px;
}
.p_con_in .p_con_left {
    position: relative;
}
.p_con_in .p_con_left #photo_fuki_sp {
    position: absolute;
    top: -11.5%;
    left: 80.5%;
    width: 57.5%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.p_con_in .p_con_right p strong {
    color: #FFE100;
}
.p_con_in .p_con_right p strong a {
    color: #FFE100;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .p_con {
        padding: 70px 200px;
    }
    .p_con_in {
        padding: 28px;
    }
    .p_con_in .p_con_left {
        width: 52.5%;
    }
    .p_con_in .p_con_right {
        width: 46.5%
    }
}

/* map */
.map_area {
    width: min(100% - 2rem, 1080px);
    margin-inline: auto;
    margin: 60px auto;
}
.map_area a {
    border-radius: 50px;
    border: 2px solid #000;
    background-color: #fff;
    display: block;
    width: 270px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    font-size: 0.95rem;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    position: relative;
}
.map_area ul {
	margin: 40px auto;
	padding: 0;
}
.map_area ul li {
	position: relative;
	font-size: 1rem;
    line-height: 1.5;
	list-style: none;
	padding-left: 15px;
}
.map_area ul li::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    margin-left: 2px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.map_area a .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

/* book */
.book .book_wrap {
    background: url(../img/2x/book_bg.png);
    background-size: cover;
    margin-bottom: 40px;
    width: 100%;
} 
.book .book_wrap_in {
    max-width: 1165px;
    margin: 0 auto;
}
.book .book_area {
    width: 100%;
}
.book .book_area .book_area_in {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    padding: 35px 0;
}
.book .book_area p {
	text-align: center;
	font-weight: bold;
    font-size: 14px;
}
.book .book_area a {
    border-radius: 50px;
    background-color: #000;
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 0.7rem;
    text-decoration: none;
    color: #fff;
}
.book .book_area .book_left {width: 100%;}
.book .book_area .book_right {width: 100%;}

/* footer */
#footer .adress {
	padding: 20px 40px 50px;
}
#footer .adress a:first-child {
	border-radius: 10px;
    border: 1.8px solid #A38208;
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 1rem;
    text-decoration: none;
    color: #A38208;
    transition:all .6s ease-out;
    /* position: relative; */
}

#footer .adress p:last-child {
	font-size: 0.7rem;
    text-align: center;
}
.footer {
	background: #E1E2E2;
	font-size: 0.7rem;
	text-align: center;
	padding: 30px;
}
#topbtn {
	position: fixed;
    right: 20px;
    bottom: 110px;
    width: 20px;
    height: 20px;
	display: none;
    transform: translateY(0);
    transition: 0.7s;
}
#topbtn:hover {
    transform: translateY(-5px);
}
#topbtn a span {
	margin-top: -10px;
}

@media screen and (min-width: 768px) {
    .hikonyan {
        position: absolute;
        top: 24.5rem;
        right: 2rem;
        width: 27%;
        transform: translate(-50%, -50%);
        margin: 0;
    }
    .gift {padding: 0 260px 50px;}
    .gift .gift_lead {width: 50%;}  
    .gift {
        background: url(../img/2x/gift_bg.png);
        background-size: contain;
    } 

    .book .book_area {
        width: 30.157%;
        margin-bottom: 0;
    }
    .book .book_area .book_area_in {
        max-width: 400px;
        padding: 45px 0;
    }
    .book .book_area .book_left {width: 48%;}
    .book .book_area .book_right {width: 48%;}
    .map_area ul {max-width: 875px;}
	#footer .adress p {text-align: center;}
    #footer .adress {
        max-width: 770px;
        margin: 0 auto;
        padding: 70px 40px 70px;
    }
    #topbtn {
        right: 40px;
    }
}