@charset "UTF-8";


/******************************************************
 *
 *	style css
 *
 ******************************************************/


/******************************************************
	Genelal
*******************************************************/
body{
	font-family:"Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.7;
	font-size:14px;
	color: #231815;
	/*text-align: justify;
	text-justify: distribute-all-lines;*/

	/*background:url(img/content_bg.png);
	background-size: 100% 100%;
	background-attachment: fixed;*/
}
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(img/content_bg.png) center no-repeat;
  background-size:100% 100%;
}
p{
	margin-bottom:1em;
	font-size: 18px;
	text-align: justify;
  text-justify: inter-ideograph;
}
a{
	color:#231815;
	text-decoration: none;
}
a.link{
	text-decoration: none;
}
a.link:hover{
	text-decoration: underline;
}
.container {
	width: 100%;
	max-width:1080px;
	margin:0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.sp-block{
	display: none;
}
.sp-none{
	display: block;
}
table.sp-none{
	display: table;
}
.pc-br{
	display:block;
}
.bold{
 font-weight: bold;
}
.fade{
	transition: all 0.3s ease;
	display: inline-block;
	backface-visibility: hidden;
	zoom: 1;
}
.fade:hover{
	opacity: 0.8;
}

/* BASIC Button
*******************************/
.btn01{
	display:table-cell;
	padding:6px 16px 3px;
	vertical-align:middle;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
	border:2px solid #231815;
	color:#231815;
	line-height:1.2;
	transition: all 0.3s ease;
}
.btn01 span{
	display:block;
	font-size:20px;
	margin-top: 1px;
	letter-spacing: 1px;
}
.btn01:hover{
	color: #f29600;
	background-color:#231815;
}

.btn02{
	display: inline-block;
	padding: 8px 20px 7px;
	background: #FFF;
	border: 1px solid #231815;
	transition: all 0.3s ease;
	font-size: 16px;
}
.btn02::before{
	content: ">";
	margin-right: 4px;
}
.btn02:hover{
	opacity: 0.8;
}

.btn03{
	font-size: 19px;
	font-weight: bold;
}
.btn03:hover{
	text-decoration: underline;
}

.btn04{
	display: inline-block;
	padding: 8px 28px 7px;
	background: #FFF;
	border: 1px solid #231815;
	transition: all 0.3s ease;
	font-size: 21px;
}


.btn-contact{
	border-color:#0098f6;
	background:#0098f6;
	color:#FFF;
}
.btn-contact:hover{
	background:#0098f6;
	opacity:0.6;
}


@media screen and (max-width: 650px){


.con-btm {
    margin-top: -60px;
}
.con-btm {
    padding-top: 60px;
}

}


/* header */
#mainHeader .headerWrap{
	background-color: #f29600;
	position: fixed;
	z-index: 1000;
	width: 100%;
	padding:16px 0 16px;
	box-sizing: border-box;
}
#mainHeader h1{
	float:left;
	margin-left: 30px;
	width: 120px;
	padding-top: 6px;
}
#mainHeader h1 img{
	width: 100%;
}
#navi{
	float:right;
	padding-right: 25px;
}
#navi ul{
	float:left;
}
#navi ul li{
	float:left;
}
#navi ul li.sp{
	display:none;
}
#navi ul li a{
	font-family: "Renner-normal",sans-serif;
	font-size: 19px;
	color: #000;
	padding: 20px 46px;
	text-decoration: none;
	line-height: 1;
	display: inline-block;
}
#navi ul li:not(:last-child)::after{
	content: "|";
}
#navi ul li a span{
	position: relative;
}
#navi ul li a span::after{
	content:"";
	display: block;
	width: 100%;
	height: 2px;
	background-color: transition;
	position: absolute;
	bottom: -6px;
	transition: all 0.3s ease;
}
#navi ul li a:hover span::after{
	background-color: #000;
}
#navi .btnWrap{
	float: right;
}

#spMenuBody{
	display:none;
}

/* content */
#content{
	padding-top: 100px;

}


#con01 {
	margin-top: 0px;
	padding-top: 30px;
}
#home #con01 {
	margin-top: 160px;
}
.con-btm{
	margin-bottom: 90px;
}
@media screen and (min-width: 1080px) {
	.conTopBrand {
		width: 1080px;
	}
	
}

/* footer */

.pageTop{
	margin-right: 20px;
	margin-bottom: 20px;
}
.pageTop a img{
	width: 10%;
	max-width: 60px;
	min-width: 46px;
	height: auto;
	transition: all 0.3s ease;
}
.pageTop a:hover img{
	opacity: 0.8;
}
@media screen and (max-width: 650px){
	.pageTop{
		margin-right: 1%;
	}
}
.footer-body,
.footer-bottom{
	background: #FFF;
}
.footer-body{
	padding: 50px;
}

.footer-main{
	width: 210px;
	float: left;
	text-align: center;
	font-size: 20px;
}
.footer-main a img{
	width: 195px;
}
.footer-main p{
	margin-bottom: 10px;
	text-align: center;
}
.footer-main p span{
	font-family: "Renner-normal",sans-serif;
}

.footer-module{
	/* margin-left: 156px; */
	margin-left: 7%;
  	width: 18%;
}
.footer-module-brand {
	width: 22%;
}
.footer-module h2 a{
	font-family: "Renner-normal",sans-serif;
	color:#f29600;
	font-size: 19px;
	letter-spacing: 0.6px;
}
.footer-module h2 a:hover{
	text-decoration: underline;
}
.footer-module li a{
	line-height: 1.8;
	font-size: 17px;
	transition: all 0.3s ease;
}
.footer-module li a::before{
	content: ">";
  font-size: 12px;
  display: inline-block;
  margin-right: 3px;
  line-height: 1;
}
.footer-module li a:hover{
	text-decoration: underline;
}

.footer-bottom{
	padding-bottom: 50px;
}

@media screen and (max-width: 1199px){
	.footer-body{
		text-align: center;
	}
	.footer-main{
		width: 100%;
		float: none;
		margin-bottom: 50px;
	}
	.footer-module{
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		margin: 0 40px;
	}
}
@media screen and (max-width: 734px){
	.container{
		padding: 0 5%;
	}
	#con01 {
    margin-top: 0px;
		padding-top: 30px;
	}
	#home #con01 {
	  margin-top: 50px;
	}
	.footer-body{
		padding-bottom: 0px;
	}
	.footer-module{
		display: none;
	}
	.footer-main{
		margin-bottom: 20px;
	}
	.footer-main a{
		float: left;
	}
	.footer-main .text{
		padding-top: 2%;
	}
	.footer-main p{
		margin-bottom: 0px;
	}
	.footer-main p:first-child br{
		display: none;
	}
}
@media screen and (max-width: 628px){
	.footer-body{
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
	}
	.footer-main{
		margin-bottom: 0;
	}
	.footer-main .text{
		padding-top: 4%;
	}
	.footer-main a{
		width: 40%;
	}
	.footer-main p{
		font-size: 12px;
	}
	.footer-bottom address{
		font-size: 12px;
	}
}
@media screen and (max-width: 390px){
	.footer-main a{
		width: 100%;
		float: none;
		display: block;
		margin-bottom: 20px;
	}

}

/* parts */
.hdl02{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
  line-height: 1.5;
	margin-bottom: 60px;
}
.hdl02 span{
	font-size: 0.5em;
	font-weight: normal;
	display: block;
	font-family: "Renner-normal",sans-serif;
}
.hdl02::after{
	content: "";
	width: 96px;
	height: 4px;
	background: #231815;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
}
@media screen and (max-width: 700px){
	.hdl02{
		font-size: 26px;
	}
	.hdl02::after{
		height: 3px;
		margin-top: 4px;
	}
}

.hdl03{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 45px;
}
.hdl03::after{
	content: "";
	width: 50px;
	height: 4px;
	background: #000;
	display: block;
	margin-top: 8px;
}
.hdl03_line{
	text-align: center;
	margin-bottom: 46px;
	padding-bottom: 6px;
}
.hdl03_line span{
	font-size: 28px;
	padding-bottom: 4px;
	position: relative;
	display: inline-block;
	font-weight: bold;
}
.hdl03_line span::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #231815;
}
.hdl03_line span br{
	display: none;
}
.hdl03_box span{
	border:1px solid #231815;
	padding: 6px 10px 5px;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 30px;
}
@media screen and (max-width: 700px){
	.hdl03 {
		font-size: 22px;
  }
	.hdl03::after {
    height: 3px;
    margin-top: 4px;
	}
}

.hdl04{
	font-size: 19px;
	margin-bottom: 20px;
	font-weight: bold;
}



/* underPage
**************************/
#underpage-keyv{
	margin-bottom:90px;
}
#underpage-keyv h2{
	background:#f8f7f8;
	text-align:center;
	padding:150px 0;
	font-size:30px;
	font-weight:bold;
	letter-spacing:6px;
}



/* optional
**************************/
/* form */
.tableWrap{
	padding: 25px 40px 40px;
	background: #FFF;
}
.table01 {
	width:100%;
	font-size: 17px;
	border-top: 2px solid #59514f;
}
.table01 th{
	width: 110px;
	padding: 10px 10px;
  text-align: left;
	font-weight: bold;
	vertical-align: middle;
	border-right: 2px solid #59514f;
	border-bottom: 2px solid #59514f;
}
.table01 th:first-child{
	padding-left: 0;
}
.table01 th .middle{
	margin-top:70px;
	display:block;
}
.table01 td{
	padding: 10px 10px;
	vertical-align: middle;
	border-right: 2px solid #59514f;
	border-bottom: 2px solid #59514f;
}
.table01 td:last-child{
	border-right: none;
}
.table01 tr td:nth-of-type(2){
	min-width: 220px;
}
.table01-last{
	border-top: none;
}

.table01 .radio li{
	display:inline;
}
.table01 input[type="radio"]{
	margin-top:0px;
}
.table01 .radio li{
	margin-right:20px;
}
.table01 .radio li:last-child{
	margin:0;
}
.table01 input[type="text"],textarea{
	width:99%;
	resize: vertical;
}
.submit input{
    line-height: 1;
    padding: 10px 0;
    width: 150px;
	margin-bottom:10px;
    border: 1px solid #000;
    color: #FFF;
	font-size:15px;
	background:#000;
    font-family: 'Noto Sans JP';
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	cursor:pointer;
}
.submit input[type="button"]:hover,
.submit input[type="submit"]:hover{
    text-decoration: none;
	opacity:0.7;
}
.formError .formErrorArrow div,
.formError .formErrorContent{
	background:#000!important;
	background: rgba(0,0,0,0.1)!important;
    color: #000!important;
    width: 100%!important;
    box-sizing: border-box;
	font-weight: 600;
}

/* arrowBtn01 */
.arrowBtn01::before{
	content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border: 5px solid transparent;
    border-left: 7px solid #000;
    margin-left: 8px;
}
form #iframe{
	display:inline;
}

@media screen and (max-width: 900px){
	.tableWrap {
	    padding: 5% 3%;
	}
	.table01{
		font-size: 14px;
	}
	.table01 th{
		width: auto;
		min-width: 70px;
	}
}




/* areaWrap , shopList */
.areaWrap{
	margin-bottom: 50px;
}
.shopList{
	padding: 0px 0 15px;
	text-align: center;
}
.shopList li{
	width: 240px;
	display: inline-block;
	margin-bottom: 15px;
	vertical-align: top;
}
.shopList li a img{
	transition: all 0.3s ease;
	width: 100%;
	max-width: 240px;
}
.shopList li .name{
	padding: 10px;
	font-size: 15px;
}
.shopList li .name span{
	position: relative;
	display: inline-block;
	font-weight: bold;
}
.shopList li .name span::after{
	content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: transition;
  position: absolute;
  bottom: -6px;
  transition: all 0.3s ease;
}
.shopList li a:hover .name span::after{
	background-color: #000;
}
.area01{
	width: 48%;
	float: left;
}
.area02{
	width: 48%;
	float: right;
}
.area03{
	width: 100%;
	float: left;
}
@media screen and (min-width: 901px) {
	.area03 .shopList li {
		margin-left: 7px;
		margin-right: 7px;
	}
}
.area04{
	
	float: right;
}
.area05{
	width: 28%;
}
.area06{
	width: 28%;
}
.area04-06{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.area05-06{
	width: 50%;
	margin: 0 auto;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

/* shopList02 */
.shopList02{
	margin-bottom: 160px;
}
.shopList02 > li{
	padding-top: 120px;
}
.shopList02 > li:first-child{
	margin-top: -120px;
}
.shopList02 .photoArea {
	margin-bottom: 20px;
}
.shopList02 .photoArea li{
	float: left;
	box-sizing: border-box;
}
.shopList02 .photoArea li:first-child{
	width: 57%;
	padding-bottom: 1%;
}
.shopList02 .photoArea li:not(:first-child){
	width: 19.3%;
  margin-left: 1.4%;
  margin-bottom: 1.4%;
}
.shopList02 .photoArea li img{
	width: 100%;
	height: auto;
}
.shopList02 .summary{
	margin-bottom: 40px;
}
.shopList02 .info p{
	font-size: 21px;
	margin-bottom: 40px;
	text-align: center;
}
.shopList02 .btnArea {
	text-align: center;
}
.shopList02 .btnArea a:first-child{
	margin-right: 10px;
	margin-left: 0;
}
.shopList02 .btnArea a{
	margin: 0 5px;
}
.shopList02 .btnArea img{
	vertical-align: top;
	transition: all 0.3s ease;
}
.shopList02 .btnArea a:hover img{
  opacity: 0.8;
}
.shopList02 .btnArea a:nth-child(2) img{
	height:44px;
}

/* panel change */
.shopList02 .photoArea li:not(:first-child){
	cursor: pointer;
	position: relative;
}
.shopList02 .photoArea li:not(:first-child) i{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0.3;
}


@media screen and (max-width: 1110px){
	.area01,
	.area02,
	.area03,
	.area04,
	.area04-06,
	.area05-06,
	.area05,
	.area06{
		width: 100%;
		float: none;
	}
	.area04-06{
		max-width: 520px;
	}
	.area05-06{
		max-width: 520px;
	}
}
@media screen and (max-width: 900px){
	.shopList02 .info p {
    font-size: 20px;
	}
}
@media screen and (max-width: 650px){
	.shopList02 > li {
		padding-top: 80px;
	}
	.shopList02 > li:first-child {
    margin-top: -80px;
	}
	.shopList02 .photoArea li:first-child{
		width: 100%;
		padding-bottom: 1.3%
	}
	.shopList02 .photoArea li:not(:first-child){
		width: 24%;
    padding: 0;
    margin-right: 1.3%;
    margin-left: 0;
	}
	.shopList02 .photoArea li:last-child{
		margin-right: 0%;
	}
	.shopList02 .btnArea {
		text-align: center;
	}
}
@media screen and (max-width: 610px){
	.area01 .shopList li:nth-child(3){
		width: 100%;
	}
	.area01 .shopList li:nth-child(3) img{
		width: 49%;
	}
	.area05-06{
		display: block;
	}
	.shopList02 .info p {
    font-size: 17px;
		text-align: left;
	}
	.shopList{
		width: 100%;
		box-sizing: border-box;
	}
	.shopList li{
		width: 49%;
	}
	.shopList02 .btnArea a{
		margin: 0 5px 20px 5px;
	}

	.shopList02 .btnArea a.btn02{
		margin: 0 auto 20px;
    width: 50%;
    display: block;
		max-width: 160px;
	}
	.shopList02 .btnArea a.line{
		margin: 0 auto 20px;
		display: block;
		width: 65%;
		max-width: 200px;
	}
	/* .shopList02 .btnArea a:nth-child(2) img{
		width: 100%;
		height: auto;
	} */
}
@media screen and (max-width: 380px){
	.shopList li .name {
    font-size: 12px;
	}
}
@media screen and (max-width: 319px){
	.shopList li .name{
		font-size: 14px;
	}
}
@media screen and (max-width: 319px){
	.shopList li{
		width: 70%;
		float: none;
		min-width: 220px;
	}

}



/* photo_text_box */
.photo_text_box .textArea{
	max-width: 690px;
}
.photo_text_box .photoArea{
	max-width: 340px;
}
.photo_text_box .photoArea img{
	width: 100%;
	max-width: 340px;
}
.photo_text_box .photoArea p br{
	display: none;
}
@media screen and (max-width: 1120px){
	.photo_text_box .textArea{
		max-width: none;
		width: 62%;
	}
	.photo_text_box .photoArea{
		max-width: none;
		width: 34%;
	}
	.photo_text_box .photoArea p{
		font-size: 16px;
		text-align: center;
	}
	.photo_text_box .photoArea p br{
		display: block;
	}
}
@media screen and (max-width: 680px){
	.photo_text_box .textArea{
		width: 100%;
		float: none!important;
	}
	.photo_text_box .photoArea{
		width: 90%;
		float: none!important;
		text-align: center;
		margin: 0 auto 20px;
	}
}

/* movie_text_box */
.movie_text_box{
	overflow: hidden;
	margin-bottom: 100px;
}
.movie_text_box .textArea{
	max-width: 640px;
}
.movie_text_box .movieArea{
	max-width: 390px;
}
.movie_text_box .movieArea img{
	width: 100%;
	max-width: 390px;
}
.movie_text_box .movieArea p br{
	display: none;
}
@media screen and (max-width: 1120px){
	.movie_text_box .textArea{
		max-width: none;
		width: 62%;
	}
	.movie_text_box .movieArea{
		max-width: none;
		width: 34%;
	}
	.movie_text_box .movieArea p{
		font-size: 16px;
		text-align: center;
	}
	.movie_text_box .movieArea p br{
		display: block;
	}
}
@media screen and (max-width: 680px){
	.movie_text_box .textArea{
		width: 100%;
		float: none!important;
	}
	.movie_text_box .movieArea{
		width: 90%;
		float: none!important;
		text-align: center;
		margin: 0 auto 20px;
	}
}

/******************************************************
	HOME
*******************************************************/
#home #keyv{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
@media screen and (max-width: 1680px){
	#home #keyv{
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
	}
}

/******************************************************
	COMPANY
*******************************************************/
#company .photo01{
	margin-top: -46px;
}
#company #con05 img{
	width: 100%;
}
#company #con05 img.sp-block{
	max-width: 600px;
}
#company #con05 p{
	padding-top: 20px;
}
@media screen and (max-width: 1120px){
	#company .photo01{
		margin-top: -13%;
	}
}




/******************************************************
	GENERAL MEDIA SCREEN SET
*******************************************************/
@media screen and (max-width: 1080px){

.btn01 {
  display: table-cell;
  padding: 5px 24px 2px;
  vertical-align: middle;
  font-size: 12px;
}
.btn01 span{
	font-size: 18px;
}


#mainHeader .headerWrap{
	padding: 8px 0;
}
#mainHeader h1{
	width: 100px;
	padding-top: 3px;
}
#mainHeader h1 img{
	width: 100%;
}
#navi ul li a {
  font-size: 18px;
  padding: 16px 34px;
}

#content {
  padding-top: 67px;
}

}/* / @media screen */








@media screen and (max-width: 900px){
	html,
	body{
		overflow-x:hidden;
	}
	.container {
		width:100%;
		margin:0 auto;
	}
	p{
		margin-bottom:1em;
		font-size: 16px;
		text-align: justify;
	}

	.sp-block{
		display: block;
	}
	table.sp-block{
		display: table;
	}
	.sp-none{
		display: none!important;
	}

	h2{
		font-size:14px;
	}
	h2 span{
		font-size:16px;
	}
	img{
		height:auto;
		max-width:100%;
	}
	.catch01{
		font-size:18px;
	}
	.pc-br{
		display:inline;
	}
	.sp-br{
		display:block;
	}

	.hdl03_line span{
		font-size: 20px;
	}
	.hdl03_line span br{
		display: inline-block;
	}

	.con-btm {
	  margin-bottom: 80px;
	}

	#mainHeader h1{
		width: 100%;
		max-width: 100px;
	  padding: 8px 15px;
	  margin: 0 auto;
	  float: none;
		text-align: center;
	}



	/* slide navi*************************************/
	#wrapper{
		position:relative;
		right: 0;
	    transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}
	#navi.pc_menu{
		display:none;
	}
	#spMenu{
	  padding: 16px 24px;
	  line-height: 1em;
	  text-align: center;
	  text-decoration: none;
	  display: table-cell!important;
	  vertical-align: middle;
	  position:fixed;
			top: 10px;
			left: 4px;
			z-index:1002;
		transition: all 0.3s ease;
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	}
	#spMenu:active{
		padding-top:16px;
	}
	#spMenu i{ margin:5px 0 0; }
	#spMenu i,
	#spMenu:before{
		content: "";
		width: 27px;
	    display: block;
	    border-bottom: 2px solid #000;
		/*box-shadow: 1px 1px 1px rgba(255,255,255,.75);*/
	}
	/*#spMenu:after{
		content: "menu";
		font-size: 12px;
	    display: block;
		color: #0b3c5d;
		box-shadow: 1px 1px 1px rgba(255,255,255,.75);
	}*/
	#spMenu.active i,
	#spMenu.active::before{
		border-color: #FFF;
	}
	#spMenuBody{
		display: block;
	    position: fixed;
	    z-index: 1001;
	    top: 0;
	    left: -60%;
	    width: 60%;
			padding: 70px 0px 0;
	    background: rgba(0,0,0,0.8);
	    /*border-left: 2px solid #959595;*/
	    box-sizing: border-box;
			transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}
	#spMenuBody > ul{
		clear:both;
	}
	#spMenuBody > ul li{
		padding: 0 5%;
		margin-bottom: 8px;
	}
	#spMenuBody li.sp{ /* スマホのみHOMEボタン表示 */
		display:block;
	}
	#spMenuBody li a{
		padding: 15px 15px;
		display:block;
		line-height:1.5;
		text-align:right;
		transition: all 0.3s ease;
		color:#FFF;
		font-family: "Renner-normal",sans-serif;
		text-decoration: none;
		text-align: left;
		font-size: 20px;
	}
	#spMenuBody li a span{
		display: block;
		border-bottom: 1px solid #FFF;
	}
	#spMenuBody li a:hover,
	#spMenuBody .subMenu li.active a,
	#spMenuBody li a:active,
	#spMenuBody .btnWrap a:hover{
		background-color: rgba(255,255,255,0.3);
		text-decoration:none;
	}
	.closeBtn{
		display: block;
	    text-align: right;
	    margin: 10px 0;
	    padding: 5px 15px;
	    font-size: 18px;
	    color: #000;
	    text-decoration: none;
	    font-family: initial;
	    box-sizing: border-box;
	    width: 100%;
	}
	.closeBtn:hover{
		text-decoration:none;
	}
	.overlay {
		display:none;
		position:absolute;
		top:0;
		left:0;
		z-index:9999;
		width:100%;
		height:100%!important;
		/*background-color:rgba(0,0,0,0.1);*/
		transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}

	#spMenuBody .btnWrap{
		padding: 0 5%;
		margin-bottom: 48px;
	}
	#spMenuBody .btnWrap a.btn01{
		border: none;
	  color: #fff;
	  text-align: left;
	  font-size: 19px;
	  font-weight: normal;
	  padding: 10px 15px;
	}
	#spMenuBody .btnWrap a.btn01 span{
		font-size: 20px;
	}


	/* / slide navi********************************* */










	/**
		HOME
	*******************************************/
	#home #con01{
		padding-left: 5%;
	    padding-right: 5%;
	}
	#home #con01 .container{
		padding:24px 10px;
	}



}/* / @media screen */

@media screen and (max-width: 780px){
	.sp-block{
		display: block;
	}
	.sp-none{
		display: none;
	}
}


@media screen and (max-width: 430px){
	#spMenuBody .btnWrap a.btn01{
	  font-size: 14px;
	}
	#spMenuBody .btnWrap a.btn01 span{
		font-size: 17px;
	}
}/* / @media screen SP */







.con-btm-banner{
	width: 500px;
	margin: 0 auto 90px;
	transition: all 0.3s ease;
	opacity: 1;
}
.con-btm-banner a{
	display: block;
}
.con-btm-banner img{
	width: 100%;
}
.con-btm-banner:hover{
	transition: all 0.3s ease;
	opacity: 0.8;
}
@media screen and (max-width: 680px){
	.con-btm-banner{
		width: 90%;
		margin: 0 auto 80px;
		padding: 0 5%;
	}
}

.footer-banner{
	width: 1000px;
	margin: 50px auto 0;
}
.footer-banner ul{
	display: flex;
	justify-content: space-between;
}
.footer-banner li{
	width: 300px;
}
.footer-banner li a{
	display: block;
}
.footer-banner li a img{
	width: 100%;
}
.footer-banner li:hover{
	transition: all 0.3s ease;
	opacity: 0.8;
}
@media screen and (max-width: 1100px){
	.footer-banner{
		width: 100%;
		max-width: 1000px;
	}
	.footer-banner li{
		width: 30%;
	}
}
@media screen and (max-width: 900px){
	.footer-banner{
		width: 90%;
		max-width: 500px;
	}
	.footer-banner ul{
		display: block;
	}
	.footer-banner li{
		width: 100%;
		margin: 0 auto 30px;
	}
}



.display-sp{
	display: none;
}
.display-pc-twitter{
	display: block;
}
.display-sp-twitter{
	display: none;
}
.display-pc-insta{
	display: block;
}
.display-sp-insta{
	display: none;
}
.info-box{
	width: 100%;
	max-width: 1020px;
	display: flex;
	justify-content: space-between;
	margin-right: auto;
}

.info-box .info-box-child:nth-of-type(1){
	width: 57%;
}
.info-box .info-box-child:nth-of-type(2){
	width: 40%;
}
.info-box .lightWidgetCol,
.info-box .info-box-child:nth-of-type(2).lightWidgetCol{
	width: 38%;
	padding: 0 1%;
    background-color: #fff;
}
.lightWidgetCol iframe {
	overflow: hidden !important;
}
.lightWidgetInner {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.lightWidgetCol .widget-ic {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	overflow: hidden;
}
.lightWidgetCol .widget-ic a {
	display: block;
}
.lightWidgetCol .widget-ic img {
	width: 100%;
}
.lightWidgetCol .widget-ic:hover {
	opacity: 0.7;
}
.lightWidgetCol .widget-idCol {
	width: calc(100% - 210px);
	margin: 0 10px;
	overflow: hidden;
}
.lightWidgetCol .widget-id {
	font-size: 14px;
	font-weight: bold;
}
.lightWidgetCol .widget-id:hover {
	text-decoration: underline;
}
.lightWidgetCol .widget-btn {
	background-color: #0095f6;
	border-radius: 3px;
	font-size: 14px;
	padding: 5px;
	width: 150px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.lightWidgetCol .widget-btn:hover {
	background-color: #0074cc;
}
.lightWidgetHeader,
.lightWidgetHeader img,
.lightWidgetFooter,
.lightWidgetFooter img {
	width: 100%;
}
.lightWidgetIframeCol {
	width: 100%;
	height: 490px;
	overflow: hidden;
}
@media screen and (max-width: 1080px){
	.display-sp{
		display: block;
	}
	.info-box{
		width: 98%;
	}
	.shopList02 .info p{
		font-size: 18px;
	}
	.shopList02 .btnArea a:first-child{
		margin-bottom: 10px;
	}
	.lightWidgetIframeCol {
		height: 417px;
	}
}
@media screen and (max-width: 768px){
	.shopList02 .summary,
	.shopList02 .info p{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 650px){
	.display-pc-twitter{
		display: none;
	}
	.display-sp-twitter{
		display: block;
		height: 300px;
		margin-bottom: 1em;
	}
	.display-pc-insta{
		display: none;
	}
	.display-sp-insta{
		display: block;
		margin-bottom: 1em;
	}
	.info-box{
		display: block;
	}
	.info-box .info-box-child:nth-of-type(1){
		width: 100%;
	}
	.info-box .lightWidgetCol,
	.info-box .info-box-child:nth-of-type(2).lightWidgetCol{
		width: 96%;
		padding: 2%;
	}
}