body{
  width: 100%;
  overflow-x: hidden;
  background-color: #F9F1DF;
}


video{
  width: 100%;
  height: auto;
}

.sp{
  display: none;
}

.br-sp{
  display: none;
}

header{
  position: relative;
  width: 100%;
}

header .logo_title{
  display: block;
  position: absolute;
  bottom: -15%;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 18%;

  letter-spacing: 0.1em;
  background-image: url('../img/logo-mawari.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;

  z-index: 1;

}

header .logo_title img{
  position: absolute;
  top: 15%;
  left: 16%;
  width: 30%;
  height: auto;
}


#wrapper{
  position: relative;
  padding-top: 20px;

  z-index: 2;
}

#main{
  width: 100%;
}

.tel_box_l{
  width: 100%;
  max-width: 960px;
  margin:0 auto;
}

.tel_box{
  display: block;
  margin:0 0 0 auto;
  max-width: 230px;
}

.tel_box a{
  padding-left: 60px;
  padding-top: 45px;
  padding-bottom: 45px;
  font-family: "Century Gothic Pro",sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #111767;

  background-image: url('../img/icon/tel-back1.png'),url('../img/icon/tel-back2.png');
  background-repeat: no-repeat,no-repeat;
  background-size: 64px auto,109px auto;
  background-position: top -5px left -5px,center left;
}



/* ========================
        top_txt
======================== */
.top_txt{
  width: 100%;
  max-width: 960px;
  margin:108px auto 0;
  padding:68px 0 31px;

  background-image: url('../img/bac/awa_b_1.png'),url('../img/bac/awa_b_2.png');
  background-repeat: no-repeat,no-repeat;
  background-size: 70px auto,70px auto;
  background-position: top left,bottom right;
}

.top_txt .midashi{
  max-width: 650px;
  margin:0 auto 40px auto;
  font-family: "ヒラギノ明朝 W6 JIS2004";
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #111767;
}

.top_txt > p{
  max-width: 650px;
  margin:0 auto 0.3em auto;
  font-family: "ヒラギノ明朝 W3 JIS2004";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 27px;
  color: #111767;

}

/* ========================
        top_img_box
======================== */
.top_img_box{
  position: relative;
  width: 100%;
  max-width: 1106px;
  margin:154px auto 0;
  padding-top: 708px;

  background-image: url('../img/bac/awa_w_1.png'),url('../img/bac/awa_w_2.png'),url('../img/bac/awa_c_2.png'),url('../img/bac/awa_c_1.png');
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
  background-size: 70px auto,70px auto,70px auto,70px auto;
  background-position: bottom 45% left 5%,bottom right 27%,top left,bottom 27% right;
}

.top_img_box img{
  width: 100%;
  height: auto;
}

.hotate{
  position: absolute;
  top: 0;
  left: 12%;
  width: 100%;
  max-width: 360px;
}
.yakisakana{
  position: absolute;
  top: 25%;
  left: 55%;

  width: 100%;
  max-width: 320px;
}
.ikura{
  position: absolute;
  bottom: 5%;
  left: 25%;
  width: 100%;
  max-width: 280px;
}

/* ========================
          news
======================== */
.news{
  width: 100%;
  max-width: 960px;
  margin:64px auto 0;
}

.news_title{
  padding:10px 0 10px 40px;
  font-family: "ヒラギノ明朝 W6 JIS2004";
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #111767;

  background-image: url('../img/icon/h2.png');
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: center left;

}

.news_list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:100px 0;


  background-image: url('../img/bac/news_back.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center left;
}

.news_list>.left{
  width: 50%;
}

.news_list>.left ul{
  width: 100%;
  max-width: 370px;
  margin:0 0 0 auto;
}

.news_list>.left ul li{
  margin-bottom: 1em;
}

.news_list>.left ul li a{
  font-family: "ヒラギノ明朝 W3 JIS2004";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #35385d;
}

.news_list>.left ul li a br{
  display: none;
}


.news_list>.right{
  width: 50%;
  height: auto;
  text-align: center;
}

.news_list>.right a{
  padding-right: 50px;
  padding: 8px 50px 8px 0;
  font-family: "ヒラギノ明朝 W3 JIS2004";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #111767;

  background-image: url('../img/icon/arrow1_back.png');
  background-repeat: no-repeat;
  background-size: 46px auto;
  background-position: center right;
}



/* ========================
          footer
======================== */
footer{
  position: relative;
  margin-top: 126px;
  padding-top:160px;

  text-align: center;
  background-color: #F9F1DF;
  background-image: url('../img/footer.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

footer p{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);

  font-family: "ヒラギノ明朝 W3 JIS2004";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #fff;
  white-space: nowrap;

}
