@charset "UTF-8";

/* common */
#wrapper { overflow-x: hidden; }

.title01 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 18px;
}

.title01 .small_txt {
  font-size: 18px;
  margin: 0 7px;
}

/* main */
#main {
  height: 80vh;
  min-height: 80vh;
  z-index: 0;
  position: relative;
margin-top: 60px;
}

#main .main_copy {
  text-align: center;
  width: 90%;
  top: 3%;
left: 50%;
  position: absolute;
transform: translateY(0) translateX(-50%);
  -webkit- transform: translateY(0) translateX(-50%);
}

#main .main_copy p {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  color: #fff;
  margin: 2px auto;
  padding: 5px 15px 8px;
  display: inline-block;
  background: #000;
}

#main .bg_img {
  width: 100%;
  height: 100%;
  z-index: -5;
  top: 0;
  left: 0;
  position: absolute;
  /*background: #f3f3f3 url(../../img/top/main_bg.svg) no-repeat;
  background-position: -130px 70%;
  background-size: 180%;*/
  background: url(../../img/top/sp_main.jpg) no-repeat;
  background-position: left center;
  background-size: cover;
}

#main .bg_img .animationBox {
  margin-bottom: 100px;
  position: relative;
  height: 100%;
  display: none;

}

#main .bg_img .animationBox img { max-width: 100%; }

#main .main_item01, #main .main_item02, #main .main_item03, #main .main_item04, #main .main_item05, #main .main_item06, #main .main_serif01, #main .main_serif02, #main .main_txt {
  z-index: 5;
  position: absolute;
}

#main .main_item01 {
  transform: rotate(15deg);
  width: 31.357%;
  top: 0%;
  left: 2.285%;
}

#main .main_item02 {
  transform: rotate(30deg);
  width: 20%;
  top: 1.857%;
  left: 82.857%;
}

#main .main_item03 {
  transform: rotate(-15deg);
  width: 28.5%;
  top: 16.66%;
  left: 0%;
}

#main .main_item04 {
  width: 25%;
  top: 48.142%;
  left: 84.571%;
}

#main .main_item05 {
  transform: rotate(15deg);
  width: 26.357%;
  top: 48.428%;
  left: 1.642%;
}

#main .main_item06 {
  width: 100%;
  left: 50%;
  bottom: 103px;
transform: translateY(0) translateX(-50%);
  -webkit- transform: translateY(0) translateX(-50%);
}

#main .main_serif01 {
  transform: rotate(15deg);
  width: 26%;
  top: 26.6%;
  left: 64.785%;
}

#main .main_serif02 {
  transform: rotate(-25deg);
  width: 11.58%;
  left: 16.36%;
  bottom: 21%;
}


.holiday {
  background: #000;
  color: #fff;
  padding: 12px;
width: 100%;
position: absolute;
bottom: 0;
}

.holiday h2 {
  font-size: 16px;
  padding-left: 23px;
  line-height: 150%;
  background: url(../../img/top/icon_calendar.png) center left no-repeat;
  background-size: 16px;
}

.holiday dl {
  border-top: 2px solid #fff;
  margin-top: 5px;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 500;
}

.holiday dt {
  float: left;
  clear: both;
  margin-right: 5px;
}

.holiday dd { overflow: auto; }

.holiday dt:nth-of-type(n+2),
.holiday dd:nth-of-type(n+2) {
  margin-top: 5px;
}

.octagon_list {
  text-align: center;
  font-size: 0;
  margin: 25px 0;
}

.octagon_list li {
  width: 48%;
  height: 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 17px;
  padding-top: 38%;
  margin-bottom: 3%;
}

.octagon_list li:nth-child(even) { margin-left: 4%; }

.octagon_list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 48%;
}

.octagon_list li a:before,
.octagon_list li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s ease;
}

.octagon_list li a:before {
  background: url(../../img/top/btn01_on.png) center center no-repeat;
  background-size: contain;
  opacity: 0;
}

.octagon_list li a:after {
  background: url(../../img/top/btn01_out.png) center center no-repeat;
  background-size: contain;
}

.octagon_list li img {
  position: absolute;
  width: 60px;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s ease;
}

.blc_topics {
  background: #f4f4f4;
  padding: 25px 0;
}

.blc_topics .inner {
  position: relative;
  z-index: 1;
}

.blc_topics .tab_list {
  width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid #000;
}

.blc_topics .tab_list li {
  text-align: center;
  /*width: calc(25% - 3px);*/
  width: calc(32% - 3px);
}

.blc_topics .tab_list li a {
  border-radius: 5px 5px 0 0;
  padding: 7px;
  display: block;
  background: #fff;
  font-size: 13px;
  font-weight: 300;
  color: #000;
}

.blc_topics .tab_list li.active a {
  background: #000;
  color: #fff;
}
.blc_topics .tab_list li.active span {
  background: #000;
  color: #fff;
}
.blc_topics .tab_list li span {
  border-radius: 5px 5px 0 0;
  padding: 7px;
  display: block;
  background: #fff;
  font-size: 13px;
  font-weight: 300;
  color: #000;
}
.blc_topics .tab_list li.active span {
  background: #000;
  color: #fff;
}
.blc_topics .tab_panel{display:none;}
.blc_topics .tab_panel.active{display:block;}
.blc_topics .topics_list { margin: 10px 0; }

.blc_topics .topics_list li {
  border-bottom: 1px solid #b3b3b3;
  padding: 15px;
}

.blc_topics .topics_list li .date {
  margin-right: 8px;
  display: inline-block;
  vertical-align: -1px;
}

.blc_topics .topics_list li .category {
  font-size: 11px;
  border: 1px solid #000;
  width: 100px;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
}

.blc_topics .topics_list li a {
  color: #000;
  line-height: 2.1em;
  display: block;
}

.blc_topics .topics_list li a span {
  padding-bottom: 3px;
  border-bottom: 1px solid #3c3c3c;
}

.blc_topics .topics_list li a:hover span { border-bottom: 1px solid #d8ad19; }

/*
.blc_topics .btn_area {
  text-align: center;
  margin-top: 20px;
  font-size: 0;
}

.blc_topics .btn_area > p {
  display: inline-block;
  width: 49%;
  padding-top: 10%;
  position: relative;
}

.blc_topics .btn_area > p:first-child { margin-right: 2%; }

.blc_topics .btn_area p a {
  width: 100%;
  height: 100%;
  display: block;
  color: #000;
  font-size: 14px;
  padding-top: 3%;
  position: absolute;
  top: 0;
}

.blc_topics .btn_area p a:before,
.blc_topics .btn_area p a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s ease;
}

.blc_topics .btn_area p a:before {
  background: url(../../img/top/btn02_on.png) no-repeat;
  background-size: contain;
  opacity: 0;
}

.blc_topics .btn_area p a:after {
  background: url(../../img/top/btn02_out.png) no-repeat;
  background-size: contain;
}
*/

.blc_purchase { padding: 30px 0 25px; }

.blc_purchase .purchase_list {
  display: flex;
  flex-wrap: wrap;
}

.blc_purchase .purchase_list li {
  width: 50%;
  margin-bottom: 15px;
}

.blc_purchase .purchase_list li a { display: block; }

.blc_purchase .purchase_list .img_box {
  height: 0;
  padding-top: 75%;
  position: relative;
}

.blc_purchase .purchase_list .img_box img {
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.blc_purchase .purchase_list p {
  color: #000;
  padding: 0 8px;
  line-height: 150%;
  margin-top: 10px;
}

.blc_purchase .purchase_list p span {
  color: #666;
  display: block;
  font-size: 11px;
}

.bnr_area { margin: 0 10px; }

.bnr_area ul {
  font-size: 0;
  text-align: center;
  margin: 0 0 30px;
}

.bnr_area ul li {
  display: inline-block;
  width: calc(50% - 5px);
  margin-bottom: 5px;
}

.bnr_area ul li:nth-child(even) {
  margin-left: 5px;
}

/* お取り扱い品 */
.blc_purchase .product_list{
}

.blc_purchase .product_list dt {
font-weight: bold;
font-size: 20px;
margin-bottom: 15px;
text-align: center;
}


.blc_purchase .product_list dd {
  flex-flow: row wrap;
  display: flex;
margin-bottom: 20px;
}

.blc_purchase .product_list dd span {
display: inline-block;
margin: 0 5px 10px;
width: calc((100% / 2) - 10px);
}

.blc_purchase .product_list .product_etc {
width: 100%;
text-align: right;
margin-top: 10px;
}

.blc_purchase .product_list .product_att {
width: 100%;
text-align: center;
margin-top: 10px;
}



.bnr_area ul li a { display: block; }
.bnr_area ul li img { width: 100%; }

.pvblock{padding-bottom:30px;}

.pvblock iframe{
  width:100%;
  height:250px;
}



/* googlemap */
.gmap {
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.gmap iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
z-index: -1;
}

.gmap .btnarea {
font-size: 12px;
}

.gmap .btnarea .btn {
display: inline-block;
background: #000;
padding: 7px 15px;
border-radius: 5px;
color: #fff;
left: 50%;
bottom: 25px;
-webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
z-index: 50;
position: absolute;
border: 1px solid #000;
}

.gmap .btnarea .btn i {
margin-right: 5px;
}


/* fbページ */
.blc_fb {
  text-align: center;
  padding: 30px 10px;
}
