@font-face {
	font-family: "YakuHanJPs";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/YakuHanJPs/woff2/YakuHanJPs-Regular.woff2") format("woff2");
	unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
	  U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
	  U+ff5d;
}
@font-face {
	font-family: "YakuHanJPs";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/YakuHanJPs/woff2/YakuHanJPs-Bold.woff2") format("woff2");
	unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
	  U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
	  U+ff5d;
}
:root {
	--main-color: #4390B5;
	--sub-color: #f0f5f8;
	--hlogo-max-width: 210px;
}
html,
body {
	width: 100%;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	font-family: YakuHanJPs, 'Arial', 'Meiryo', 'Helvetica', 'Hiragino Kaku Gothic ProN', sans-serif;
}
span {
	display: inline-block;
}
strong {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
button {
	background: transparent;
}
.clearfix::after {
	display: block;
	content: " ";
	clear: both;
}
.header_line {
	font-size: 10px;
	padding: 6px 0;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;	
	text-overflow: ellipsis;
}
.mess_list {
	margin: 8px 0;
}
.mess_list li {
    font-size: 14px;
    background: transparent url('../img/icon_war0.png') no-repeat 0 2px;
    background-size: 16px 16px;
    padding-left: 19px;
}
.mess_list li.error_mess {
	background: transparent url('../img/icon_war2.png') no-repeat 0 2px;
    background-size: 16px 16px;
	color: #ff4500;
	font-weight: bold;
}
.mess_list li.war {
	background: transparent url('../img/icon_war2.png') no-repeat 0 2px;
    background-size: 16px 16px;
	color: #ff4500;
}
.mess_list li.war1 {
	background: transparent url('../img/icon_war1.png') no-repeat 0 2px;
    background-size: 16px 16px;
}
.mess_list li.point {
	background: transparent url('../img/icon_point.png') no-repeat 0 2px;
    background-size: 16px 16px;
}
.mess_list li a {
	text-decoration: 1px underline currentColor;
}
.war_text,
.play_war_text,
.room_war_text {
	margin: 16px 0;
	padding: 7px 10px;
	border-radius: 8px;
	background-color: #ff4500;
	color: #fff;
	font-size: 14px;
}
.war_text2 {
	margin: 16px 0;
	padding: 0;
	border-radius: 8px;
	background-color: var(--main-color);
	color: #fff;
	font-size: 14px;
}
.war_text2 a {
	display: block;
	padding: 7px 10px;
	text-decoration: 1px #fff underline;
}
#wrap {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 85px auto 0 auto;
}
#header .cont,
#bread ol,
#footer .cont {
	width: 100%;
	max-width: 1232px;
	margin: 0 auto;
	padding: 0 16px;
}
#footer .cont {
	margin: 16px auto;
}
#header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: var(--main-color); /*メインカラー*/
	box-shadow: 1px 1px 2px rgba(100, 100, 100, .3);
	z-index: 1002;
}
#header_main {
	display: flex;
	margin: 0 auto;
	padding-bottom: 6px;
}
#header_main .header_logo {
	max-width: var(--hlogo-max-width);
	margin: 5px auto 5px 0;
}
#header_main .button {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 8px;
	background: linear-gradient(rgba(255,255,255,0.25), rgba(255,255,255,0));
	padding: 8px;
	margin-left: 10px;
	display: block;
}
#header_main .button .in {
	position: absolute;
	top: 6px;
	right: 6px;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ff4500;
}
#bread {
	padding: 3px 0;
	background-color: #f5f5f5;
}
#bread ol {
	font-size: 12px;
	line-height: 18px;
	max-height: 54px;
	overflow: hidden;
	overflow-y: auto;
}
#bread ol li {
	display: inline;
}
#bread ol li a {
	display: inline;
	margin: 2px 0;
	padding: 2px 0 2px 15px;
	background: transparent url('../img/bread_link.png') no-repeat left 0 TOP 50%;
	background-size: 14px 14px;
	color: #555;
}
#bread ol li:first-child a {
	background-image: url('../img/bread_home.png');
	padding-left: 17px;
}
#top {
	position: relative;
}
#top_img {
	position: relative;
	height: auto;
	overflow: hidden;
}
#top_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_img .inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 240px;
	padding: 16px 8px;
	z-index: 500;
}
#top_img .catch {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-shadow: 2px 2px 5px #000;
	text-align: center;
	line-height: 1.2;
}
#top_img .text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-shadow: 2px 2px 5px #000;
	text-align: center;
	line-height: 1.2;
}
#top_img .text .date_span {
	display: block;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
}
#top_img .text .and {
	padding: 0 8px;
}
#top_img .text.plan_name,
#top_img .text.item_name,
#top_img .text.menu_name {
	font-size: 36px;
	padding: 32px 0;
}
#main {
	width: 100%;
	max-width: 1232px;
	margin: 0 auto;
	padding: 0 16px;
}
#main .cont {
	padding: 16px 0;
}
#main .cont_title {
	margin-bottom: 8px;
	padding: 10px 0 8px;
	border-left: 8px solid var(--main-color); /*メインカラー*/
	background: var(--sub-color); /*サブカラー*/
	font-size: 24px;
	font-weight: bold;
	border-radius: 0 8px 8px 0;
	line-height: 1.3
}
#main .cont_title.pop {
	position: relative;
	margin-top: 40px;
	padding-right: 23%;
}
#main .cont_title strong {
	display: inline-block;
	padding: 0 8px;
}
#main .cont_title.pop .pop_img {
	position: absolute;
	right: 0;
	bottom: 15%;
	width: 24%;
	transform: rotate(5deg);
	transform-origin: 100% 100%;
	pointer-events: none;
}
#main .cont_catch {
	position: relative;
	padding: 12px 26px 8px;
	margin-bottom: 8px;
	background: url(../img/mark_ok.png) no-repeat left 0 top 0;
	background-size: 36px;
	font-size: 18px;
	font-weight: bold;
}
#main .cont_catch strong {
	position: relative;
	display: inline-block;
	padding: 12px;
}
#main .cont_catch strong::before {
	content: '';
	position: absolute;
	top: 0;
	left: -12px;
	display: block;
	width: calc(100% + (12px * 2));
	height: 100%;
	border: 3px solid #ff8800;
	border-radius: 8px;
	z-index: -1;
}
#main .cont_text {
	font-size: 14px;
}
#main .cont_add {
	margin-top: 24px;
	font-size: 14px;
}
#main .sub_title {
	margin: 16px 0 0;
	font-size: 14px;
	font-weight: bold;
}
#main .cont_butt {
	display: flex;
	justify-content: flex-end;
	margin: 16px 0;
}
#main .butt {
	position: relative;
	top: 0;
	display: block;
	width: 49%;
	max-width: 300px;
	padding: 10px 16px;
	color: #fff;
	font-size: 16px;
	border-radius: 8px;
	background: var(--main-color);
	text-align: center;
	transition: top .1s;
}
#main .butt[disabled] {
	background: #ccc url('../img/icon_next.png') no-repeat right 10px top 50%!important;
	background-size: 16px 16px!important;
	box-shadow: none!important;
}
#main .butt:not([disabled]):hover {
	top: -2px;
}
#main .butt.left {
	padding-left: 22px;
	background: var(--main-color) url('../img/icon_prev.png') no-repeat left 10px top 50%;
	background-size: 16px 16px
}
#main .butt.right {
	padding-right: 22px;
	background: var(--main-color) url('../img/icon_next.png') no-repeat right 10px top 50%;
	background-size: 16px 16px;
}
#main .butt.back {
	margin-right: auto;
    background: #888 url('../img/icon_prev.png') no-repeat left 10px top 50%;
    background-size: 16px 16px;
}
#main .butt.war {
	font-weight: bold;
	background-color: #ff4500;
	color: #fff;
}
#main .list_title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border-bottom: 3px solid var(--main-color);
	padding-bottom: 4px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2px;
}
#main .list_title .butt {
	width: 150px;
	padding: 6px 18px 6px 8px;
	font-size: 12px;
	font-weight: normal;
}
#main .tab_box {
	width: 100%;
	padding: 8px 0 0;
	overflow: hidden;
}
#main .shop_tab {
	display: flex;
	width: 100%;
	padding: 0 2%;
	border-bottom: 4px solid var(--main-color);
	overflow-y: hidden;
	overflow-x: auto;
}
#main .shop_tab.coupon {
	border-color: #ff4500;
}
#main .shop_tab li {
	width: 100%;
	max-width: 160px;
}
#main .shop_tab li a {
	display: block;
	border-top: 3px solid #888;
	border-left: 3px solid #888;
	border-right: 3px solid #888;
	border-radius: 8px 8px 0 0;
	background-color: #f6f6f6;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 12px 2px;
	height: 100%;
}
#main .shop_tab li:not(.on) a:hover {
	opacity: .7;
}
#main .shop_tab li a span {
	display: inline-block;
}
#main .shop_tab li.on a {
	border-color: var(--main-color);
	background-color: var(--main-color);
	color: #fff;
	font-weight: bold;
}
#main .shop_tab li.coupon a {
	border-color: #ff4500;
	background-color: rgba(255, 69, 0, .2);
	color: #ff4500;
}
#main .shop_tab li.coupon.on a {
	border-color: #ff4500;
	background-color: #ff4500;
	color: #fff;
}
#main .main_top {
	margin-bottom: 16px;
}
#main .main_top .main_img {
	position: relative;
	width: 30%;
	min-width: 120px;
	padding: 8px;
	border-radius: 8px;
	margin-left: 2%;
	float: right;
	background-color: #ddd;
}
#main .main_top .main_img.no_bgc {
	background-color: transparent;
}
#main .main_top .main_img.col2 {
	display: flex;
	justify-content: space-between;
	width: 40%;
}
#main .main_top .main_img.col2 .col {
	width: calc(50% - 4px);
}
#main .main_top .main_img img {
	border-radius: 8px;
}
#main .main_top .main_img img.soldout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .shop_data .title {
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding: 8px 10px;
	display: flex;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-radius: 8px 8px 0 0;
	background-color: #f6f6f6;
	font-size: 14px;
	font-weight: bold;
}
#main .shop_data .title span {
	min-width: 3em;
}
#main .shop_data .shop_main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 0 0 8px 8px;
}
#main .shop_data .map {
	width: 49.5%;
}
#main .shop_data .map iframe {
	width: 100%;
	min-height: 200px;
}
#main .shop_data .info {
	width: 49.5%;
	display: flex;
	flex-direction: column;
}
#main .shop_data .info .area {
	font-size: 10px;
    background: transparent url(../img/icon_area.png) no-repeat 0 0;
    background-size: 14px 14px;
    padding: 0 0 0 18px;
    margin-bottom: 4px;
}
#main .shop_data .info .catch {
	font-size: 12px;
	font-weight: bold;
}
#main .shop_data .info .text {
	max-height: 108px;
	overflow-y: auto;
	margin-bottom: 5px;
	font-size: 12px;
}
#main .shop_data .info .butt {
	width: 100%;
	max-width: 100%;
	margin: auto auto 0;
}
#main .user_data {
	margin: 16px 0;
	padding: 8px 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
}
#main .user_data .name {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding: 0 0 5px 32px;
	border-bottom: 1px solid #ddd;
	background: transparent url(../img/nihon_user.png) no-repeat 0 0;
	background-size: 24px 24px;
	font-size: 16px;
}
#main .event_list {
	width: 101%;
	margin: 0 -0.5%;
	display: flex;
	flex-wrap: wrap;
}
#main .event_list > li {
	width: 50%;
	padding: .5%;
	align-self: stretch;
}
#main .event_list > li > a {
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	transition: top .1s;
}
#main .event_list > li.on > a {
	border: 2px solid var(--main-color);
}
#main .event_list > li:not(.on) > a:hover {
	top: -2px;
}
#main .rank_box {
	position: relative;
	padding-top: 32px;
}
#main .rank_title {
	position: absolute;
	top: -8px;
	left: 50%;
	width: 100vw;
	max-width: 1260px;
	transform: translateX(-50%) rotate(-10deg);
	transform-origin: 0 100%;
	z-index: 1;
	pointer-events: none;
}
#main .rank_list {
	display: flex;
	flex-wrap: wrap;
	padding: 16px;
	border-radius: 8px;
	background-color: #fffce0;
	margin-bottom: -24px;
}
#main .cate1 .rank_list {
	background-color: #fffce0;
}
#main .cate2 .rank_list {
	background-color: #fce8d0;
}
#main .cate3 .rank_list {
	background-color: #d6ebd9;
}
#main .cate4 .rank_list {
	background-color: #f5eef8;
}
#main .cate5 .rank_list {
	background-color: #ebf5fa;
}
#main .cate6 .rank_list {
	background-color: #cae7e2;
}
#main .cate7 .rank_list {
	background-color: #fadbd8;
}
#main .rank_list > li {
	width: 25%;
	align-self: stretch;
	margin-right: 8px;
}
#main .rank_list > li > a {
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: top .1s;
	z-index: 2;
}
#main .rank_list > li > a:hover {
	top: -2px;
}
#main .rank_list .rank_main {
	width: 100%;
	height: 100%;
	display: flex;
	border: 1px solid #ffbf00;
	border-radius: 100px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 4px 12px rgba(100, 100, 100, .3);
}
#main .cate1 .rank_list .rank_main {
	border-color: #ffbf00;
}
#main .cate2 .rank_list .rank_main {
	border-color: #ffa500;
}
#main .cate3 .rank_list .rank_main {
	border-color: #006400;
}
#main .cate4 .rank_list .rank_main {
	border-color: #9b59b6;
}
#main .cate5 .rank_list .rank_main {
	border-color: #3498db;
}
#main .cate6 .rank_list .rank_main {
	border-color: #00a99d;
}
#main .cate7 .rank_list .rank_main {
	border-color: #e74c3c;
}
#main .rank_list .rank_main .img {
	align-self: center;
	padding: 4px;
	border-radius: 50%;
}
#main .rank_list .rank_main .img img {
	border: 1px solid #ffbf00;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
#main .cate1 .rank_list .rank_main .img img {
	border-color: #ffbf00;
}
#main .cate2 .rank_list .rank_main .img img {
	border-color: #ffa500;
}
#main .cate3 .rank_list .rank_main .img img {
	border-color: #006400;
}
#main .cate4 .rank_list .rank_main .img img {
	border-color: #9b59b6;
}
#main .cate5 .rank_list .rank_main .img img {
	border-color: #3498db;
}
#main .cate6 .rank_list .rank_main .img img {
	border-color: #00a99d;
}
#main .cate7 .rank_list .rank_main .img img {
	border-color: #e74c3c;
}
#main .rank_list .rank_main .info {
	width: calc(100% - 80px);
	padding: 4px;
	background-color: #fff;
}
#main .rank_list .rank_main .rank1 {
	color: #ffd700;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px #ccc;
}
#main .rank_list .rank_main .rank2 {
	color: #a0a0a0;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px #ccc;
}
#main .rank_list .rank_main .rank3 {
	color: #b46212;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px #ccc;
}
#main .rank_list .rank_main .title {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}
#main .rank_list .rank_main .text {
	font-size: 10px;
}
#main .rank_list .rank_main .icon {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-20%, -20%);
	border-radius: 50%;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 4px 12px rgba(100, 100, 100, .3);
}
#main .shop_list {
	width: 102%;
	margin: 0 -1%;
	display: flex;
	flex-wrap: wrap;
}
#main .shop_list > li {
	width: 50%;
	padding: 1%;
	align-self: stretch;
}
#main .shop_list > li > a {
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: top .1s;
}
#main .shop_list > li > a:hover {
	top: -2px;
}
#main .shop_list .shop_main {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 8px;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 4px 12px rgba(100, 100, 100, .3);
	overflow: hidden;
}
#main .shop_list .shop_main .shop_img {
	width: 120px;
}
#main .shop_list .shop_main .shop_img img {
	border-radius: 8px;
}
#main .shop_list .shop_main .shop_info {
	display: flex;
	flex-direction: column;
	width: calc(100% - 128px);
}
#main .shop_list .shop_main .shop_title {
	max-height: 42px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
#main .shop_list .shop_main .shop_catch {
	max-height: 30px;
	font-size: 10px;
	overflow: hidden;
}
#main .shop_list .shop_main .shop_area {
	font-size: 10px;
	padding-left: 14px;
	background: url(../img/icon_area.png) no-repeat top 50% left;
	background-size: 14px 14px;
}
#main .shop_list .shop_main .shop_coupon {
	font-size: 10px;
	padding-left: 14px;
	background: url(../img/icon_coupon.png) no-repeat top 50% left;
	background-size: 14px 14px;
}
#main .shop_list .shop_main .shop_bottom {
	margin-top: auto;
}
#main .shop_list .shop_main .shop_butt {
	display: block;
	width: 80px;
	margin-left: auto;
	padding: 3px 0;
	border-radius: 8px;
	background-color: var(--main-color);
	color: #fff;
	font-size: 10px;
	text-align: center;
}
#main .link_list {
	width: calc(100% + 8px);
	margin: 0 -4px;
	display: flex;
	flex-wrap: wrap;
}
#main .link_list li {
	width: auto;
    padding: 8px 4px;
    align-self: stretch;
}
#main .link_list li a {
	display: block;
	padding: 4px 12px 6px;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 1px 4px rgba(100, 100, 100, .3);
	font-size: 12px;
}
#main .link_list li a:hover {
	background-color: var(--sub-color);
}
#main .list_option {
	margin: 8px 0;
	text-align: right;
}
#main .list_option .option {
	display: inline-flex;
	border-radius: 8px;
}
#main .list_option .option button {
	flex-shrink: 0;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
	font-size: 12px;
}
#main .list_option .option button:first-child {
	border-radius: 8px 0 0 8px;
}
#main .list_option .option button:last-child {
	border-radius: 0 8px 8px 0;
}
#main .list_option .option button:not(:last-child) {
	border-right: none;
}
#main .list_option .option button.on {
	color: #369;
	border: 1px solid currentColor;
	font-weight: bold;
}
#main .list_option .option button.on + button {
	border-left: none;
}
#main .cont .item_list {
	width: 102%;
	margin: 0 -1%;
	display: flex;
	flex-wrap: wrap;
}
#main .cont .item_list > li {
	width: 25%;
	padding: 1%;
	align-self: stretch;
	order: 0;
}
#main .cont .item_list > li.off {
	order: 1;
}
#main .cont .item_list > li > a {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;	
	transition: top .1s;
}
#main .cont .item_list > li > a:hover {
	top: -2px;
}
#main .cont .item_list .item_main {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 4px 12px rgba(100, 100, 100, .3);
	order: 1;
}
#main .cont .item_list li.off .item_main {
	background-color: #eee;
	order: 0;
}
#main .cate1 .item_list.cate .item_main {
	background-color: #fffce0;
}
#main .cate2 .item_list.cate .item_main {
	background-color: #fce8d0;
}
#main .cate3 .item_list.cate .item_main {
	background-color: #d6ebd9;
}
#main .cate4 .item_list.cate .item_main {
	background-color: #f5eef8;
}
#main .cate5 .item_list.cate .item_main {
	background-color: #ebf5fa;
}
#main .cate6 .item_list.cate .item_main {
	background-color: #cae7e2;
}
#main .cate7 .item_list.cate .item_main {
	background-color: #fadbd8;
}
#main .cont .item_list .item_main .item_img {
	position: relative;
}
#main .cont .item_list .item_main .item_img p.point {
	position: absolute;
	bottom: 10px;
	left: 5px;
	padding: 0 3px 0;
	background: #ffc;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #ddd;
	border-radius: 6px
}
#main .cont .item_list .item_main .item_img p.resv_off {
	position: absolute;
	bottom: 35px;
	left: 5px;
	padding: 0 3px 0;
	background: #ff4500;
	color: #fff;
	font-size: 12px;
	border-radius: 6px
}
#main .cont .item_list .item_main .item_img .set_num {
	position: absolute;
	right: 8px;
	bottom: 2px;
	font-size: 12px;
	text-shadow:
		1px 1px 0 #000, -1px -1px 0 #000,
		-1px 1px 0 #000, 1px -1px 0 #000,
		0px 1px 0 #000,  0-1px 0 #000,
		-1px 0 0 #000, 1px 0 0 #000;
	;
	color: #fff;
}
#main .cont .item_list .item_main .item_info {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 8px;
}
#main .cont .item_list .item_main .item_title {
	height: 42px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
#main .cont .item_list .item_main .item_catch {
	margin-bottom: 2px;
	max-height: 36px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}
#main .cont .item_list .item_main .item_text {
	max-height: 54px;
	margin-bottom: 4px;
	font-size: 12px;
	overflow: hidden;
}
#main .cont .item_list.cate .item_main .item_text {
	height: 54px;
	margin-top: auto;
}
#main .cont .item_list .item_main .item_cap {
	padding: 0 8px 8px;
	max-height: 45px;
	margin-bottom: 4px;
	font-size: 10px;
	overflow: hidden;
}
#main .cont .item_list .item_main .item_data {
	padding-top: 4px;
}
#main .cont .item_list .item_main p.area {
	color: #333;
	font-size: 10px;
	background: transparent url('../img/icon_area.png') no-repeat 0 0;
	background-size: 14px 14px;
	padding: 0 0 0 18px;
	margin-bottom: 4px;
}
#main .cont .item_list .item_main p.shop {
	color: #333;
	font-size: 10px;
	background: transparent url('../img/icon_home.png') no-repeat 0 0;
	background-size: 14px 14px;
	padding: 0 0 0 18px;
	margin-bottom: 4px;
}
#main .cont .item_list .item_main .item_keys {
	display: flex;
	flex-wrap: wrap;
	max-height: 28px;
	font-size: 10px;
	line-height: 14px;
	overflow: hidden;
}
#main .cont .item_list .item_main .item_keys li {
	width: auto;
	margin-right: 6px;
	order: 1;
}
#main .cont .item_list .item_main .item_keys li.on {
	font-weight: bold;
	order: 0;
}
#main .cont .item_list .item_main .item_bottom {
	margin-top: auto;
}
#main .cont .item_list.cate .item_main .item_bottom {
	margin-top: 0;
}
#main .cont .item_list .item_main .item_butt {
	display: block;
	width: 100%;
	border-radius: 8px;
	padding: 4px 0;
	background: var(--main-color) url('../img/icon_next.png') no-repeat top 50% right 8px;
	background-size: 16px 16px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#main .cate1 .item_list.cate .item_main .item_butt {
	background-color: #ffbf00;
}
#main .cate2 .item_list.cate .item_main .item_butt {
	background-color: #ffa500;
}
#main .cate3 .item_list.cate .item_main .item_butt {
	background-color: #006400;
}
#main .cate4 .item_list.cate .item_main .item_butt {
	background-color: #9b59b6;
}
#main .cate5 .item_list.cate .item_main .item_butt {
	background-color: #3498db;
}
#main .cate6 .item_list.cate .item_main .item_butt {
	background-color: #00a99d;
}
#main .cate7 .item_list.cate .item_main .item_butt {
	background-color: #e74c3c;
}
#main .cont .item_list .item_main .item_butt.war {
	font-weight: bold;
	background-color: #ff4500;
	color: #fff;
}
#main .cont .item_list > li a .item_main dl {
	margin-top: auto;
	padding: 4px 0 0;
}
#main .cont .item_list > li a .item_main dl > div {
	display: flex;
	margin-bottom: 4px;
}
#main .cont .item_list > li a .item_main dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	margin-right: 5px;
	border-radius: 4px;
	background-color: #888;
	color: #fff;
	font-size: 10px;
	text-align: center;
}
#main .cont .item_list > li a .item_main dl dd {
	color: #333;
	font-size: 14px;
	width: calc(100% - 50px);
}
#main .cont .item_list > li a .item_main dl dd span {
	display: block;
	font-size: 12px;
}
#main .cont .item_list > li a .item_main dl .star dt {
	letter-spacing: 1px;
	background-color: var(--main-color);
}
#main .cont .item_list > li a .item_main dl .star dd {
	width: 100px;
	display: block;
}
#main .cont .item_list > li a .item_main dl .men dt {
	background-color: var(--main-color);
}
#main .cont .item_list > li a .item_main dl .price dt {
	background-color: #ff4500;
}
#main .cont .item_list > li a .item_main dl .price dd {
	color: #ff4500;
	font-size: 14px;
	font-weight: bold;
}
#main .cont .item_list > li a .item_main dl + .item_bottom {
	margin-top: 0;
}
#main .cont .item_list.img_list .item_main .item_img {
	padding: 4%;
}
#main .cont .item_list.img_list .item_main .item_img img {
	border-radius: 8px;
}
#main .drop_butt {
	width: 102%;
	margin: 8px -1%;
	padding: 0 1%;
	display: flex;
}
#main .drop_butt .drop {
	position: relative;
	top: 0;
	width: 23.5%;
	padding: 1%;
	margin-left: auto;
	background: #eee url('../img/icon_down.png') no-repeat top 50% right 7px;
	background-size: 16px 16px;
	color: #777;
	font-size: 14px;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 4px 12px rgba(100, 100, 100, .3);
	transition: top .1s;
}
#main .drop_butt .drop::before {
	content: 'もっと見る';
}
#main .drop_butt .drop:hover {
	top: -2px;
}
#main .drop_butt .drop.on {
	background: #eee url('../img/icon_up.png') no-repeat top 50% right 7px;
	background-size: 16px 16px;
}
#main .drop_butt .drop.on::before {
	content: '閉じる';
}
#main .item_count_butt {
	display: flex;
	justify-content: center;
	padding: 16px 0;
}
#main .item_count_butt button {
	min-width: 30px;
	font-size: 14px;
	font-weight: bold;
	background: #f3f3f3;
	border: 1px solid #bbb;
	border-radius: 3px;
	margin: 0 3px;
	padding: 0 3px;
	color: #555;
	text-align: center;
}
#main .item_count_butt button.on {
	border: 1px solid currentColor;
	color: #ff8731;
	background: #fff;
}
#main .item_count_butt button:disabled {
	border: #fff;
	background: #fff;
	color: #888;
}
#main .item_count_butt .dotted {
	font-size: 12px;
	margin: auto 5px;
}
#main .form_mess {
	color: #ff4500;
}
#main .sub_cont {
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
#main .sub_cont.last {
	border-bottom: none;
	padding-bottom: 0;
}
#main .sub_cont .sub_text {
	font-size: 14px;
}
#main .data_cont {
	margin-bottom: 15px;
	overflow: hidden;
}
#main .data_cont .data_head {
	background-color: #f6f6f6;
	padding: 5px 10px;
	display: flex;
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-radius: 8px 8px 0 0;
}
#main .data_cont .data_head .data_title {
	font-size: 14px;
	background: transparent url('../img/icon_check1.png') no-repeat 0 0;
	background-size: 18px 18px;
	padding: 0 0 0 23px;
	margin: 5px auto 5px 0;
}
#main .data_cont .data_head button {
	width: 28px;
	height: 28px;
	background: transparent url('../img/icon_up.png') no-repeat 6px 6px;
	background-size: 16px 16px;
	padding: 6px;
	margin-left: 10px;
	display: block;
}
#main .data_cont .data_box {
	max-height: initial;
	padding: 5px 10px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ddd;
	border-radius: 0 0 8px 8px;
}
#main .data_cont .data_box h4 {
	font-size: 14px;
	font-weight: bold;
}
#main .data_cont.on .data_head button {
	background-image: url('../img/icon_down.png');
}
#main .data_cont.on .data_box {
	max-height: 240px;
	border-radius: 0;
}
#main .member_box {
	position: relative;
}
#main .member_box .noresv::before {
	content: '予約日と人数を設定してください。';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);

}
#main .member_box .list_title {
	color: #ff4500;
}
#main .member_box .member_login {
	display: flex;
	justify-content: space-between;
	margin: -8px;
}
#main .member_box .login_item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}
#main .member_box .item_main {
	height: 100%;
	margin: 8px;
	padding: 8px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 4px 12px rgba(100, 100, 100, .3);
}
#main .member_box .item_main .title {
	margin-bottom: 16px;
	padding: 4px 0 8px;
	border-bottom: 1px solid var(--main-color);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#main .member_box .item_main .cont_butt {
	margin: 16px 0;
	justify-content: center;
}
#main .member_box .item_main .cont_butt .butt {
	display: block;
	width: 100%;
	font-size: 14px;
	padding: 12px;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 4px 12px rgba(100, 100, 100, .3);
}
#main .member_box .item_main .cont_butt .butt.back {
	margin-right: inherit;
}
#main .member_box .site_list {
	display: flex;
}
#main .member_box .site_list li {
	padding: 1%;
}
#main .member_box .site_list li img {
	box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 4px 12px rgba(100, 100, 100, .3);
	border-radius: 8px;
	overflow: hidden;
}
#main .plan_resv {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-color: var(--sub-color);
	border-radius: 8px;
	padding: 5px 0;
	margin: 20px 0;
}
#main .plan_resv > * {
	width: 50%;
	padding: 5px;
}
#main .plan_resv dl {
	width: 100%;
	padding: 0 5px;
	display: flex;
}
#main .plan_resv .plan_resv_box {
	display: flex;
}
#main .plan_resv dl dt {
	color: #fff;
	width: 60px;
	height: 30px;
	font-size: 12px;
	text-align: center;
	background-color: var(--main-color);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	display: block;
}
#main .plan_resv dl dd {
	height: 30px;
	width: calc(100% - 60px);
	background-color: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow: hidden;
	display: block;
}
#main .plan_resv dl dd select {
	width: 100%;
	height: 30px;
	font-size: 16px;
	padding: 0 5px;
}
#main .plan_resv dl dd select option.week0 {
	background-color: #fef;
}
#main .plan_resv dl dd select option.week6 {
	background-color: #eff;
}
#main .plan_resv dl dd select option.stop {
	background-color: #eee;
}
#sort {
	margin: 4px 0;
	border-radius: 8px;
	font-size: 10px;
}
#sort .open {
	display: block;
	width: auto;
	background: #fff url('../img/icon_arrow_down.png') no-repeat top 4px left 5px;
	background-size: 16px 16px;
	margin-bottom: 4px;
	padding: 4px 8px 4px 20px;
	text-align: right;
	border-radius: 8px;
	transition: .1s;
}
#sort.on .open {
	border-radius: 8px 8px 0 0;
}
#sort .keys {
	display: block;
}
#sort .keys ul {
	display: flex;
	flex-wrap: wrap;
	border-radius: 8px 0 8px 8px;
	max-height: 105px;
	overflow-y: auto;
}
#sort .keys ul > li {
	width: auto;
	padding: 4px;
	align-self: stretch;
	order: 1;
}
#sort .keys ul > li.on {
	order: 0;
}
#sort .keys ul > li button {
	padding: 4px 12px;
	border-radius: 100px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 1px 4px rgba(100, 100, 100, .3);
}
#sort .keys ul > li button:hover {
	background-color: var(--sub-color);
}
#sort .keys ul > li.on button {
	background-color: #ffa;
}
#sort .keys ul > li button.clear {
	padding: 4px 24px;
	background-color: #888;
	color: #fff;
}
#footer {
	margin-top: auto;
	padding-top: 40px;
	background: var(--main-color) linear-gradient(rgba(255,255,255,0.25), rgba(255,255,255,0));
}
#footer .drop_butt {
	text-align: right;
}
#footer .drop_butt .drop {
	color: #fff;
	font-size: 12px;
	text-align: left;
	background: transparent url('../img/icon_link_down.png') no-repeat top 4px left 5px;
	background-size: 16px 16px;
	padding: 4px 0 4px 20px;
	line-height: 1.2;
	margin-top: 8px;
}
#footer .drop_butt .drop.on {
	background: transparent url('../img/icon_link_up.png') no-repeat top 4px left 5px;
	background-size: 16px 16px;
}
#footer .drop_butt .drop::before {
	content: 'もっと見る';
}
#footer .drop_butt .drop.on::before {
	content: '閉じる';
}
#footer .bann_list {
	width: 102%;
	margin: 0 -1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .bann_list > li {
	width: 16.6666%;
	padding: 1%;
}
#footer .bann_list > li > a {
	position: relative;
	top: 0;
	display: block;
	transition: top .1s;
}
#footer .bann_list > li > a:hover {
	top: -2px;
}
#footer .area_list ul,
#footer .cate_list ul ,
#footer .event_list ul {
	display: flex;
	flex-wrap: wrap;
}
#footer .area_list ul li {
	width: 10%;
	margin: 4px 0;
}
#footer .cate_list ul li ,
#footer .event_list ul li {
	width: 20%;
	margin: 4px 0;
}
#footer .area_list ul li:first-child,
#footer .cate_list ul li:first-child,
#footer .event_list ul li:first-child {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

#footer .area_list ul li p,
#footer .cate_list ul li p,
#footer .event_list ul li p {
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding: 4px 0 4px 4px;
	line-height: 1.2;
	margin-top: 8px;
}
#footer .area_list ul li a,
#footer .cate_list ul li a,
#footer .event_list ul li a {
	color: #fff;
	font-size: 12px;
	text-align: left;
	background: transparent url('../img/icon_link.png') no-repeat top 3px left 5px;
	background-size: 16px 16px;
	padding: 4px 4px 4px 20px;
	display: block;
	line-height: 1.2;
}
#footer .area_list ul li span,
#footer .cate_list ul li span,
#footer .event_list ul li span {
	color: #aaa;
	font-size: 12px;
	text-align: left;
	background: transparent url('../img/icon_arrow_right.png') no-repeat top 4px left 5px;
	background-size: 16px 16px;
	padding: 5px 0 5px 20px;
	display: block;
	line-height: 1.2;
}
#footer_main {
	margin: 32px 0 0;
}
#footer_main .logo {
	width: 100%;
	max-width: 270px;
	margin: 0 auto;
}
#footer_main .link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 16px 0;
}
#footer_main .link_list li {
	margin: 5px;
}
#footer_main .link_list li a {
	color: #fff;
	font-size: 12px;
	text-align: left;
	border-radius: 4px;
	background: transparent url('../img/icon_link.png') no-repeat 0 2px;
	background-size: 16px 16px;
	padding: 3px 0 3px 17px;
}
#footer_main .sns_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -4px 0;
}
#footer_main .sns_list li {
	margin: 4px;
}
#footer_main .sns_list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 8px;
	background-color: #fff;
}
#footer_main .sns_list li img {
	width: 40px;
	height: auto;
}
#footer_main .copy {
	margin-top: 16px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
#footer_top {
	position: fixed;
	right: 16px;
	bottom: 8px;
	z-index: 100;
}
#footer_top button {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 48px;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: var(--main-color) url('../img/top_butt.png') no-repeat left 50% top 5px;
	background-size: 24px 24px;
	color: #fff;
	font-size: 12px;
	text-indent: 2px;
}
@media screen and (max-width: 1200px) {
#top_img .inner {
	min-height: 20vw;
}
#top_img .catch {
	font-size: 2vw;
}
#top_img .text {
	font-size: 4vw;
}
#top_img .text.plan_name,
#top_img .text.item_name,
#top_img .text.menu_name {
	font-size: 3vw;
}
#main .main_top.col2 .plus,
#main .main_top.col2 .plus::before {
	width: 6.4vw;
	height: 1.4vw;
}
}
@media screen and (max-width: 768px) {
#main .butt {
	font-size: 14px;
}
#top_img .catch {
	font-size: 16px;
}
#top_nav .inner .nav_main {
	flex-direction: column;
}
#main .main_top.col2 .cont_catch {
	font-size: 12px;
}
#main .main_top.col2 .cont_text {
	font-size: 10px;
}
#main .main_top .main_img.col2 {
	flex-direction: column;
}
#main .main_top .main_img.col2 .col {
	width: 100%;
}
#main .main_top .main_img.col2 .col:first-child {
	margin-bottom: 6px;
}
#main .rank_list li {
	width: 100%;
	margin-bottom: 8px;
}
#main .shop_list > li {
	width: 100%;
}
#footer .area_list ul li {
	width: 25%;
}
#footer .event_list ul li,
#footer .cate_list ul li {
	width: 50%;
}
#footer_main .logo {
	margin: 0;
}
#footer_main .link_list {
	justify-content: flex-start;
}
#footer_main .sns_list {
	justify-content: flex-start;
	width: 250px;
}
#footer_main .copy {
	text-align: left;
}
}
@media screen and (max-width: 660px) {
#main .cont .item_list > li {
	width: 50%;
}
#main .drop_butt .drop {
	width: 49%;
}
#footer .bann_list > li {
	width: 50%;
}
}
@media screen and (max-width: 520px) {
#top_img .inner {
	min-height: 100px;
}
#top_img .text,
#top_img .text.plan_name,
#top_img .text.item_name,
#top_img .text.menu_name {
	font-size: 18px;
}
#top_nav .inner {
	flex-direction: column;
}
#top_nav .nav_main,
#top_nav .nav_side {
	width: 100%;
}
#main .cont.pop .pop_img {
	width: 250px;
}
#main .cont_title {
	font-size: 18px;
}
#main .cont_title.pop {
	margin-top: 36px;
	padding-right: 0;
}
#main .cont_title.pop .pop_img {
	width: 160px;
	bottom: 75%;
}
#main .cont_catch {
	font-size: 16px;
}
#main  .member_box .member_login {
	flex-wrap: wrap;
}
#main .shop_data .map {
	width: 100%;
}
#main .shop_data .info {
	width: 100%;
	padding: 5px 0;
}
#main .shop_data .info .text {
	max-height: 72px;
}
#main .shop_tab li a {
	font-size: 10px;
}
#main .rank_list {
	margin-bottom: 0;
}
#main .rank_list .rank_main {
	flex-direction: row;
}
#footer .area_list ul li {
	width: 50%;
}
#footer .event_list ul li,
#footer .cate_list ul li {
	width: 100%;
}
}

#on_samurai {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: transparent;
}
#on_samurai p {
	width: 100%;
}
#on_samurai .wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 49%;
	padding: 8px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 4px 12px rgba(100, 100, 100, .3);
	border-radius: 8px;
	font-size: 12px;
}
#on_samurai .wrap .comment {
	position: absolute;
	top: -28px;
	right: -60px;
	max-width: 250px;
	transform: translateY(-50%);
}
#on_samurai .title {
	margin: 0 0 8px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #888;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	flex: 0 0 auto;
}
#on_samurai .title span {
	display: inline-block;
	font-weight: bold;
}
#on_samurai .main {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}
#on_samurai .img {
	width: 80px;
}
#on_samurai .info {
	width: calc(100% - 88px);
}
#on_samurai .bottom {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
#on_samurai ul li {
	display: inline-block;
	margin-right: .25em;
}
#on_samurai ul li::before {
	content: '・';
}
#on_samurai ul li a {
	display: inline-block;
}
#on_samurai dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 4px 0;
	border-top: 1px dashed #888;
	margin-top: auto;
}
#on_samurai dl:last-of-type {
	border-bottom: 1px dashed #888;
	margin-bottom: 8px;
}
#on_samurai dl dt {
	width: 10em;
}
#on_samurai dl dd {
	width: calc(100% - 10em);
}
#on_samurai .link {
	display: block;
	background: linear-gradient(180deg, #E8C37D 0%, #C6A32F 100%);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	padding: .25em;
	border-radius: 8px;
	text-align: center;
}
@media screen and (max-width: 768px) {
#on_samurai .wrap {
	width: 100%;
}
#on_samurai .wrap:not(:last-child) {
	margin-bottom: 8px;
}
#on_samurai .wrap .comment {
	right: 0;
	max-width: 220px;
}
}
@media screen and (max-width: 520px) {
#on_samurai dl dt,
#on_samurai dl dd {
	width: 100%;
}
}

#app_box {
	border-radius: 8px;
	padding: 8px;
	border: 1px solid #ddd;
	background: #f6f6f6;
}
#app_box .title {
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #cec9c9;
	font-size: 16px;
	font-weight: bold;
}
#app_box .app_main {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
#app_box .app_main .app_info {
	width: 49.5%;
	margin-bottom: 8px;
	font-size: 14px;
}
#app_box .app_main .app_list {
	display: flex;
	justify-content: space-between;
	width: 49.5%;
}
#app_box .app_main .app_list li {
	position: relative;
	top: 0;
	width: 49%;
	height: 100%;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 4px 12px rgba(100, 100, 100, .3);
	transition: top .1s;
}
#app_box .app_main .app_list li:hover {
	top: -2px;
}
#app_box .app_main .app_list li a {
	padding: 8px;
	display: block;
}
#app_box .app_main .app_list li .sub_title {
	margin: 0 0 2px;
	font-size: 12px;
	text-align: center;
}
#app_box .app_main .app_list li .app_pic {
	display: flex;
	justify-content: space-between;
}
#app_box .app_main .app_list li .app_pic img {
	width: 60%;
	height: 100%;
	margin: auto 0;
}
#app_box .app_main .app_list li .app_pic .app_andriod {
	width: 30%;
}
@media screen and (max-width: 650px) {
#app_box .app_main .app_info,
#app_box .app_main .app_list {
	width: 100%;
}
}

#main .cont .book_info {
	background: #fff;
	border: 1px solid #c7c3c3;
	border-radius: 8px;
	padding: 10px;
	margin: 10px 0;
	width: 350px;
}
#main .cont .book_info:hover {
	border: 1px solid #000;
}
#main .cont .book_info a {
	margin: 0 auto;
	text-align: center;
}
#main .cont .book_info a p {
	line-height: 1.3;
	font-size: 15px;
}
#main .cont .book_info a .title {
	font-weight: bold;
}
#main .cont .book_info a .tel {
	font-size: 26px;
	margin: 5px auto 11px;
	color: #ff4500;
	font-weight: bold;
	border: 1px solid;
	border-radius: 20px;
	width: 240px;
	padding: 4px 5px 1px;
	box-shadow: 0px 3px 7px #00000033;
}
#main .cont .book_info:hover .tel{
	background: #ff4500;
	color: #fff;
	border: 1px solid #ff4500;
}
@media screen and (max-width: 768px) {
#main .cont .book_info {
	width: 100%;
}
}
