@charset "utf-8";

#header_sp {
	display:none;
}

#footer_sp {
	display:none;
}

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

body {
	box-sizing:border-box;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
.page {
	padding:0;
}

#PLATE {
	width:100%;
}

#header_bk {
	display:none;
	float:none;
	width:100%;
	height:auto;
}

.header_bk_catchcopy {
	text-align:left;
}

#CONTENTS {
	box-sizing: border-box;
	float:none;
	width:100%;
	padding: 0;
	border-top-style:none;
}

header {
	background-color:#000;
}

#HEADER {
	box-sizing: border-box;
	float:none;
}

#header_top {
	display:none;
	float:none;
	width:100%;
	height:auto;
	padding: 0px 2px;
}

.logo {
	float:none;
	position:relative;
	bottom:0;
}

.header_catchcopy {
	display:none;
	float:none;
}

.header_home {
	float:none;
}

#header_navi {
	display:none;
	float:none;
	width:100%;
}

ul.menu {
	float:none;
}
ul.menu:after {
	content: "";
	display: block;
	clear: both;
}

#header_iamge {
	float:none;
	margin-top:0;
}
#header_iamge img {
	width:100%;
	height:auto;
}


#header_sp {
	display:block;
	position: relative;
	padding-bottom:10px;
}
#header_sp .logo {
	padding-left:10px;
}
#header_sp #open_close {
	position: absolute;
	right: 10px;
	top: 0;
	cursor:pointer;
}
#header_sp #open_close img {
	width: auto;
	height: 30px;
}
#header_sp .open #open {
	display:none;
}
#header_sp #close {
	display:none;
}
#header_sp .open #close {
	display:block;
}

#header_sp ul {
	margin: 0;
	font-size: 14px;
	background-color: #FFF;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	padding: 0;
	margin: 0;
	display:none;
}
#header_sp ul li {
	padding: 10px 0;
	text-align: center;
	width: 33.3%;
	box-sizing: border-box;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	float: left;
	margin: 0;
}

#MAIN {
	float:none;
	width:100%;
}

#BOX_LEFT {
	display:none;
	float:none;
}

#BOX_CENTER {
	box-sizing: border-box;
	float:none;
	width:100%;
	padding:0 5px;
}

#BOX_CENTER img {
	max-width:100%;
	height:auto;
}
#BOX_CENTER iframe {
	max-width:100%;
}

#BOX_RIGHT {
	display:none;
	float:none;
	width:100%;
}

#FOOTER {
	display:none;
	box-sizing: border-box;
	float:none;
	width:100%;
	padding:0;
}

#footer_block {
	float:none;
	width:100%;
}

#footer_dotted_line {
	display:none;
}

#footer_block_shop {
	float:none;
	width:100%;
}

.footer_title {
	float:none;
}

#FOOTER ul:after {
	content: "";
	display: block;
	clear: both;
}

.footer_copyright {
	float:none;
	position: static;
	padding-right:10px;
	text-align:right;
}

#reserve {
	display:none;
}

#CONTENTS .block {
	float:none;
}

.column,
.column_last {
	float:none;
	width:100%;
}

#PAGETOP {
	float:none;
}

#bread-crumb {
	float:none;
	width:100%;
}
#bread-crumb ul {
	float:none;
	width:100%;
}
#bread-crumb ul:after {
	content: "";
	display: block;
	clear: both;
}

#information_iamge {
	float:none;
}

.pickup table {
	float:none;
	width:100%;
}

#footer_sp {
	display:block;
}

.group {
	font-size:14px;
	padding-top:10px;
	background-color:#000;
	.tab-group,
	.panel-group {
		display: flex;
		width: 100%;
		margin: 0 auto;

		.tab {
			width: 33%;
			padding:5px 0;
			text-align: center;
			background-color: #cccccc;
			border: 1px solid #000;
			border-bottom-style:none;
			border-top-left-radius:8px;
			border-top-right-radius:8px;
			cursor: pointer;
		}
		.is-active {
			background-color: #fff;
		}

		.panel {
			width: 100%;
			background-color:#fff;
			border: 1px solid #000;
			border-top-style:none;
			padding: 10px 20px;
			display: none;
		}

		.is-show {
			display: block;
		}
	}
}

#footer_menu_sp ul.menu {
	width:100%;
	border:solid 1px gray;
	border-radius:7px;
}
#footer_menu_sp ul.menu li {
	float:none;
	display:block;
	text-align:left;
	border-style:none;
	background:linear-gradient(rgba(0,0,0,0) 60%,rgba(211,211,211,0.5));
}
#footer_menu_sp ul.menu li a {
	display:block;
	padding:10px 15px;
	font-size: 110%;
	font-weight:bold;
 	color: #1d2088;
	text-decoration:none;
}
#footer_menu_sp ul.menu.common {
	margin-bottom:15px;
}
#footer_menu_sp ul.menu.common a {
	color:#FF0000;
}

#footer_sp_bottom {
	position:relative;
	color: #fff;
	font-size: 10px;
	margin: 0 0 0 0;
	line-height: 13px;
	padding: 12px 0;
	padding-bottom:100px;
	background-color: #000000;
	border-bottom: 1px solid #c0c0c0;
	width: 100%;
	text-align: left;
}
#footer_sp_bottom a {
	color: #fff;
}
#footer_sp_bottom .reserve {
	padding:0 0 15px 0;
	text-align:center;
}
#footer_sp_bottom .tel {
	margin-top:3px;
	font-size:14px;
}
#footer_sp_bottom .copyright {
	float:none;
	margin-top:12px !important;
	padding: 12px 0px 0px 0px;
	color: #7f7f7f !important;
	border-top: 1px solid #c0c0c0;
	text-align: center;
}

.pagetop {
	display:none;
}
.pagetop2 {
	position:absolute;
	top:10px;
	right:20px;
}

#footer_sp_bottom2 {
	position:fixed;
	bottom:0;
	background-color:#fff;
}
#footer_sp_bottom2 a {
	float:left;
	width: 49.5vw;
	margin-left:1vw;
}
#footer_sp_bottom2 a:first-child {
	margin-left:0;
}
#footer_sp_bottom2 img {
	width:100%;
}

.table-01,
.table-02 {
	width:100%;
}
dl.data2 {
	width:100%;
}
.chapter {
	width:100%;
}
.map img {
	width:100%;
}
#t-contents {
	width:100%;
}

#trust-form input[type="text"],
#trust-form textarea {
	width:90%;
}
#order_table .submit-container {
	display:block;
	position:static;
	width:100%;
	text-align:center;
}

.press a {
	display:block;
}
.press span,
.press br {
	display:none;
}

}
