@charset "utf-8";
body {
	width: 100%;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	overflow: hidden;
}
a {
	color: inherit;
	font-weight: inherit;
	display: block;
}
strong {
	font-weight: bold;
}
iframe {
	width: 100%;
}
table {
	border-style: solid;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0;
	border-width: 0;
	font-size: 14px;
}
input, select, textarea, option {
	width: 100%;
	color: #444;
	background: #fff;
	resize: vertical;
	padding: 2px 5px;
	border-radius: 0;
	font-size: 16px;
	border-radius: 4px;
}
input[type=checkbox], input[type=radio], input[type=submit] {
	vertical-align: middle;
	cursor: pointer;
	display: inline;
	width: unset;
	font-size: 16px;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
label:hover {
	cursor: pointer;
}
::placeholder {
	color: #aaa;
}
#main .place {
	font-size: 14px;
	display: flex;
}
#main .place::before {
	content: '※';
}
select option {
	background: #fff;
	margin: auto;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
button {
	background-color: #fff;
}
#wrap {
	width: 100%;
	max-width: 1218px;
	min-height: 100vh;
	padding: 0 9px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	position: relative;
}
#header {
	position: relative;
	max-width: 1120px;
    width: 100%;
	margin: 0 auto;
	padding: 32px 10px 12px;
    display: flex;
    justify-content: space-between;
}
#header .head_line {
	position: absolute;
	top: 6px;
	font-size: 12px;
}
#header .header_logo {
	display: flex;
	align-items: center;
	font-size: 15px;
}
#header .header_logo img {
	width: auto;
	max-width: 100%;
	height: 100%;
	max-height: 50px;
}
#header .header_title {
	margin-right: 12px;
}
#header .close {
	display: none;
	color: #000;
}
#header .menu_wrap {
	display: flex;
	align-items: center;
}
#header .header_menu ul {
    display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .header_menu li {
	position: relative;
	flex-grow: 1;
}
#header .header_menu li a {
	position: relative;
	padding: 18px 8px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}
#header .header_menu li a:hover {
	color: #0f3888;
}
#header .header_user {
	width: 40px;
	height: 40px;
	margin-left: 10px;
}
#header .overlay {
	display: none;
}
#header .menu_wrap .cart_img {
	position: relative;
	width: 33px;
	height: 30px;
	margin-left: 10px;
}
#header .menu_wrap .cart_img .cart_count {
	position: absolute;
	top: 38%;
	left: 39.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	padding-top: 1px;
	border-radius: 50%;
	background-color: #FF0000;
	color: #fff;
	font-size: 12px;
	transform: translate(-50%, -50%);
}
#header .menu_wrap .cart_img .cart_count.over {
	padding-left: 2px;
	font-size: 10px;
}
#header_img {
    position: relative;
    width: 100%;
}
#header_img img {
    width: 100%;
    height: auto;
	border-radius: 35px;
	border: 1px solid #eee;
}
#header_img .header_text {
	position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    text-align: center;
    /* text-shadow: 0 0 3px #000; */
    transform: translate(-50%, -40%);
    font-size: 2.3vw;
    color: #fff;
    line-height: 1.2;
    background: transparent;
	font-weight: bold;
    font-style: italic;
	padding: 5px 2% 5px;
	text-shadow: 1px 1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, -1px -1px 1px #333;

}
#header_img .catch {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 100%;
    text-align: center;
    /* text-shadow: 0 0 3px #000; */
    transform: translate(-50%, -50%);
    font-size: 5vw;
    color: #fff;
    line-height: 1.2;
    background: transparent;
	font-weight: bold;
    font-style: italic;
	padding: 5px 2% 5px;
	text-shadow: 1px 1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, -1px -1px 1px #333;
}
#header_img .catch1 {
	position: absolute;
    bottom: 30%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -40%);
    font-size: 2.4vw;
    color: #fff;
    line-height: 1.5;
    background: transparent;
    font-weight: bold;
    font-style: italic;
    padding: 5px 2% 5px;
    text-shadow: 1px 1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, -1px -1px 1px #333;
}

#header_img .category {
    width: 100%;
    padding: 0 2%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    z-index: 1000;
}

#header_img .category ul {
	max-width: 1100px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0;
	position: relative;
}

#header_img .category ul li {
	width: 18%;
	margin: 10px 0;
	padding: 0.5%;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
}
#header_img .category ul li img{
	border-radius: 0;
	border: none;
}
#header_img .category ul li.icon1 {
	background: #e16356;
	box-shadow: 0px 3px 7px #00000033;
	border: 2px solid #eee;
}
#header_img .category ul li.icon2 {
	background: #06bc06;
	box-shadow: 0px 3px 7px #00000033;
	border: 2px solid #eee;
}
#header_img .category ul li.icon3 {
	background: #ff8c2e;
	box-shadow: 0px 3px 7px #00000033;
	border: 2px solid #eee;
}
#header_img .category ul li.icon4 {
	background: #7DD0D3;
	box-shadow: 0px 3px 7px #00000033;
	border: 2px solid #eee;
}
#header_img .category ul li.icon5 {
	background: #069;
	box-shadow: 0px 3px 7px #00000033;
	border: 2px solid #eee;
}

#header_img .category ul.list_menu_click_sub {
	display: none;
	position: absolute;
	width: 100%;
	top: 0%;
	left: 0;
	text-align: center;
	z-index: 1000;
	border-radius: 10px;
	background: #ddd;
	font-size: 12px;
}
#header_img .category ul.list_menu_click_sub.list1 {
	border-top: 5px solid #e16356;
	background: #f9b8b1;
}
#header_img .category ul.list_menu_click_sub.list2 {
	border-top: 5px solid #00a000;
	background: #b9ffb9;
}
#header_img .category ul.list_menu_click_sub.list3 {
	border-top: 5px solid #ff8c2e;
	background: #ffe4ce;
}
#header_img .category ul.list_menu_click_sub.list4 {
	border-top: 5px solid #174bff;
	background: #d2dcff;
}
#header_img .category ul.list_menu_click_sub.list5 {
	border-top: 5px solid #069;
	background: #98cfea;
}

#header_img .category ul.list_menu_click_sub li {
	width: 100%;
	border-bottom: 1px solid #aaa;
	border-radius: unset;
	margin: 0;
	padding: 0;
}
#header_img .category ul.list_menu_click_sub li:hover {
	background: #eee;
}
#header_img .category ul.list_menu_click_sub li:last-child {
	border: none;
}
#header_img .category ul.list_menu_click_sub li:first-child:hover {
	border-radius: 5px 5px 0 0 ;
}

#header_img .category ul.list_menu_click_sub li:last-child:hover {
	border-radius: 0 0 5px 5px;
}

#header_img .category ul.list_menu_click_sub li a {
	padding: 5px 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#header_img .category ul.list_menu_click_sub li a.hover {
	background: #ccc;
}

#main {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
}
#main .cont {
    padding: 20px 0;
}
#main .bread {
	color: #656565;
	margin: 20px 0;
	font-size: 12px;
	line-height: 1.2;
}
#main .bread li {
	display: inline;
}
#main .bread li a {
	display: inline;
}
#main .bread li a:hover {
	color: #000;
}
#main .bread li:not(:last-child) a::after {
	content: ' ＞ ';
}
#main .cont .item_main_title {
	margin: 0 0 16px;
}

#main .cont .cont_title {
	font-size: 30px;
	color: #0f3888;
	line-height: 20px;
}
#main .cont .cont_title span {
	font-size: 14px;
	color: #000;
}

#main .cont .main_title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    display: flex;
    flex-direction: column;
    margin: 10px 0 30px;
    line-height: 30px;
    text-align: center;
}
#main .cont .main_title .en {
    font-size: 28px;
}
#main .cont .main_title span {
    font-size: 18px;
}
#main .cont .main_chach {
    font-size: 20px;
    line-height: 26px;
	text-align: center;
	margin-top: 16px;
}
#main .cont .main_text {
    font-size: 16px;
    line-height: 28px;
	text-align: left;
	margin-bottom: 15px;
	max-height: 85px;
    overflow-y: auto;
}
#main .cont .main_text a {
	display: inline-block;
	color: #069;
	font-weight: bold;
}
#main .cont .main_text a:hover {
	text-decoration: underline;
}
#main .cont .cal_btn a {
	width: 100%;
    max-width: 400px;
    color: #fff;
	font-size: 18px;
	font-weight: bold;
    text-align: center;
    background-color: #f50;
	border: 1px solid #973605;
    padding: 20px 5px;
    margin: 0 auto;
    display: block;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .5), 0 4px 6px rgba(100, 100, 100, .5);
}
#main .cont .cal_btn a:hover {
	opacity: 0.7;
}
#main .main_img_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -1% 30px;
}
#main .main_img_list li {
    width: 23%;
    margin: 10px 1%;
}
#main .main_img_list li img {
	border-radius: 15px;
}
#main .plan_list li img {
    border-radius: 10px 10px 0 0;
}
/*
#main .cont .intro_img {
	max-width: 100%;
	width: 30%;
	margin-bottom: 10px;
}
*/
#main .cont .intro_img {
    background-image: url(../img/info_img.png);
    background-position: left center;
    background-size: 50px auto;
    padding: 16px 0 16px 55px;
    margin: 20px 0;
}
#main .cont .intro_img span {
	font-size: 18px;
	font-weight: bold;
	background: #b4b9d44f;
	border-top: 2px solid #192769;
	border-right: 2px solid #192769;
	border-bottom: 2px solid #192769;
	border-radius: 0 5px 5px 0;
	padding: 4px 10px 5px 10px;
}
#main .itembox {
	position: relative;
    flex-wrap: wrap;
	margin-top: 30px;
}
#main .itembox .item {
    width: 100%;
    margin-bottom: 80px;
}
#main .itembox a {
    width: 100%;
    display: flex;
	transition: .1s;
}
#main .itembox li .img {
    width: 100%;
    height: auto;
}
#main .itembox li .item_list_img {
	width: 32%;
}
#main .itembox .detail {
	display: flex;
	flex-direction: column;
    width: 68%;
	padding: 18px 12px 12px 47px;
}
#main .itembox .detail .item_name {
	font-size: 18px;
	font-weight: bold;
	transition: .1s;
}
#main .itembox .detail .price {
    font-size: 16px;
    color: #F00;
    margin: 12px 0;
	font-weight: bold;
}
#main .itembox .detail .catch {
    font-size: 15px;
	font-weight: bold;
    margin-bottom: 6px;
}
#main .itembox .detail .item_text {
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
	line-height: 20px;
	margin-bottom: 0;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
#main .item_link {
	display: block;
	width: 140px;
	margin-top: auto;
    margin-left: auto;
    color: #069;
    background-color: #FFFFFF;
    border: 1px solid #069;
	border-radius: 8px;
    padding: 6px 0;
	font-size: 14px;
	text-align: center;
	transition: .1s;
}
#main .menu_list .item_link {
	margin-right: 12px;
	margin-bottom: 12px;
}
#main .itembox a:hover{
	box-shadow: 0 3px 7px #00000033;
	border-color: #00000033;
	border-radius: 10px;
}
#main .itembox a:hover .detail .item_name {
	color: #00368D;
	font-weight: bold;
}

#main .itembox a:hover .item_link {
	color: #FFFFFF;
    background-color: #069;
}
#main .list_title,
#main .list_title span {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	line-height: 24px;
}

#main .list_title i {
	font-size: 13px;
	font-weight: bold;
	color: #f00;
}
#main .list_title.memb {
    color: #f00;
}
#main .cont .order_items {
    margin: 0 -1%;
    display: flex;
    flex-wrap: wrap;
}
#main .cont .order_items li {
    width: 23%;
    margin: 10px 1%;
	padding: 0;
	border: .5px solid #F0F0F0;
	border-radius: 10px;
	transition: .1s;
}
#main .cont .order_items li img {
	border-radius: 10px 10px 0 0;
}
#main .cont .order_items li:hover {
	box-shadow: 0 3px 7px #00000033;
	border-color: #00000033;
	border-radius: 10px;
}
#main .cont .order_items .title {
	color: #000;
    padding: 9px 10px 8px;
    font-size: 13px;
    width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
}
#main .cont .order_items .title span {
	font-size: 12px;
	color: #003;
	margin: auto 0 auto auto;
	text-decoration: underline;
}
#main .cont .order_items .title span::before {
	content: 'もっと見る ＞';
}
#main .cont .order_items li:hover .title span {
	color: #069;
	font-weight: bold;
} 
#main .cont .order_items li {
	
}
.itembox .drop_butt {
	margin: -48px 12px 0 auto;
}
.itembox .plan_list + .drop_butt,
.itembox .menu_list + .drop_butt {
	margin-top: -12px;
	margin-top: 15px;
}
.itembox .drop_butt .drop {
	display: block;
	position: relative;
	width: 141px;
	text-align: right;
    display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	color: #069;
    background-color: #fff;
    border: 1px solid currentColor;
	border-radius: 8px;
	font-size: 14px;
    padding: 6px 0;
	transition: .1s;
}
.itembox .drop_butt .drop:hover {
	background: #069;
	color: #fff;
}
#main .cont .drop_butt button.drop::before {
	content: 'すべて表示';
}
#main .cont .drop_butt button.drop::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 12px;
	border: 0;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: translateY(-40%) rotate(45deg);
}
#main .cont .drop_butt button.drop.on::before {
	content: '閉じる';
}
#main .cont .drop_butt button.drop.on::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 12px;
	border: 0;
	border-top: 1px solid currentColor;
	border-left: 1px solid currentColor;
	transform: translateY(20%) rotate(45deg);
}
#main .cont .drop_butt button.drop:hover::after,
#main .cont .drop_butt button.drop.on:hover::after {
	border-color: currentColor;
}
#main .pager_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 60px;
}
#main .pager_wrap .pager {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #909090;
}
#main .pager_wrap .prev {
	margin-right: 12px;
}
#main .pager_wrap .next {
	margin-left: 12px;
}
#main .pager_wrap .page_list {
	display: flex;
	justify-content: center;
	align-items: center;
}
#main .pager_wrap .page_list li {
	margin-bottom: 0;
}
#main .pager_wrap .page_list button {
	padding: 4px 8px;
}
#main .pager_wrap button,
#main .pager_wrap .dotted {
	display: block;
	font-size: 18px;
	color: #00368D;
}
#main .pager_wrap button:disabled {
	color: #909090;
}

#main .cate_list {
    margin: 5px -1%;
    display: flex;
    flex-wrap: wrap;
}
#main .cate_list li {
    width: 23%;
    margin: 5px 1% 32px;
}
#main .cate_list li > h2 {
    height: 100%;
}
#main .cate_list li a {
    width: 100%;
    height: 100%;
    border: .5px solid #F0F0F0;
    display: flex;
    flex-direction: column;
    transition: .1s;
}
#main .cate_list li a img {
	width:100%;
	height: 100%;
}
#main .cate_list li a .detail {
    padding: 0 12px 12px;
    margin-top: auto;
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#main .cate_list li a .detail .cate_title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 8px 0 0;
	height: 42px;
    overflow: hidden;
}
#main .cate_list li a .detail .cate_catch {
	margin-top: auto;
	color: #000;
    font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	height: 33px;
	overflow: hidden;
}
#main .cate_list li a .detail .cate_text {
	font-size: 12px;
	margin: auto 0 8px;
	line-height: 16px;
    color: #666666;
	height: 80px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
#main .itembox .img {
	position: relative;
}
#main .itembox .img .point {
	position: absolute;
    top: 10px;
    right: 0;
    padding: 4px 6px 2px;
    font-size: 13px;
    background-color: rgba(255, 255, 255, .9);
    color: #333;
    font-weight: bold;
}
#main .season {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #000;
}
#main .season img,
#main .itembox .season img {
	width: 25%;
	opacity: .6;
}
#main .season img.current,
#main .itembox .season img.current {
	opacity: 1;
}
#main .page_head .title {
	color: #000;
	text-align: center;
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 30px;
}
#main .page_head .catch {
	margin-bottom: 30px;
	color: #000;
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
}
#main .page_head .text {
	margin-bottom: 30px;
	color: #000;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}
#main .news {
	max-width:900px;
	max-height: 150px;
	margin: 0 auto;
	padding: 0 10px 10px;
	overflow-y: auto;
	/* border-bottom: 1px solid #000; */
}
#main .news li,
#main .news li a {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news .news_time {
	font-size: 13px;
	margin-bottom: 4px;
}
.news .news_cont {
	/* width: calc(100% - 112px); */
	width: 100%;
	padding: 10px 6px;
	border-bottom: 1px dashed #6F6F6F;
}
.news li:first-child .news_cont {
	border-top: 1px dashed #6F6F6F;
}
.news .news_cont .title {
	font-size: 14px;
	font-weight: bold;
}
.news a:hover .news_cont .title {
	color: #00368D;
}
.news .news_cont .text {
	margin-top: 4px;
	font-size: 15px;
	color: #666666;
}
.news .news_cont .news_link {
	margin: 5px 0;
	color: #069;
}
.news .news_cont .news_link:hover {
	text-decoration: underline;
}
#main .sub_table {
	width: 100%;
	margin: 0 auto 36px;
	font-size: 16px;
	line-height: 1.75;
}
#main .sub_table tr {
	border-bottom: 7px solid #fff;
}
#main .sub_table th {
	width: 120px;
	padding-left: 26px;
	border-right: 7px solid #fff;
	background-color: #A0A0A0;
	color: #fff;
	vertical-align: middle;
	text-align: left;
}
#main .sub_table td {
	padding: 4px 39px;
	background-color: #DDDDDD;
}
#main .sub_table a {
	display: inline-block;
}
/*SAMURAI MEMBER アプリ*/
#main .cont.cont_app {
	padding: 5px 0;
}
#main .cont.memb_app {
	padding: 0 0 20px;
}
#main .cont .app_box {
	border: 1px solid #cec9c9;
	border-radius: 10px;
	padding: 10px;
	background: #fff;
}
#main .cont .app_box .app_main_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
#main .cont .app_sub_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin-top: 10px;
}
#main .cont .app_sub_text {
	width: 48%;
	font-size: 13px;
	line-height: 19px;
}
#main .cont .app_catch {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #cec9c9;
	padding-bottom: 5px;
}
#main .cont .app_store {
	width: 48%;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
#main .cont .app_store li {
	border: 1px solid #cec9c9;
	border-radius: 10px;
	width: 48%;
	height: 100%;
}
#main .cont .app_store li:hover {
	border: 1px solid #000;
}
#main .cont .app_store li a {
	padding: 8px;
	display: block;
}
#main .cont .app_store li .app_pic {
	display: flex;
	justify-content: space-between;
}
#main .cont .app_store li .app_pic img {
	width: 60%;
	height: 100%;
	margin: auto 0;
}
#main .cont .app_store li .app_pic .app_andriod {
	width: 30%;
}
#main .cont .app_store li p {
	margin: 0 0 2px;
	font-size: 12px;
	text-align: center;
}
/*#main .cont .app_store li.app2 img {
	opacity: .7;
}*/

@media screen and (max-width: 650px) {
	#main .cont .app_store {
		width: 100%;
	}
	#main .cont .app_sub_text {
		width: 100%;
		margin-bottom: 10px;
	}
	#header_img .category ul li {
		border-radius: 5px;
	}

}
/*まで*/
#main .cont .box_cont .mess_list li.war {
    padding-left: 25px;
    background: transparent url(../img/icon_war.png) no-repeat 1px 1px;
    background-size: 16px 16px;
}
#main .cont .box_cont .mess_list li.kome {
	color: #f00;
}
#main .cont .box_cont .mess_list li.kome::before {
    content: '※';
    color: #f00;
}
#main .list_title.memb {
    color: #f00;
}
@media screen and (max-width: 600px) {
	#main .sub_table {
		font-size: 14px;
		margin-bottom: 6px;
	}
	#main .sub_table th,
	#main .sub_table td {
		padding: 8px;
	}
	#main .sub_table th {
		width: 90px;
		padding-left: 14px;
	}
}
#main .map {
	position: relative;
	padding-top: 56.25%;
	border-radius: 15px;
	border: 1px solid #eee;
}
#main .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	border: .5px solid #eee;
}
#main .sitemap {
	font-size: 20px;
}

/*
#main .sitemap li {
    background-image: url(../img/bangalo_brown.png);
    background-position: left center;
    background-size: 25px auto;
    padding-left: 40px;
	border-top: 1px solid #B7B7B7;
}
#main .sitemap li a {
	padding: 8px 0 6px;
	transition: .1s;
}
#main .sitemap li:hover {
	background-color: #eee;
}
#main .sitemap li:last-child {
	border-bottom: 1px solid #B7B7B7;
}
*/

#main .sitemap li a {
	padding: 8px 0 6px;
	border-top: 1px solid #B7B7B7;
	transition: .1s;
}
#main .sitemap li a:hover {
	background-color: #eee;
}
#main .sitemap li:last-child a {
	border-bottom: 1px solid #B7B7B7;
}
#main .member_box {
	background-color: #eee;
    border-radius: 10px;
    padding: 10px;
    display: block;
}
#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; */
	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 + .item_main {
	margin-top: 2%;
}
#main .member_box .item_main .title {
	margin-bottom: 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #069;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#main .member_box .item_main .cont_butt {
	margin: 10px 0;
	justify-content: center;
	background-color: #fff;
}
#main .member_box .item_main .cont_butt .butt {
	width: 100%;
	font-size: 14px;
	padding: 12px;
	background-position: right 8px top 50%;
	margin: 0;
	border-radius: 8px;
}
#main .member_box .item_main .cont_butt .butt.disabled {
	opacity: .7;
}
#main .member_box .mess_list {
	line-height: 1.5;
}
#main .member_box .mess_list a {
	display: inline;
	text-decoration: 1px underline currentColor;
}
/* 404エラーページ */
#main .cont .error img {
	width: 25%;
	margin: 0 auto;
}
#main .cont .error .error_text {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #f00;
	margin: 20px auto 0;
	padding: 10px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
}
#main .cont.error_page .cont_butt {
    margin: 50px 0;
}
#main .cont.error_page .cont_butt button.back {
	width: 41%;
	max-width: 150px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background-color: #c1c1c1;
	border: 1px solid #c1c1c1;
	padding: 10px 0;
	border-radius: 8px;
}
#main .cont.error_page .cont_butt button.back:hover {
	color: #c1c1c1;
	background-color: #fff;
}
@media screen and (max-width: 660px) {
#main .cont .error img {
	width: 35%;
}
#main .cont .error .error_text {
	font-size: 14px;
	line-height: 25px;
}
}

/*まで*/

#page_top {
    width: 60px;
    height: 60px;
    background: url(../img/icon_up.png) no-repeat;
    background-position: center;
    border: 1px solid #00368D;
    border-radius: 20px;
    opacity: .5;
    position: fixed;
    bottom: 40px;
    right: 10px;
    cursor: pointer;
}
#page_top:hover {
	opacity: 1;
}
#footer {
    background-color: #069;
    margin: auto calc(50% - 50vw) 0;
	overflow: hidden;
}
#footer .cont {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 10px 0;
}
#footer .footer_logo {
    display: flex;
	flex-wrap: wrap;
    align-items: flex-end;
    margin-right: 16px;
	font-size: 16px;
}
#footer .footer_logo .img_wrap {
    /* max-width: 65px; */
	margin: 8px 0;
}
#footer .footer_logo .img_wrap img {
	width: auto;
	height: 50px;
}
#footer .footer_logo .title {
    margin: 12px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
}
#footer .footer_info {
    color: #fff;
    line-height: 1.666;
}
#footer .footer_info .title a {
	font-weight: bold; 
}
#footer .footer_info .title a {
	display: inline-block;
}
#footer .footer_nav {
    color: #fff;
}
#footer .footer_info .list,
#footer .footer_info .list_2 {
    display: flex;
    flex-wrap: wrap;
}
#footer .footer_info .list dt {
    width: 50px;
}
#footer .footer_info .list_2 dt {
    width: 50px;
}
#footer .nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
	align-items: center;
    padding: 30px 0 10px;
    color: #fff;
}
#footer .nav.nav_hover4 {
    padding: 5px 0 10px;
}
#footer .nav.policy {
    padding: 0 0 10px;
}
#footer ul li {
    text-align: center;
    padding: 0 2%;
	position: relative;
	margin: 10px 0;
}
#footer ul li::before,
#footer ul li::after {
	content: '';
	position: absolute;
	top: 50%;
	display: block;
	width: .5px;
	height: 16px;
	background-color: #fff;
	transform: translateY(-50%);
}
#footer ul li::before {
	left: 0;
}
#footer ul li::after {
	left: 100%;
}
#footer ul li a {
    font-size: 12px;
    margin: 0 auto;
}
#footer ul li a:hover {
	color: #000;
}
#footer_copy {
    font-size: 10px;
    text-align: center;
    color: #fff;
	background: #003;
	padding: 4px 10px;
}
.cont .no_list_mess {
    background: #f00;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    margin: 30px 0;
}
.war_text {
	color: #f00;
	margin: 24px 0 12px;
	padding: 16px 0;
	line-height: 1.2;
}
@media screen and (max-width: 1200px) {
	#header_img {
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}
}
@media screen and (max-width: 880px) {
	#header_img img {
		border-radius: 15px;
	}
	/*category list */
	#header_img .category ul.list_menu_click_sub.list1 {
		width: 218%;
	}
	
	#header_img .category ul.list_menu_click_sub.list2 {
		width: 218%;
	}
	
	#header_img .category ul.list_menu_click_sub.list3 {
		width: 218%;
		right: 0;
		left: unset;
	}
	
	#header_img .category ul.list_menu_click_sub.list4 {
		width: 218%;
		right: 0;
		left: unset;
	}
	
	#header_img .category ul.list_menu_click_sub.list5 {
		width: 218%;
		right: 0;
		left: unset;
	}
	
	#main .cont {
		padding: 10px 0;
	}
	#main .cont .main_title {
		margin: 10px 0 10px;
	}
	
	#main .itembox {
		display:flex;
		margin-top: 0;
	}
	#main .itembox ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -1%;
	}
	#main .plan_list li {
    width: 48%;
    margin: 0px 1% 1%;
}
	#main .itembox ul .item {
		display: flex;
		width: 48%;
		margin: 20px 1%
	}
	#main .itembox li img {
		width: 100%;
	}
	#main .itembox ul li a {
		display:flex;
		flex-direction:column;
		height: 100%;
	}
	#main .itembox li .item_list_img {
		width: 100%;	
	}
	#main .itembox .detail {
		width: 100%;
		padding: 10px;
		margin: 0;
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	#main .itembox .detail .item_name {
		font-size: 14px;
		height: 45px;
		overflow: hidden;
		line-height: 20px;
	}
	#main .itembox .detail .catch {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
		overflow: hidden;
	}
	#main .itembox .detail .item_text {
		font-size: 12px;
		line-height: 16px;
		height: auto;
		max-height: 80px;
		overflow: hidden;
		margin-bottom: 12px;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
	}
	#main .itembox .detail .price {
		margin: 0 0 5px;
		font-size: 14px;
	}
	#main .item_link {
		margin: auto auto 0;
	}
	.itembox .drop_butt {
		width: 48%;
		margin-top: 0;
		margin-right: 3px;
	}
	.itembox .plan_list + .drop_butt,
	.itembox .menu_list + .drop_butt {
		margin-top: 4px;
	}
	.itembox .drop_butt .drop {
		margin-left: auto;
		margin-right: auto;
	}
	#main .menu_list .item_link {
		margin-left: auto;
		margin-right: auto;
	}
	#main .cont .order_items li {
		width: 48%;
		margin: 10px 1%;
	}
	#main .cont .order_items .title {
		font-size: 14px;
	}
	#main .cont .order_items .title span {
		width: 100%;
		text-align: end;
        margin-top: 5px;
	}
	 #main .cate_list li {
        width: 48%;
        margin: 5px 1%;
    }
}
@media screen and (max-width: 768px) {
	.goog-te-gadget {
		margin: 0 15px 0 auto;
	}
	#header {
		padding: 12px 0;
	}
	#header .header_logo {
		font-size: 14px;
	}
	/* #header .header_title {
		max-width: 42px;
		margin-right: 8px;
	} */
	#header .head_line {
		display: none;
	}
	#header .hamburger {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 52px;
		height: 52px;
		background-color: #fff;
		z-index: 1000;
		flex: 0 0 auto;
		transform: scale(1);
		transition: transform .3s;
	}
	#header .hamburger.hidden {
		transform: scale(0);
	}
	#header .hamburger span {
		position: relative;
		display: block;
		width: 21px;
		height: 4px;
		margin-left: 5px;
		border-radius: 1.5px;
		background-color: #000;
	}
	#header .hamburger span::before,
	#header .hamburger span::after {
		content: "";
		position: absolute;
		right: 0;
		display: block;
		width: 26px;
		height: 4px;
		border-radius: 1.5px;
		background-color: #000;
	}
	#header .hamburger span::before {
		top: -8px;
	}
	#header .hamburger span::after{
		bottom: -8px;
	}
	#header .close {
		position: relative;
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 24px 0 12px;
		border-bottom: 1px solid #000;
		background-color: #fff;
		font-size: 13px;
		font-weight: bold;
	}
	#header .close::before,
	#header .close::after {
		content: "";
		position: absolute;
		top: 12px;
		left: 50%;
		display: block;
		width: 18px;
		height: 2px;
		border-radius: 1px;
		background-color: #000;
	}
	#header .close::before {
		transform: translateX(-50%) rotate(45deg);
	}
	#header .close::after {
		transform: translateX(-50%) rotate(-45deg);
	}
	#header .header_menu {
		position: absolute;
		top: 10px;
		right: 0;
		display: block;
		width: auto;
		margin: 0;
		padding-bottom: 8px;
		border: 1px solid #000;
		background-color: #fff;
		color: #000;
		z-index: 1001;
		transform: scale(0);
		transform-origin: 90% 10%;
		transition: transform .3s;
	}
	#header .header_menu.show {
		transform: scale(1);
	}
	#header .header_menu ul {
		display: block;
	}
	#header .header_menu li a {
		margin: 0;
		padding: 6px 32px;
		font-size: 13px;
		text-align: center;
		font-weight: normal;
	}
	#header .header_menu li a::before {
		content: '';
		display: none;
	}
	#header .header_menu li:first-child a {
		padding-top: 12px;
	}
	#header .header_menu li:last-child a {
		padding-bottom: 12px;
	}
	#header .header_menu li:last-child a::after {
		content: '';
		display: none;
	}
	#header .header_menu li a.current {
		font-weight: bold;
	}
	#header .overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 5;
	}
	#header .overlay.show {
		display: block;
	}
	#header .menu_wrap {
		flex-direction: row-reverse;
	}
	#header .menu_wrap .cart_img {
		transform: scale(.8);
	}
	#main .page_head .title {
		margin-bottom: 23px;
		font-size: 20px;
	}
	#main .page_head .catch {
		margin-bottom: 23px;
		font-size: 15px;
	}
	#main .page_head .text {
		margin-bottom: 23px;
		font-size: 13px;
	}
}
@media screen and (max-width: 699px) {
	#main .cont .main_title .en {
		font-size: 19px;
		line-height: 30px;
	}
	#main .cont .main_title span {
		font-size: 16px;
		line-height: 24px;
	}
	#main .cont .main_chach {
		font-size: 15px;
		line-height: 24px;
		margin-top: 10px;
	}
	#main .cont .main_text {
		font-size: 14px;
		line-height: 21px;
	}
	#main .main_img_list li {
		width: 48%;
	}
}
@media screen and (max-width: 660px) {
    #header_img .catch1 {
		font-size: 12px;
		bottom: 26%;
	}
	#main .cate_list .item_title {
        font-size: 16px
    }
    #main .cate_list .item_catch {
        font-size: 14px;
    }
	.itembox .drop_butt {
		margin-right: 2px;
	}
	#main .news {
		max-height: 200px;
	}
}
@media screen and (max-width: 600px) {
   #main .cate_list li a .detail {
        padding: 0 8px 8px;
    }
	#main .sitemap {
		font-size: 14px;
	}
	#main .member_box .member_login {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 500px) {
	#main .cont .main_text {
		max-height: 65px;
		margin: 0 auto 20px;
		overflow-y: auto;
	}
	#main .cont .main_text.text1 {
		max-height: 100%;
	}
	#footer .footer_logo {
		margin: 0 auto;
		justify-content: center;
	}
	#footer .footer_info .title {
		text-align: center;
	}
	#footer .footer_info .list, #footer .footer_info .list_2 {
		justify-content: center;
	}
	#footer ul li {
		padding: 0 4%;
		width: 50%;
	}
	#footer .footer_nav {
		margin: 0 auto;
	}
}
@media screen and (max-width: 400px) {
	#main .cont .cont_title {
		line-height: 1;
	}
}
@media screen and (min-width: 1200px) {
	#header_img .catch {
		font-size: 60px;
	}
	#header_img .header_text {
		font-size: 28px;
	}
	#header_img .catch1 a span {
		font-size: 40px;
	}
}
@media screen and (min-width: 768px) {
	#header .header_menu li a::before,
	#header .header_menu li:last-child a::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: .5px;
		height: 17px;
		background-color: #000;
		transform: translateY(-50%);
	}
	#header .header_menu li:last-child a::after {
		left: 100%;
	}
}