@charset "UTF-8";
/* ==========================================
  common
========================================== */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-weight: inherit;
}
body, html {
  background: #fff;
  color: #222;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
h1, h2, h3, h4, h5 {
  font-weight: inherit;
  padding: 0;
  margin: 0;
}
p {
  letter-spacing: 0.15em;
  line-height: 1.8;
  padding: 0;
  margin: 0;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    outline: none;
}
a:focus,
a:focus img {
  box-shadow: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    outline: none;
}
a:active, a:hover {
  color: inherit;
}
.linkover {
  position: relative;
}
a.whole {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.whole:hover {
  background: rgba(118, 81, 48, 0.1);
}
img {
  max-width: 100%;
  height: auto;
  outline: none;
	vertical-align:top;
}
hr {
  height: 1px;
  background-color: #e5e5e5;
  border: none;
  color: #e5e5e5;
	margin-top: 60px;
}
.border_top {
	border-top: 2px dotted #eee;
	padding-top: 20px;
}
.sp_none{
	display: block;
}
.pc_none{
	display: none;
}
/*----------------------------------------------------
  
----------------------------------------------------*/
.txt_center{
	text-align: center;
}
.txt_left{
	text-align: left;
}
.bg2025 p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
/*----------------------------------------------------
  font
----------------------------------------------------*/
.bg2025 .f13 {
	font-size: 13px;
}
.bg2025 .f16 {
	font-size: 16px;
}
.bg2025 .bold {
  font-weight: bold;
}
/*----------------------------------------------------
  color
----------------------------------------------------*/
/*----------------------------------------------------
  margin
----------------------------------------------------*/
.mgt20{
	margin-top: 20px;
}
.mgt60{
	margin-top: 60px;
}
.mgt80{
	margin-top: 80px;
}
.mgb60{
	margin-bottom:60px;
}
/*----------------------------------------------------
  header
----------------------------------------------------*/
.bg2025 header {
	margin: 10px;
	text-align: center;
}

/*----------------------------------------------------
  main
----------------------------------------------------*/
.bg2025 .main {
	max-width: 775px;
	margin: 0 auto;
	padding: 0;
}
/*----------------------------------------------------
  col
----------------------------------------------------*/
.bg2025 .col {
  display: flex;
  flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
/*----------------------------------------------------
  contents
----------------------------------------------------*/
.bg2025 #contents{
	max-width: 775px;
	margin: 0 auto;
	padding: 0;	
}
  .bg2025 .bnr_block{
	  background: url("../img/bnr_bg.jpg") repeat;
	  border-radius: 4px;
	  margin-top: 50px;
	  padding: 20px 20px 5px;
	
}
.bg2025 .bnr_block ul{
	  display: flex;
}
.bg2025 .bnr_block ul li{
	width: 48%;
	margin: 10px 1%;
}
  .bg2025 .bnr_block img{
	  margin-bottom: 15px;
}
/*==================================================
btn　gwフェア
===================================*/
.bg2025 .gw{
	background: url("../img/bg_newshop.jpg") repeat;
	padding: 10px;
	margin: 0;
	padding: 60px 10px;
}
.bg2025 .ttl, .bg2025 .ttl.close{
	max-width: 660px;
	margin: 20px auto;
}
.bg2025 .ttl h3{
    width: 100%;
    height: 0; 
    padding-top: 13.6363%;
}
.bg2025 .ttl.close h3{
    width: 100%;
    height: 0; 
    padding-top: 13.6363%;
}
.bg2025 .fashion .ttl h3{
	background: url("../img/btn_fashion.png") no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.bg2025 .goods .ttl h3{
	background: url("../img/btn_goods.png") no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.bg2025 .gourmet .ttl h3{
	background: url("../img/btn_gourmet.png") no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.bg2025 .service .ttl h3{
	background: url("../img/btn_service.png") no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.bg2025 .fashion .ttl.close h3{
	background: url("../img/btn_fashion_02.png") no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg2025 .goods .ttl.close h3{
	background: url("../img/btn_goods_02.png") no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg2025 .gourmet .ttl.close h3{
	background: url("../img/btn_gourmet_02.png") no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg2025 .service .ttl.close h3{
	background: url("../img/btn_service_02.png") no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*==================================================
box
===================================*/
.bg2025 .inner {
    display: none;
	max-width: 660px;
	margin: 0 auto;
}
.bg2025 .gw .box {
	background: #fff;
	width: 48%;
	margin: 20px 1%;
	padding: 20px 10px;
	text-align: center;
	position: relative;
    z-index: 1;
}
.bg2025 .gw .box a{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}
.bg2025 .gw .box:hover {
  cursor: pointer;
  background: #f9ffec;
}
.bg2025 .gw p {
	font-weight: 600;
	line-height: 1.8;
}
.bg2025 .gw .red {
	font-size: 18px;
  color: #FF0004;
	font-weight: bold;
}
.bg2025 .gw .off {
	font-size: 38px;
	font-weight:  bold;
	color: #FF0004;
	line-height: 1.4;
}
.bg2025 .gw .off span {
	font-size: 26px;
}
.bg2025 .gw .logo {
	margin: 10px;
	border-top: 1px solid #ccc;
}
.bg2025 .gw .logo img{
	margin: 30px 0;
}
.bg2025 .gw .info {
	font-size: 12px;
	font-weight:  bold;
}
.bg2025 .note {
	color: #222;
	font-size: 14px;
	max-width: 660px;
	margin: 0 auto;
}
@media screen and (max-width: 780px) {
.bg2025 .gw .off {
	font-size: 28px;
}
.bg2025 .gw .off span {
	font-size: 20px;
}
}
@media screen and (max-width: 480px) {
.bg2025 .gw .box {
	width: 98%;
}
.bg2025 .gw .off {
	font-size: 24px;
}
.bg2025 .gw .off span {
	font-size: 18px;
}
.sp_none{
	display: none;
}
.pc_none{
	display: block;
}
}


/*==================================================
new shop
===================================*/
.newshop{
	background: url("../img/bg_newshop.jpg") repeat;
	padding: 40px 20px;
}
.bg2025 .newshop .inner {
    display: block;
	background: #fff;
	border-radius: 10px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px;
}
.bg2025 .newshop .box {
      border: 2px solid #6ead8f;
	padding: 30px;
	margin-top: 80px;
}
.bg2025 .newshop .box .date{
	margin-top: -100px;
	text-align: center;
	
}
.bg2025 .newshop .box h3{
	background: #f6fbec;
	font-size: 24px;
	font-weight: 900;
	width: 80%;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
}
.bg2025 .newshop .box h3 span{
	display: block;
	font-size: 16px;
}
.bg2025 .newshop .col {
	align-items: center;
}
.bg2025 .newshop .logo {
	text-align: center;
	padding: 20px 10px;
}
.bg2025 .newshop .box p {
	font-weight: bold;
	padding: 20px;
}
.bg2025 .newshop .btn  a{
	display: inline-block;
	background: #6ead8f;
	border-radius: 60px;
	color: #fff;
	font-size: 20px;
	padding: 10px 40px;
	margin-top: 20px;
}
.bg2025 .newshop .box3 .logo {
	width: 28%;
	margin: 10px 2%;
	text-align: center;
}
.bg2025 .newshop .box3 .logo img {
	width: 80%;
	height: auto;
}
.bg2025 .newshop .box3 .ph {
	font-weight: bold;
	width: 64%;
	margin: 10px 2%;
}
@media screen and (max-width: 480px) {
.bg2025 .newshop .box h3{
	font-size: 20px;
	width: 100%;
}
.bg2025 .newshop .box h3 span{
	font-size: 12px;
}
.bg2025 .newshop .logo, .bg2025 .newshop .ph, .bg2025 .newshop .box3 .logo, .bg2025 .newshop .box3 .ph {
	width: 98%;
}
.bg2025 .newshop .box3 .logo img {
	width: 60%;
	height: auto;
}
.bg2025 .newshop .btn  a{
	font-size: 18px;
}
}

/*==================================================
event
===================================*/
.event{
	background: url("../img/bg_event.jpg") repeat;
	padding: 40px 20px;
}
.bg2025 .event .inner {
    display: block;
}
.bg2025 .event .col {
	text-align: center;
}
.bg2025 .event .col-2 {
	width: 47%;
	margin: 10px 1.5%;
}
.bg2025 .event .box {
	background: #fff;
	padding: 30px;
	margin-top: 40px;
	text-align: center;
}
.bg2025 .event .event_title {
	border-bottom: 4px solid #33aba3;
	padding-bottom: 10px;
}
.bg2025 .event .date {
	margin-bottom: 20px;
}
.bg2025 .event h3 {
	font-size: 28px;
	font-weight: 900;
	padding: 10px;
}
.bg2025 .event h4 {
	font-size: 18px;
	font-weight: 900;
}
.bg2025 .event .photo {
	padding: 20px;
}
.bg2025 .event .btn  a{
	display: inline-block;
	background: #dc5f69;
	border-radius: 60px;
	color: #fff;
	font-size: 20px;
	padding: 10px 40px;
	margin-top: 20px;
}
@media screen and (max-width: 780px) {
.bg2025 .event .date {
	width: 24%;
}
.bg2025 .event h3 {
	font-size: 26px;
	width: 68%;
}
}
@media screen and (max-width: 480px) {
.bg2025 .event .col {
	display: block;
}
.bg2025 .event .col-2 {
	width: 100%;
	margin-top: 20px;
}
.bg2025 .event .box h3{
	font-size: 20px;
}
.bg2025 .event .date, .bg2025 .event .box h3  {
	width: 98%;
	text-align: center;
}
.bg2025 .event .btn  a{
	font-size: 18px;
}
}
/*----------------------------------------------------
  bnr
----------------------------------------------------*/
.bnr{
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}
.bnr div{
}
/*----------------------------------------------------
  footer
----------------------------------------------------*/
.bg2025 footer {
	padding: 40px 10px;
	text-align: center;
}
.bg2025 footer p{
	font-size: 11px;
	margin-top: 20px;
}
/*----------------------------------------------------
  page_top
----------------------------------------------------*/

#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #e13d21;
  opacity: 1;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-weight: 900;
  content: '↑';
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 32px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}