@charset "UTF-8";
/* CSS Document */

.news2{
  width: 93%;
  margin: 10px auto 35px;
  padding: 5px 0 5px 0;
  box-sizing: border-box;
  border-bottom: solid 2px #b0bfc8;
}

.banner-wrap{
  margin: 15px auto 0px;
  padding: 0 0 5px 0;
  box-sizing: border-box;
}

.news2 .banner-wrap img{
  width: 100%;
}

.ttl-wrap{
  margin: 0;
  padding: 0 0 20px;
  box-sizing: border-box;
}

.banner-wrap a{
  transition: 0.2s;
}

.banner-wrap a:hover{
  opacity: 0.7;
}

#header:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.contact-link{
    position: fixed;
    bottom: 0;
    background:  rgba(255,255,153,0.8);
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 26px 0;
    box-sizing: border-box;
    z-index: 10;
}

.contact-link a{
    background: red;
    border-radius: 30px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 28px;
	  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-weight: bold;
    padding: 13px 15px;
    transition: 0.2s;
}

.contact-link a:hover{
    background: rgba(230,0,18,0.8);
}

.caution{
  position: fixed;
  bottom: 0;
  background: rgba(230,0,18,0.85);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 15px 0 15px 0;
  box-sizing: border-box;
  z-index: 10;
}

/* -------------- 緊急のお知らせに関する部分 -------------- */
.notice{
  width: 93%;
  margin: 25px auto 0;
  border: solid 3px #D80C18;
  box-sizing: border-box;
}

.notice h2{
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  background: #D80C18;
  margin: 0;
  padding: 10px 0;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.notice p{
  font-size: 22px;
  line-height: 1.5;
  padding: 0 35px;
  box-sizing: border-box;
  color: #D80C18;
  margin: 0 auto;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  text-align: left;
}

.notice p:first-of-type{
  margin-top: 14px;
}

.notice p:last-of-type{
  margin-bottom: 14px;
}

/*スライド内店休日ボタン*/
.relative{
  position: relative;
}

.tenkyu-btn{
  position: absolute;
  right: 0;
  bottom: 21.5px;
  z-index: 10;
}

.products-banner{
  width: 93%;
  margin: 28px auto;
}

.products-banner img{
  width: 100%;
}

.blazer-page-link{
  width: 93%;
  margin: 0 auto;
}

.blazer-page-link ul{
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  /*↓リセット*/
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

.blazer-page-link ul li{
  width: 380px;
  margin: 12px auto;
}

/*-----------2024年度より変更 TOPページ-----------*/
.main-contents{
  width: 93%;
  margin: 0 auto;
}

.main-contents img{
  width: 100%;
}

.main-contents a{
  transition: 0.3s;
}

.main-contents a:hover{
  opacity: 0.8;
}

.main-banner{
  justify-content: space-between;
}

.main-banner div{
  width: 410px;
}

.sub-banner{
  width: 100%;
  margin: 18px auto 25px;
}

.info{
  width: 100%;
  margin: 25px auto 0;
  justify-content: space-between;
}

.left-photo,.right-map{
  width: 400px;
}

.shop-p{
  margin-top: 16px;
}

.g-map{
  height: 0;
  overflow: hidden;
  padding-bottom: 84.5%;
  position: relative;
}

.g-map iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*採寸予約に関する項目*/
.fit-box{
  margin: 15px auto 10px;
  text-align: center;
  font-weight: bold;
  font-size:28px;
}

.fit-box a{
  display: inline-block;
  color:#005bac;
  border: solid 2px #005bac;
  padding: 12px 24px;
  border-radius: 10px;
  box-sizing: border-box;
  transition: 0.5s;
}

.fit-box a:hover{
  color:#fff;
  background: #005bac;
}