
/*===============================================*/

/* PRR.CSS  */


/*===============================================*/

/*//////////////////////////////////

main-visual
///////////////////////////////////*/

/*hero- area-----------------------*/
.hero-area{
	width: 100%;
	height: 100vh;
	/*max-height: 850px;*/
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
	margin: 0 auto;
}
/*.overray{
	position: absolute;
	top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 
  transform: translate(-50%, -50%);
	background-color: rgba(0,0,0,0.40);
	width: 100%;
	height: 100%;
}*/

.on_slide{
	color: #fff;
	position: absolute;
	top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.main_logo{
	max-width: 240px;
	width: 100%;
}
@media only screen and (max-width: 768px) {
.on_slide{
		width: 23%;
	max-width: 150px;
		height: auto;
}
		.main_logo img{
		width: 100%;
		height: auto;
}

}
/*.on_slide{
	color: #fff;
	position: absolute;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  /*transform: translate(-50%, -50%);
}*/

.slide-msg span{
	font-size: 22px;
}
.slide-msg br{
	display: none;
}

@media only screen and (max-width: 768px) {
	.hero-area{
		height: 70vh;
	}
	.hero-wrap{
		padding-top: 100px;
	}
}



.home-menu_wrap {
	display: flex;
	justify-content : space-between;
	width: 100%;
	max-width: 1340px;
	margin: 64px auto 0;
}
.home-menu_inner{
	width: 32%;
	max-width: 420px;
	position: relative;
}
.home-menu_inner img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
.home-menu_inner{
	width: 100%;
	max-width: 600px;
}
.home-menu_wrap {
	  margin: 32px auto 0;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
.home-menu_inner{
	width: 100%;
 }
}

.menu_inner_btn{
	color: #fff;
	position: absolute;
	top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

.menu_btn {
  display: inline-block;
  background: transparent;
  text-transform: uppercase;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,1);
  border-radius: 0;
  /*padding: 18px 80px 20px;*/
	width: 240px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
  transition: all 0.7s ease-out;
  background: linear-gradient(90deg, rgba(223,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(255,255,255,1);
	box-sizing: inherit;
	text-decoration: none;
}

.menu_btn:hover {
  color: #fff;
  border: 1px solid rgba(223,190,106,0);
  /*color: $white;*/
  background-position: 99% 50%;
}


.news-area {
	width: 100%;
	max-width: 1180px;
	margin: 40px auto 0;
	display: flex;
	display:-webkit-flex;
	justify-content : space-between;
}
@media only screen and (max-width: 768px) {
.news-area {
  flex-direction: column;
	}
}
.news-text_wrap{
	width: 64%;
	max-width: 800px;
}
.fb-wrap{
	width: 33%;
	min-width: 320px;
}
@media only screen and (max-width: 768px) {
.news-text_wrap{
	width: 100%;
	padding: 0 3%;
}
.fb-wrap{
	margin: 32px auto 0;
}
}
.news-text_wrap ul{
	width: 100%;
	padding-top: 32px;
}
.news-text_wrap ul li{
	padding: 2em 0.5em;
	border-bottom: 1px dashed #000;
	font-size: 16px;
	line-height: 1.65;
	display: flex;
}
@media only screen and (max-width: 768px) {
.news-text_wrap ul li{
	padding: 1em 0.5em;
	font-size: 14px;
	flex-direction: column;
}
.news-text_wrap ul{
	width: 100%;
	padding-top: 0px;
}
}
.news-text_wrap ul li .date{
	padding-right: 1em;
	display: block;
}
.news-text_wrap ul li .text{
	display: block;
}

 .swiper-container  {
	position: relative;
	width: 100%;
	height: 100%;
  }

@media only screen and (max-width: 768px) {
 .swiper-container  {
	height: 50vh;
  }
.swiper-container img{
	height: 100%;
	width: auto;
  }
}

.ttl_yoko {
	text-align: center;
	font-size: 48px;
	letter-spacing: 0.2em;
}
.ttl_yoko_note{
	text-align: center;
	padding-top: 0.5em;
	font-size: 20px;
	color: #004077;
}
@media only screen and (max-width: 768px) {
.ttl_yoko {
	font-size: 28px;
}
.ttl_yoko_note{
	font-size: 14px;
}
}
.mbs_ttl{
	font-size: 2.8rem;
}
.mbs_ttl{
	font-size: 3.6rem;
	width: 100%;
	padding-top: 0.5em;
}
.mbs_price {
	font-size: 2rem;
	padding-top: 1.5em;
	text-align: right;
	width: 100%;
}
.mbs_price {
	padding-top: 0.8em;
	font-size: 1.6rem;
}
.mbs_description {
	font-size: 1.8rem;
	padding-top: 1.5em;
	line-height: 1.65;
}
.mbs_description_c {
	text-align: center;
}
.mbs_description {
	font-size: 1.6rem;
	padding-top: 0.8em;
}
.mbs_description_c {
	text-align: left;
}
.mbs_description_c br{
	display: none;
}
.season_day_pink{
	padding-top: 1em;
	font-size: 1.4rem;
	color: #7A0002;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


.base_btn {
  display: inline-block;
  background: transparent;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
	height: 52px;
	width: 300px;
	text-align: center;
	line-height: 52px;
  letter-spacing: 0.1em;
  color: rgba(0,64,119,1);
  transition: all 0.7s ease-out;
  /*background: linear-gradient(270deg, rgba(223,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0));*/
  background: linear-gradient(270deg, rgba(0,64,119,0.8), rgba(0,104,183,0.8), rgba(34,34,34,0), rgba(34,34,34,0));	
  background-position: 1% 50%;
  background-size: 300% 300%;
  text-decoration: none;
  border: 1px solid rgba(0,64,119,1);
}
@media only screen and (max-width: 768px) {
.base_btn {
  font-size: 14px;
	height: 52px;
	width: 260px;
	line-height: 52px;
}
}

.base_btn:hover {
  color: #fff;
  border: 1px solid rgba(223,190,106,0);
  background-position: 99% 50%;
}

.fst_msg {
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 1.75;
}
.fst_msg_k {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.55;
}
@media only screen and (max-width: 768px) {
.fst_msg {
	width: 100%;
	padding: 0 0.8em;
	text-align: left;
	font-size: 14px;
	line-height: 1.65;
}
.fst_msg_k {
	width: 100%;
	padding: 0 0.8em;
	text-align: left;
	font-size: 12px;
	line-height: 1.45;
}
	.fst_msg br{
		display: none;
}
}

.scroll_btn{
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
	color: #fff;
	font-size: 16px;
	margin-left: 46px;
}
.scroll_btn {
  padding-top: 30px;
}
.scroll_btn span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(0%, -50%); /* Safari用 */
  transform: translate(0%, -50%);
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.scroll_btn span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.scroll_btn{
	display: none;
	}

}

.tabiiro {
	max-width: 980px;
	width: 100%;
	margin: 0 auto 0;
}

.tabiiro img{
	width: 100%;
	height: auto;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


.main_title {
	text-align: center;
	margin: 0 auto 20px;
	letter-spacing: 0.2em;
}





.netshop{
	color: #fff;
	position: absolute;
	top: 30%;
  left: 12%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

.netshop_img{
	max-width: 240px;
	width: 100%;
	margin-left: 40px;
}

.position {
	position: relative;
	max-width: 260px;
	max-height: 260px;
	left: 70%;
	top: 300px;
}
.position  img {
	position: absolute;
}


@media only screen and (max-width: 768px) {
.netshop{
	max-width: 150px;
		height: auto;
}
		.netshop_img img{
		width: 100%;
		height: auto;
}
.position {
	width: 30%;
	top: 30vw;
	}	
	}


@media only screen and (max-width: 961px) {
.position {
	top: 30vw;
	}
}

.text > .pc-dIb{
	display: inline-block;
}
@media only screen and (max-width: 640px) {
	.text > .pc-dIb{
		display: none;
	}
}