@charset "utf-8";

/*
  common
--------------------------*/
#spring20 > * {
	color: #746a61;
}
.flex__box {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
}
.font_sm01 { font-size: 1.2rem;}
.font_sm02 > * { font-size: 1.4rem !important;}
#spring20__area_wrap h2 {
	font-size: 4rem;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
      display: inline-block;
      position: relative;
      margin-bottom: 20px;
      padding-bottom: 24px;
      colo: #554e47;
      font-family: 'Noto Serif JP', serif;
}
#spring20__area_wrap h2 >span {
	font-size: 2.5rem;
	display: block;
}
#spring20__area_wrap .h2_box {
	margin: 1% auto 80px;
	text-align: center;
}
#spring20__area_wrap .h2_box p {
	font-size: 1.6rem;
	margin: 10px 0 0 0;
	letter-spacing: 1px;
}
.ticket_wrap h3:after,
#spring20__area_wrap h2:after {
    content: "";
    width: 100%;
    height: 8px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAADCAYAAACqPZ51AAAAHklEQVQImWNgYGBgKMlK+M9ACJRkJfyHYaIUE1IDAEmiCzKVCEiNAAAAAElFTkSuQmCC) repeat;
   background-size: 8px auto;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.huki_line:before {
    left: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
.huki_line:after {
    right: 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.huki_line:before, .huki_line:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background-color: #ffcad4;
    content: "";
}

/* --- .btn-d01 --- */
.btn-d01 a {
	display: block;
  text-decoration: none;
  max-width: 360px;
	height: 50px;
  border-radius: 25px;
	line-height: 46px;
	text-align: center;
	background: #746a61;
	border: 2px solid #746a61;
	color: #FFF;
	margin: 0 auto;
	letter-spacing: 2px;
	transition: all .3s ease;
  -webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	box-sizing: border-box;
	position: relative;
	font-weight: 700;
}
.btn-d01 a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 25px;
	transition: all .3s ease;
  -webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
}


/* --- .btn-d02 --- */
.btn-d02 a {
	display: block;
  text-decoration: none;
  font-size: 1.4rem;
	height: 44px;
	line-height: 41px;
	text-align: center;
	border: 2px solid #746a61;
	color: #746a61;
	border-radius: 6px;
	margin: 0 auto;
	letter-spacing: 2px;
	transition: all .3s ease;
  -webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	box-sizing: border-box;
	position: relative;
	font-weight: 700;
}
.btn-d02 a:before {
	content: "\f35d";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	display: inline-block;
	/*border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: calc(50% - 4px);*/
	position: absolute;
	right: 15px;
	transition: all .3s ease;
  -webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
/*------ hover ------ */
.btn-d02 a:hover {
	background: #746a61;
	color: #FFF;
	border: 2px solid 746a61;
}
.btn-d01 a:hover {
	color: #746a61;
	border: 2px solid #746a61;
	background: #FFF;
}

/*
  メインビジュアル
--------------------------*/
.txt-pos {
	text-align: center;
}
.logo_bg {
	display: block;
	margin: 10px auto 0;
	width: 300px;
}
.mainimg_wrap {
	width: 100%;
	height: 100%;
	max-height: 800px;
	background: #fff1f5 url(../../assets/img/mainimg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 40px 0 50px;
}
.mainimg_catch_txt {
	max-width: 390px;
	margin: 25px auto 20px;
	display: block;
	position: relative;
}
.mainimg_catch_txt2 {
	position: absolute;
	z-index: 1;
	width: 160px;
	top: -40px;
}
.mainimg_txt {
	max-width: 515px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 2px;
	text-align: left;
	padding-left: 50px;
}
.mainimg_tx_wrap {
	position: relative;
	max-width: 490px;
	margin: 0 auto;
}
.mainimg_tx_wrap:before {
	content: "";
    background: url(../../assets/img/img_kazari02.png) no-repeat;
    background-size: 100% auto;
    width: 135px;
    height: 135px;
    display: inline-block;
	position: absolute;
	left: -110px;
	top: 28px;
}
.mainimg_tx_wrap:after {
	content: "";
    background: url(../../assets/img/img_kazari01.png) no-repeat;
    background-size: 100% auto;
    width: 140px;
    height: 140px;
    display: inline-block;
	position: absolute;
	right: -99px;
	top: -10px;
}
/*
  アンカー
--------------------------*/
#spring20__ank {
  padding: 46px 3% 90px;
  background: #fff url(../../assets/img/bg_hanabira.png) repeat center;
  background-attachment: fixed;
}
#spring20__ank h2 {
  margin: 0 0 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding: 0 30px;
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
}



.ank__linkbox {
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#spring20__ank .ank__linkbox li {
  margin: 8px 0;
  width: calc(33.333% - 10px);
}
#spring20__ank .ank__linkbox a {
  display: block;
  height: 72px;
  font-size: 1.5rem;
    background: -moz-linear-gradient(65deg, #ffdae2, #eaebf6);
    background: -webkit-linear-gradient(65deg, #ffdae2, #eaebf6);
    background: linear-gradient(25deg, #ffdae2, #eaebf6);
  padding: 3px;
  text-decoration: none;
  color: #746a61;
	transition: all .3s ease;
  -webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
    display: table;
    width: 100%;
}

#spring20__ank .ank__linkbox .ank__linkbox_line {
  border: 1px solid #FFF;
  width: 100%;
  height: 100%;
  line-height: 1.1;
  padding: 0 3% 5px;
  font-weight: bold;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
#spring20__ank .ank__linkbox a span:after {
  content: "";
  right: calc(50% - 4px);
  bottom: 7px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #a89c91;
  border-right: 2px solid #a89c91;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}

#spring20__ank .font_sm01 span {
  padding-bottom: 4px;
}
#spring20__ank .ank__linkbox a:hover {
	opacity: .8;
}

.attention_box {
	font-size: 14px;
	margin-bottom: 4%;
}

/*
  コンテンツエリア
--------------------------*/
.spring20__area {
  padding: 60px 2% 100px;
  position: relative;
}
.spring20__sub_text {
    background: -moz-linear-gradient(65deg, #987c77, #8a9492);
    background: -webkit-linear-gradient(65deg, #987c77, #8a9492);
    background: linear-gradient(25deg, #987c77, #8a9492);
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  position: absolute;
  top: -12px;
  left: 15%;
  box-shadow: 1px 3px 0px 0 rgba(0,0,0,.1);
}
#spring20__area05,
#spring20__area01 {
    background: -moz-linear-gradient(65deg, #ffdae2, #eaebf6);
    background: -webkit-linear-gradient(65deg, #ffdae2, #eaebf6);
    background: linear-gradient(25deg, #ffdae2, #eaebf6);
    position: relative;
}
#spring20__area06,
#spring20__area04,
#spring20__area02 { background: #f7f5f1; position: relative;}

#spring20__area03 {
    background: -moz-linear-gradient(65deg, #e0efbb, #f7dedd);
    background: -webkit-linear-gradient(65deg, #e0efbb, #f7dedd);
    background: linear-gradient(25deg, #e0efbb, #f7dedd);
    position: relative;
 }

.spring20__area:before {
  content:"";
  width: 80%;
  height: 24%;
  display: block;
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 0;
  background-color: rgba(252,237,242,.7);
}

#spring20__area06:before,
#spring20__area04:before,
#spring20__area02:before { background-color: rgba(241,237,228,.7);}
#spring20__area03:before { background-color: rgba(240,246,220,.7);}

.spring20__sec_wrap {
  max-width: 980px;
  margin: 0 auto;
}
.grid__box {
  position: relative;
  text-align: left;
  margin-bottom: 35px;
  padding: 15px;
}

/* 1カ所 */
.grid__01 {
  -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.grid__01 .grid__box {
  width: 50%;
}

/* 3カ所・6カ所・9カ所 */
.grid__03 .grid__box {
  width: calc(33% - 1.3%);
 margin-right: 2.4%;
}
.grid__03 .grid__box:nth-child(3n) { margin-right: 0;}

/* ２カ所・4カ所 */
.grid__04 .grid__box {
  width: calc(50% - 10px);
}
.grid__04 .grid__box:nth-child(2n) { margin-left: 20px;}

/* 5カ所 */
.grid__05 .grid__box {
  width: calc(33% - 1.3%);
  margin-right: 2.4%;
}
.grid__05 .grid__box:nth-child(4),
.grid__05 .grid__box:nth-child(5) {
    width: calc(50% - 1.3%);
}
.grid__05 .grid__box:nth-child(3n),
.grid__05 .grid__box:nth-child(5) { margin-right: 0;}

/* 7カ所 */
.grid__07 .grid__box {
  width: calc(33% - 1.3%);
  margin-right: 2.4%;
}
.grid__07 .grid__box:nth-child(4),
.grid__07 .grid__box:nth-child(5),
.grid__07 .grid__box:nth-child(6),
.grid__07 .grid__box:nth-child(7) {
    width: calc(50% - 1.3%);
}
.grid__07 .grid__box:nth-child(3),
.grid__07 .grid__box:nth-child(5),
.grid__07 .grid__box:nth-child(7) { margin-right: 0;}

/* 8カ所 */
.grid__08 .grid__box {
  width: calc(33% - 1.3%);
  margin-right: 2.4%;
}
.grid__08 .grid__box:nth-child(7),
.grid__08 .grid__box:nth-child(8) {
    width: calc(50% - 1.3%);
}
.grid__08 .grid__box:nth-child(3n),
.grid__08 .grid__box:nth-child(8) { margin-right: 0;}

.spring20__box {
  position: relative;
  background: #FFF;
}

.sp20_place {
  background: #746a61;
  color: #FFF;
  display: inline-block;
  padding: 0 10px;
  font-size: 1.4rem;
  position: absolute;
  top: -10px;
  left: 0;
}
.sp20_name {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.3;
  margin: 10px 0;
  font-family: 'Noto Serif JP', serif;
}
.tag01_datetime {
  width: 90px;
  height: 90px;
  padding-top: 40px;
  text-align: center;
  line-height: 1.4;
  position: absolute;
  top: 20px;
  right: 2px;
  background: #52b7d3 url(../../assets/img/text_new.svg) no-repeat center 18px;
  background-size: 60px auto;
  font-size: 1.4rem;
  color: #FFF;
   border-radius: 50px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.sp20_photo {
  margin-bottom: 16px;
}
.sp20_photo img {
  border-radius: 8px;
}
.sp20_season {
  margin: 10px 0;
}
.sp20_text {
  padding: 0 4px;
  line-height: 1.8;
}
.sp20_access {
  margin: 10px 0 12px;
  padding: 8px 0;
  border-bottom: 1px dotted #c0b5b9;
  border-top: 1px dotted #c0b5b9;
}
.sp20_season > *,
.sp20_access > * {
  font-size: 1.4rem;
}

.sp20_access > * {
  line-height: 1.5;
}

.sp20_season dt,
.sp20_access dt {
  font-weight: bold;
  margin-right: 20px;
}

.sp20_season dt {
	background: url(../../assets/img/icon_sakura.svg) no-repeat center left;
	background-size: 18px auto;
	padding: 0 0 0 22px;
}
.sp20_access dt:before {
	content: "\f3c5";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	display: inline-block;
	position: absorute;
	left: 0;
	padding: 0 8px 0 4px;
}

/* チケット
----------------------*/
.ticket_wrap {
  margin: 40px auto 0;
  max-width: 980px;
}
.ticket_wrap h3 {
  margin: 0 0 30px 0;
  colo: #554e47;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding: 54px 0 10px;
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  background: url(../../assets/img/icon_ticket.svg) no-repeat top center;
}
.ticket_wrap h3 span {
  font-size: 2.6rem;
}

.ticket_wrap .ticket_box {
    width: calc(50% - 10px);
    border-radius: 8px;
    padding: 15px;
    text-align: left;
    border: 1px solid #f36fa0;
    background: #FFF;
    box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    text-decoration: none;
	transition: all .3s ease;
  -webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
}

.ticket_wrap .ticket_block.ticket__01 {
  -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.ticket_wrap .ticket_block > .ticket_box:first-child,
.ticket_wrap .ticket_block > .ticket_box:nth-child(2n+1) {
  margin-right: 20px;
}
.ticket_wrap .ticket_box:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: #f36fa0;
  position: absolute;
  -webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
  top: -70px;
  right: -70px;
}
.ticket_wrap .ticket_box:hover {
  opacity: .8;
}

.ticket_wrap .ticket_text > p {
   color: #746a61;
   font-size: 1.5rem;
   line-height: 1.7;
}

.ticket_wrap .ticket_text {
    margin-left: 20px;
    width: calc(100% - 170px);
}
.ticket_wrap h4 {
  font-weight: bold;
  color: #f36fa0;
  font-size: 1.8rem;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #cbc1bf;
}

.sp20_ticket {
  	width: 150px;
	height: 150px;
  	overflow: hidden;
}
.ticket_box img {
	transition-duration: 0.3s;
}
.ticket_box:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}



/* sns
----------------------*/
#spring20__sns {
  margin: 60px 4%;
}
#spring20__sns h2 {
  margin: 0 0 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding: 0 30px;
  display: inline-block;
}
#spring20__sns .soc {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    vertical-align: middle;
    margin: 0 auto;
}
#spring20__sns .soc li {
	display: table-cell;
	vertical-align: middle;
}
#spring20__sns .soc li:last-child a {
    margin-right: 0;
}
#spring20__sns .soc li a {
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    font-size: 2.4rem;
    margin-right: 20px;
    color: #fff;
    background-color: none;
	transition: all .3s ease;
  -webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
#spring20__sns .soc li a:hover {
  opacity: .8;
}

#spring20__sns .soc-twitter {
    background-color: #4da7de;
}
#spring20__sns .soc-facebook {
    background-color: #3e5b98;
}
#spring20__sns .soc-line {
    background: #2BAB38 url(../../assets/img/icon_line.svg) no-repeat center;
    background-size: 30px auto;
}

/*----------------------
 タブレット
------------------------*/
@media only screen and (max-width: 960px), print {
.mainimg_wrap {
	overflow: hidden;
}
.spring20__area {
    padding: 40px 4%;
}
#spring20__area_wrap h2 {
    font-size: 3rem;
    font-weight: bold;
}
#spring20__area_wrap h2 >span {
	font-size: 2rem;
}

.ticket_wrap h3 {
  font-size: 1.8rem;
}

.ticket_wrap h3 span {
  font-size: 2rem;
}



/* メインイメージ
----------------------*/
.mainimg_wrap {
	width: 100%;
	height: 100%;
	max-height: 800px;
	background: #fff1f5 url(../../assets/img/mainimg_sp.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 40px 0;
}


/* アンカー
----------------------*/
#spring20__ank {
	 background: #fff url(../../assets/img/bg_hanabira_sp.png) repeat-y center;
	 background-size: 100%;
}

#spring20__ank .ank__linkbox li {
    margin: 5px 0;
    width: calc(50% - 5px);
}

/* コンテンツ
----------------------*/
.grid__box {
	width: 100%;
	margin-left: 0;
}
#spring20__area_wrap .grid__box:nth-child(2n) {
	margin-left: 2.6%;
}
.grid__01 .grid__box {
	width: 100%;
}
.grid__03 .grid__box,
.grid__05 .grid__box,
.grid__07 .grid__box,
.grid__08 .grid__box {
    margin-right: 0;
}
.grid__03 .grid__box,
.grid__04 .grid__box,
.grid__05 .grid__box,
.grid__07 .grid__box,
.grid__08 .grid__box {
    width: calc(50% - 1.3%);
}

/* チケット
----------------------*/
.ticket_wrap .ticket_block .ticket_box {
    width: 100%;
    margin-right: 0 !important;
}

/* スマートフォン */
@media only screen and (max-width: 600px), print {
#spring20__area_wrap .h2_box {
	margin: 1% auto 5%;
}

#spring20__area_wrap .h2_box p {
    font-size: 1.4rem;
    margin: 10px 0 40px 0;
}
.sp_none_br { display: none;}
.spring20__area {
    padding: 40px 4%;
}
#spring20__area_wrap h2 {
    	font-size: 2.2rem;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
#spring20__area_wrap h2 >span {
	font-size: 1.6rem;
}
.ticket_block .ticket_box:hover {
	opacity: 1;
}
.ticket_box:hover img {
	transform: none;
	-webkit-transform: none;
}


/*
  メインビジュアル
--------------------------*/
.logo_bg {
	margin: 0 auto;
	width: 240px;
}
.mainimg_catch_txt {
	width: 100%;
	margin: 45px 0 20px;
	padding: 0 6%;
}

.mainimg_catch_txt img {
	position: static;
}
.mainimg_catch_txt2 {
	top: -47px;
	left: 3%;
}

.mainimg_txt {
	max-width: 515px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 2px;
	text-align: left;
	padding: 0 6%;
}
.mainimg_tx_wrap {
	position: relative;
	max-width: 480px;
	margin: 0 auto;
}
.mainimg_tx_wrap:after,
.mainimg_tx_wrap:before {
   display: none;
}


/* アンカー
----------------------*/
.font_sm01 {
    font-size: 1rem;
}
#spring20__ank {
	background-position: top;
}
#spring20__ank {
    padding: 30px 3% 40px;
}


/* コンテンツ
----------------------*/
.spring20__sub_text {
	left: 0%;
}
.spring20__sec_wrap {
  display: block;
}
.grid__box {
	width: 100% !important;
	margin-left: 0 !important;
}
.sp20_name {
	margin: 10px 0;
}
.sp20_name >br { display: none; }


/* チケット
----------------------*/
.ticket_wrap h4 {
    font-size: 1.6rem;
}
.ticket_wrap .ticket_text > p {
    font-size: 1.4rem;
    line-height: 1.5;
}
.ticket_wrap .ticket_text {
    margin-left: 20px;
    width: calc(100% - 130px);
}
.sp20_ticket {
  	width: 110px;
	height: 110px;
}


/* sns
----------------------*/
#spring20__sns {
  margin: 30px 4%;
}
}

/* スマートフォン */
@media only screen and (max-width: 480px), print {
	.font_sm02 > * { font-size: 1.3rem !important;}
}

/* スマートフォン　5S */
@media only screen and (max-width: 321px), print {
    .font_sm01 { font-size: 1rem; letter-spacing: -.5px;}
    .btn-d01 a { font-size: 1.3rem;}
    
    #spring20__area_wrap h2 {
    font-size: 1.8rem;
    }
    .ticket_wrap h3 {
    font-size: 1.6rem;
    padding: 40px 0 10px;
    background-size: 45px auto;
    }
    /*
      メインビジュアル
    --------------------------*/
    .logo_bg {
	    margin: 0 auto;
	    width: 200px;
    }

    .mainimg_catch_txt2 {
	    top: -47px;
	    left: 3%;
	    width: 120px;
    }
    .mainimg_txt {
	font-size: 1.2rem;
    }

    /*
      アンカー
    --------------------------*/
    #spring20__ank .ank__linkbox a {
  	font-size: 1.2rem;
  }

    /*
      コンテンツ
    --------------------------*/
    #spring20__area_wrap .h2_box p {
	margin: 10px 0 30px;
	text-align: left;
    }
    .spring20__box > p {
    font-size: 1.4rem;
  }
  .tag01_datetime {
      width: 80px;
      height: 80px;
      padding-top: 33px;
      background: #52b7d3 url(../../assets/img/text_new.svg) no-repeat center 12px;
      background-size: 50px auto;
      font-size: 1.2rem !important;
    }
    .ticket_wrap {
      margin: 20px auto 0;
    }
    .attention_box {
	font-size: 14px;
	margin-bottom: 4%;
	text-align: left;
}
}
