@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
}

.sp{
	display: none;
}

h2{
	text-align: center;
}

h3{
	font-size: 20px;
	margin-bottom: 20px;
}

p{
  font-size: 14px;
}

img{
	max-width: 100%;
}

li{
	list-style: none;
}

a:hover{
	opacity: 0.6;
}

#content {
    margin-top: 20px
}

.mv {
    background: url(../../images/season/mv_bg.png);
    background-size: cover;
    text-align: center;
}

.mv .logo img {
    display: block;
    padding: 20px 0 0 120px;
}

.mv .mv_text img {
    padding: 50px 0 150px;
}

.content_inner{
	width: 1200px;
	margin: 20px auto 60px;
}

.box_bnr{
	margin-bottom: 60px;
}

.box_bnr p{
	width: 720px;
	margin: 0 auto;
	text-align: center;
}

.box_blog h2{
  position: relative;
  height: 90px;
}

.box_blogger{
	margin-top: 20px;
}

.box_blogger ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box_blogger ul li{
	width: calc((100% / 3) - 20px);
	margin-right: 20px;
	margin-bottom: 30px;
}

.box_blogger ul li:nth-child(3n) {
	margin-right: 0;
}

.box_blogger p {
	margin-bottom: 10px;
}

.box_blogger .blog_ttl{
	font-size: 18px;
	font-weight: bold;
}

.box_coupon_img p {
    background: url(../../images/season/img_coupon_pc_bg.png);
    max-width: 2000px;
    text-align: center;
}

.box_coupon_img p img {
    display: block;
    margin: 35px auto 0;
    padding-bottom: 40px;
}

.box_coupon_img p span img {
    padding: 40px 0 0 0;
}

.box_coupon h4{
	color: #f991be;
	font-size: 18px;
}

.box_coupon p{
  line-height: 2;
}

.box_andar{
	background: #F4F3F2;
	padding: 20px;
}

.box_andar,
.box_andap{
	font-size: 16px;
}

.box_andap{
  padding: 20px;
}

.box_andar .content_inner,
.box_andap .content_inner{
	display: flex;
}

.imgbox_andar,
.imgbox_andap{
	width: calc(100% / 2);
	text-align: center;
  position: relative;
}

.imgbox_andar::after,
.imgbox_andap::after{
  position: absolute;
  content: "";
  background: url(../../images/season/bg_coupon.png)no-repeat;
  width: 100px;
  height: 100px;
  top: -4%;
  left: -4%;
}

.box_info{
	width: calc(100% / 2);
  margin-left: 40px;
}

.txt_tel,
.txt_site,
.txt_disc{
	margin-bottom: 20px;
}

.txt_point{
  margin-bottom: 80px;
}

.txt_point02{
  margin-bottom: 100px;
}

.txt_point .point{
	font-size: 20px;
}

.btn_reserve{
  background: #f24a8d;
  width: 70%;
  margin: 0px auto 0;
  border-radius: 30px;
  text-align: center;
  position: relative;
}

.btn_reserve::after{
  position: absolute;
  content: "";
  background: url(../../images/season/btn.png)no-repeat;
  width: 26px;
  height: 26px;
  top: 26%;
  right: 10%;
}

.btn_reserve a{
  text-decoration: none;
  display: block;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
	padding: 14px;
}

#footer{
	width: 100%;
	background: #595148;
	color: #FFF;
	padding-top: 40px;
}

#footer h4{
	width: 1000px;
	margin: 0 auto 20px;
	font-size: 16px;
}

#footer ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: 1100px;
	margin: 0 auto;
	padding: 0 0 20px;
}

#footer ul li{
	width: calc(100% / 3);
	text-align: center;
	margin: 20px 0;
}

#footer p{
	width: 900px;
	margin: 0 auto;
	font-size: 12px
}

#footer .copyright{
	text-align: center;
	padding: 40px 0;
}

.slider .slick-list{
  position: relative;
  font-size: 0;
  line-height: 0;
}

.slider .slick-prev,
.slider .slick-next{
	font-size: 0;
	color: transparent;
	background: none;
	border: none;
}

.slider .slick-prev::before{
  position: absolute;
  content: "";
  background: url(../../images/season/arrow_r.png)no-repeat;
  width: 27px;
  height: 50px;
  left: 2%;
  top: 44%;
  z-index: 10;
}

.slider .slick-next::before{
  position: absolute;
  content: "";
  background: url(../../images/season/arrow_l.png)no-repeat;
  width: 27px;
  height: 50px;
  right: 4%;
  top: 44%;
}

.slick-track li{
  margin-right: 10px;
}

#btn_top {
	position: fixed;
	bottom: 3px;
	right: 6px;
	z-index: 2;
}

#btn_top a {
	margin-top: 0;
	width: 100%;
	height: 100%;
	display: block;
}

@media screen and (min-width: 769px){
	.box_blog h2::after{
    position: absolute;
    content: "";
		background: url(../../images/season/bg_blog_pc.png)no-repeat;
    width: 722px;
    height: 100%;
    left: 21%;
    bottom: 6%;
	}
}

@media screen and (max-width: 768px){
	.pc{
		display: none;
	}

	.sp{
		display: block;
	}

  h3{
    font-size: 16px;
    margin-bottom: 10px;
  }

  #header {
    width: 100%;
		position: relative;
  }

  #gnavi_sp {
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: calc(100vh - 60px);
    transition: all ease 0.3s;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #595148;
    padding-top: 60px;
    color: #FFF;
  }

  #gnavi_sp.active {
    opacity: 1;
    visibility: visible;
    right: 0;
  }

  #gnavi_sp:before {
    position: absolute;
    content: "";
    width: 11%;
    background: rgba(0,0,0,0.6);
    left: -11%;
    top: 0;
    height: 100%;
    box-sizing: border-box;
  }

  #gnavi_sp .inner {
    padding: 10px 30px;
    max-width: 100%;
    margin: 0 auto;
  }

  #gnavi_sp .txt_crn{
    font-size: 12px;
    margin-bottom: 20px;
  }

  #gnavi_sp ul {
    padding: 0;
    box-sizing: border-box;
  }

  #gnavi_sp ul li {
    position: relative;
    padding: 0;
    border-top: 1px dotted #FFF;
  }

  #gnavi_sp ul li a {
    color: #fff;
    padding: 0 5%;
    text-decoration: none;
    display: block;
    position: relative;
    box-sizing: border-box;
    height: 40px;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
  }

  #gnavi_sp .box_group{
    margin-top: 6px;
  }

  #gnavi_sp .box_group li{
    border: none;
  }

  #gnavi_sp .box_group li a{
    text-decoration: underline;
    font-weight: normal;
		height: 30px;
  }

  #gnavi_sp .box_group li:first-child{
    padding: 6px 5%;
    font-weight: bold;
  }

  #gnavi_sp .box_group li:last-child {
    border-bottom: 1px dotted #FFF;
		padding-bottom: 6px;
  }
    .mv .mv_text img {
        box-sizing: border-box;
        padding: 170px 45px;
    }
  .btn_side {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    position: relative;
    margin: 0 auto;
    position: absolute;
    border-radius: 0
  }

  .btn_side span {
    display: block;
    position: absolute;
    height: 2px;
    width: 15px;
    background: #B42400;
    opacity: 1;
    transform: rotate(0deg);
    transition: .3s ease-in-out
  }

  .btn_side span:nth-child(even) {
    left: calc(50% + 1px);
  }

  .btn_side span:nth-child(odd) {
    left: calc(50% - 14px);
  }
    .btn_side span:nth-child(1),
    .btn_side span:nth-child(2) {
    top: 21px
  }
    .btn_side span:nth-child(3),
    .btn_side span:nth-child(4) {
    top: 30px
  }
    .btn_side span:nth-child(5),
    .btn_side span:nth-child(6) {
    top: 39px
  }

  .btn_side.open span {
    background: #fff
  }
    .btn_side.open span:nth-child(1),
    .btn_side.open span:nth-child(6) {
    transform: rotate(45deg)
  }
    .btn_side.open span:nth-child(2),
    .btn_side.open span:nth-child(5) {
    transform: rotate(-45deg)
  }

  .btn_side.open span:nth-child(1) {
    left: calc(50% - 12px);
    top: 25px
  }

  .btn_side.open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 25px
  }

  .btn_side.open span:nth-child(3) {
    left: -50%;
    opacity: 0
  }

  .btn_side.open span:nth-child(4) {
    left: 100%;
    opacity: 0
  }

  .btn_side.open span:nth-child(5) {
    left: calc(50% - 12px);
    top: 36px
  }

  .btn_side.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 36px
  }

  .btn_open {
    width: 70px;
    height: 60px;
    margin: 0;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 99999;
  }

  .btn_side {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    position: relative;
    margin: 0 auto;
    border-radius: 0;
  }

  .btn_side span {
    display: block;
    position: absolute;
    height: 2px;
    width: 15px;
    background: #fff;
    opacity: 1;
    transform: rotate(0deg);
    transition: .3s ease-in-out
  }

  .btn_side span:nth-child(even) {
    left: calc(50% + 1px);
  }

  .btn_side span:nth-child(odd) {
    left: calc(50% - 14px);
  }
    .btn_side span:nth-child(1),
    .btn_side span:nth-child(2) {
    top: 21px
  }
    .btn_side span:nth-child(3),
    .btn_side span:nth-child(4) {
    top: 30px
  }
    .btn_side span:nth-child(5),
    .btn_side span:nth-child(6) {
    top: 39px
  }

  .btn_side.open span {
    background: #fff
  }
    .btn_side.open span:nth-child(1),
    .btn_side.open span:nth-child(6) {
    transform: rotate(45deg)
  }
    .btn_side.open span:nth-child(2),
    .btn_side.open span:nth-child(5) {
    transform: rotate(-45deg)
  }

  .btn_side.open span:nth-child(1) {
    left: calc(50% - 12px);
    top: 25px
  }

  .btn_side.open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 25px
  }

  .btn_side.open span:nth-child(3) {
    left: -50%;
    opacity: 0
  }

  .btn_side.open span:nth-child(4) {
    left: 100%;
    opacity: 0
  }

  .btn_side.open span:nth-child(5) {
    left: calc(50% - 12px);
    top: 36px
  }

  .btn_side.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 36px
  }

	.content_inner{
		width: calc(100% - 20px);
    margin: 0 auto;
		padding: 10px 0 40px;
	}

  .box_blog h2{
    height: 66px;
  }

	.box_bnr p{
		width: 100%;
	}

	.box_blog h2::after{
    position: absolute;
    content: "";
		background: url(../../images/season/bg_blog_sp.png)no-repeat;
    width: 360px;
    height: 100%;
    left: 0;
    top: 10%;
	}

	.box_blogger ul li{
		width: calc((100% / 2) - 10px);
		margin-right: 10px;
	}

	.box_blogger ul li:nth-child(2n){
		margin-right: 0;
	}

	.box_blogger ul li:nth-child(3n) {
		margin-right: 10px;
	}

	.box_blogger .blog_ttl{
		font-size: 16px;
	}

	.box_coupon h4{
		font-size: 16px;
	}


  .box_andar,
  .box_andap{
    padding: 0;
  }

  .box_andar .content_inner,
  .box_andap .content_inner{
  	display: block;
  }

  .imgbox_andar,
  .imgbox_andap{
  	width: 102%;
    margin-bottom: 20px;
  }

  .imgbox_andar::after,
  .imgbox_andap::after{
    background-size: 80%;
    top: 1%;
    left: -2%;
  }

  .box_info{
    width: 100%;
    margin-left: 0;
  }

  .txt_tel,
  .txt_site,
  .txt_disc{
    margin-bottom: 16px;
  }

  .txt_point{
    margin-bottom: 30px;
  }

  .txt_point .point{
    font-size: 16px;
  }

  .btn_reserve a{
    font-size: 16px;
  }

  .btn_reserve::after{
    top: 23%;
    right: 6%;
  }

  #footer h4,
  #footer ul,
  #footer ul li,
  #footer p{
    width: 100%;
  }

  #footer ul li img{
    margin: 0 auto;
  }

  #footer .copyright{
    padding: 12px 0;
  }

  .slick-track li{
    margin-right: 6px;
  }

	#btn_top{
		bottom: -1px;
		right: -16px;
	}

	#btn_top a{
		width: 80%;
	}
    .box_coupon_img p img {
        box-sizing: border-box;
        padding: 10px 20px 20px;
        margin-top: 0;
    }
    .box_coupon_img p span img {
        box-sizing: border-box;
        padding: 20px 50px 0;
    }
}

@media all and (-ms-high-contrast: none){
	#footer ul li{
		width: calc(99% / 3);
	}
}
