@charset "utf-8";

/**** メニューエリアの背景 ****/
.grandmenu {
	/*background: url(images/menu_bg.png) no-repeat top center;*/
	background-color: #c5ddc8;
	background-size: cover;
}

/**** メニューの枠線の色 ***
.grandmenu ul.cir li:nth-child(1) {border-color: #003894;}
.grandmenu ul.cir li:nth-child(2) {border-color: #C30051;}
.grandmenu ul.cir li:nth-child(3) {border-color: #293c63;}
.grandmenu ul.cir li:nth-child(4) {border-color: #293c63;}
.grandmenu ul.cir li:nth-child(5) {border-color: #293c63;}
.grandmenu ul.cir li:nth-child(6) {border-color: #293c63;}
*/

/**** メニューのアイコンの大きさ ****/
.grandmenu ul.cir li u,
.grandmenu ul.cir li.on u::before, .grandmenu ul.cir li.select u::before {
  width: 42px;
}


/**** 角メニューの色 ****/
.grandmenu ul.squ li:nth-child(4n+1),
.grandmenu ul.squ li:nth-child(4n+4) {
  background: linear-gradient(to bottom, #c68596 0%, #c68596 50%, #c3798e 50%, #c3798e 100%);
}
.grandmenu ul.squ li:nth-child(4n+2),
.grandmenu ul.squ li:nth-child(4n+3) {
  background: linear-gradient(to bottom, #cea9a9 0%, #cea9a9 50%, #cca09f 50%, #cca09f 100%);
}


/**** 詳細エリアの背景と上の三角 ****/
#contents .cont .det_area::before {
  border-color: transparent transparent #f8f8f8 transparent;
}
#contents .cont .det_area > div {
	background: url(images/detail_bg.png) no-repeat center;
	background-size: cover;
}


/**** コンテンツエリア ****/
#contents .event {
	background: url(images/contents/event_bg.png) no-repeat top center;
	background-size: cover;
	background: #930000;
	text-align: center;
	padding: 125px 0;
}
#contents .event img {
}
#contents .hashtag {
	background: url(images/contents/event_bg.png) no-repeat top center;
	background-size: cover;
	text-align: center;
	padding: 125px 0;
}
#contents .reims .title {
	border-bottom: solid 1px white;
}
#contents .reims img {
	border-right: solid 1px white;
}

@media screen and (max-width: 750px) {

#contents {}
#contents .event {
  padding: 0;
}
#contents .event img {}
#contents .reims {}
#contents .reims .title {}
#contents .reims img {
  border-right: none;
}

}


.bgimg{
	background: url(images/back1.jpg) no-repeat center top;background-size: cover;
}
.bgimg2{
	background: url(images/back2.jpg) no-repeat center top;background-size: cover;
}



/************ 共通設定 **************/

.grandmenu ul.cir li:nth-child(1) u::before {background: url(images/pin1.png) no-repeat top center;background-size: contain;}
.grandmenu ul.cir li:nth-child(2) u::before {background: url(images/pin2.png) no-repeat top center;background-size: contain;}
.grandmenu ul.cir li:nth-child(3) u::before {background: url(images/pin3.png) no-repeat top center;background-size: contain;}
.grandmenu ul.cir li:nth-child(4) u::before {background: url(images/pin4.png) no-repeat top center;background-size: contain;}
.grandmenu ul.cir li:nth-child(5) u::before {background: url(images/pin5.png) no-repeat top center;background-size: contain;}
.grandmenu ul.cir li:nth-child(6) u::before {background: url(images/pin6.png) no-repeat top center;background-size: contain;}
.grandmenu ul.cir li:nth-child(7) u::before {background: url(images/pin7.png) no-repeat top center;background-size: contain;}
.grandmenu ul.cir li:nth-child(8) u::before {background: url(images/pin8.png) no-repeat top center;background-size: contain;}

#contents .cont:nth-child(1) h2::before {content: url(images/pin1.png);}
#contents .cont:nth-child(2) h2::before {content: url(images/pin2.png);}
#contents .cont:nth-child(3) h2::before {content: url(images/pin3.png);}
#contents .cont:nth-child(4) h2::before {content: url(images/pin4.png);}
#contents .cont:nth-child(5) h2::before {content: url(images/pin5.png);}
#contents .cont:nth-child(6) h2::before {content: url(images/pin6.png);}
#contents .cont:nth-child(7) h2::before {content: url(images/pin7.png);}
#contents .cont:nth-child(8) h2::before {content: url(images/pin8.png);}

#contents .cont div .dbtn::after,
#contents .cont li .dbtn::after {
	content: url(images/dbtn.png);
	display: inline-block;
	margin-top: 12px;
	visibility: visible;
}

.grandmenu > h2 {
	color: #000;
}

.grandmenu ul.cir li{
	color: #747474;
	background: #EDE8D2;
	border-color: white;
}
.grandmenu ul.cir li:nth-child(1) b{
	color: #005937;
}
.grandmenu ul.cir li:nth-child(2) b{
	color: #005937;
}
.grandmenu ul.cir li:nth-child(3) b{
	color: #005937;
}
.grandmenu ul.cir li:nth-child(4) b{
	color: #005937;
}
.grandmenu ul.cir li:nth-child(5) b{
	color: #005937;
}
.grandmenu ul.cir li:nth-child(6) b{
	color: #005937;
}
.grandmenu ul.cir li:nth-child(7) b{
	color: #005937;
}
.grandmenu ul.cir li:nth-child(8) b{
	color: #005937;
}

/*.grandmenu ul.cir li:nth-child(1){
  border-color: white;
}
.grandmenu ul.cir li:nth-child(2){
  border-color: white;
}
.grandmenu ul.cir li:nth-child(3){
  border-color: white;
}
.grandmenu ul.cir li:nth-child(4){
  border-color: white;
}
.grandmenu ul.cir li:nth-child(5){
  border-color: white;
}
.grandmenu ul.cir li:nth-child(6){
  border-color: white;
}
.grandmenu ul.cir li:nth-child(7){
  border-color: white;
}
.grandmenu ul.cir li:nth-child(8){
  border-color: white;
}*/

.grandmenu ul.cir li.on,
.grandmenu ul.cir li.select {
	/*background: #cf0a2c;*/
	color: #231815;
}
/*.grandmenu ul.cir li:nth-child(n+5).on,
.grandmenu ul.cir li:nth-child(n+5).select {
	background: #61b4e4;
}*/
#contents .cont h2{
	color: #cf0a2c;
}
/*#contents .cont1 h2{
	color: #2c3c62;
}
#contents .cont2 h2{
	color: #99391c;
}
#contents .cont3 h2{
	color: #4f8965;
}
.grandmenu ul.cir li i{
	color: #fff;
}*/

#contents .cont1 h2,#contents .cont4 h2,#contents .cont5 h2{
  color: black;
}
#contents .cont2 h2,#contents .cont3 h2,#contents .cont6 h2,#contents .cont7 h2,#contents .cont8 h2{
  color: black;
}

/*サブタイトル*/
.grandmenu ul.cir li:nth-child(1) i{
  color: #005937;
}
.grandmenu ul.cir li:nth-child(2) i{
  color: #005937;
}
.grandmenu ul.cir li:nth-child(3) i{
  color: #005937;
}
.grandmenu ul.cir li:nth-child(4) i{
  color: #005937;
}
.grandmenu ul.cir li:nth-child(5) i{
  color: #005937;
}
.grandmenu ul.cir li:nth-child(6) i{
  color: #005937;
}
.grandmenu ul.cir li:nth-child(7) i{
  color: #005937;
}
.grandmenu ul.cir li:nth-child(8) i{
  color: #005937;
}


/*詳しくはこちら*/
#contents .cont li{
	text-align: left;
}

/*.grandmenu > h2,.grandmenu > p{
	color: white;
}*/

.insta_txt{
	font-size: 18px;
  margin-bottom: -30px;
}

#sns .sns_insta::before{
	content: 'インスタグラム'
}

.icon{
  margin: 10px 0px;
}
.icon span{
  padding: 5px;
  font-weight: 100;
}
span.new{
  border: solid 1px ;
  color: #f5a200;
}
span.eat{
  border: solid 1px #9bc933;
  color: #9bc933;
}
span.one{
  border: solid 1px #c7171e;
  color: #c7171e;
}
span.two{
  border: solid 1px #f39800;
  color: #f39800;
}

/*cnt4-shop*/
.cont5 .shop img{
	width: 100%;
}
.cont5 .text{
  width: 100%;
}

.cont6 .shop img{
	width: 100%;
}
.cont6 .text{
  width: 100%;
}

.sub_btn{
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  /*cnt4-shop*/
  .cont5 .shop img{
    width: 72%;
  }	
  .cont5 .text{
    width: 100%;
  }
  .cont6 .shop img{
    width: 72%;
  }
  .cont6 .text{
    width: 100%;
  }
}

.grandmenu ul.cir li.on, .grandmenu ul.cir li.select{
  background: #90BA21;
}

/*line*/
.btn_vote {
  position: relative;
  clear: both;
  box-sizing: border-box;
  display: inline-block;
  width: 40%;
  padding: 1em 1em;
  font-size: 2.9rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: black;
  background: white;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px;
}
/*.btn_vote::after {
  content: url(images/line/icon_arrow2.png);
  display: inline-block;
  margin-left: 10px;
  margin-top: -0.2em;
  vertical-align: middle;
}*/
#tw .btn_vote {
	width: 55%;
  color: #1da1f2;
}
#tw .btn_vote::after {
  content: url(images/line/icon_arrow.png);
}
@media screen and (max-width: 750px) {
  .btn_vote {
    width: 90%;
    font-size: 1.8rem;
  }
  #tw .btn_vote {
    width: 100%;
    font-size: 1.8rem;
  }
}

#contents .cont li img.thm_re{
  width: 50%;
  margin: 0 auto 10px;
}
span.cnt7_tit{
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #contents .cont li img.thm_re{
    width: 100%;
    margin: 0 auto 10px;
  }
  #contents .cont.list1 li{
    width: 90%;
    margin-left: 3.5%;
  }
  span.cnt7_tit{
    font-size: 24px;
    font-weight: bold;
  }
}
.pc{
  display: block;
}
.sp{
  display: none;
}
img.btn{
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  img.btn{
    width: 60%;
  }
  .pc{
  display: none;
  }
  .sp{
    display: block;
  }
}

/*2020225イベント対策*/
#contents .cont1.list2 li{
  width: 328px;
}
@media screen and (max-width: 750px) {
  #contents .cont1.list2 li{
    width: 90%;
  }
}

/*20200827*/
#fd{
	width: 1020px;
    margin: 66px auto 0;
	text-align:center;
}
#fd .insta_txt{
	display: inline-block;
    line-height: 18px;
    font-size: 28px;
	margin-bottom:20px;
}
#fd iframe{
	margin-bottom:20px;

}
#fd .cmn-bloglist{
	margin:0;
}
@media screen and (max-width: 750px) {
	#fd{
		width:90%;
	}
	#fd iframe{
		height:450px;
	}
}

#fd iframe .cmn-list-item .detail .title, .cmn-list-item .detail _:-ms-lang(x)::-ms-backdrop {
  height:auto !important;
}
#fd iframe .cmn-list-item .detail .shop, .cmn-list-item .detail _:-ms-lang(x)::-ms-backdrop {
  height:auto !important;
}

/*20210427*/
.grandmenu ul.cir li.on b,
.grandmenu ul.cir li.select b {
	/*background: #cf0a2c;*/
	color: #231815;
}
.grandmenu ul.cir li.on i,
.grandmenu ul.cir li.select i {
	/*background: #cf0a2c;*/
	color: #231815;
}

/*20210428*/
#bnr{
	max-width: 1200px;
    margin: 24px auto 0;
}
#bnr img{
	width: calc(46% - 20px /2);
    display: inline-block;
    margin-bottom: 50px;
    margin-left: 50px;
}
@media screen and (max-width: 750px) {
	#bnr img{
		width: 100%;
		margin-left: 0px;
	}
}
