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

	.display_pc{
	  display: none !important;
	}


	.display_sp{
	  display: block !important;
	}

	*, *:after, *:before { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; font-family: "Lucida Grande","segoe UI","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,sans-serif; -webkit-text-size-adjust: 100%; text-align: justify; text-justify: inter-ideograph; -ms-text-justify: inter-ideograph; }
	a { text-decoration: none; }
	a:hover { text-decoration: none; }
	

  body{
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  #header{
  	display: none;
  }
  
  #PageHeader{
  	display: none;
  }
  
  #p_header{
  	display: none !important;
  }
  
 .fix-header{
  	display: none;
 }
 
	/*--  header  --*/




	#sp_header{
	  display: table;
	  width: 100%;
	  height: 90px;
	  margin: 0;
	  padding: 5px 0;
	  background: #000;
	  border-bottom: 2px solid #000;
	  list-style-type: none;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 999999999999;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -o-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	}
	
	.headermenu{
	  width: 10%;
	  display: table-cell;
	  text-align: right !important;
	  vertical-align: middle !important;
	  margin: 0;
	  padding: 10px;
	  list-style-type: none;
	  height: 70px;
	}
	
	.headerlogo{
	  display: table-cell;
	  text-align: center;
	  vertical-align: middle !important;
	  margin: 0px 30px 0 0;
	  padding: 0px 0 0px 5px;
	  color: #111111;
	  width: 90% !important;
	  height: 80px;
	}
	
	.headerlogo img{
	  width: 80%;

	}
	
	.HiddenCheckbox {
	  display: none;
	}
	.MenuContainer {
	  display: block !important;
	  padding: 5px;
	  background: transparent;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	.MenuIcon {
	  cursor: pointer;
	  display: block;
	  height: 20px;
	  position: relative;
	  width: 20px;
	  z-index: 2;
	}
	.MenuIcon::before {
	  -webkit-box-shadow: #FFF 0 8px 0;
	  box-shadow: #FFF 0 8px 0;
	  height: 4px;
	  -webkit-transform-origin: left top;
	  -ms-transform-origin: left top;
	  transform-origin: left top;
	  width: 20px;
	}
	.MenuIcon::after {
	  bottom: 0;
	  height: 4px;
	  -webkit-transform-origin: left bottom;
	  -ms-transform-origin: left bottom;
	  transform-origin: left bottom;
	  width: 20px;
	}
	.MenuIcon::before,
	.MenuIcon::after {
	  background: #FFF;
	  display: block;
	  content: '';
	  position: absolute;
	  -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.4s 0.2s;
	  transition: box-shadow 0.2s linear, transform 0.4s 0.2s;
	}
	.Menu {
	  display: block;
	  background: #000;
	  border-bottom: 1px solid #1f1f1f;
	  right: -100%;
	  position: absolute;
	  top: 80px;
	  width: 100%;
	  -webkit-transition: right 0.4s;
	  transition: right 0.4s;
		display: block !important;
	}
	.HiddenCheckbox:checked ~ .MenuHeader {
	  opacity: 1;
	  -webkit-transform: none;
	  -ms-transform: none;
	  transform: none;
	}
	.HiddenCheckbox:checked ~ .MenuIcon::before {
	  -webkit-box-shadow: transparent 0 0 0;
	  box-shadow: transparent 0 0 0;
	  -webkit-transform: rotate(45deg) translate3d(4px, -2px, 0);
	  transform: rotate(45deg) translate3d(4px, -2px, 0);
	}
	.HiddenCheckbox:checked ~ .MenuIcon::after {
	  -webkit-transform: rotate(-45deg) translate3d(4px, 2px, 0);
	  transform: rotate(-45deg) translate3d(4px, 2px, 0);
	}
	.HiddenCheckbox:checked ~ .Menu {
	  right: 0;
	}
.Menu-list {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
	display: block !important;
  width: 100%;
}
.Menu-item {
  margin: 0;
  text-align: left;
	display: block !important;
	clear: both;
	width: 100%;
}
.Menu-link {
  font-family: "Lucida Grande","segoe UI","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,sans-serif;
  color: #FFF;
  background: #000;
  font-size: midium;
  display: block !important;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-decoration: none;
  z-index: 1;
  border-bottom: 1px solid #FFF;
  letter-spacing: 1px;
  width: 100%;
}
	.Menu-link::after{
	  position: absolute;
	  top: 50%;
	  right: 10px;
	  display: block;
	  content: '';
	  width: 8px;
	  height: 8px;
	  margin-top: -4px;
	  border-top: 1px solid #FFF;
	  border-right: 1px solid #FFF;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	.top_ttl h1{
		margin: 0 auto;
		text-align: center;
		font-size: 24px;
		color: #b40101;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 5px;
		font-weight: 500;
	}
	
		main > section > div{ width:100%; margin:0 auto; padding:35px; background-image: url(../images/header_bg.png); color:#FFF; }
	
	
	
	.Opening{
		margin-top: 90px !important;
		height: 260px !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.Opening ul{
		margin-top: 62px !important;
		margin-bottom: 0 !important;
		padding: 0 !important;
	}
	
	.Opening__text{
		position: relative;
		top:  30%;
		width: 90%;
	}
	
	.Opening li{
		height: 260px;
		overflow: hidden;
		margin-bottom: 0 !important;
		padding: 0 !important;
	}

	.Opening li span{
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

 
	#sns{
	  display: none;
	} 

	.Opening ul li img.Opening__text{
	  position: absolute;
	  top: 55%;
	}

	.Opening ul li img{
		margin-bottom: 0 !important;
		padding: 0 !important;	
	}


	
	.infoTtl{
		margin: 10px auto;
		text-align: center !important;
		padding-top: 10px !important;
		padding-bottom: 0px;
		width: 100%;
	}
	
	#info ul{
		margin-top: 0px !important;
		margin-bottom: 80px;
		display: block !important;
	}
	
	#info li {
		margin: 0 auto;
		padding: 0 0 !important;
		float: none !important;
	  vertical-align: top;  
		width: 90%;
		text-align: center;
		display: block;
	}
	
	#info li a { display: block; }
	
	#info_list{
		margin: 0px auto 30px auto;
		padding-top: 20px;
		text-align: center;
		width: 100%;
	}
	
	#info_list h1{
		margin: 10px 10px 10px 10px;
		font-size: 16px;
		letter-spacing: 1px;
		font-weight: 500;
		text-align: left;
		clear: left;
	}
	
	#info_list h1.season{
		color: #b81b36;
		background-color: transparent !important;
	}
	
	#info_list h1.green{
		color: #5f7610;
	}
	
	#info_list h1.brown{
		color: #6f4c32;
	}
	
	#info_list h1.orange{
		color: #f17111;
	}
	
	
	.info_ttl display_sp{
		margin: 0 auto;
		width: 100%;
		text-align: center;
		padding-top: 0 !important;
	}
	
	#info ul{
		list-style-type: none;
		width: 100% !important;
		margin: 0 auto;
		text-align: center;
	}
	
	
	.infoCts{
		width: 100%;
		margin: 0 auto 10px auto;
		padding: 0px;
		text-align: center;
	}
	
	.infoCts li{
		clear: both;
		margin: 0px;
		padding: 0px;
		/*border: none 0px !important;*/
	}
	
	

#info_list{
	margin: 0 auto;
	text-align: center;
	width: 100% !important;
}


.infoCts date{
	margin: 0 auto 10px auto;
	padding: 0 10%;
	background-color: transparent;
	text-align: left;
	width: 100% !important;
	z-index: 3;
	/*position: relative;*/
	display: table-cell;
	border-top: solid 1px #c30b00;
	border-bottom: solid 1px #c30b00;
}


.fs14{ font-size: 14px; }

.categories{
	margin: 0px auto !important;
	/*padding: 0px auto !important;*/
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 12px !important;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" !important;
	vertical-align: top;
	text-align: center !important;
	justify-content: center;
	width: 100% !important;
	line-height:0;
	box-sizing: border-box;
	overflow: auto;
	position: relative;
}

.categories p{
	padding-top: 0 !important;
	margin-top:  0 !important;
	margin-bottom:  8px !important;
	margin-left:  0px !important;
	z-index: 10;
	text-align: center !important;
	width: 40% !important;
	position: relative;
  left: 10%;
	
}

.categories a{
	padding: 5px !important;
	color: #FFF;
	position: relative;
  left: -10%;
}	
	
.category{
	text-align: center;
	float: left;
	margin-right: 20px;
}	

.category a{
	text-align: center;
}
	
	
	
	
	
	
	
	
	
	
	.pickup{
		margin: 0px 0 0px 0 ;
		padding-bottom: 10px;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 13px;
		font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic";
		vertical-align: top;
		text-align: center;
		
	}
	
	.pickup p{
		padding: 3px 0px;
		margin: 0 0 5px 0px;
		z-index: 10;
		text-align: center;
		color: #fff;
		border-radius: 3px;
		width: 90px;
	}
	
	.pickup season p{
		background-color: #b81b36;
	}
	
	
	.pickup transparent{
		background-color: transparent;
	}
	
	
	.event p{
		background-color: #6a433a;
	}
	
	.notice{
		padding: 3px 10px;
		margin: 5px 0 0 30px;
		z-index: 10;
		text-align: center;
		color: #fff;
		border-radius: 3px;
		width: 130px;
		background-color: #b38a5e !important;
	}
	
	p.season{
		background-color: #b81b36 !important;
	}
	
	p.online{
		background-color: #f3822e !important;
	}
	
	p.shop{
		background-color: #96bc15 !important;
	}
	
	
	.newArrival{
		padding: 3px 10px;
		margin: 5px 0 0 30px;
		z-index: 10;
		text-align: center;
		color: #fff;
		border-radius: 3px;
		width: 130px;
		background-color: #96bc15 !important;
	}
	
	.state{
		padding: 3px 10px;
		margin: 5px 0 0 30px;
		z-index: 10;
		text-align: center;
		color: #fff;
		border-radius: 3px;
		width: 130px;
		background-color: #75c44a !important;
	}
	
	.pink{
		color: #c41830;
	}
	.green{
		color: #3f6c05;
	}
	.purple{
		color: #543d97;
	}
	
	.yellow{
		color: #a56c05;
	}
	
	.fw500{
		font-weight: 500;
	}
	
	.fw600{
		font-weight: 600;
	}
	
	.infoImg{
		margin-top: 0px !important;
		margin-bottom: 10px;
		z-index: 1;
		/*position: absolute;*/
		margin-left: auto;
		margin-right: auto;
		width: 100% !important;
		text-align: center;
		float: none !important;
		clear: both;
	}
	.infoImg img{
		width: 100% !important;
		object-fit: cover !important;
	}
	
	#commitment{
		margin: 0;
		padding-top: 60px !important;
		padding-bottom: 20px;
		background-color: #fff;
	}




	#glutenFree_img{
		padding-top: 160px;
		width: 100%;
	  position: absolute;
	  right: 0%;
	  z-index: 1;
	  text-align: right;
	}
	
	#glutenFree_txt{
		padding: 200px 0 80px 0;
	  position: absolute;
	  left: 160px;
	  z-index: 100;
	  text-align: left;
	}
	
	#commtment{
		padding-top: 0px;
		width: 100%;
	  position: absolute;
	  right: 0%;
	  z-index: 1;
	  text-align: right;
	}

.solution{
	margin: 20px auto 0 auto;
	width: 100%;
	text-alaign: center !important;
}


.solution ul{
	margin: 20px auto 0 auto;
	text-alaign: center !important;
	width: 100%;
	display: flex;
  flex-wrap: wrap;
}

.solution li{
	margin: 0 auto 0 auto;
	text-alaign: center;
	padding-right: 0px !important;
}

.solution li:last-child{
	margin: 0 auto 0 auto;
	padding-right: 0% !important;
	text-alaign: center;
}


.solutionCts{
	margin: 0;
	text-alaign: center;
  padding: 0 !important;
  width: 50% !important;
}

.slutionImg {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 130px !important;
	height: 130px !important;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	object-fit: cover; 
}

.slutionImg img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	height: 100%;
	object-fit: cover;
	width: 130px;
}

.slutionImg img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	z-index: 1;	
}


.solutionCts p{
	margin: 20px auto 0 auto;
	width: 100%;
	text-align: center;
	color: #663d20;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	/*font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

.solutionCts p a:link{
	color: #663d20;
}

.solutionCts p a:visited{
	color: #663d20;
}

.solutionCts p a:hover{
	color: #663d20;
	opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}





.info_list{
	margin: 0px auto 0 auto;
	padding-top: 20px;
	text-align: center !important;
	width: 90%;
}


.info_list h1{
	margin: 10px 10px 10px 10px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: left;
	clear: left;
}

.info_list h1.season{
	color: #b81b36;
	background-color: transparent !important;
}

.info_list h1.green{
	color: #5f7610;
}

.info_list h1.brown{
	color: #6f4c32;
}

.info_list h1.orange{
	color: #f17111;
}


.info_ttl{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#info ul{
	display: table;
	list-style-type: none;
}




 
 .infoTxt{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	/*position: absolute;*/
	z-index: 5;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 18px;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic";
	font-weight: 500;
	color: #584523;
	text-align: left;
	width: 100%;
}

#info h1{
	margin: 20px 20px 10px 20px;
}
 
.pickup p{
	padding: 3px 0px;
	margin-right: 5px !important;
	z-index: 10;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	width: 90px;
}

#sp_glutenFree_txt{
	padding: 20% 10% 0 10% !important;
  position: static;
  z-index: 100;
  text-align: left !important;
	background-image: url("../images/gluten.png") ;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(255,255,255,0.8);
	background-blend-mode: lighten; 
}

#sp_glutenFree_txt h3{
	font-size: 28px;
	line-height: 49px;
	color: #663d20;
	letter-spacing: 5px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	font-weight: 0.5;
	
}

#sp_glutenFree_txt p{
	margin-bottom: 0px !important;
	font-size: 18px;
	line-height: 38px;
	color: #663d20;
  text-align: left !important;
}

#slideinL_img{
	display: none !important;
}

#slideinL_txt{
	margin: 0 auto;
	padding: 100px 0 0px 0;
  position: static !important;
  left: 0 !important;
  z-index: 100;
  text-align: center;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	width: 90%;
}

#slideinL_txt h3{
	font-size: 20px;
	line-height: 36px;
	color: #663d20;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 5px;
	font-weight: 500;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	font-weight: 0.5;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#slideinL_txt p{
	margin-top: 30px;
	margin-bottom: 0px !important;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #663d20;
  text-align: left !important;
	width: 100%;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

#slideinR_img{
	display: none !important;
}

#slideinR_txt{
	margin: 0 auto;
	padding: 100px 0 0px 0;
  position: static !important;
  left: 0 !important;
  z-index: 100;
  text-align: center;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	width: 90%;
}

#slideinR_txt h3{
	font-size: 20px;
	line-height: 36px;
	color: #663d20;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 5px;
	font-weight: 500;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	font-weight: 0.5;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
}

#slideinR_txt p{
	margin-top: 30px;
	margin-bottom: 0px !important;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #663d20;
  text-align: left !important;
	width: 100%;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.mt700{
	margin-top: 70px !important;
}

.mt550{
	margin-top: 70px !important;
}

.mb100{
	margin-bottom: 50px !important;
}

.cautionTxt{
	margin: 0 auto 60px auto;
	padding: 30px;
	width: 90% !important;
	border: solid 10px #deccb6;
	text-align: center;
}

.cautionTxt h8{
	margin: 0 auto;
	padding: 20px !important;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-family: "Frank Ruhl Libre","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","HG明朝B","ＭＳ Ｐ明朝","MS PMincho",serif;
	letter-spacing: 1px;
	color: #6b231a;
}

.cautionTxt p{
	margin: 20px 0px 0px 0px;
	padding: 30px !important;
	text-align: left;
	background-color: #fff;
	font-size: 15px;
	line-height: 24px;
	font-family: "Frank Ruhl Libre","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","HG明朝B","ＭＳ Ｐ明朝","MS PMincho",serif;
	letter-spacing: 1px;
	color: #6b231a;
}























 
 #calender{
 	margin-top: 0px !important;
	margin: 10% auto 0 auto !important;
	padding-top: 5%;
	width: 100%;
	background-color: #f9f6f2;
}


#calender_cts{
	margin: 60px auto 0 auto;
	text-align: center;
	width: 90%;
}

#calender_cts img{
	width: 100%;
}

footer{
	margin: 0;
	width: 100%;
	background-color: #000 !important;
}

footer p{
	margin: 0 auto;
	text-align: center;
}

#Flogo{
	margin: 5% auto;
	width: 100%;
}

#Flogo img{
	width: 50%;
}


footer_cts dl{
	margin: 20px 0 0 0 ;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 13px;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic";
	text-align: left;
}

.footer_cts a:link{
	color: #FFF;
}

.footer_cts a:visited{
	color: #FFF;
}

.footer_cts a:hover{
	color: #FFF;
	opacity: 0.5;
}

footer ul{
	margin: 0 auto 0px auto;
	padding-bottom: 50px;
	text-align: center;
	width: 100%;
	list-style-type: none;
	display: table;
}

footer li{
	display: table-cell;
	font-size: 13px;
	letter-spacing: 1px;
}



#Flogo{
	margin: 0px auto;
	padding: 50px 0 20px 0;
	text-align: center;
}


.justify {
  display: flex;
  justify-content: space-between;
}


.FCdd{
	margin: 5px 0 0 0;
	color: #fff;
	font-weight: 500;
}

.access{
	margin: 0 auto;
	padding: 0;
	width: 90%;
	text-align: center;
}

.access ul{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: block !important;
}

.access li{
	display: block !important;
	width: 90%;
}

.access li h3{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 28px;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic";
	text-align: left;
	color: #FFF;
	margin-bottom: 5px;
}

.access li p{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 22px;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic";
	text-align: left;
	color: #FFF;
	margin-bottom: 20px;
}

.access a:link{
	color: #FFF;
}

.access a:visited{
	color: #FFF;
}

.access a:hover{
	color: #FFF;
	opacity: 0.5;
}


	.ggmap {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
    width: 90% !important;
    margin: 0 auto;
    text-align: center;
}
 
	.ggmap iframe,
	.ggmap object,
	.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 

#cp{
	margin: 40px auto 0px auto;
	padding: 0 0 30px 0;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 16px;
}

.slick{
	margin-top: 60px !important;
}

.multiple{
	margin: 0 auto;
	width: 90%;
	padding: 0 !important;
	text-align: center;
}

.multiple div{
	margin: 0 !important;
	padding: 0 !important;
}

#PageHd_pc{
	display: none !important;
}

#PageHd_sp{
	padding: 90px 0 0 0;
	width: 100%;
}

#PageHd_sp img{
	width: 100%;
}

#PageTtl_pc{
	display: none !important;
}

#PageTtl_pc_right{
	display: none !important;
}

#PageHdTtl_sp{
	position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
	margin: 200px auto 0 auto;
	text-align: center;
	width: 100%;
}

#PageHdTtl_sp h1{
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 5px;
	font-size: 26px;
	line-height: 48px;
	font-weight: 400;
	text-align: center;
	color: #74533b;
	text-shadow: white 2px 0px 2px, white -2px 0px 2px,
    white 0px -2px 2px, white -2px 0px 2px,
    white 2px 2px 2px, white -2px 2px 2px,
    white 2px -2px 2px, white -2px -2px 2px,
    white 1px 2px 2px, white -1px 2px 2px,
    white 1px -2px 2px, white -1px -2px 2px,
    white 2px 1px 2px, white -2px 1px 2px,
    white 2px -1px 2px, white -2px -1px 2px,
    white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;
}


.PageTtl{
	margin: 120px 0 0 0;
	padding: 0;
	width: 100%;
	height: 320px !important;
	vertical-align: middle !important;
}

.PageTtl div{
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: middle !important;
	box-sizing: border-box;
	line-height: 38px;
	background-image: url(../images/header_bg.png);
	height: 320px !important;

}

.PageTtlTxt{
	padding-top: 120px !important;
	color: #937d27 !important;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	letter-spacing: 8px;
	box-sizing: border-box;
}



.page_ttl{
	margin: 0 auto 30px auto;
	text-align: center;
	font-size: 14px;
	color: #663d20;
	/*font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic";*/
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 32px;
	letter-spacing: 5px;
}

.page_ttl h1{
	margin: 60px auto 0 auto;
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	color: #663d20;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 5px;
	font-weight: 500;
}


.cmt{
	margin: 0 auto;
	padding: 0;
	width: 90% !important;
	text-align: center;
}

.cmt p{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #663d20;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
}

#itemlist_wrap{
	width: 100%;
}

#itemlist_wrap ul{
	width: 100% !important;
}

.itemList li{
	display: block !important;
}

.list2{
	width: 90%;
	margin: 30px auto 0 auto;
	text-align: center;
}

.list2 li{
	width: 50%;
	box-sizing: border-box;
}

.item_img{
	width: 90%;
}

.item_img img{
	width: 90%;
}

#popular{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

#popular ul{
	width: 90% !important;
	margin: 0 auto !important;
	padding-bottom: 30px !important;
	text-align: center;
	display: block !important;
}

#popular li{
	padding-bottom: 30px !important;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block !important;
}

.item_img{
	width: 80% !important;
	margin: 0 auto;
	text-align: center;
}

.item_img img{
	width: 100% !important;
}

.item_txt{
	width: 80% !important;
	margin: 0 auto;
	text-align: center;
}

.item ul {
    margin: 0 auto;
    width: 100% !important;
    text-align: center;
}

.item ul li{
    margin: 0 auto;
    width: 100% !important;
    display: block !important;
    text-align: center;
}

.item li{
	margin-bottom: 40px;
	text-align: center !important;
}


#PageTtl_pc_hw{
	display: none;
}

.mt80{
	margin-top: 0;	
}

.wdt90{
	width: 90% !important;
}

.howto{
	width: 90% !important;
	display: block !important;
	margin: 0 auto;
	text-align: center;
}

.howto li{
	width: 100% !important;
	display: block !important;
}

.caution{
	width: 100% !important;
	margin: 0 auto;
	text-align: center;
}

.caution p{
	width: 100% !important;
	margin: 0 auto;
	text-align: left;
}

.top_bn{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.top_bn img{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.review_bn{
	margin: 0 auto 0 atuo;
	padding-top: 90px !important;
	width: 90%;
	text-align: center;
}

.review_bn img{
	width: 100%;
	text-align: center;
}

.main_container{
	width: 100% !important;
  display: block;
}

.col-1{
	width: 100% !important;
	margin: 0 auto;
	text-align: center;
    position: relative;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.title_ja_text{
	width: 100% !important;
	margin: 0 auto;
	text-align: center;
}

.col-1 h2{
	width: 100% !important;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2em !important;
}

.col-2{
	width: 100% !important;
	margin: 30px auto;
	text-align: center;
    position: relative;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


p.title_ja_text {
    font-size: 13px;
    line-height: 13px;
    margin: 0 0 5px;
}

h2.heading_h2_en {
    font-family: garamond-premier-pro, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 0.08em;
    font-feature-settings: 'palt' on;
    line-break: strict;
}









.heading_h2_en{
	width: 100% !important;
	margin: 0px auto;
	text-align: center;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
  text-align: center !important;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 100%;
  font: 300 40px/1.2 garamond-premier-pro, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-align: center !important;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.4;
  width: 100% !important;
  text-align: center !important;
}
.slideshow .slide .text p{
  margin: 0 auto;
  width: 100% !important;
  text-align: center !important;
}

.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
  border-radius: 30px;
  text-align: center;
}
.slideshow .slide .btn::before {
  background: #fff;
  border-radius: 30px;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}

  





#info{
	margin: 80px auto 0 auto;
	padding-top: 20px !important;
	width: 100%;
	background-image:url(../images/bg_body01.png);
	padding-bottom: 80px;
}


ul.news_list {
    border-top: 1px solid rgba(255,255,255, 0.2);
    margin-bottom: 1rem;
    list-style-type: none;
    width: 100%;
}

ul.news_list li {
    border-bottom: 1px solid rgba(255,255,255, 0.2);
    text-align: left;
    padding: 15px 0;
    width: 100%;
}

ul.news_list li span.date {
    width: 100% !important;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgb(255,255,255);
		border: none !important;
		padding-left: 0px !important;
    display: block;
    text-align: left !important;
    padding-left: 20px !important;
}

ul.news_list li span.text {
    font-size: 15px;
    color: #fff;
    padding: 0 20px;
    display: block;
    font-weight: normal;
}

ul.news_list li span.text a:link{
    color: #fff;
}

ul.news_list li span.text a:visited{
    color: #fff;
}

ul.news_list li span.text a:hover{
    color: #fff;
    opacity: 0.5;
}



.newsList{
	width: 90%;
	height: auto;
	margin-bottom: 30px !important;
	margin-top: 30px !important;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent !important;
	text-align: center !important;
	display: block;
	float: clear;
}

.newsList ul{
	width: 100% !important;
	margin: 0 auto;
	text-align: center !important;
}



.entry-content .marker.marker-active {
  background-position: -100% .7em;
}
.entry-content .marker {
  transition: all 1.5s ease;
  background-image: linear-gradient(to right,transparent 50%,#fff134 50%);
  background-repeat: repeat-x;
  background-position: 0 .7em;
  background-size: 200% .6em;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fff100',endColorstr='#fff100',GradientType=0);
}
.entry-content strong {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 7px;
}

#about{
	margin: 0 auto;
	text-align: center;
	padding-top: 60px !important;
	padding-bottom: 60px;
	background-color: transparent !important;
}

	.date{
		margin: 0 auto 10px auto !important;
		padding: 0;
		/*border-top: solid 1px #663d20;
		border-bottom: solid 1px #663d20;*/
		background-color: transparent !important;
		text-align: center;
		width: 40% !important;
		z-index: 3;
		/*position: relative;*/
	}
	
	.date p{
		padding: 0px;
		margin: 5px 10px;
		font-family: YakuHanJP, "Barlow Semi Condensed", "Roboto", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
		font-size: 14px;
		letter-spacing: 1px;
		font-weight: 400;
		text-align: center;
		color: #663d20;
	}

main{
	margin: 0;
	width: 100%;
}

.contents_wrap{
	margin: 100px auto 0 auto;
	width: 100%;
	text-align: center !important;
}

.aboutus_wrap{
	margin: 0 auto 100px auto;
	width: 85%;
	text-align: center !important;
}

.aboutus_wrap ul{
	margin: 0;
	width: 100%;
	text-align: left;
}

.aboutus_wrap li{
    margin: 0;
    padding: 0;
    display: block !important;
    list-style-type: none;
    vertical-align: top;
    box-sizing: border-box;
}

.Ourstyle{
	margin-bottom: 0px !important;
}


.PageTtl{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 250px;
	vertical-align: middle !important;
}

.PageTtl ul{
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	vertical-align: middle !important;
	height: auto;
	box-sizing: border-box;
	line-height: 0px;
}

.PageTtl li{
	margin: 0;
	padding: 0;
	display: block;
	vertical-align: middle !important;
	background-color: #fff !important;
	height: auto;
	box-sizing: border-box;
}


.smallE{
 font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 font-size: 16px;
 font-style: oblique;
}

.PageTtlImg{
	width: 100%;
}

.PageTtlImg img{
	width: 100%;
	height: 100%;
	object-fit: cover !important;
	height: 200px;
}

.cts_ttl{
	margin-top: -20px !important; /*追加*/
  margin-bottom: 30px !important; /*追加*/
  width: 100%;
	vertical-align: top !important;
}

.cts_txt{
	width: 100%;
	vertical-align: top !important;
	font-size: 16px !important;
	line-height: 32px !important;
}

.cts_ttl p{
	margin-top: -5px !important; /*追加*/
  margin-bottom: -5px !important; /*追加*/
	font-size: 1.4rem;
	letter-spacing: 4px;
	line-height: 48px;
	font-weight: 500;
	width: 100%;
	text-align: center !important;
	text-align-last: center;
}

.cts_txt p{
	margin-left: 0px;
	text-align: left;
	letter-spacing: 1px;
	font-size: 16px !important;
	line-height: 32px !important;
}

.cts_txt dl{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	width: 100% !important;
	display: block;
	text-align: left;
	font-size: 16px;
}

.cts_txt dt{
	display: block;
	text-align: left;
	width: 100%;
	font-size: 20px;
padding-bottom: 0px !important;
margin-bottom: 0px !important;
padding-top: 0px;
margin-top: 0px;
padding-left: 0px !important;
letter-spacing: 5px;
vertical-align: middle !important;
border: none !important;
}

.cts_txt dd{
	padding: 0;
	display: block;
	text-align: left;
	margin-right: 0px !important;
border-bottom: 1px solid rgba(56, 59, 78, 0.2);
padding-bottom: 10px;
margin-bottom: 10px;
padding-top: 0px !important;
margin-top: 0px !important;
width: 100% !important;

}

.outline01{
border-top: none;
}

.Ourstyle{
	padding-bottom: 80px !important;
}

.cts_wrap{
	margin: 0px auto 0px auto;
	text-align: center;
	width: 85%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.cts_wrap ul{
	margin: 0;
	padding: 0;
	display: block;
	font-family: "OptimaLTProRoman", YakuHanMP, yu-mincho-pr6n, 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', 'Times New Roman', serif;
  border-top: 1px solid rgba(0, 0, 0, 0); /*追加*/
  border-bottom: 1px solid rgba(0, 0, 0, 0); /*追加*/
}

.cts_wrap li{
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	vertical-align: top;
	box-sizing: border-box;
}

figure{
	float: left;	margin: 0;	width: 40%;
}
figure img{
	max-width: 100%;
	width: 100%;
}

.cts_txt h1{
	margin-top: 40px;
	font-size: 30px;
	color: #9b0202;
	letter-spacing: 16px;
	text-align: left;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.cts_wrap cts_txt{
	margin-bottom: 80px;
}

.info_season{
	margin: 0 auto;
	text-align: center;
	width: 90%;
}

.info_wrap{
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.info_wrap p{
	margin: 0 auto;
	text-align: center;
	width: 90%;
}

		.top_sec{
			margin: 0;
			width: 100%;
			font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
		}

		.top_sec ul{
			margin: 0;
			padding: 0;
			display: block;
			vertical-align: top;
		}
		.top_sec li{
			width: 100%;
			margin: 0 auto;
			padding: 0;
			display: block !important;
			list-style-type: none;
			vertical-align: top;
			text-align: center;
			font-size:16px !important;
			line-height:32px !important;
			text-align: left !important;
		}
		
		.top_sec li p{
			padding-left: 0px;
			font-size:16px !important;
			line-height:32px !important;
			text-align: left !important;
		}
		
		.top_sec li img{
			width: 100%;
		}
		
.section_img{
	margin-top: 50px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-rigjt: auto;
	text-align: center;
	width: 100%;
}

.section_img img{
	width: 100%;
}


.top_aboutus{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.top_aboutus ul{
	margin: 0 auto;
	width: 100%;
	text-align: center !important;
}

.top_aboutus li{
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center !important;
}

.cal_wrapper{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.whiteframe{
	border: solid 1px #FFF;
	border-radius: 3px;
	padding: 0px 5px;
	text-align: center;
	display:inline-block;
	width: 160px;
	text-align: center !important;
}

.about_iroha{
	margin: 0 auto;
	text-align: center !important;
}


.about_iroha h5{
	margin-top: 40px;
}

.about_iroha p{
	margin: 10px auto;
	text-align: center !important;
	font-size: 12px !important;
}

.marker-animation {
			font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

		main{ max-width:100%; }
		main > section{ margin:0 auto; padding:60px 6% 140px; }
		main > section p{ margin-top:0; color:#FFF; font-size:16px; line-height:32px; }
		main > section > div{ width:100% !important; margin:0 auto; padding:35px; background-image: url(../images/header_bg.png); color:#FFF; }

		/*奇数のセクションブロックに適用*/
		main > section:nth-of-type(odd){ background: #000; }
		main > section:nth-of-type(odd) h2,
		main > section:nth-of-type(odd) p{ color:#fff;}
		main > section:nth-of-type(odd) sec{  }
		

		/*指定された順番のセクションブロックに適用*/
		main > section:nth-of-type(1){ background:url(../images/main01.jpg); background-attachment: fixed; background-size: 100% auto; background-position: 0 100px;}
		main > section:nth-of-type(3){ background:url(../images/main02.jpg); background-attachment: fixed; background-size: auto 100%;}
		main > section:nth-of-type(5){ background:url(../images/main03.jpg); background-attachment: fixed; background-size: auto 100%;}


		
		section p{
	text-align: left !important;
	font-size: 15px;
}

		.top_sec li{
			font-size:15px !important;
		}
		
		

		.top_sec h2{
			margin-top: 30px;
			margin-bottom: 50px;
	    font-family: garamond-premier-pro, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	    font-weight: 500;
	    font-size: 28px;
	    letter-spacing: 0.08em;
	    font-feature-settings: 'palt' on;
	    line-break: strict;
	    text-align: center;
	    line-height: 42px;
		}

.aboutus img{
	width: 100% !important;
}

.about_iroha{
	width: 100% !important;
}

.about_iroha ul{
	width: 100% !important;
}

.about_iroha img{
	width: 100% !important;
}

#top_item{
	width: 100% !important;
	margin-left: 0px !important;
}

#top_item ul{
	width: 100% !important;
	display: block;
	margin: 0;
	text-align: center !important;
}

#top_item li{
	width: 100% !important;
	display: block;
	text-align: center !important;
	margin: 0 0 50px 0 !important;
	padding: 0 !important;
	
}

#top_item .item_img{
	width: 100% !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 0 !important;
}

#top_item .item_img img{
	width: 100% !important;
	height: 160px;
  object-fit: cover; /* この一行を追加するだけ！ */
  border-radius: 8px;
	text-align: center !important;
}

.top_item_button{
	width: 100% !important;
	text-align: center !important;
}

.top_item_button a {
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  background: #e84d4d;
  padding: 8px 30px;
  border-radius: 6px;
}
.top_item_button a::before {
  position: absolute;
  border-radius: 6px;
  box-sizing: border-box;
  opacity: 0;
}
.top_item_button a:visited {
  color: #fff !important;
  background: #e84d4d;
}

.top_item_button a:hover {
  color: #fff !important;
  background: #e84d4d;
  opacity: 0.5;
}
.top_item_button a:hover::before {
  opacity: 1;
}



#top_item .item_name{
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
	font-size: 16px;
	line-height: 20px;
	width: 100% !important;
}

#top_item .item_txt{
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
	text-align: center !important;
	width: 100% !important;
}

#top_item .price{
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
	text-align: center !important;
	width: 100% !important;
}

		.top_sec .itemList{
		margin-top: 40px !important;
		width: 100% !important;
	text-align: center !important;
	}



		.top_sec .itemList2{
		margin-top: 40px !important;
		width: 100% !important;
	text-align: center !important;
		

	}
	
		.itemList2 li{
		text-align: center;
		padding-right: 30px !important;
	width: 100% !important;

	}
	
.top_sec li{
	width: 100% !important;
	text-align: center !important;
	
}

.top_sec.item_img{
	width: 100% !important;
	text-align: center !important;
	
}

.top_sec.item_name{
	width: 100% !important;
	text-align: center !important;
}

.top_sec.item_txt{
	width: 100% !important;
	text-align: center !important;
	
}




}