body {
  font-family: -apple-system, BlinkMacSystemFont, "Sawarabi Gothic", "Helvetica Neue", YuGothic, "�q���M�m�p�S ProN W3", Hiragino Kaku Gothic ProN, Arial, "���C���I", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size:100%;
  line-height:1.4;
  background:url(../img/back.jpg);
/*-  animation: cfadeIn 2s ease 0s 1 normal;
  -webkit-animation: cfadeIn 2s ease 0s 1 normal;-*/
}
@media only screen and (max-width:700px) {
body {
  background:#fff;
  line-height:1.3;
}
}
img { 
    max-width: 100%; 
    height:auto;
	vertical-align:bottom;
}
a,a:link,a:visited{
	text-decoration:none;
	color:#008C8C;
}
a:hover{
	transition: 1.0s ;
	color:#900;
}
a .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@keyframes cfadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes cfadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}


/*--------------------------------------------------*/


/*-head-start-*/
header {
  background: linear-gradient(#553741, #674D56);
  border-bottom:#990000 solid 4px;
}
#head_box{
	border-bottom:#333 solid 4px;
}
#head_content{
	max-width:1000px;
	margin:0 auto;
}
@media only screen and (max-width:700px) {
header {
  border-bottom:#990000 solid 3px;
}
#head_box{
	border-bottom:#333 solid 3px;
}
}
/*-head-end-*/


/*--------------------------------------------------*/


/*-footer-start-*/
footer {
	border-top:5px solid #333;
	background:#9D0015;
}
.copyright {
	padding:10px;
	font-size:80%;
	color:#fff;
	text-align:center;
}
@media only screen and (max-width:700px) {
.copyright {
	font-size:60%;
}
}
/*-footer-end-*/


/*-footermenu-start-*/
.footer_menu_box ul{
    list-style: none;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    flex-flow: wrap;
    width:100%;
	margin:0; 
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between;

}

.footer_menu_box ul::after{
  content:"";
  display: block;
  width:32%;
}
.footer_menu_box li {
    box-sizing: border-box;
    width: 32%;
	font-size:100%;
	border:#bbb 1px solid;
	margin-top:20px;
}
.footer_menu_box li a {
	display:block;
	padding:10px;
}
.footer_menu_box li a:hover {
	background:#FFFFC0;
}
.footer_menu_box li img{
	vertical-align: middle;
	margin-right:7px;
}
.footer_menu_box .page-title{
	display: inline-block;
	vertical-align: middle;
	width:50%;
	line-height:1.3;
}
.footer_menu_box img{
	max-width:46%;
}
@media only screen and (max-width:700px) {
.footer_menu_box{
  margin:15px 0 0 0;
  padding:2px 0;
  height:auto;
  -webkit-border-radius: 5px;/*-�S�̂ւ̊p��-*/
  border-radius: 5px;
  border:1px solid #333;
  background:#fff;
}
.footer_menu_box ul{
  padding:0;
  margin:0;
  font-size:18px;
  background:#fff;
  list-style:none;
}
.footer_menu_box ul li{
  width:100%;
  border:none;
  margin:0;
  font-size:100%;
}
.footer_menu_box ul li a{
  padding:10px;
  margin:0;
  border-bottom:solid 1px #333;
  display:block;
  color:#000;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.footer_menu_box ul li:first-child a{
  padding:6px 8px 8px 8px;
}
.footer_menu_box ul li:last-child a{
  padding:8px 8px 6px 8px;
  border:none;
}
.footer_menu_box ul li img{
  padding:0;
  width:44px;
  border:#333 1px solid;
  margin:0 10px 0 0;
  vertical-align:middle;
}
}
/*-footermenu-end-*/


/*--------------------------------------------------*/


/*-slider-start-*/
.top_slider_content{
	background:#fff;
	max-width:1000px;
	box-sizing:border-box;
	padding:20px 20px 2px 20px;
	margin:0 auto 0 auto;
	overflow: hidden;
}
@media only screen and (max-width:1000px) {
.top_slider_content{
	margin:0;
}
}
@media only screen and (max-width:700px) {
.top_slider_content{
	padding:0;
	margin:0;
}
}
/*-slider-end-*/


/*--------------------------------------------------*/


/*-contets-start-*/
.main_content{
	background:#fff;
	max-width:1000px;
	box-sizing:border-box;
	padding:20px;
	margin:20px auto;
}
@media only screen and (max-width:700px) {
.main_content{
	padding:10px;
	margin:0;
}
}
.main_content_b0{
	background:#fff;
	max-width:1000px;
	box-sizing:border-box;
	padding:20px 20px 40px 20px;
	margin:20px auto 0 auto;
}
@media only screen and (max-width:700px) {
.main_content_b0{
	padding:10px 10px 30px 10px;
	margin:0;
}
}
.main_content_w0{
	background:#fff;
	max-width:1000px;
	box-sizing:border-box;
	padding:20px;
	margin:20px auto 20px auto;
}
.main_content_w0_t10{
	background:#fff;
	max-width:1000px;
	box-sizing:border-box;
	padding:10px 20px;
	margin:10px auto 20px auto;
}
@media only screen and (max-width:700px) {
.main_content_w0{
	padding:0;
	margin:0;
}
.main_content_w0_t10{
	padding:0;
	margin:0;
}
}
.main_content_0{
	background:#fff;
	max-width:1000px;
	box-sizing:border-box;
	padding:20px 20px 10px 20px;
	margin:0 auto;
}
@media only screen and (max-width:700px) {
.main_content_0{
	padding:10px 10px 10px 10px;
	margin:0;
}
}
.main_content_1{
	background:#F9F9F1;
	max-width:1000px;
	box-sizing:border-box;
	padding:40px 20px 50px 20px;
	margin:0 auto 0 auto;
}
@media only screen and (max-width:700px) {
.main_content_1{
	padding:30px 10px 30px 10px;
	margin:0;
}
}
.main_content_2{
	background:#fff;
	max-width:1000px;
	box-sizing:border-box;
	padding:40px 20px 50px 20px;
	margin:0 auto 50px auto;
}
@media only screen and (max-width:700px) {
.main_content_2{
	padding:30px 10px 30px 10px;
	margin:0;
	background:#F0EEDC;
}
}
.main_content_3{
	background:#fff;
	max-width:1000px;
	box-sizing:border-box;
	padding:20px;
	margin:0 auto 50px auto;
}
@media only screen and (max-width:700px) {
.main_content_3{
	padding:10px 10px 30px 10px;
	margin:0;
	background:#F0EEDC;
}
.main_content_3_inbox{
	padding:10px;
	background:#fff;
}
}
.top_text_1{
	font-size:150%; text-align:center; margin-bottom:20px;
	}
@media only screen and (max-width:700px) {
.top_text_1{
	font-size:120%; margin-bottom:10px;
	}
}
.top_text_2{
	font-size:200%; text-align:center; margin:20px 0 30px 0; color:#9D0014;
	}
@media only screen and (max-width:700px) {
.top_text_2{
	font-size:130%; margin:10px 0 20px 0;
	}
}

.movie-youtube {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
 
.movie-youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.box_6_info{
	float:left;
	width:44.2%;
	margin-top:28px;
	text-align:center;
}
.box_6_info img{
	display:block;
	margin:0 auto 20px auto;
}
.box_10_info{
	float:right;
	width:52.5%;
	margin-top:28px;
	text-align:center;
}
.box_10_info img{
	display:block;
	margin:0 auto 20px auto;
}
@media only screen and (max-width:700px) {
.box_6_info{
	float:none;
	width:100%;
	margin-top:10px;
	text-align:left;
}
.box_6_info img{
	margin:0 auto 10px auto;
}
.box_10_info{
	float:none;
	width:100%;
	margin-top:30px;
	text-align:left;
}
.box_10_info img{
	margin:0 auto 10px auto;
}
}

.new{
	box-sizing:border-box;
	padding:30px 20px 30px 20px;
	margin:10px 0 50px 0;
	background:#F0EEDC;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.new ul{
	list-style:none;
	padding:0 10px 0 0;
	margin-top:-10px;
	max-height:135px;
	overflow:auto;
}
@media only screen and (max-width:700px) {
.new{
	margin:0 0 30px 0;
	background:#F9F9F1;
	box-sizing:border-box;
}
.new ul{
	font-size:90%;
	max-height:300px;
	overflow:auto;
	padding:0;
	margin:0;
}
}
.new li{
	list-style:none;
	padding:10px 0;
	border-bottom:#9D6300 solid 1px;
}
.new p{
	display:block;
	font-weight:bold;
}

.product_list {
    list-style: none;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    flex-flow: wrap;
    width:100%;
	margin:0; 
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between;

}

.product_list::after{
  content:"";
  display: block;
  width:32%;
}
.product_list li {
    box-sizing: border-box;
    width: 32%;
	font-size:100%;
	margin-top:20px;
  background:#F0EFDD;
  border-bottom:#9D0015 6px solid;
}
.product_list li img{
  display:block;
}
.product_list_text_1{
	padding:20px;
}
.product_list_img_1{
	margin-bottom:20px;
	max-width:80%;
}
.product_list li a{
	padding-top:10px;
	display:block;
}

@media only screen and (max-width:700px) {
.product_list li {
    box-sizing: border-box;
    width: 100%;
	font-size:110%;
	margin-top:20px;
}
}
.product_table_1  {margin-top:10px;}
.product_table_1 th  {background:#FFCC66; box-sizing:border-box; padding:5px; font-weight:normal; font-size:80%;}
.product_table_1 td  {background:#FFFFC0; box-sizing:border-box; padding:5px; font-size:80%;}

@media only screen and (max-width:700px) {
.product_table_1 th  {font-size:70%;}
.product_table_1 td  {font-size:70%;}
}


.commdity_list {
    list-style: none;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    flex-flow: wrap;
    width:100%;
	margin:0; 
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between;

}

.commdity_list::after{
  content:"";
  display: block;
  width:49%;
}
.commdity_list li {
    box-sizing: border-box;
    width: 49%;
	font-size:100%;
	margin-top:20px;
  background:#F0EFDD;
  border-bottom:#9D0015 6px solid;
}
.commdity_list li img{
  display:block;
}
.commdity_list_text_1{
	padding:20px;
}
.commdity_list_img_1{
	margin-bottom:20px;
	max-width:80%;
}
.commdity_list li a{
	padding-top:10px;
	display:block;
}

@media only screen and (max-width:700px) {
.commdity_list li {
    box-sizing: border-box;
    width: 100%;
	font-size:110%;
	margin-top:20px;
}
}
.product_table_1  {margin-top:10px;}
.product_table_1 th  {background:#FFCC66; box-sizing:border-box; padding:5px; font-weight:normal; font-size:80%;}
.product_table_1 td  {background:#FFFFC0; box-sizing:border-box; padding:5px; font-size:80%;}

@media only screen and (max-width:700px) {
.product_table_1 th  {font-size:70%;}
.product_table_1 td  {font-size:70%;}
}


.sub_title{
	background:#990000;
	padding:0;
	margin:0;
}
.sub_title_text{
	max-width:1000px;
	margin:0 auto;
	background:url(../img/sub_titile_back.png) no-repeat bottom right;
	font-family: "�q���M�m���� ProN W6", "HiraMinProN-W6", "HG����E", "�l�r �o����", "MS PMincho", "MS ����", "Sawarabi Mincho", serif;
	font-size:250%;
	line-height:1.3;
	padding:15px 0;
	color:#fff;
	text-align:center;
    text-shadow:
           1px 1px 0px #990000, -1px -1px 0px #990000,
          -1px 1px 0px #990000,  1px -1px 0px #990000,
           1px 0px 0px #990000, -1px  0px 0px #990000,
           0px 1px 0px #990000,  0px -1px 0px #990000;
	}
.sub_title_text_shop{
	max-width:1000px;
	margin:0 auto;
	background:url(../img/sub_titile_back2.png) no-repeat right;
	font-family: "�q���M�m���� ProN W6", "HiraMinProN-W6", "HG����E", "�l�r �o����", "MS PMincho", "MS ����", "Sawarabi Mincho", serif;
	font-size:250%;
	line-height:1.3;
	padding:15px 0;
	color:#fff;
	text-align:center;
    text-shadow:
           1px 1px 0px #990000, -1px -1px 0px #990000,
          -1px 1px 0px #990000,  1px -1px 0px #990000,
           1px 0px 0px #990000, -1px  0px 0px #990000,
           0px 1px 0px #990000,  0px -1px 0px #990000;
	}
@media only screen and (max-width:700px) {
.sub_title{
	padding:10px;
}
.sub_title_text{
	font-size:160%;
	background:none;
	padding:0 0 5px 0;
}
.sub_title_text_shop{
	font-size:160%;
	background:none;
	padding:0 0 5px 0;
	}
}

table.company_table_1{
  width: 100%;
  border-collapse: collapse;
  border-bottom: solid 1px #9D6300;
  border-top: solid 1px #9D6300;
  margin-bottom:10px;
}

table.company_table_1 tr{
  border-bottom: solid 1px #9D6300;
}

table.company_table_1 tr:last-child{
  border-bottom: none;
}

table.company_table_1 th{
  position: relative;
  text-align: left;
  width: 25%;
  background-color: #F0EEDC;
  color:#000;
  text-align: center;
  padding: 30px 5px;
  vertical-align: middle;
  border-bottom: solid 1px #9D6300;
}

table.company_table_1 td{
  text-align: left;
  width: 75%;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  padding: 10px 10px 10px 20px;
  border-left:none;
}

.media_1{
	box-sizing:border-box;
	padding:20px 20px 20px 20px;
	background:#F0EEDC;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top:20px;
}
.media_1 ul{
	list-style:none;
	margin:0;
	padding:0;
}
@media only screen and (max-width:700px) {
.media_1 ul{
	font-size:90%;
}
}
.media_1 li{
	list-style:none;
	padding:10px 0;
	border-bottom:#9D6300 dashed 1px;
}
/*-.media_1 li:last-child{border-bottom:none;}-*/

.history_list_1{
	list-style:none;
	padding:0;
	margin:20px 0 0 0;
	width:100%;
}
.history_list_1 dt{
	display:block;
	padding:3px 0 0 0;
	background:#fff;
	color:#9D6300;
	border-top:#9D6300 solid 1px;
	border-left:#9D6300 solid 1px;
	border-right:#9D6300 solid 1px;
	margin:0;
	text-align:center;
}
.history_list_1 dt:first-child{
	margin:0;
}
.history_list_1 dd{
	display:block;
	padding:0;
	margin:0;
	background:#fff;
}
.history_list_1 dd p{
	padding:0 7px 7px 7px;
	text-align:center;
	border-bottom:#9D6300 solid 1px;
	border-left:#9D6300 solid 1px;
	border-right:#9D6300 solid 1px;
}

.history_list_1 dd:after{
  display: block;
  padding:4px 0;
  box-sizing:border-box;
  content: "|";
  margin:0;
  color:#9D6300;
 text-align:center;
 background:#F9F9F1;
}

.history_list_1 dd:last-child:after{
  display: none;
}

.eat_1 {
  width:30%;
  float:left;
  margin-right:10px;
}
.eat_1 img{
  width:100%;
}

table.commodity_table_1{
  width: 100%;
  border-collapse: collapse;
  border-bottom: solid 1px #9D6300;
  font-size:80%;
}
table.commodity_table_1 tr{
  border-bottom: solid 1px #9D6300;
}
table.commodity_table_1 th{
  position: relative;
  text-align: left;
  color:#000;
  padding:20px 0 5px 0;
  border-bottom: solid 1px #9D6300;
}
table.commodity_table_1 td{
  text-align: left;
  width: 50%;
  text-align: left;
  vertical-align: middle;
  padding: 7px;
  border-left:none;
}

.feature_1 {
  width:30%;
  float:left;
  margin-right:10px;
}
.feature_1 img{
  width:100%;
}

.feature_2 {
  width:22%;
  float:left;
  margin-right:20px;
}
@media only screen and (max-width:700px) {
.feature_2{
  width:100%;
  text-align:center;
  margin:0 0 20px 0;
}
}

.feature_3 {
  width:40%;
  float:right;
  margin-left:10px;
}

.g_map {
position: relative;
padding-bottom: 56.25%;
height:390px;
padding-top: 30px;
overflow: hidden;
}
.g_map_test {
height:160px;
}
.g_map iframe,
.g_map object,
.g_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-width:700px) {
.g_map {
height:150px;
}
}

.b_map {
position: relative;
padding-bottom: 56.25%;
height:340px;
padding-top: 30px;
overflow: hidden;
}
.b_map iframe,
.b_map object,
.b_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-width:700px) {
.b_map {
height:400px;
}
}

.g_map2 {
position: relative;
padding-bottom: 56.25%;
height:670px;
padding-top: 30px;
overflow: hidden;
}
.g_map2_test {
height:160px;
}
.g_map2 iframe,
.g_map2 object,
.g_map2 embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-width:700px) {
.g_map2 {
height:150px;
}
}

.b_map2 {
position: relative;
padding-bottom: 56.25%;
height:340px;
padding-top: 30px;
overflow: hidden;
}
.b_map2 iframe,
.b_map2 object,
.b_map2 embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-width:700px) {
.b_map2 {
height:400px;
}
}

table.shop_info_table_1{
  width: 100%;
  border-collapse: collapse;
  border-bottom: solid 1px #9D6300;
}
table.shop_info_table_1 tr{
  border-bottom: solid 1px #9D6300;
}
table.shop_info_table_1 tr:last-child{
  border-bottom: none;
}
table.shop_info_table_1 th{
  position: relative;
  width: 20%;
  color:#000;
  text-align: center;
  vertical-align:top;
  padding: 20px 5px;
  vertical-align: middle;
  border-bottom: solid 1px #9D6300;
}
table.shop_info_table_1 td{
  width: 80%;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  padding: 10px 10px 10px 20px;
  border-left:none;
}
.shop_info_box_l{
	width:48%;
	float:left;
}
.shop_info_box_r{
	width:48%;
	float:right;
}
.shop_top_img{
	margin-bottom:10px;
}
@media only screen and (max-width:700px) {
table.shop_info_table_1{
  border-bottom: none;
  border-top: none;
}
table.shop_info_table_1 th{
  width: 100%;
  display:block;
  box-sizing:border-box;
  background-color: #F0EEDC;
  color:#000;
  text-align: center;
  padding:10px;
  vertical-align: middle;
  border-bottom: solid 1px #9D6300;
}
table.shop_info_table_1 td{
  width: 100%;
  display:block;
  box-sizing:border-box;
  text-align: center;
  background-color: #fff;
  padding: 10px;
}
.shop_info_box_r_t{
  width: 100%;
  display:block;
  box-sizing:border-box;
  background-color: #F0EEDC;
  color:#000;
  font-weight:bold;
  text-align: center;
  padding:10px;
  vertical-align: middle;
  border-bottom: solid 1px #9D6300;
  border-top: solid 1px #9D6300;
}
.shop_info_box_l{
	width:100%;
	box-sizing:border-box;
	text-align:center;
}
.shop_info_box_l_in{
	padding:10px;
}
.shop_info_box_r{
	width:100%;
}
.shop_top_img{
	margin-bottom:0;
}
}

.icon_azuki {
  background:#993333;
  border:#CCC 1px solid;
  color:#fff;
  font-size:80%;
  padding:2px 5px;
  display:inline-block;
  margin-right:7px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.icon_shiro {
  background:#fff;
  border:#CCC 1px solid;
  color:#000;
  font-size:80%;
  padding:2px 5px;
  display:inline-block;
  margin-right:7px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.icon_custard {
  background:#FFCC66;
  border:#CCC 1px solid;
  color:#000;
  font-size:80%;
  padding:2px 5px;
  display:inline-block;
  margin-right:7px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.icon_imo {
  background:#FF6600;
  border:#CCC 1px solid;
  color:#fff;
  font-size:80%;
  padding:2px 5px;
  display:inline-block;
  margin-right:7px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.icon_tea {
  background:#363;
  border:#CCC 1px solid;
  color:#fff;
  font-size:80%;
  padding:2px 5px;
  display:inline-block;
  margin-right:7px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.icon_choco {
  background:#644E4A;
  border:#CCC 1px solid;
  color:#fff;
  font-size:80%;
  padding:2px 5px;
  display:inline-block;
  margin-right:7px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.icon_holiday {
  background:#dc143c;
  border:#CCC 1px solid;
  color:#fff;
  font-size:80%;
  padding:2px 5px;
  display:inline-block;
  margin-right:7px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.icon_holiday2 {
  background:#ffff99;
  border:#CCC 1px solid;
  color:#000;
  font-size:80%;
  padding:2px 5px;
  display:inline-block;
  margin-right:7px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}


@media only screen and (max-width:700px) {
.icon_azuki,.icon_shiro{ margin-bottom:2px;}
}

.icon_commdity {
  background:#9D0015;
  border:#CCC 1px solid;
  color:#fff;
  font-size:80%;
  line-height:1.3;
  padding:5px 5px;
  display:inline-block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom:7px;
}

.youtube {
     position: relative;
     padding-bottom: 56.25%; /*�A�X�y�N�g�� 16:9�̏ꍇ�̏c��*/
     height: 0;
     overflow: hidden;
	 margin-bottom:10px;
}
 
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/*-contets-end-*/


/*--------------------------------------------------*/


/*-text-start-*/

.text_1{font-size:140%;}
@media only screen and (max-width:700px) {
.text_1{font-size:120%;}
}

.world_text_1{font-size:140%; font-weight:bold; margin-bottom:7px;}
@media only screen and (max-width:700px) {
.world_text_1{font-size:120%;}
}

.text_50{font-size:50%;}
.text_80{font-size:80%;}

.color_1{color:#990000;}
.color_2{color:#FF0000;}

.text_area_1{ margin-top:20px;}
@media only screen and (max-width:700px) {
.text_area_1{ margin-top:10px;}
}

h3{
	padding:0 0 20px 0;
	font-family: "�q���M�m���� ProN W6", "HiraMinProN-W6", "HG����E", "�l�r �o����", "MS PMincho", "MS ����", "Sawarabi Mincho", serif;
	font-size:250%;
	line-height:1;
	font-weight:bold;
	text-align:center;
}
@media only screen and (max-width:700px) {
h3{
	font-size:200%;
	padding-bottom:10px;
	line-height:1.2;
	width:100%;
}
}
h4{
	padding:20px;
	font-size:180%;
	font-weight:normal;
	text-align:center;
	background:#9D0015;
	color:#fff;
}
@media only screen and (max-width:700px) {
h4{
	font-size:120%;
	padding:10px 5px;
}
}
h5{
	padding:0 0 10px 0;
	font-family: "�q���M�m���� ProN W6", "HiraMinProN-W6", "HG����E", "�l�r �o����", "MS PMincho", "MS ����", "Sawarabi Mincho", serif;
	font-size:170%;
	line-height:1;
	font-weight:bold;
}
@media only screen and (max-width:700px) {
h5{
	font-size:130%;
	padding-bottom:5px;
	line-height:1.2;
	width:100%;
}
}
/*-text-end-*/


/*--------------------------------------------------*/


/*-block-set-start-*/
.contents_1{
	box-sizing:border-box;
}
.mt-10{
	margin-top:10px;
}
.mt-20{
	margin-top:-20px;
}
.mb-10{
	margin-bottom:10px;
}
.mb-20{
	margin-bottom:20px;
}
.world-mb-10{
	margin-bottom:0;
}
@media only screen and (max-width:700px) {
.world-mb-10{
	margin-bottom:10px;
}
}

.flow_r {
	float:right;
	}
.flow_l {
	float:left;
	}
.c_c {
	margin:0 auto;
	display:block;
	}
.clear{clear:both;}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

aside{
	box-sizing:border-box;
	padding:20px;
	background:#F0EEDC;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top:20px;
}
@media only screen and (max-width:700px) {
aside{
	padding:10px;
}
}
.line_1{
	border-bottom:#9D6300 dashed 1px;
	padding:25px 0 0 0;
	margin:0 0 25px 0;
}
.line_2{
	padding:25px 0 0 0;
	margin:0 0 25px 0;
}
/*-block-set-end-*/


/*--------------------------------------------------*/


/*-device-start-*/
@media only screen and (max-width:700px) {
.pc{
	display:none;
}
}

@media only screen and (min-width:701px) {
.sp{
	display:none;
}
}
/*-device-end-*/


/*--------------------------------------------------*/



/*���j���[�W�J��*/
#sub_header{
	background:#583A44;
	width:100%;
	position: absolute;
	z-index:999;
	overflow:hidden;
}


.menu_box{
	background:#583A44;
	width:100%;
}
.menu_in{
	margin:0 auto;
	width:800px;
}
.menu_in a{
	float:left;
	width:350px;
	color:#FFF;
	line-height:70px;
	font-size:16px;
}
.menu_in a:hover{
	text-decoration:none;
	color:#C66;
}


@media only screen and (min-width:701px) {
.menu_in{
	width:800px;
}
.menu_in a{
	width:400px;
	box-sizing:border-box;
	padding-left:100px;
}
}
/*-headmenu-start-*/


.header_box{
		width:100%;
		margin:auto;
		display:table;
}




@media only screen and (max-width:700px) {
	.menu_in{
		margin:0 auto;
		width:90%;
	}

	.header_box{

		width:100%;
		margin:auto;
	}

	.hd_logo{
		width:54%;
		display:table-cell;
	}
	.hd_lang{
		width:26%;
		display:table-cell;
		vertical-align:middle;

	}
	.hd_lang_bit{
		width:89%;
		display:block;

	}
	.hd_menu{
		width:20%;
		display:table-cell;
		vertical-align:middle;

	}
	.hd_menu_bit{
		width:83%;
		display:block;
	}

	.lang_open{
		display:block;

	}

	.menu_open{
		display:block;

	}


.menu_in a{
	line-height:60px;
}


}




@media only screen and (min-width:701px) {

	.header_box{
		width:100%;
		margin:auto;
		width:1000px;
		margin:auto;
		height:55px;
	}


	.hd_logo{
		width:728px;
		display:table-cell;
	}
	.hd_lang{
		width:162px;
		display:table-cell;
		vertical-align:middle;
	}
	.hd_lang_bit{
		width:162px;
		display:block;


	}
	.hd_menu{
		width:108px;
		display:table-cell;
		vertical-align:middle;

	}
	.hd_menu_bit{
		width:108px;
		display:block;
	}

.lang_open{
	display:block;
	background-image: url("../img/menu/pc_m_language_2.png");
	background-repeat: no-repeat;
}

a.lang_open img:hover {
	opacity: 0;
}


.menu_open{
	display:block;
	background-image: url("../img/menu/pc_m_menu_2.png");
	background-repeat: no-repeat;

}
a.menu_open img:hover {
	opacity: 0;
}

}



/*-headmenu-end-*/


/*--------------------------------------------------*/


/*-shoplist-start-*/
.shop_content{
	background:#fff;
	max-width:1000px;
	box-sizing:border-box;
	padding:20px;
	margin:0 auto 20px auto;
}



@media only screen and (min-width:701px) {
	.shop_box{
		margin-bottom:20px;
	padding:10px;
	box-sizing: border-box;
	}
	.shop_box ul{
		margin-bottom:20px;
    list-style: none;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    flex-flow: wrap;
    width:100%;
	padding:0;
	margin:0; 
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between;
	}
	.ftbit1 .area{
		font-size:160%;
		padding:10px 20px 10px 15px;
	
	}
	.hiddn_menu li{
		display:block;
		box-sizing: border-box;
		width:49%;
		border:1px solid #BDBCBA;
		background: #FFF;
		margin-bottom:15px;
		padding:15px;
	}

.hiddn_menu  a{
  display:block;
}
.hiddn_menu li:hover {
	background:#FFFFC0;
}
#shop_menu a strong{
  display:block;
  font-size:120%;
	text-align:left;
	line-height:1.3;
	padding-bottom:5px;
}

	.area1{
		background:#F4F4D3;
	}
	.area2{
		background:#ccffff;
	}
	.area3{
		background:#E5E5CC;
	}
	.area4{
		background:#E0E0E0;
	}
	.area5{
		background:#FFFFCE;
	}
	.area6{
		background:#ffcccc;
	}
	.area7{
		background:#F2D7D7;
	}
	.area8{
		background:#F2E9BF;
	}



}


@media only screen and (max-width:700px) {
.shop_content{
	padding:20px 0 0 0;
	margin:0;
}

/*�X�܈ꗗ�֘A_start*/
#shop_menu{
  margin:0;
  padding:0;
  background:#fff;
}
#shop_menu a{
  margin:0;
  display:block;
  text-decoration:none;
  color:#008C8C;
  font-size:12px;
}
.area{
	background: url(../img/shop/ic1.png) no-repeat right center;
	background-size:27px 17px;
	line-height:20px;
	text-align:center;
	font-size:20px;
	padding:20px 0;
}
.area_op{
	background: url(../img/shop/ic2.png) no-repeat right center;
	background-size:27px 17px;

	line-height:20px;
	text-align:center;
	font-size:20px;
	padding:20px 0;
}
.ftbit1{
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	width:auto;
	line-height:20px;
	text-align:center;
	font-size:20px;
	background: linear-gradient(top center, #FCFCFA 0%, #F0F0E1 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#FCFCFA), to(#F0F0E1));
	margin-top:5px;
	margin-bottom:5px;




}
.hiddn_menu{
	display:none;
}
.hiddn_menu a{
	display:block;
	line-height:20px;
	text-align:left;
	border-bottom:1px solid #000;
	background-size:25px 18px;
	padding-left:10px;
	overflow:hidden;
	background: url(../img/shop/ic3.png) no-repeat right center;
	background-size:27px 17px;
}
#shop_menu a strong{
  display:block;
  font-size:14px;
	margin-top:15px;
	display:block;
	text-align:left;
	padding-bottom:5px;
}
.hiddn_menu p{
	display:block;
	line-height:20px;
	text-align:left;
	border-bottom:1px solid #000;
	overflow:hidden;
	padding:15px 0 13px 10px;
}
.hiddn_menu a{
	display:block;
	font-size:14px;
	text-align:left;
	line-height:18px;
	padding-bottom:13px;
}
/*�X�܈ꗗ�֘A_end*/
.table_eiyou{
	 width:100%;
	 font-size:12px;
	 line-height:18px;
	 margin:0;
	 clear:both;
	 border-top:1px solid #CECEBF;
}	
.table_eiyou th{
	 text-align:left;
	 border-bottom:1px solid #CECEBF;
	 border-left:1px solid #CECEBF;
	 border-right:1px solid #CECEBF;
	 padding:5px;
	 background:#F6DED2;
	 width:100px;
	 vertical-align:middle;
     }	
.table_eiyou td{
	 border-bottom:1px solid #CECEBF;
	 border-right:1px solid #CECEBF;
	 background:#F6F0D3;
	 padding:5px;
     }












}


/*-shoplist-end-*/


/*--------------------------------------------------*/

