@charset "utf-8";
/* CSS Document */
#wrapInner {
    width: 100%!important;
}
#inner950 {
    width: 100%;
	max-width:950px;
    margin: 0 auto;
    display: block;
}
#anchorLinkBlock {
    width: 100%;
	max-width:950px;
    margin: 0 auto !important;
    display: block;
}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	font-family: 'Noto Serif JP', serif;
}
#wrapper *,
#wrapper_yoyaku * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*-------------食の感謝祭----------------*/
/*--------common-------------*/
@media (min-width:768px){
	/*--------スマホのみ表示　PCでは非表示-------------*/
   .pc_none{
    	display: none;
  }
   .sp_br{
    	display: none;
  }
}
@media (max-width:767px){
	/*--------PCのみ表示　スマホでは非表示-------------*/
   .sp_none{
    	display: none;
  }
}
.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}	
.marker {
	 background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
a.godetail{
	width: 90%;
	max-width: 350px;
	display: block;
	margin: 50px auto;
	line-height: 65px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: auto 100% ;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
}
a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}

/*--------.roof-------------*/
.roof {
	width: 100%;
	margin: 0;
	text-align: center;
	background: #e6e2df;
}
.roof h1{
	margin: 0;
	padding: 0;
}
.roof h1 img{
	width: 100%;
	padding: 0;
}
.roof .inner{
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	background: url("../images/japanmap.png") no-repeat top -20px center;
	background-size: auto 180%;
}
.roof p{
	font-size: 120%;
	font-weight: bold;
}

@media (min-width:768px){
	.roof .inner {
		padding: 30px 0;
	}	
}
@media (max-width:767px){
	.roof .inner{
		padding: 30px 0;
	}	
	.roof p{
		font-size: 110%;
	}
}
/*--------.theme-------------*/
.theme {
	width: 100%;
	background: #e6e2df;
}
.theme .inner {
	width: 80%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 30px;
}
.theme .inner .title_unit{
	position: relative;
	width: 100%;
	background-size: 100% ;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40%;
}
.theme .inner .title_unit:before{
	content: " ";
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.theme .period{
	position: absolute;
	top:-10px;
	left: 22px;
	padding: 20px 0 25px;
	width: 90px;
	background: url("../images/curtain_top.png") no-repeat center top ;
	background-size: 100% auto;
	color:#FFFFFF;
}
.theme .period p{
	margin: 0 auto;
	padding: 0;
	line-height: 1.4;
}
.theme .period .year{
	font-size: 120%;
}
.theme .period .month{
	font-size: 200%;
}
.theme .period .month span{
	font-size: 80%;
}
.theme .upper_content{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}
.theme .region {
	display: flex;
	align-items: center;
	text-align: center;
	width: 30%;
	min-width: 250px;
	margin: 0px auto;
	font-size: 100%;
}
.theme .region:before, .theme .region:after {
        content: "";
		flex-grow: 1;
        height: 1px;
        background: #FFF;
        margin:0 .4em;
    }
.theme h2{
	font-size: 250%;
	font-weight: normal;
	margin: 0;
}
.theme h3{
	font-size: 160%;
	font-weight: normal;
	margin: 0;
}
.theme .cross{
	width: 5%;
	margin: 0 0 10px;
}
.theme .plan{
	margin: 10px 0 0;
}
.theme .plan li{
	margin:10px 0 0;
	font-size: 100%;
}
.theme .plan li span{
	color: #FFF;
	background: #000;
	padding: 5px 15px;
}


@media (min-width:768px){
}
@media (max-width:767px){
	.theme .inner {
		width: 90%;
		padding: 0 0 30px;
	}
	.theme .inner .title_unit{
		position: relative;
		width: 100%;
		background-size: 150% ;
		background-repeat: no-repeat ;
		padding-top: 60%;
	}
	.theme .period{
		position: absolute;
		top:-1.5vw;
		left: -1.5vw;
		padding: 3vw 0 5vw;
		width: 15vw;
		background: url("../images/curtain_top.png") no-repeat center top ;
		background-size: 100% auto;
		color:#FFFFFF;
	}
	.theme .period .year{
		font-size: 3vw;
	}
	.theme .period .month{
		font-size: 5vw;
	}
	.theme .period .month span{
		font-size: 4vw;
	}
	.theme .region {
		width: 20%;
		min-width: 200px;
		font-size: 2vw;
	}
	.theme h2{
		font-size: 4.5vw;
	}
	.theme h3{
		font-size: 3vw;
	}
	.theme .plan li{
		font-size: 2.5vw;
	}
}
.pickup ul{
	width: 100%;
	margin-top: 10px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.pickup li{
	width:32.5%;
	background: #FFFFFF;
}
.pickup li img{
	width:100%;

}
.pickup li p{
	margin: 8px 0;
}
/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto;
	padding: 40px 0 10px;
	background: #FFFFFF;
}
.swiper-slide{
	text-align: center;
}
.swiper-slide img{
	border: 1px solid #CCC;
	width: 80%;
}

.swiper-pagination {
	bottom: 0;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	font-size:30px;
	color: #333;
}
.swiper-button-prev{
	left:5px;
	top:50%;
}
.swiper-button-next{
	right:5px;
	top:50%;
}

/*--------.feature-------------*/
.feature {
	width: 100%;
	background: #f2f2f2;
}
.feature .inner {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 0;
}
.feature h2{
	font-size: 230%;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0;
}
.feature h2 span{
	padding: 0 35px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: auto 90%;
}

.feature .logo_tripa{
	text-align: center;
	font-size: 100%;
}

.feature .logo_tripa img{
	width: 100px;
	vertical-align: middle;
}
.feature h3{
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}
.feature p{
	font-size: 100%;
	margin-top: 5px;
}

.feature .rows2{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;	width: 100%;
}
.feature .rows2 a{
	width: 48%;
	margin: 20px 0;
	text-decoration: none;
	color: inherit;
}
.feature .rows2 li{
	display: table;
	width: 100%;
}
.feature .rows2 li .photo{
	display: table-cell;
	width: 50%;
	padding-right: 10px;
}
.feature .rows2 li .introduction{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

@media (min-width:768px){
	.feature .month {
		width: 80px;
	}	
	.feature .month span{
		display: block;
		font-size: 55%;
	}	
}
@media (max-width:767px){
	.feature .inner {
		width: 95%;
		padding: 30px 0;
	}
	.feature h2{
		font-size: 180%;
		font-weight: normal;
		text-align: center;
		margin-bottom: 0;
	}
	.feature h2 span{
		padding: 0 25px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: auto 90%;
	}
	.feature .rows2 a{
		width: 100%;
	}
}
/*画像中央配置*/
.adjust {
	width:100%;
	position:relative;
	padding-top:66.6%;
	overflow:hidden;
	border: 1px solid #E2E2E2;
	background: #FFF;
}
.adjust img{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height:100%;
	width:auto !important;
	background: #FFF;
}
/*中止のお知らせ*/
.caution {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 20px;
	padding: 0 5px;
}
.caution p{
	color: red;
	text-align: left;
	font-size: 120%;
}