@charset "UTF-8";

/* -----------------------------------------------
 *  	         lefestylefes.css
 * ----------------------------------------------- */
* {
	margin:0; padding:0; /*全要素のマージン・パディングをリセット*/
}
body {
  min-width: 320px;
  position: relative;
  margin: 0;
  padding: 0;
  color: #000;
  word-wrap: break-word;
  font-size: 14px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;

  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media only screen and (max-width: 48em) {
  body {
    font-size: 12px;
  }
}
/* =====================wrapper===================== */
.wrapper {
  position: relative;
  margin: auto;
  margin-bottom: -1px;
  padding-bottom: 1%;
  max-width: 960px; /*max-width: 1024px;*/
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 66.5625em) {
  .wrapper {
    margin: 0 2%;
    width: 96%;
  }
}
@media only screen and (max-width: 30em) {
  .wrapper {
    margin: auto;
    width: 100%;
  }
}
.wrapper.content-block_inner {
  padding-top: 0;
}

/* =====================h3===================== */

.h3_titl{
	font-weight: bold;
	font-size: 16px;
}
.h3_titl strong{
	font-size: 55px;
	border-bottom: solid 2px #000;
}
.h3_titl p{
	padding-top: 5px;
}
@media only screen and (max-width: 30em) {
	.h3_titl{
		font-weight: bold;
		font-size: 14px;
		width: 96%;
		margin: auto;
	}
	.h3_titl strong{
		font-size: 40px;
	}
	.h3_titl p{
		padding-top: 5px;
	}
}

.h3_titl_02{
	line-height: 1.2;
}
.h3_titl_02 span{
	font-weight: bold;
	font-size: 20px;
}
.h3_titl_02 strong{
	font-size: 55px;
	border-bottom: solid 2px #000;
}
p.h3_titl_02-text{
	font-weight: bold;
	font-size: 16px;
}
@media only screen and (max-width: 30em) {
	.h3_titl_02{
	font-weight: bold;
	font-size: 14px;
	}
	.h3_titl_02 span{
	font-weight: bold;
	font-size: 18px;
}
	.h3_titl_02 strong{
	font-size: 30px;
	}
	p.h3_titl_02-text{
	font-weight: bold;
	font-size: 14px;
	padding: 0 2% 2%;
}
}

/* =====================mainvisual===================== */
header.lifestylefes_header {
  position: relative;
  width: 100%;
  background-image: url("../../img/Mainvisual-bgImg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 800px;/*height: 70vh;*/
}
header.lifestylefes_header::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
}
.lifestylefes_header-titl{
	position: absolute;
	top: 350px;/*top: 50%;*/
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
	width: 700px;/*width: 40%;*/
	z-index: 5;
}
.lifestylefes_header-titl img{
	width: 100%;
}
@media only screen and (max-width: 30em) {
header.lifestylefes_header {
  background-image: url("../../img/Mainvisual-spImg.jpg");
　padding-top: 90%;
  height: 50vh;
}
.lifestylefes_header-titl{
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
	width: 80%;
}
}
.main_img{
	text-align: center;
	margin: 0 auto;
}
.main_img img{
	text-align: center;
	margin: 0 auto;
}

/* =====================News_area===================== */
.news_area{
	background-color: #faf8f3;
	padding: 25px 0 10px;
}
.news_box{
	text-align: center;
	margin: auto;
	line-height: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.news_box_01{
	width: 13%;
}
.news_box_01 p{
	font-weight: 500;
    font-size: 20px;
}
.news_box_02{
	text-align: left;
	width: 50%;
	margin-top:	5px;
}
.news_box a{
	color: #000;
}
.news_box p strong{
	margin-right: 40px;
	font-weight: normal;
}
@media only screen and (max-width: 30em) {
	.news_area{
	background-color: #faf8f3;
	padding: 20px 0;
}
.news_box{
	text-align: center;
	margin: auto;
	line-height: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
}
.news_box_01{
	width: 100%;
}
.news_box_01 p{
	font-weight: 500;
    font-size: 18px;
}
.news_box_02{
	text-align: left;
	width: 100%;
	margin-top:	15px;
}
.news_box a{
	color: #000;
}
.news_box p strong{
	margin-right: 15px;
}
}

/* =====================toptext_area===================== */
p.toptext_suv{
	font-weight: 500;
	font-size: 40px;
	line-height: 0.8;
}
p.toptext_suv span{
	font-weight: bold;
	font-size: 16px;
}

p.p_toptext_title{
	font-weight: bold;
	font-size: 23px;
}
p.p_toptext_title span{
	font-weight: bold;
	font-size: 18px;
}
p.p_toptext_title strong{
	background: linear-gradient(transparent 50%, #fff799 50%);
}

h2.h2_toptext-title{
	font-size: 80px;
	font-weight: bold;
	line-height: 1;
}
h2.h2_toptext-title img{
	width: 100px;
}
p.toptext-text{
	font-size:14px;
	line-height: 1.8;
}
@media only screen and (max-width: 30em) {
	p.toptext_suv{
	font-weight: 500;
	font-size: 30px;
	line-height: 0.8;
}
p.toptext_suv span{
	font-weight: bold;
	font-size: 14px;
}
h2.h2_toptext-title{
	font-size: 55px;
	font-weight: bold;
	line-height: 1;
}
h2.h2_toptext-title img{
	width: 78px;
}
}

/* =====================POINT_area===================== */
.point_area{
	/*background-color: #faf8f3;
	padding: 40px 0;*/
}
img.point_box-img{
	width: 100%;
}
h4.point_box-titl{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	text-align: left;
}
.point_box-titl_01{
	font-weight: bold;
	width: 300px;
	font-size: 110px;
	line-height: 1;
}
.point_box-titl_02{
	width: 724px;
	font-weight: bold;
}
.point_box-titl_02 p{
	font-size: 25px;
	line-height: 1;
}
.point_box-titl_02 p span{
	font-size: 70px;
	color: #b4a07d;
	margin-right: 10px;
}
.point_box-titl_03{
	text-align: left;
	padding-left: 285px;
}
.point_box-titl_03 span{
	font-size: 16px;
	font-weight: bold;
	color: #b4a07d;
	border: solid 2px #b4a07d;
	padding: 4px;
	margin-right: 10px;
}
@media only screen and (max-width: 30em) {
	.point_area{
	/*background-color: #faf8f3;
	padding: 20px 0;*/
	}
	h4.point_box-titl{
	margin: auto;
	}
	.point_box-titl_01{
		font-weight: bold;
		width: 32%;
		font-size: 40px;
		line-height: 1;
		text-align: left;
		margin-left: 1%;
	}
	.point_box-titl_02{
		width: 65%;
		font-weight: bold;
		text-align: left;
	}
	.point_box-titl_02 p{
		font-size: 14px;
		line-height: 1.1;
		margin-bottom: 5px;
	}
	.point_box-titl_02 p span{
		font-size: 35px;
		color: #b4a07d;
	}
	.point_box-titl_03{
	text-align: left;
	padding-left: 120px;
}
	.point_box-titl_03 span{
	font-size: 12px;
	font-weight: bold;
	color: #b4a07d;
	border: solid 2px #b4a07d;
	padding: 4px;
	margin-right: 5px;
	line-height: 2.8;
}
}

/* =====================ABOUT_area===================== */
.about_area{
}

.about_box{
	border: solid 1px #000;
	padding: 50px 100px 30px;
}
.about_box a{
	font-weight: bold;
	color: #000;
}
.about_box-details{
	border-top: solid 1px #000;
	padding-top: 25px;
}
.about_box-details p{
	padding-bottom: 10px;
	line-height: 1.8;
}
.about_box-details p span{
	font-weight: bold;
	color: #b4a07d;
}
@media only screen and (max-width: 30em) {
	.about_box{
	padding: 30px 20px 15px;
	margin: auto 10px;
}
}

/*=== イベント情報dl ===*/
dl.neo_dl1{
    width: 100%;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
dl.neo_dl1::after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
dl.neo_dl1 dt{
    float: left;
    width: 80px;
    margin: 0 0 15px 0;
    padding: 2px;
    font-size: 14px;
    color: #b4a07d;
    font-weight: bold;
}
dl.neo_dl1 dd{
    /*width: calc(100% - 150px);*/
    margin: 0 0 15px 0;
    padding: 2px;
    font-size: 14px;
	text-align: left;
}
dl.neo_dl1 dd span{
    background: linear-gradient(transparent 50%, #fff799 50%);
}
/* 768px */
@media only screen and (max-width: 48em) {
dl.neo_dl1 dt{
    float: left;
	width: 100%;
    margin: 0 0 0 0;
    padding: 2px;
}
dl.neo_dl1 dd{
    margin: 0 0 15px 0;
    padding: 2px;
	width: 100%;
}
}

/*=== モデルコース ===*/
.model_area{
}
h4.model-titl{
	border-top: 1px solid #000;
	padding-top: 20px;
	color: #b4a07d;
	font-size: 14px;
}
.model-text{
	font-weight: bold;
}
.model-text span{
	color: #b4a07d;
	padding: 0 5px;
	font-size: 12px;
}
@media only screen and (max-width: 30em) {
.model-text span{
	color: #b4a07d;
	padding: 0 2px;
	font-size: 10px;
}
}

/* =====================coming_area===================== */
.coming_area{
	background-color: #000;
	padding: 30px 0;
}
h3.h3_titl-coming{
	color: #fff;
	font-size: 25px;
}
h3.h3_titl-coming span{
	font-family: "Segoe Script";
	font-size: 65px;
}
@media only screen and (max-width: 30em) {
	.coming_area{
		background-color: #000;
		padding: 30px 5px;
}
	h3.h3_titl-coming{
		color: #fff;
		font-size: 16px;
}
	h3.h3_titl-coming span{
		font-family: "Segoe Script","Damion","Courgette","Pacifico","Allura","Mrs Saint Delafield","Itim","Miss Fajardose";
		font-size: 40px;
}
}

/* =====================insta_area===================== */
.insta_area-colr{
	/*background-color: #faf8f3;
	padding: 30px 0 10px;*/
}
p.insta_area-text{
	font-size: 30px;
	font-weight: bold;
}
h3.h3_titl-insta img{
	width: 70%;
}
.insta_box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.insta_box-img{
	width: 33%;
	margin-bottom: 0.5%;
}
.insta_box-img img{
	width: 98%;
}
.insta_btn p{
	font-size: 16px;
	font-weight: bold;
}
.insta_btn img{
	width: 50%;
}
@media only screen and (max-width: 30em) {
	p.insta_area-text{
		font-size: 18px;
		font-weight: bold;
	}
	h3.h3_titl-insta img{
		width: 85%;
	}
	.insta_btn p{
	font-size: 14px;
	font-weight: bold;
	}
	.insta_btn img{
		width: 90%;
	}
	.insta_box-img{
	margin-bottom: 0;
	}
	.insta_box-img img{
	width: 97%;
	}
}

/* =====================FREE EVENT AREA===================== */
.free-event_area{
	background-color: #faf8f3;
	padding-top: 40px;
}

/* =====================FOOD & DRINK AREA===================== */
.food_area{
	
}
h4.food_box-titl{
	font-size: 35px;
	font-weight: bold;
	border-top: solid 2px #000;
  	border-bottom: solid 2px #000;
	margin: 0 auto 10px;
}
.food_box-titl_text{
	font-weight: bold;
	font-size: 14px;
}
.food_box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: space-between;
}
.food_box-img{
	width: 33%;
	margin-bottom: 4.5%;
}
.food_box-img section{
	width: 95%;
	margin: auto;
}
.food_box-img img{
	width: 95%;
}
.food_item-titl{
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin-bottom: 3px;
}
.food_item-text{
	text-align: left;
	font-size: 13px;
	line-height: 1.7;
	padding-left: 5px;
}
@media only screen and (max-width: 30em) {
	h4.food_box-titl{
	font-size: 25px;
	margin: 0 auto 5px auto;
}
	.food_box-titl_text{
	font-weight: bold;
	font-size: 12px;
}
	.food_box{
	margin: auto;
	justify-content: space-between;
}
	.food_box-img{
	width: 48.5%;
	margin-bottom: 4.5%;
}
	.food_box-img img{
	width: 100%;
}
	.food_item-titl{
	font-size: 13px;
}
}

/* ===================== WORK SHOP ===================== */

.work_area{
	background-color: #faf8f3;
	padding-top: 40px;
}
.work_box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.work_box-img{
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.work_box-img img{
	width: 100%;
}
.work_box_img-inner01{
	width: 100%;
}
.work_box_img-inner02{
	width: 49.4%;
}
.work_box-text{
	width: 48%;
	text-align: left;
}
h4.work_box-text_titl{
	font-size: 18px;
}
h4.work_box-text_titl strong{
	color: #fff;
	background-color: #b4a07d;
	padding: 4px;
	line-height: 2;
	font-size: 17px;
}
p.work_box-text-p{
	padding-bottom: 5px;
}
p.work_box-text-pb{
	border-bottom: solid 1px #000;
	padding-bottom: 10px;
}
p.work_box-text-pb span{
	color: #b4a07d;
    font-weight: bold;
}
p.work_box-text-pb a{
	color: #000;
}
.work_box-text_prof{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 10px;
}
.work_box-text_prof-img{
	width: 15%;
}
.work_box-text_prof-img img{
	border-radius: 50%;
	width: 100%;
}
.work_box-text_prof-text{
	width: 70%;
	margin-left: 25px;
	margin-top: 15px;
}
.work_box-text_prof-text p{
	font-weight: bold;
}
.work_box-text-p02 span{
    font-weight: bold;
}
@media only screen and (max-width: 30em) {
.work_box-img{
	width: 100%;
}
.work_box-img img{
	width: 100%;
}
.work_box-text{
	width: 95%;
	margin: auto;
	text-align: left;
}
	.work_box-text section{
		text-align: center;
	}
h4.work_box-text_titl{
	font-size: 16px;
	text-align: center;
}
h4.work_box-text_titl strong{
	font-size: 15px;
}
p.work_box-text-pb{
	border-bottom: solid 1px #000;
	padding-bottom: 10px;
}
p.work_box-text-p02{
	font-size: 14px;
}
.work_box-text_prof{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 10px;
}
.work_box-text_prof-img{
	width: 20%;
}
.work_box-text_prof-img img{
	border-radius: 50%;
	width: 100%;
}
.work_box-text_prof-text{
	width: 70%;
	margin-left: 25px;
	margin-top: 15px;
}
.work_box-text_prof-text p{
	font-size: 14px;
}
}

/* ===================== PHOTO BOOTH ===================== */

.photo_area{
	/*background-color: #faf8f3;
	padding-top: 40px;*/
}

/* ===================== MARCHE ===================== */

.marche_area{
	background-color: #faf8f3;
	padding-top: 40px;
}

/* ===================== LETTER BOOTH ===================== */

.letter_area{
	/*background-color: #faf8f3;
	padding-top: 40px;*/
}

/* ===================== PREZENT AREA ===================== */

.present_box{

}
.present_box p{
	font-weight: bold;
	font-size: 20px;
}
.present_box p strong{
	font-size: 40px;
	background: linear-gradient(transparent 50%, #fff799 50%);
}
@media only screen and (max-width: 30em) {
	.present_box p{
	font-weight: bold;
	font-size: 16px;
}
.present_box p strong{
	font-size: 30px;
	background: linear-gradient(transparent 50%, #fff799 50%);
}
}

/* ===================== PREZENT AREA 02 ===================== */
.present_area02{
	background-color: #faf8f3;
	padding-top: 40px;
	padding-bottom: 30px;
}
.present_box-img01{
	width: 30%;
}
.present_box-img02{
	width: 50%;
}
.present_box02-text02{
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
}
.present_box02-text04{
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 20px;
}
.present_box02-text03{
	line-height: 1.3;
	padding-bottom: 30px;
}
.present_box02-text03 span{
	font-size: 50px;
	font-weight: bold;
}
.present_box02-text03 strong{
	font-size: 50px;
	background: linear-gradient(transparent 50%, #fff799 50%);
}
.present_box02-text04{
	line-height: 1.3;
	padding-bottom: 18px;
}
.present_box02-text04 span{
	font-size: 40px;
	font-weight: bold;
}
.present_box02-text04 strong{
	font-size: 40px;
	background: linear-gradient(transparent 50%, #fff799 50%);
}
.present_box02-text05{
	border-bottom: solid 1px #b4a07d;
	padding: 3px;
	width: 8%;
	margin: auto;
	font-size: 16px;
	font-weight: bold;
	color: #b4a07d;
	margin-bottom: 10px;
}
@media only screen and (max-width: 30em) {
.present_box-img01{
	width: 70%;
}
.present_box-img02{
	width: 85%;
}
.present_box02-text02{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 5px;
}
.present_box02-text04{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	width: 98%;
	margin: auto;
}
.present_box02-text03{
	line-height: 1.1;
	padding-bottom: 25px;
}
.present_box02-text03 span{
	font-size: 33px;
	font-weight: bold;
}
.present_box02-text03 strong{
	font-size: 33px;
	background: linear-gradient(transparent 50%, #fff799 50%);
}
.present_box02-text04{
	line-height: 1.3;
	padding-bottom: 15px;
}
.present_box02-text04 span{
	font-size: 30px;
	font-weight: bold;
}
.present_box02-text04 strong{
	font-size: 30px;
	background: linear-gradient(transparent 50%, #fff799 50%);
}
.present_box02-text05{
	padding: 3px;
	width: 25%;
	margin: auto;
	font-size: 16px;
	margin-bottom: 10px;
}
}

/* =====================COPYRIGHT===================== */
.copyright_area{
	background-color: #faf8f3;
	padding-top: 20px;
}
.copyright{
	width: 90%;
	margin: auto;
}

/* =====================Btn===================== */
a.Btn{
	text-decoration: none;
	font-family: "游明朝","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	font-size: 16px;
}
a.Btn span{
	text-decoration: none;
	font-family: "游明朝","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	font-size: 13px;
}
@media only screen and (max-width: 60em) {
 a.Btn span{
	font-size: 12px;
}
}
.Btn {
  display: block;
  border-radius: 0; 
  text-align: center;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 3;
  transition-timing-function: linear;
  transition-duration: .2s;
  transition-property: background-color, color, opacity;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.Btn.isBgWhite {
  background-color: #fff;
  color: #000;
}
@media only screen and (max-width: 60em) {
  .Btn.isBgWhite {
    background-color: #b4a07d; 
    color: #fff !important;
  }
}
.Btn.isBgGold {
  background-color: #b4a07d; 
  color: #fff;
}
.Btn.isBdGold {
  border: 1px solid #b4a07d; 
  color: #b4a07d;
}

.Btn.isBdGold.inline {
	display: inline-block;
	width:240px;
	margin-top:20px;
}

@media only screen and (max-width: 60em) {
  .Btn.isBdGold {
    background-color: #b4a07d; 
    color: #fff;
  }
}
.Btn:hover {
  text-decoration: none;
  cursor: pointer;
}
.Btn:hover.isBgWhite {
  background-color: #b4a07d;
  color: #fff;
}
.Btn:hover.isBgGold {
  background-color: #b4a07d;
}
.Btn:hover.isBdGold {
  background-color: #b4a07d;
  color: #fff;
}

.Btn.neoBtn {
    margin: 20px auto 10px;
    width: 270px;
}
.neoBtn02 {
    margin: 20px auto 10px;
    width: 400px;
	line-height: 1.7;
	padding: 15px;
}
@media only screen and (max-width: 60em) {
  .neoBtn02 {
    margin: 20px auto 10px;
    width: 270px;
	line-height: 1.5;
	padding: 10px;
}
}

/* =====================coming_btn===================== */
.coming_btn-area{
	margin: 20px auto;
	text-align: center;
}
.coming_btn{
	border: solid 1px #b4a07d;
	color: #b4a07d;
	line-height: 3;
	width:270px;
	margin: auto;
	text-align: center;
	font-family: "游明朝","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	font-size: 16px !important;
}
.coming_text{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}
.coming_text span{
	font-size: 25px;
	font-family: "Segoe Script","Damion","Courgette","Pacifico","Allura","Mrs Saint Delafield","Itim","Miss Fajardose";
}
@media only screen and (max-width: 30em) {
	.coming_btn-area{
	margin: 10px auto;
}
	.coming_text{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 5px;
}
	.coming_text span{
	font-size: 20px;
}
}

/* =====================Swiper===================== */
.swiper_text{
	margin-top: 10px;
	text-align: center;
}
h4.swiper_text-titl{
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 8px;
}
h4.swiper_text-titl span{
	font-size: 14px;
}
h4.swiper_text-titl strong{
	font-size: 16px;
	color: #b4a07d;
	padding-right: 3px;
}
 .swiper_text p strong{
	background: linear-gradient(transparent 50%, #fff799 50%);
}
@media only screen and (max-width: 60em) {
.swiper_text{
	width: 96%;
	margin: auto;
}
h4.swiper_text-titl{
	font-size: 16px;
	margin: 3px auto 6px;
}
h4.swiper_text-titl span{
	font-size: 12px;
}
h4.swiper_text-titl strong{
	font-size: 14px;
	color: #b4a07d;
}
 .swiper_text p{
	text-align: center;
}
 .swiper_text p br{
	display: none;
}
}

.swiper_text-food{
	text-align: center;
	width: 96%;
	margin: 10px auto 0;
}
.swiper-slide-color{
	background-color: #F2EEE1;
	padding-bottom: 15px;
	min-height: 370px;
}


/* ===================== 固定位メニュー ===================== */

.site-header{
    background: #fff;
    display: flex;
    padding: 20px;
    justify-content: center;
    /*width: 100%;*/
	z-index: 99;
}
.site-header.fixed{
    position: fixed;
    top: 0;
}
.gnav ul li{ 	
    display: inline-block;
 }
li.gnav__menu__item{
	font-size: 18px;
	font-weight: bold;
	margin: 0 15px;
}
li.gnav__menu__item a{
	text-decoration: none;
	color: #000;
}
li.gnav__menu__item.now{
	border-bottom: solid 1.5px #b4a07d;
}
@media only screen and (max-width: 30em) {
	.site-header{
    padding: 10px 0;
    justify-content: center;
    width: 100%;
	text-align: center;
}
	li.gnav__menu__item{
	font-size: 12px;
	line-height: 2.3;
	font-weight: bold;
	margin: 0 8px;
}
}

/* ========Youtube======== */

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* =====================DL===================== */
.center{text-align: center;}
.width_f{width: 230px;}@media only screen and (max-width: 30em) {.width_f{width: 200px;}}
.width_d{width: 240px;}@media only screen and (max-width: 30em) {.width_d{width: 210px;}}

/* =====================margin===================== */
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
@media only screen and (max-width: 30em) {
.mb20{margin-bottom: 10px;}}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
@media only screen and (max-width: 30em) {
.mb30{margin-bottom: 20px;}}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
@media only screen and (max-width: 30em) {
.mb40{margin-bottom: 20px;}}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
@media only screen and (max-width: 30em) {
.mb60{margin-bottom: 20px;}}
.mb70{margin-bottom: 70px;}
@media only screen and (max-width: 30em) {
.mb70{margin-bottom: 30px;}}
.mb80{margin-bottom: 80px;}
@media only screen and (max-width: 30em) {
.mb80{margin-bottom: 40px;}}

.mt20{margin-top: 20px;}@media only screen and (max-width: 30em) {
.mt20{margin-top: 10px;}}

/*=============== parts <br> ===============*/
/*本文 PCスマホbr有り*/
.pcmb_show {
	display: block !important;
}
/*本文 PC時のみbr有り*/
.pc_show {
	display: block !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: none;
}
@media only screen and (max-width: 48em) {
/*本文 PC時のみbr有り*/
.pc_show {
	display: none !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: block !important;
}
}

/* =====================DL===================== */
/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1024px */
@media only screen and (max-width: 64em) {
}
/* 960px */
@media only screen and (max-width: 60em) {
}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 720px */
@media only screen and (max-width: 45em) {
}
/* 600px */
@media only screen and (max-width: 37.5em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}
/* 320px */
@media only screen and (max-width: 20em) {
}