<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
初期設定************************************************/
/* reset */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	width:100%;
	margin:0 auto;
	text-align: center;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family:serif;
	background-image: url(../images/back1.jpg);
	opacity:0;
}


div{
	text-align:center;
	vertical-align:middle;
}
img{
	vertical-align:middle;
	width:100%;
}


ul, ol {list-style: none;}
a{
	color : inherit;
	text-decoration: none;
}
* {
	margin:0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px; }
* html .clearfix {height: 1px;}

iframe{
	width:800px;
	height:350px;
}

@media screen and (max-width:1566px) {
	iframe{
		width:800px;
		height:250px;
	}
}
@media screen and (max-width: 768px) {

iframe{
	width:280px;
	height:170px;
}
}

@media screen and (max-width: 321px) {
	iframe{
		width:250px;
	}

}
/*
初期設定ここまで*****************************************/

/*
テキスト設定部分******************************************/

/*
fv*******************************/

.fv{
width:100%;
	margin:0 auto;
}

.fv img{
	width:100%;
}

.pc { display: block !important; }
.sp { display: none !important; }

video{
	width:100%;

}
/*
wrapper*******************************/

#wrapper {
	max-width:900px;
	margin:0 auto;
	text-align: center;
	/*filter: drop-shadow(0 0 8px #370000);*/
	background:#fff;
	position: relative;
}

.sample-box {
    position: relative;
	margin:0 auto;
}

/* 20221108変更部分 始 */
.good {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top:53%;
    right: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
	.good {
		left: 0%;
	}
}
/* 20221108変更部分 終 */


/* 20221108以前の部分 始
.good {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top:53%;
    right:0;
	left:0;
}

@media screen and (max-width: 768px) {
	.good {
		left:0%;
	}
}
20221108以前の部分 終 */

.good img{
	width:90%;
}

.good_area {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    bottom:15%;
    left:2.5%;
}

.good_area img{
	width:90%;
}

.good1{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    bottom: 1%;
    left:2.5%;
}

.good1 img{
	width:90%;
}

.good_qa{
    display:block;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top:11%;
	right: 0;
    left: 0;
}

.good_qa img{
	width:90%;
	margin:5% 0 0 0;
}

/*
content_a***********************************/

.content_a{
	margin:0 auto;
	z-index:1;
	position: relative;
}

.tokucyo{
	margin:-18% 0 0 0;
	z-index:3;
}
.menu{
	width:100%;
	background:url(../images/menu_back.jpg);
	padding:5% 0 5% 0;
	margin-top:-13%;
}

.menu_block{
	width:90%;
	margin:0 auto;
}

.section_a{
	width:90%;
	margin:0 auto;
}

.myrow{
	width:100%;
	display:-webkit-flex;
	display:flex;
}
.mycol-1{
	flex:1;
}
.mycol-1 img{
	width:100%;
}
.mycol-2{flex:2;}
.mycol-3{flex:3;}
.mycol-4{flex:4;}
.mycol-5{flex:5;}
.mycol-6{flex:6;}



/*
****************************************/
/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	transition:all 0.3s;
  }
  
  #page-top a:hover{
	opacity:0.7;
  }
  
  /*リンクを中心に固定*/
  #page-top {
	max-width:800px;
	margin:0 auto;
	position: fixed;
	left:0;
	right:0;
	z-index: 2;
	  /*はじめは非表示*/
	opacity: 0;
	transform: translateY(200px);
  }
  
  /*　上に上がる動き　*/
  
  #page-top.UpMove{
	animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime{
	from {
	  opacity: 0;
	transform: translateY(200px);
	}
	to {
	  opacity: 1;
	transform: translateY(0);
	}
  }
  
  /*　下に下がる動き　*/
  
  #page-top.DownMove{
	animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime{
	from {
	  opacity: 1;
	transform: translateY(0);
	}
	to {
	  opacity: 1;
	transform: translateY(200px);
	}
  }

  /*
  form_block**************************/


  .form_block{
	  max-width:900px;
	  margin:0 auto;
	  background:#fff;
	  padding:8% 0 8% 0;
  }

  .form_group{
	  max-width:1000px;
	  margin:0 auto;
	  text-align:center;
  }
  
  .form_name{
	  max-width:80%;
	  text-align:center;
	  background:#eee;
	  padding:7px;
	  margin:0 auto;
	  font-size:17px;
	  display: block;
  }
input[type=text] {
	width:80%;
	height:50px;
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}

input[type=tel]{
	width:80%;
	height:50px;
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}

input[type=email]{
	width:80%;
	height:50px;
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;

}

input[type=message]{
	width:80%;
	height:50px;
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}


input[type=date]{
	width:80%;
	height:50px;
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
	display:block;
	margin:0 auto;
}

.space_a{
	margin:5% 0 0 0;
	display: block;
}
.space_b{
	margin:2.5% 0 0 0;
	display: block;
}

select{
	width:80%;
	text-align:left;
	margin:0 auto;
	height:50px;
  }


.thanks_a{
	font-size:31px;
	line-height: 38px;
	display:block;
	margin:0 0 17px 0;
}
.thanks_b{
	font-size:25px;
	display:block;
	margin:0 0 7px 0;
}


@media screen and (max-width: 768px) {
	.thanks_b{
		font-size:21px;
	}
}
.thanks_c{
	font-size:23px;
	display:block;
	margin:0 0 7px 0;
}

@media screen and (max-width: 768px) {
	.thanks_c{
		font-size:18px;
	}
}


.sp_block{
	display:none;
}

@media screen and (max-width: 768px) {
	.sp_block{
		display:block;
	}
}

.btn-primary{
	font-size:21px;
	padding:7px;
	width:250px;
	height:57px;
	background:#370000;
	color:#fff;
	border:1px;
	border-radius:7px;
	margin-top:5%;
}

.toi_txt{
	font-size:1.3em;
}

.toi_txt:hover{
	border-bottom:1px solid #370000;
}


.voice{
	background:url(../images/menu_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	margin:0 auto;
	padding:5% 0;
}

.voice img{
	width:90%;
	margin:0 auto;
}


.voice_direct{
	background:url(../images/menu_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	margin:0 auto;
	/*padding:0 0 8% 0;*/
}

.voice_direct img{
	width:100%;
	margin:0 auto;
}


.yorokobi_title{
width:100%;
margin:0 auto;
}

.yorokobi_title img{
	margin:5% 0 5% 0;
width:90%;

}
/*
accessページはここから***********************/

h2{
	margin:3% 0 3% 0;
	font-size:2em;
	color:#370000;
}

@media screen and (max-width: 768px) {
	h2{
		font-size:0.97em;
	}
}
.access{
	max-width:900px;
	margin:0 auto;
	background-image: url(../images/access_back.jpg);
	padding:8% 0 8% 0;
}

.access_title{
	max-width:400px;
	margin:0 auto;
}


@media screen and (max-width: 768px) {
	.access_title{
		max-width:200px;
	}
}
.access_title img{
	width:100%;
}

.area_new{
	background:#ca0000;
	padding:7px;
	font-size:1.3em;
	display: block;
	margin:1% 5% 1% 5%;
	color:#fcf16e;
	font-weight:500;
}

@media screen and (max-width: 768px) {
	.area_new{
		font-size:1em;
	}
}


.area{
	background:#ffe3f8;
	padding:7px;
	font-size:1.3em;
	display: block;
	margin:1% 5% 1% 5%;
	color:#ff8ce0;
	font-weight:500;
}

@media screen and (max-width: 768px) {
	.area{
		font-size:1em;
		margin:7% 5% 0 5%;
	}
}

.area_1{
	margin-top:2%;
}

.area_m{
	width:51%;
	padding:7px;
	font-size:1.3em;
	display: block;
	margin:0 auto;
	color:#fff;
	font-weight:500;
	letter-spacing: 3px;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
}

@media screen and (max-width: 768px) {
	.area_m{
		font-size:1em;
	}
}

.space{
	display: block;
	margin:5% 0 5% 0;
	border:solid 1px #dcc8c8; 
}

.zzone{
	width:90%;
	margin:0 auto;
	border-left:solid 7px #370000;
	margin:0 0 3% 11%;
}

@media screen and (max-width: 768px) {
	.zzone{
		margin:0 0 5% 5%;
	}
}
.zone{
	max-width:800px;
	border-left:solid 7px #370000;
	margin:0 auto;
}


.small{
	font-size:1em;
	display: block;
	text-align:center;
	margin:0 0 2% 0;
	font-weight:bold;
	color:#fff;
	padding-top: 5%;
}
@media screen and (max-width: 768px) {
	.small{
		font-size:0.5em;
		padding-top: 9%;
	}
}

.small_m{
	font-size:1em;
	display: block;
	text-align:left;
	margin:0 0 1% 3%;
	font-weight:bold;
	color:#370000;
}
@media screen and (max-width: 768px) {
	.small_m{
		font-size:0.8em;

	}
}



.small_a{
	font-size:1em;
	display: block;
	text-align:center;
	margin:3% 0;
	font-weight:bold;
}

@media screen and (max-width: 768px) {
	.small_a{
		font-size:0.5em;
	}
}

.tenpo{
	font-size:2em;
	display: block;
	text-align:center;
	margin:0 auto;
	color:#fff;
	padding-top: 1.5%;
}

@media screen and (max-width: 768px) {
	.tenpo{
		font-size:1.17em;
		padding-top: 0.5%;
	}
}

.tenpo_m{
	font-size:2em;
	display: block;
	text-align:left;
	margin:0 auto;
	margin:0 0 0 3%;
	color:#370000;
}

@media screen and (max-width:1566px) {
	.tenpo_m{
		font-size:1.5em;
	}
}
@media screen and (max-width: 768px) {
	.tenpo_m{
		font-size:1em;
	}
}


.tenpo_a{
	font-size:2em;
	display: block;
	text-align:center;
margin:0 auto;
}

@media screen and (max-width: 768px) {
	.tenpo_a{
		font-size:0.8em;
	}
}


.address{
	font-size:1.3em;
	display: block;
	text-align:left;
	margin:1% 0 0 3%;
}

@media screen and (max-width: 768px) {
	.address{
		font-size:1em;
	}
}


.address_m{
	font-size:1.3em;
	display: block;
	text-align:left;
	margin:1% 0 0 3%;
}


@media screen and (max-width: 768px) {
	.address_m{
		font-size:0.87em;
	}
}
.moyori_m{
	font-size:1.3em;
	display: block;
	text-align:left;
	margin:1% 0 0 3%;
}


@media screen and (max-width: 768px) {
	.moyori_m{
		font-size:0.87em;
	}
}
.gg_map{
	font-size:1.3em;
	display: block;
	text-align:left;
	margin:1.5% 0 2% 11%;
}
@media screen and (max-width: 768px) {
	.gg_map{
		font-size:1em;
	}
}

.g_map{
	font-size:1.3em;
	display: block;
}
@media screen and (max-width: 768px) {
	.g_map{
		font-size:1em;
	}
}

.zone_btn{
	max-width:700px;
	margin:0 auto;
}

.zone_btn img{
	margin:5% 0 5% 0;
}

@media screen and (max-width: 768px) {
	.zone_btn img{
		width:90%;
	}
}
/*
googlemapのアイコン***********/
.dli-pin-fill {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	position: relative;
	width: 0.8em;
	height: 0.8em;
	background: currentColor;
	border: 0.1em solid currentColor;
	border-radius: 40% 60% 0% 100% / 40% 100% 0% 60%;
	box-sizing: content-box;
	transform: rotate(45deg);
  }
  
  .dli-pin-fill::before {
	content: '';
	position: absolute;
	top: 18%;
	left: 18%;
	width: 0.336em;
	height: 0.336em;
	background: #fff;
	border-radius: 50%;
	box-sizing: border-box;
  }
  /*
googlemapのアイコン ここまで***********/
.open{
	font-size:1.3em;
	display: block;
	text-align:left;
	margin:1% 0 2% 3%;
}

@media screen and (max-width: 768px) {
	.open{
		font-size:1em;
	}
}
.open_m{
	font-size:1.3em;
	display: block;
	text-align:left;
	margin:1% 0 2% 3%;
}

@media screen and (max-width:1566px) {
	.open_m{
		font-size:1em;
	}
}


.attend{
	max-width:800px;
	margin:0 auto;
	text-align: center;

}


.attend p{
	width:100%;
	font-size:18px;
	line-height:27px;
	background:#fff;
	text-align:left;
	padding:7px;	
	margin:3% 0 0 0;
}

@media screen and (max-width:1566px) {
	.attend p{
	font-size:13px;
	line-height:21px;
	margin:1% 0 0 0;
	}
}




/*
mail.php****************/
.thanks_box{
	background:url(../images/access_back.jpg);
	background-repeat: no-repeat;
	padding:8% 0 8% 0;
  }
  
  .th_kan{
	font-size:3em;
	display: block;
	margin:0 0 5% 0;
  }
  
  @media screen and (max-width: 768px) {
	.th_kan{
	font-size:1.8em;
	}
  
  }
  .th_box{
	background:#fff;
	width:90%;
	margin:0 auto;
	padding:17px;
  }
  
  
  .th_box p{
  text-align:center;
  font-size:18px;
  line-height:35px;
  }
  
  .th_kan{
	font-size:3em;
  }
  @media screen and (max-width: 768px) {
	.th_kan{
	font-size:1.8em;
  }
  }
  
  .th_txt1{
	font-size:2em;
	display:block;
	margin:0 0 2% 0;
  }
  
  @media screen and (max-width: 768px) {
	.th_txt1{
	font-size:1.3em;
	}
  }
  .th_txt2{
	font-size:1.57em;
	display:block;
	margin:0 0 5% 0;
  }
  
  @media screen and (max-width: 768px) {
	.th_txt2{
	font-size:1.17em;
  }
  }
  .pc_block{
	display: block;
  }
  
  @media screen and (max-width: 768px) {
	.pc_block{
	display: none;
  }
  }

.company{
	font-size:27px;
	display: block;
	margin:11px 0 5px 0;
}


@media screen and (max-width: 768px) {
	.company{
		font-size:21px;
	}
}
/**店舗情報テーブルメニュー****/

.area_wrapper {
  width: 90%;
  margin: auto;
  background: #633838;
  padding: 2%;
  text-align: center;
  color: #fff;
}
.area_wrapper span {
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .area_wrapper span {
    font-size: 1rem;
  }
}	
/**テーブルメニュー****/
table {
	width:700px;
	margin:0 auto;
	font-size:15px;
	line-height:23px;
  }

  @media screen and (max-width: 768px) {
	table {
		width:280px;
		font-size:11px;
	}
  }

  
  .tbl-r02 th {	
	border-bottom: solid 0.35px #370000;
	color:#370000;
	padding: 5px;
  }
  .tbl-r02 td {
	border-bottom: solid 0.35px #370000;
	color: #370000;
	padding: 5px;
  }

  /*
  アニメーション****************/
  .powan {
    animation-name: ▲▲▲▲;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1s;
	width:87%;
}

@keyframes ▲▲▲▲ {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}


/* 上下のアニメーション*/
.upAnime{
    opacity: 0;/* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
    animation-name:slideTextY100;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextY100 {
    from {
        transform: translateY(100%);/* 要素を上の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}
.slideAnimeUpDown {
    animation-name:slideTextY-100;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextY-100 {
    from {
    transform: translateY(-100%);/* 要素を下の枠外に移動*/
    opacity: 0;
    }
    to {
    transform: translateY(0);/* 要素を元の位置に移動*/
    opacity: 1;
    }
}

footer{
	z-index:99;
	position: absolute;
	width: 100%;
	background:#370000;

}
.nav{
	max-width:1000px;
	margin:0 auto;
	color:#fff;
	padding:0 0 1.5% 0;
	
}

.nav a{
	display:block;
	text-decoration: none;
	padding:17px 0 17px 0;
	margin:0 auto;
	font-size:27px;
	transition-duration: 0.7s;
}

@media screen and (max-width: 768px) {
	.nav a{
		font-size:21px;
	}
}
.nav a:hover{
	border-bottom:solid 1px #fff;
}
.copy{
	background:#130000;
	color:#fff;
	padding:7px 0 7px 0;
	font-size:15px;
}

@media screen and (max-width: 768px) {
	.copy{
		font-size:11px;
	}
}


.sp_block{
display:none;
}

@media screen and (max-width: 768px) {
	.sp_block{
		display:block;
		margin:7px 0 0 0;
		}
}

.area_zone{
	width:100%;
	margin:0 auto;
	position: relative;
}
.area_btn{
	padding:17px;
	background:#eee;
	margin:2%;
}

/*
modal*************************/
.works_item {
    list-style: none;
    width: 330px;
    margin: 0 auto;
	display: inline-block;
	padding:18px 0 0 0;
	margin:1%;
}
.works_image{
    position: relative;
    border-radius:17px;
    background-color: #ff8ce0;
}

@media screen and (max-width: 768px) {
	.works_item {
		padding:10px 0 0 0;
		width: 180px;
		border-radius:7px;
	}
	.works_image{
		border-radius:8px;
	}
}

@media screen and (max-width: 380px) {
	.works_list{
		display: flex;
		align-items: end;
	}
	}
	@media screen and (max-width: 320px) {
		.works_list{
			display: block;
			align-items: initial;
		}
	}

.works_modal_open {
    height: 90px;
    text-align: center;
	/*
	padding:0 0 0 11px;
	*/
}
@media screen and (max-width: 768px) {
	.works_modal_open {
		height:62px;
	}
}

.works_image_mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(255, 85, 184, 0.8);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    cursor: pointer;
	border-radius:17px;
}
@media screen and (max-width: 768px) {
	.works_image_mask {
		border-radius:7px;
	}
}


.nb_img img{
	width:70%;
}
@media screen and (max-width: 768px) {
	.nb_img img{
		width:90%;
	}
}
.mask_text {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.works_modal_content{
    text-align: center;
}
.works_image:hover .works_image_mask {
    opacity: 1;
    padding-top: 13%;
}
/* ------works_modal css------ */
.works_modal_wrapper {
    position: fixed;
    display: flex;
    align-items: center;
	width:100%;
	/*
    width: 100vw;
    height: 100vh; 
	*/
	top:0;
    left: 0;
    right: 0;
    bottom:100%;
    margin: auto;
    border: none;
    opacity: 0;
    z-index: -1;
}


@media screen and (max-width: 768px) {
	.works_modal_wrapper {
		top:-3%;
    bottom:0;
	}
}


.works_modal_window {
    width: 80vw;
    max-width: 1000px;
    height: 97vh;
    margin: auto;
    padding: 15px;
    background: #fff;
    z-index: 1;
    overflow-y: hidden;
}

@media screen and (max-width: 768px) {
	.works_modal_window {
		height: 30vh;
	}
}

@media screen and (max-width: 321px) {
	.works_modal_window {
	height: 30vh;
	
}
}
.works_modal_content {
    margin: 0 auto;
    /*width: 80%;
    height: 80%;
	*/
}
.works_modal_mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.works_modal_close {
    z-index: 300;
    position: absolute;
    top: 0;
    right: 10px;
    color: #808080;
    font-size: 1.5rem;
    cursor: pointer;
}
.works_modal_close:hover {
    color: #000;
    transition: all .5s;
}
html.is_open, body.is_open {
    overflow: hidden;
}
.works_modal_wrapper.is_open {
    animation: works_modal_wrapper_open .5s ease forwards;
}
.works_modal_wrapper.is_open .works_modal_window {
    animation: works_modal_window_open .5s ease forwards;
}
.works_modal_wrapper.is_close {
    animation: works_modal_wrapper_close .5s ease forwards;
}
.works_modal_wrapper.is_close .works_modal_window {
    animation: works_modal_window_close .5s ease forwards;
}

@keyframes works_modal_wrapper_open {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      z-index: 300;
    }
  }
  @keyframes works_modal_window_open {
    0% {
      opacity: 0;
      transform: translateY(-30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes works_modal_wrapper_close {
    0% {
      z-index: 300;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes works_modal_window_close {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      transform: translateY(-30px);
      opacity: 0;
    }
  }

  #hk_box{
	  padding:1% 0 1% 0;
  }
/*店舗情報****************/
.store_zone{
  width: 90%;
  margin: auto;
  background: #fff;
  padding: 2%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .store_zone {
	  width: 90%;
    padding: 5% 2% 5% 2%;
  }
}
.tbl-r03 th {	
	border-bottom: solid 0.35px #370000;
	color:#370000;
	padding: 5px;
	font-size: 1.1rem;
  }
@media screen and (max-width: 768px) {
  .tbl-r03 th {
    font-size: 0.9rem;
  }
}
  .tbl-r03 td {
	border-bottom: solid 0.35px #370000;
	color: #370000;
	padding: 5px;
	  font-size: 1rem;
  }
@media screen and (max-width: 768px) {
  .tbl-r03 td {
    font-size: 0.9rem;
  }
}
		
  /*
  プライバシー*****************/
  
.pri_zone{
	width:90%;
	margin:0 auto;
	background:#fff;
	padding:2%;
	text-align:left;
}

@media screen and (max-width: 768px) {
	.pri_zone{
		padding:5% 2% 5% 2%;
	}
}

.pri_txt1{
	font-size:18px;
	line-height:31px;	
	color:#370000;
}


@media screen and (max-width: 768px) {
	.pri_txt1{
		font-size:15px;
		line-height:25px;
	}
}
.pri_midasi{
	font-weight:bold;
	color:#370000;
	display: block;
	font-size:21px;
	margin:5% 0 2% 0;
}

@media screen and (max-width: 768px) {
	.pri_midasi{
		font-size:18px;
	}

/* 20221108変更部分 始 */	
.qa{
	padding:0 0 8% 0;
}
/* 20221108変更部分 終 */

/* 20221108以前の部分 始

.qa{
	padding:0 0 23% 0;
}

20221108以前の部分 終 */
}

.set_box{
	width:95%;
	margin:0 auto;
	background:#7e5b5e;
	padding:2% 0 8% 0;
	border-radius: 7px;
}
.area_corner{
	width:95%;
	display:-webkit-flex;
	display:flex;
	margin:0 auto;
}

.area_corner_zone{
	flex:1;
	width:100%;
	background:#fff;
	margin:1%;
	padding:5px 0 11px 0;
	text-align: center;
	transition-duration:0.7s;
	color:#370000;
	border-radius:5px;
}

.area_corner_zone:hover{
	background:#ff8ce0;
	color:#fff;
	filter: drop-shadow(0 0 7px #ff68d7);
}

.area_corner_zone_n{
	flex:1;
	width:100%;
	margin:1%;
}

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

.area_ike img{
	width:70%;
	margin:5% 0 0 0;
}

.area_ike p{
	font-size:27px;
	margin:2% 0 0 0;
	color:#ff68d7;
	padding:7px 0 7px 0;
	font-weight:bold;
}

.ikebukuro_corner{
	width:48%;
	background:#fff;
	margin:0 auto;
	padding:5px 0 11px 0;
	text-align: center;
	transition-duration:0.7s;
	color:#370000;
	border-radius:5px;
}

.ikebukuro_corner:hover{
	background:#ff8ce0;
	color:#fff;
	filter: drop-shadow(0 0 7px #ff68d7);
}

.new_back{
	width:100%;
	margin:0 auto;
	position: relative;
}


.new_back_point{
	position: absolute;
	top:55%;
	right:0;
	left:0;
}

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

/* 20221108変更部分 始 
.trade_data{
	width: 90%;
    margin: 0 auto;
    height: 15%;
    padding: 2% 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 11%;
    line-height: 2;
}

@media screen and (max-width: 768px) {
	.trade_data{
		height:42%;
	}
}*/
/* 20221108変更部分 終 */

/* 20221108以前の部分 始*/
.trade_data{
	width:90%;
	margin:0 auto;
	/* height:27px; */
	height:100px;
	overflow:auto;
	border:solid 1px #000;
	background:#fff;
	padding:2% 0;
	position: absolute;
	right:0;
	left:0;
	bottom:24%;
}


@media screen and (max-width: 768px) {
	.trade_data{
		height:50px;
		bottom:23%;
	}
}
/*20221108以前の部分 終 */

.trade_data h3{
	font-size:18px;
	color:#570000;
	margin-bottom:1%;
}

@media screen and (max-width: 768px) {
	.trade_data h3{
		font-size:18px;
	}
}
.trade_data p{
	font-size:12px;
	line-height:18px;
	color:#051523;
	text-align:left;
}

@media screen and (max-width: 768px) {
	.trade_data p{
		width:90%;
		margin:0 auto;
		font-size:13px;
		line-height:18px;
	}
}

/*
******************************/
.trade_data_d{
	width:90%;
	margin:0 auto;
	height:30px;
	overflow:auto;
	border:solid 1px #000;
	background:#fff;
	padding:2% 0;
	position: absolute;
	right:0;
	left:0;
	bottom:3%;
}


@media screen and (max-width: 768px) {
	.trade_data_d{
		bottom:1%;
	}
}
.trade_data_d h3{
	font-size:18px;
	color:#570000;
	margin-bottom:1%;
}

@media screen and (max-width: 768px) {
	.trade_data_d h3{
		font-size:18px;
	}
}
.trade_data_d p{
	font-size:13px;
	line-height:18px;
	color:#051523;
	text-align:left;
}

@media screen and (max-width: 768px) {
	.trade_data_d p{
		width:90%;
		margin:0 auto;
		font-size:15px;
		line-height:21px;
	}
}

/***20220704***/

@media screen and (max-width:768px) {
	.address_m{
		font-size:0.8em;
		margin-top:11px;
	}
	.open_m {
		font-size:0.8em;
		margin-top:7px;
	}
}
/* 左側訴求 */
.strong{
	width:270px;
	margin:1% 10%;
	position: relative;
	color:#ff0000;
	font-weight:bold;
	font-size:21px;
	background:#fff000;
	padding:5px 0 11px 0;
	animation: flash 1.5s linear infinite;
}
/* 右側訴求 */
.strong1{
	width:270px;
	margin:1% 10%;
	position: relative;
	color:#ff0000;
	font-weight:bold;
	font-size:21px;
	background:#fff000;
	padding:5px 0 11px 0;
	animation: flash 1.5s linear infinite;
}
/* 真ん中訴求 */
.strong2{
	width:270px;
	margin: 1% auto;
	position: relative;
	color:#ff0000;
	font-weight:bold;
	font-size:21px;
	background:#fff000;
	padding:5px 0 11px 0;
	animation: flash 1.5s linear infinite;
}

@media screen and (max-width: 768px) {
	.strong ,.strong1, .strong2{
		width: 180px;
		font-size: 12px;
		padding: 5px 0 7px 0;
		margin: 1% 0%;
		
	}
}
.strong , .strong1 ,.strong2p{
	margin-top:0;
}

@keyframes flash {
	0%,100% {
	  opacity: 1;
	}
  
	50% {
	  opacity: 0;
	}
  }

  @media screen and (max-width: 768px) {
	.attend p{
		width:95%;
		margin:0 auto;
		font-size:10px;
		line-height:15px;
		letter-spacing:-0.2px;
	}

}
/* 20221108変更部分 始 */
.attend_zone {
    width: 100%;
    margin: 0 auto;
    clear: both;
    /* padding: 0px 0px 25% 0px; */
	padding: 0px 0px 40% 0px;
}
.attend_zone2 {
    width: 100%;
    margin: 0 auto;
    clear: both;
}


.attend_zone h3,.attend_zone2 h3 {
    font-size: 22px;
    margin: 5% 0 0 0;
}
.corner, .corner2 {
    width: 75%;
    margin: 0 auto;
    background: #fff;
    padding: 30px 0 15px 15px;
    text-align: center;
}
.corner p , .corner2 p {
    /* margin: 2% 0 3% 0; */
    text-align: left;
	font-size: 13px;
	/* line-height: 2; */
}
@media screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/*
.limited_sokyu{
	width:100%;
	margin:0 0 1% 0;
	background:radial-gradient(rgba(123, 0, 0, 1) 7%, rgba(85, 8, 8, 1) 50%, rgba(55, 0, 0, 1));
	padding:5% 0;
}
@media screen and (max-width: 768px) {
	.limited_sokyu{
		width:100%;
		padding:3% 0;
		margin:0 auto;
	}
}

p.limited_main{
	font-size:38px;
	color:#fff;
	font-weight: 900;
	line-height: 1.3;
}
.limited_area{
	font-size:42px;
	color:#FFF000;
}
.limited_color{
	color:#FFF000;
}
.sp{
	display: none;
}
@media screen and (max-width: 768px) {
p.limited_main{
	font-size:18px;
	line-height:32px;
}
 .limited_area{
	font-size:22px;
}
	.sp{
	display: block;
}
}
p.limited_about{
	font-size:27px;
	margin:-10px 0 30px 0;
	color:#fff;
}
@media screen and (max-width: 768px) {
	p.limited_about{
		font-size:17px;
		line-height:31px;
		margin:3px 0;
	}
}
.limited_gold{
	max-width:500px;
	margin:0 auto;
	border:solid 1px #ff8ce0;
}
@media screen and (max-width: 768px) {
	.limited_gold{
		width:90%;
	}
}
.limited_gold p{
	font-size: 27px;
    color: #ff8ce0;
    padding: 7px 0;
}
@media screen and (max-width: 768px) {
	.limited_gold p{
		font-size:16px;
	}
	}
*/

/* 20241022 直フォームクリームバナー下文言変更部分*/
.limited_sokyu {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .limited_sokyu {
    width: 90%;
    margin: 0 auto;
  }
}

p.limited_main {
  font-size: 2.0rem;
  /*color: #fff;*/
  color: #ff0000;
  font-weight:700;
  margin: 2% 0 1%;
  position: relative;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (max-width: 834px) {
  p.limited_main {
    font-size: 1.4rem;
    line-height: 1.6rem;
	  margin: 0;
  }
}
@media screen and (max-width: 600px) {
  p.limited_main {
    font-size: 1.0rem;
    line-height: 1.6rem;
  }
}
/*limited_main アニメーション*/
.heartbeat{-webkit-animation:heartbeat 2s ease-in-out infinite both;animation:heartbeat 2s ease-in-out infinite both}

@-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}

.limited_main::before,
.limited_main::after {
    position: absolute;
    top: 0;
    height: 1.8rem;
    content: '';
}
.limited_main::before {
    border-left: solid 3px;
    left: 10%;
    transform: rotate(-30deg);
}
.limited_main::after {
    border-right: solid 3px;
    right: 10%;
    transform: rotate(30deg);
}
@media screen and (max-width: 450px) {
	.limited_main::before,
    .limited_main::after {
    position: absolute;
    top: 0.2rem;
    height: 1.2rem;
    content: '';
}
	
  .limited_main::before {
    border-left: solid 2px;
    left: 5%;
}
.limited_main::after {
    border-right: solid 2px;
    right: 5%;
}
}

p.limited_about {
    font-size: 1.4rem;
    margin: 0 0 3%;
    color: #840000;
    font-weight: 600;
    line-height: 2.2rem;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  p.limited_about {
    font-size: 0.8rem;
    line-height: 1.4rem;
	margin: 0 0 2%;
  }
}

/* 通常ver終わり*/

/*20241025変更 24時までのカウントダウン*/
.header {
  height: 70px;
  background-color: #ff0000;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  position: sticky;
  top: 0;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .header {
    height: 40px;
    display: table;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .time {
    display: table-cell;
    vertical-align: middle;
  }
}
.time-frame {
  position: relative;
  display: flex;
  width: 85%;
  justify-content: center;
  align-items: center;
  /* right: 0; */
  /* left: 0; */
  /* width: 100%; */
  margin: 0 auto;
  padding: 1%;
}
@media screen and (max-width: 768px) {
  .time-frame {
    width: 100%;
    padding: 0;
  }
}
.time-limited {
  /*position:absolute;*/
  float: right;
  font-size: 2.8rem;
  color: #fff;
  margin: 0 auto;
  /*top:0%;
	  right:0;
	  left:0;*/
  font-weight: 700;
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .time-limited {
    font-size: 1.3rem;
  }
}
.time-hurry {
  /*position:absolute;*/
  float: left;
  font-size: 1.8rem;
  color: #fff;
  margin: 0 auto;
  /*top:0%;
	  right:0;
	  left:0;*/
  font-weight: 900;
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .time-hurry {
    font-size: 0.8rem;
  }
}
.time-hurry::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../images/time-mark.png") no-repeat;
  background-size: contain;
  margin-right: 7px;
  vertical-align: middle;
}
.time-limited::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../images/time-mark.png") no-repeat;
  background-size: contain;
  margin-left: 7px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .time-hurry::before {
    width: 30px;
    height: 30px;
	margin-right: 7px;
  }
	.time-limited::after {
    width: 30px;
    height: 30px;
	margin-right: 7px;
  }
}</pre></body></html>