@charset "utf-8";

.swiper-pagination{
	display: block;
}

body{
	font-size: 0.9rem;
	line-height: 1.7;
	background: url(../img/bg.jpg) ;
	color: #FFF;
	font-family: "Times New Roman","游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 600;
}

#main_wrap{
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
}

#header_title{
	background: #efead9;
	font-weight: bold;
	padding: 0 5px;
}

.slick-slider{
	border: none;
}

.mainlogo_c {
    width: 135px;
}

#top_nav{
	background-image: url(../img/topbg.png);
	border-bottom: 4px solid #c3a252;
	border-top: 4px solid #c3a252;
}

#top_nav a{
	color: #FFF;
	font-size: 0.95rem;
}

#header{
	background: none;
}

#header img {
	/* width: 180px; */
	/* padding: 0; */
	/* height: 100%; */
}

#header a {
    /* display: block; */
}

.subbg{
	background-image: url(../img/subbg.png);
}
.nav li:after {
	background-color: #fff;
}

#index_wrap{
	padding: 10px 0;
}

.swiper-container,.swiper-container evo-box-img{
	height: 500px;
}

#footer{
	background: #d62323;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
}
#footer li+li{
    border-left: 1px solid #FFF;
}
#copyright {
    color: #FFF;
}

#main2 {
	/* text-align: center; */
}

.index_css .contwrap{
	margin: 0 0 30px;
}

h2, h3,.how2oubo_w .how2oubo{
	width: 100%;
	font-size: 1.1rem;
	line-height: 1.2;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	background: #d81519;
	padding: 8px 5px 5px;
	border: 2px solid #FFF;
	outline: 1px solid #d81519;
	margin: 0 auto 10px;
}


/* blog */

.blog{
	width: 93%;
	margin: 0 auto;
}

.blog li{
	display: flex;
	flex-wrap: wrap;
	background: #f1eada;
	font-size: 0.85rem;
	margin: 20px auto;
	padding: 20px;
}

.blog li .img{
	margin: 0 20px 0 0;
	text-align: center;
}

.blog li .cast_desc{
	text-align: left;
	width: 70%;
}

.blog li .cast_desc .name{
	font-size: 0.9rem;
	display: inline-block;
}

.blog li .cast_desc .date{
	display: inline-block;
	margin: 0 10px 0 0;
}

.blog li .cast_desc .title{
	border-bottom:1px solid #bdae82;
	font-size: 1rem;
	margin: 5px 0;
	font-weight: bold;
}

/* サイドメニュー */
.sidenavi a{
	position: relative;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 5px 0 5px 0px;
}

.sidenavi a:after{
	content:"";
	width:6px;
	height:6px;
	border-top: 2px solid #FFF;
	border-right:2px solid #FFF;
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-4px;
}

.sidenavi li{
    border: 3px solid #ded4ae;
    margin: 0 0 5px;
    background: #d62323;
    text-decoration: none;
}

.sidenavi li span{
	display: block;
	padding: 5px 8px 0 0px;
	font-weight: bold;
	line-height: 1rem;
	font-size: 1.3rem;
	
}

/* tel,address */
.tel_w a {
	background: #d81519;
	border: 3px solid #ffffff;
	text-decoration: none;
	border-radius: 10px;
	/* padding: 3px 10px 1px; */
	font-size: 1rem;
	color: #FFF;
	font-weight: bold;
}
.open_hour,.address{
	margin: 0 5px 0 0;
	font-size: 12px;
}

.address{
	margin: 0;
	text-align: right;
}    

/* access */
.accesstable{
	margin: 0 auto;
	color: #333;
}

.accesstable tbody{
	vertical-align: top;
}

.accesstable ul{
	background: #fffefd;
	padding: 7px;
}

.accesstable li {
	padding: 0 0 10px;
	font-size: 0.9rem;
	font-weight: bold;
	box-sizing: border-box;
}

.accesstable li span {
	display: block;
	padding: 5px;
    margin: 0 0 5px;
    background: #f1e7c3;
}

/* 女の子ページ */

.castlist{
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}

.ic_new {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.glists_news {
    position: absolute;
    z-index: 10;
}

.castlist li {
	box-sizing: border-box;
	width: 120px;
	border: 1px solid #CCC;
	/* height: 200px; */
	margin: 3px;
	padding: 5px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border-radius: 3px;
}
.castlist .photo {
    /* height: 150px; */
}
.castlist .photo img {
    /* max-height: 150px; */
}

.castlist .gal_name {
    word-break: break-all;
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.1;
    margin: 1px 0;
    padding-left: 5px;
    border-left: solid 3px #363636;
    color: #000;
}

.castlist .gal_data .data{
	display: none;
}

.castlist .gal_icon{
	line-height: 1;
}

.castlist .gal_icon span {
    display: inline-block;
    font-size: 0.75rem;
    background: #49b396;
    padding: 3px;
    color: #FFF;
    font-weight: bold;
}

/* profile */
.castttl{
	width: 93%;
	font-size: 1.3rem;
	color: #866a1a;
	border-bottom: 1px solid #bdae82;
	padding: 15px 0 10px;
	margin: 0 auto 12px;
}

.profile #name{
	font-size: 1.3rem;
	width: 100%;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	margin: 0 0 10px;
	text-align: left;
}

#name .gal_icon{
	background: #b79877;
	padding: 0 3px;
	color: #FFF;
	font-size: 0.8rem;
	display: inline-block;
}

#girl_wrap{
	display: flex;
	flex-wrap: wrap;
}

#girl_wrap .pimg{
	width: 45%;
	text-align: left;
}

#girl_wrap .proftext{
	flex: 1;
	padding:0 5px;
	box-sizing: border-box;
}

#girl_wrap .thumb_box{
	text-align: center;
}

#girl_wrap .thumb_box img{
	width: 28%;
	overflow: hidden;
	object-fit: cover;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	margin: 3px 0 0;
}

#mainimg{
	width: 100%;
}

.proftitle {
	display: block;
	font-weight: bold;
	margin: 15px 0 5px;
	border-bottom: 1px solid #a99f83;
	color: #505050;
	font-size: 0.9rem;
	padding-left: 5px;
}
/*.proftext table*/

.proftext table{
	width:100%;
	margin: 10px auto;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.8rem;
	border: 1px solid #DDD;
}

.proftext{text-align: left;}

.proftext tr{
	border-bottom: 1px solid #DDD;
}

.proftext tr:last-child{
	border: none;
}
.proftext td.left{
	padding: 5px 10px;
	box-sizing: border-box;
	width: 45%;
	font-weight: 600;
	background: #3e3e3e;
	color: #fff;
}

.proftext td.right{
	padding: 5px 10px;
	box-sizing: border-box;
	background: #fff;
}

.thumb_box img{
	padding: 3px 0;
}

/*求人情報*/

.recruit{
	text-align: left;
}

#treatment li{
	display: inline-block;
	font-size: 0.8rem;
	border-radius: 5px;
    padding: 0px 6px;
    margin: 2px 1px;
	background:#d63535;
	color: #FFF;
}

/* 料金 */

/* -----------------------------
Price Table
------------------------------- */
.pricetable {
	width:100%;
	margin:10px auto;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 0.9rem;
	color: #333;
}

.pricetable th,
.pricetable td {
	padding:10px;
	box-sizing: border-box;
	background:#FFF;
	text-align:left;
	border: none;
	line-height:180%
}
.pricetable th{
	font-weight:bold;
	width: 20%;
	background: #4a220a;
	color: #FFF;
}
.pricetable th.title{
	color: #636363;
	background: #fdffa6;
	text-align: center;
	font-size: 0.9rem;
}
.pricetable .space{
	background:#FEF1F5;
}
.pricetable input[type='text'],.pricetable select {
	padding: 3px 0;
}
.pricetable textarea {
	width: 98%;
}
.pricetable #recbtn {
	width: 96%;
	margin: 0 auto;
	display: block;
	color: #fff;
	padding: 12px;
	box-sizing: border-box;
	border-radius: 5px;
	border: none;
	background:#d63535;
	font-weight: bold;
	font-size: 0.9rem;
	cursor: pointer;
}

.pricetable #recbtn:hover{
	opacity: 0.8;
}

/* -----------------------------
Price Table nobr ※改行なし
------------------------------- */
.pricetable_nob {
	width:95%;
	margin:10px auto;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 0.9rem;
	color: #333;
	border: 1px solid #fff;
}

.pricetable_nob th,
.pricetable_nob td {
	padding:10px;
	box-sizing: border-box;
	background:#FFF;
	text-align:left;
	border: 1px solid #d4d4d4;
	line-height:180%
}
.pricetable_nob th{
	font-weight: bold;
	width: 30%;
	background: #f1e7c3;
}
.pricetable_nob th.title{
	color: #ffffff;
	background: #d62323;
	text-align: center;
	font-size: 0.9rem;
}
.pricetable_nob .space{
	background:#FEF1F5;
}
.pricetable_nob input[type='text'],.pricetable_nob select {
	padding: 3px 0;
}
.pricetable_nob textarea {
	width: 98%;
}
.pricetable_nob #recbtn {
	width: 96%;
	margin: 0 auto;
	display: block;
	color: #fff;
	padding: 12px;
	box-sizing: border-box;
	border-radius: 5px;
	border: none;
	background:#a52626;
	font-weight: bold;
	font-size: 0.9rem;
	cursor: pointer;
}

.pricetable_nob #recbtn:hover{
	opacity: 0.8;
}
input[type="submit"] {
	-webkit-appearance: none;
}

span.required{
	color: #be0000;
}

p.text{
	line-height: 1.4;
}

/* 禁止事項 */

.banlist{
	margin: 15px 0 10px;
}

.banlist p{
	text-align: left;
}

.banlist ul{
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.banlist li{
	list-style-type:disc;
}

/* クーポン */
.coupon {
	border: solid 1px #333;
	padding: 5px;
	width: 95%;
	margin: 10px auto;
}

.coupon h4 ,.event_css h4{
	margin: 0 0 8px 0;
	padding: 3px 0 0 5px;
	font-weight: 700;
	color: #e50111;
	font-size: 1.2rem;
}

.coupon_txt {
	padding: 0 8px 10px 8px;
	color: #3e3e3e;
}
.coupon_txt span{
	display: block;
	text-align: right;
}
.coupon_link a{
	display: block;
	width: 80%;
	margin: 0 auto;
	background: #bdae82;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #5f5f5f;
	border-radius:5px;
}

.contwrap {
	padding: 10px;
	background: #FFF;
	color: #333;
}

.contwrap h4{
	background:#333;
	margin: 0 auto 5px;
	color: #FFF;
	padding: 5px;
}

.txtwrap{
	border-bottom: 1px dotted #e2e2e2;
}
	
#header {
	height: 60px;
	border-bottom: none;
	/* background-image: url(/img/header.jpg); */
	background-size: auto;
}

#side1_wrap {
	text-align: center;
}

#side1_wrap .sidenavi li img{
	box-shadow: 0 0 5px #f9a5b9;
}

#side_nav{
	background: #d62323;
}

#side_nav li a {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	padding: 14px 0 14px 9px;
	display: block;
	background: #d62323;
}

.side_info {
    text-align: center;
    margin: 10px auto;
    font-weight: bold;
}

.side_tel a, .side_line a {
	background: #ff79b0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
	text-shadow: 0 1px 0px #ff62a2;
	border: 1px solid #ff62a2;
	padding: 5px;
	width: 90%;
	border-radius: 5px;
	margin: 0 auto 5px;
	display: block;
	font-size: 1.1rem;
	text-decoration: none;
	color: #FFF;
}

.side_open {
	color: #d62323;
	background: #fff;
	border-radius: 15px;
	display: inline-block;
	padding: 3px 10px;
}

.gimg {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}


.gimg a {
	width: 32%;
	margin: 3px;
}

.gimg a img {
	width: 100%;
	border: 3px solid #fff;
	outline: 1px solid #d8d8d8;
	box-sizing: border-box;
	object-fit: cover;
	height: 140px;
}

.indoor iframe{
	width:75%;
	height: 400px;
	margin: 0 auto;
}

#daylist ul li.current {
    font-weight: bold;
    background: #49b396;
}

#daylist ul li.current a{
	color: #FFF;
}

#daylist a{
	color:#6c5b24;
	text-decoration: none;
}

ul.girllist a {
color: #5a5a5a;
text-decoration: none;
}

ul.girllist li{
		line-height: 1.3;
}
ul.girllist li .time {
background: #f1e5ca;
padding: 2px 0;
border-radius: 4px;
margin: 4px 0 2px;
}
ul.girllist li .row1 {
font-weight: bold;
margin-top: 3px;
}

form .contwrap{
	text-align: left;
}
.tw {
	font-size: 1.2rem;
	font-weight: bold;
	color: #37716a;
	text-align: center;
	font-family: serif;
	letter-spacing: .1em;
	padding: 9px;
	margin: 5px 5px 0;
}

.h_site_desc{
	color: #d62323;
  font-weight: normal;
  display: inline-block;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

.event_wrap{
	padding:10px;
 box-sizing: border-box;
	background: #fff;
}

.event_wrap .e_title{
	font-weight: bold;
    color: #ff4a4a;
    background: #fce9ff;
    padding: 5px;
    font-size: 1rem;
}

.event_wrap .e_date{
	display: inline-block;
	margin: 0 0 0 5px;
	font-weight: normal;
	font-size: 0.8rem;
	color:#555;
}

.event_wrap .e_contents{
	padding:10px 5px 5px;
}

#c_calendar{
	border: 1px solid #bfbfbf;
	margin-bottom: 10px;
}
#c_calendar .c_week:first-child .e_day {
    min-height: 1rem;
}

.nx_month a{
    background: #000;
    font-size: 0.7rem;
    font-weight: 400;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    color: #FFF;
    display: inline-block;
}
.event_ttl{
	background: #ececec;
	margin: 5px 0 0;
	text-shadow: 0px 1px 1px #FFF;
	display: flex;
	padding: 5px;
	border: 1px solid #bfbfbf;
	border-bottom: none;
	font-weight: bold;
}
.event_ttl>div{
	flex: 1;
    display: flex;
    align-items: center;
}
.is_next_month{
	flex-direction: row-reverse;
}
.nx_month{
	justify-content: flex-end;
}
.is_next_month .this_month{
	justify-content: flex-end;
}
.is_next_month .nx_month{
	justify-content: flex-start;
}
.c_week {
    display: flex;
	border-collapse: collapse;
	border-bottom: 1px solid #bfbfbf;
}

.c_week:last-child{
	border-bottom: none;
}

.c_date_str{
	
}
#e_today{
	background: #FFF1E1;
}
.e_day {
  width: 14.28%;
  text-align: left;
  line-height: 1.2;
	border-right:1px solid #bfbfbf;
	font-size: 0.6rem;
	background: #fff;
	padding: 1px;
	min-height: 3rem;
}

.c_week:first-child .e_day{
	background: #eee;
	font-weight: bold;
	font-size: 0.6rem;
	padding: 5px 0;
	text-align: center;
}
.c_week .e_day:first-child{
	background-color: #FFE8F3;
	color: #FF3399;

}

.c_week .e_day:last-child{
	border-right:none;
	background-color: #DFEFF9;
	color: #2178B2;
}

.e_day a{
	font-size:0.6rem;
	text-align: left;
	padding: 0 1px 0 1px;
	box-sizing: border-box;
	display: inline-block;
	word-wrap: break-word;
	color: #5050e0;
	overflow: hidden;
	font-weight: bold;
	text-decoration: underline;
}

.c_date_desc{
    margin-top: 10px;
    font-size: 0.7rem;
    line-height: 1.3;
    cursor: pointer;
    text-decoration: underline;
    color: #5050e0;
    font-weight: bold;
}
.latest_event{
	margin: 10px auto;
	border: 1px solid #ccc;
}
.latest_event_ttl{
	padding: 5px;
	font-weight: bold;
	background: #ececec;
	border-bottom: 1px solid #ccc;
}
.highlight{
    background: #fff1bc;
    margin: 5px auto 0;
    padding: 5px 10px;
    color: #ff2929;
    font-weight: bold;
    text-align: center;
    width: 60%;
    font-size: 0.8rem;
}
.highlight span{
	color:#333;
}
/* caleander */
.popday{
	display: none;
}

.textwrap{
	margin: 10px 0 0;
}


#instagrams {
    margin: 15px 0;
}

.insta_link_qr {
    max-width: 180px;
    margin: 10px auto;
}

.insta_link_qr img {
    width: 100%;
}

.insta_title {
    text-align: center;
    font-size: 1.2rem;
}


#instagrams_lists{
	display: flex;
	flex-wrap: wrap;
	max-width: 500px;
	margin: auto;
}


.insta_prof {
    text-align: center;
    max-width: 150px;
    margin: auto;
}

#instagrams .insta_pic {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}

#instagrams .insta_pic img{
	width: 100%;
	border: 2px solid #d4bf9d;
}


#instagrams .insta_link {
	text-align: center;
	margin: 0 auto;
}

#instagrams .insta_link a {
	/* width: 100%; */
	margin: 0 auto;
	background: #525252;
	box-shadow: 2px 2px 0 1px #2f2f2f;
	color: #fff;
	padding: 5px;
	display: inline-block;
}
.thumb_box {
    display: flex;
    flex-wrap: wrap;
}

.thumb {
    width: 33.333333%;
    padding: 1px;
}
.pimg{
    max-width: 300px;
}

#mainimg.open {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}


@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}


.gal_tw {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 4;
    color: #0081bc;
    font-size: 1.5em;
    line-height: 1;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    width: 1.2em;
    height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how2oubo_sttl {
    background: #d6b89a;
}

.how2oubo_desc {
    padding: 0 1% 10px;
}

.how2oubo_w{
	padding: 5px;
	color: #333;
	background: #FFF;
	margin: 0 0 15px;
}

.schedule_page #daylist a {
    color: #fff;
}
.schedule_page ul.girllist a{
    color: #000;
}
.schedule_page ul.girllist li{
    background:#fff;
}

@media(min-width: 800px){
	#ta_w{
		/* position: absolute; */
		/* top: 35px; */
		/* right: 5px; */
	}
	/* profile */
	.profile{
		display: flex;
		flex-wrap: wrap;
		text-align: left;
		justify-content: space-between;
	}
	
	.profile .pimg {
    width: 40%;
	}
	.proftext{
		width: 55%;
	}
	#daylist ul {
		display: table;
		table-layout: fixed;
		width: 100%;
		border-collapse: collapse;
		margin: 15px 0;
	}

	#daylist ul li {
		display: table-cell;
		padding: 7px 0;
		text-align: center;
		border: 1px solid #b3b3b3;
		font-size: 14px;
	}
	
	ul.girllist {
		margin-bottom: 15px;
		font-size: 0.8rem;
		text-align: left;
	}
	ul.girllist li {
		width: 187px;
		display: inline-block;
		border: 1px solid #c7c7c7;
		padding: 10px;
		margin: 7px 4px;
		text-align: center;
		line-height: 1.7em;
	}
	ul.girllist li .row1 {
		font-weight: bold;
		font-size: 0.95rem;
		margin-top: 3px;
	}
	.caution {
		line-height: 1.9;
		box-sizing: border-box;
		padding: 30px 10px 0;
		height: 330px;
		font-size: 1rem;
		background-image: url(../img/pbg.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	.caution .title {
		display: inline-block;
		margin: 0 auto 10px;
		font-weight: bold;
		line-height: 1.5;
		font-size: 1.1rem;
		font-family: serif;
		border-bottom: 2px solid #c53f3f;
	}
	.caution p{
		font-size: 0.9rem;
	}
}

@media(max-width:799.98px) {
	body{	font-weight: normal}
	#top_nav {
			min-height: 200px;
		}

	.indoor iframe{
		width:90%;
		height: 300px;
		margin: 10px auto 0;
	}
    .swiper-container,.swiper-container evo-box-img{
        height: 250px;
    }
	/* ナビゲーション */
	
	.address{
		padding:0 0 5px;
		margin: 0 auto;
		text-align: center;
	}
	
	#header_wrap .address {
		padding: 0;
	}
/* blog */
	.blog li .img{
		margin: 0 auto;
	}

	.blog li .cast_desc{
		width: 100%;
	}
	#girl_wrap .pimg{
		width: 90%;
		margin: 0 auto;
	}
	.pricetable th,
	.pricetable td {
		width: 100%;
		display: block;
	}
	.accesstable td {
		display: block;
	}
	
	.pricetable th {
		padding: 2px 5px 0;
	}
	
	.pricetable td{
		padding: 5px;
	}
	
	.accesstable .gmap_btn {
	background: #b3a280;
	border-radius: 6px;
	border: 1px solid #9c8e74;
	text-align: center;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
	width: 80%;
	padding: 5px 0;
	margin: .2rem auto;
	}
	
	.gimg a {
		display: block;
		width: 47%;
		margin: 4px;
	}
	
	.gimg a img {
		height: 150px;
	}
    .castlist{
        padding: 0;
    }
    
    .castlist li {
    box-sizing: border-box;
    width: 95px;
    /* height: 175px; */
    margin: 0 2px 13px;
    overflow: hidden;
    position: relative;
    }

    .castlist .photo {
        /* height: 130px; */
    }

    .castlist .photo img{
        max-height: 130px;
    }
	
	#daylist ul {
		width: 100%;
		margin: 15px 0 15px -5px;
	}
	
	#daylist ul li:first-child {
    width: 93.1%;
}
	
	#daylist ul li {
		display: inline-block;
		width: 31%;
		padding: 7px 0;
		text-align: center;
		border: 1px solid #b3b3b3;
		margin: 0 -7px -1px 0;
		border-collapse: collapse;
	}
	ul.girllist {
    margin: 0 auto 15px;
    font-size: 90%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
	}
		ul.girllist li {
			flex-basis: 48%;
		 border: 1px solid #c7c7c7;
			padding: 6px;
			margin: 2px;
			text-align: center;
	}
	ul.girllist li .row3 span {
		display: block;
	}
	
	.pricetable input[type='text'] {
	width: 100%;
	}
	
.ham_menu{
	position: relative;
	z-index: 1;
	}
	.line_btn {
		font-size: 0.8rem;
		font-weight: bold;
		border: none;
		background: #69D22F;
		cursor: pointer;
		width: 80%;
		box-shadow: inset 0 -2px 0 #48A515;
		padding: 3px 0;
		border-radius: 5px;
		margin: 0 auto;
		text-align: center;
	}
	.line_btn a{
		color: #FFF;
		text-decoration: none;
	}
	.caution {
		background: #f8fde7;
		background-image: url(../img/pbgs.png);
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		margin: 10px auto;
		text-align: left;
		padding: 10px;
	}
	
	.caution .title {
		text-align: center;
		display: inline-block;
		margin: 0 auto 10px;
		font-weight: bold;
		line-height: 1.5;
		font-size: 1.1rem;
		font-family: serif;
		border-bottom: 2px solid #c53f3f;
	}
    #menu_btn button{
	    border-radius: 6px;
	    padding: 7px 6px;
	    background: #d81519;
	    border: 4px solid #FFF;	
    }
	.marquee {
	  overflow: hidden;
	  position: relative;
	}
	.marquee::after {
	  content: "";
	  white-space: nowrap;
	  display: inline-block;
	}
	.marquee .m_s {
	  position: absolute;
	  top: 0;
	  white-space: nowrap;
	  animation-name: marquee;
	  animation-timing-function: linear;
	  animation-duration: 20s;
	  animation-iteration-count: infinite;
	}
	@keyframes marquee {
	    0% { left: 100%; transform: translate3d(0,0,0); }
	  100% { left: 0; transform: translate3d(-100%,0,0) }
	}
	.subbg {
    height: 150px;
	}
	.insta_link_qr {
		display:none;
	}
}
