html{
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body{
  font-family:'Noto Sans JP',"Helvetica Neue", "Helvetica", "Noto Sans Japanese","メイリオ",Meiryo,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  position: relative;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  background: url(../images/pc_bg.jpg) center top / cover;
}

*, *::before, *::after {
  box-sizing: border-box;
}

p{
  text-align: justify;
  font-size: 1.6rem;
}
img{
  width: 100%;
  height: auto;
}
a,
a:hover,
a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover img{opacity: 0.7;}

.pc_case{display: block!important;}
.sp_case{display: none!important;}

main{
  width: 100%;
  background: #f7ebdc;
  overflow: hidden;
}
.wrapper{
  box-sizing: border-box;
  position: relative;
  max-width: 768px;
  width: 100%;
  padding: 0 6%;
  margin: 0 auto;
  z-index: 10;
}
.containerbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.containerbox::after{
  content: "";
  display: block;
  width: 31.333%;
}
.item_box{
  width: 31.333%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .item_box{width: 48%;}
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* ==============================
    header
=============================== */
header{
  background: url(../images/head_bg.gif) repeat-x;
  background-size: auto 35px;
  padding-top: 36px;
}
header .wrapper{
  background: #f7ebdc;
  padding-top: 30px;
}
.logo_anniversary20{
  display: block;
  width: 80px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
}

/* ==============================
    footer
=============================== */
footer{
  background: #f7ebdc;
}
footer.wrapper{
  padding: 40px 6%;
}
footer p{
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.logo_aeon{
  display: block;
  max-width: 240px;
  width: 70%;
  margin: 0 auto 10px;
}

a:link.btn_aeon,
a:visited.btn_aeon{
  box-sizing: border-box;
  display: block;
  background: #8c4c23;
  border-radius: 18px;
  color: #fff;
  font-size: 1.4rem;
  max-width: 400px;
  width: 100%;
  text-align: center;
  line-height: 36px;
  padding:0 20px;
  margin: 0 auto;
}
a:hover.btn_aeon{
  background: #ea9312;
}
#page_top{
  position: fixed;
  right: 0;
  bottom: -80px;
  display: block;
  width: 60px;
  height: 60px;
}
#page_top:hover{opacity: 0.95;}

@media (max-width: 768px) {
  .logo_aeon{
    max-width: initial;
    width: 70%;
  }
}

/* 固定ボタンなど */
#left_box,
#right_box{
  position: fixed;
  top: 20px;
  width: 120px;
  height: auto;
}
#left_box{
  left: 20px;
}
#right_box{
  right: 20px;
}

#pcbox_left,
#pcbox_right{
  position: fixed;
  min-width: 200px;
  width: 18vw;
  top: 50%;
  /* transform: translateY(-50%); */
}
#pcbox_left{
  left: calc(50% - 768px / 2 - 120px - 50px + 120px);
  transform: translate(-100%, -50%);
}
#pcbox_right{
  left: calc(50% + 768px / 2 + 50px);
  transform: translateY(-50%);
}
#pcbox_right a:link{
  display: block;
  max-width: 200px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

#pcbox_right::before{
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  background: url(../images/right_scroll.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 220px;
}

@media screen and (max-width: 1214px){
  #pcbox_left,
  #pcbox_right{
  display: none;
}
}

#foot_btn{
  display: none;
}
@media screen and (max-width: 1214px){
  footer.wrapper{
    padding: 40px 6% 80px;
  }
  #foot_btn{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 768px;
    width: 100%;
    margin: 20px auto 0;
  }
  #foot_btn .item_btn{
    background: #8c4c23;
    width: 50%;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 38px;
    border-right: 1px solid #fff;
  }
  #foot_btn .item_btn:last-child{
    border-right: none;
  }
  #foot_btn .item_btn:nth-child(4n),
  #foot_btn .item_btn:nth-child(5n),
  #foot_btn .item_btn:nth-child(6n){
    border-top: 1px solid #fff;
  }
  #foot_btn .item_btn:hover{
    background: rgba(248,229,109,0.5);
  }
}
@media screen and (max-width: 768px){
  footer{
    padding: 60px 0 100px;
  }
  #foot_btn .item_btn{
    font-size: 1.8rem;
    line-height: 40px;
  }
  #left_box,
  #right_box{
  display: none;
}
}


/* ==============================
    共通設定
=============================== */
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb60{margin-bottom: 60px;}
.mt20{margin-top: 20px;}
.txt_c{text-align: center!important;}
.font_s{font-size: 1.3rem!important;}
.font_size15{font-size: 1.5rem!important;}
.color_red{color: #d7053d;}


/* ==============================
    coordinate
=============================== */
#coordinate,
#goods{
  padding: 60px 0 0;
}
#coordinate .title_main img{
  display: block;
  width: 240px;
  height: auto;
  margin: 0 auto 30px;
}
#goods .title_main img{
  display: block;
  width: 180px;
  height: auto;
  margin: 0 auto 30px;
}