@charset "utf-8";

/* CSS Document */

html {
  background-color: #9d1602;
}

body {
  font-family:Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "MS PGothic", sans-serif;
}

#container {
  width: 100%;
}

#content {
  width: 800px;
  margin: 0 auto;
  padding-top: 6rem;
}

.fsM {
  font-size: 1.4rem;
}

.fsS {
  font-size: .8rem;
}

.fwB {
  font-weight: bold;
}

.taC {
  text-align: center;
}


.mB20 {margin-bottom: 20px;}
.mB40 {margin-bottom: 40px;}
.mAuto {margin-left: auto; margin-right: auto;}








#headerWrap {
  position:fixed;
  z-index:1000;
  width:100%;
}


.headernews--xmas2023 {
  width:100%;
  background: #ff6816;
  text-align: center;
  line-height:0;
}

header {
  position: static;
  background: none;
  line-height:0 !important; 
  height:2.8rem;
  padding:10px 0;
  margin:0 0 0 0;
}


.logo {
  margin:0 auto;
}







h1 {
  padding: 2rem 0 4rem;
}

.section {
  margin-bottom: 4rem;
}

.leadtxt {
  color: #fff;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  margin-bottom: 1.8rem;
  font-weight: 400;
  font-size: 1.8rem;
}

.message {
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 4rem;
  text-align: center;
}




.attention {
  border-radius: 2px;
  border: 2px solid #fff;
  margin-bottom: 4rem;
  padding: 1rem 1.6rem;

}

.attention p {
  font-weight: bold;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}

.attention--more {
  width: 100%;
  border-radius: 2px;
  margin-bottom: 1.6rem;
  padding: 1rem 1.6rem;
  background-color: #f3e4e2;
  color: #9d1602;
}


.normal {
  border-radius: 2px;
  background:#efefef;
  margin-top: .8rem;
  margin-bottom: 1.6rem;
  padding: 2rem 2.4rem 1rem;

}

.normal h3 {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom:1.6rem;
}
.normal p {
  font-size: 1rem;
  margin-bottom:1.6rem;
}


.section--white {
  background-color: #fff;
  border-radius: 2px;
  padding: 3.2rem 2.4rem 1.6rem;
}



.summary__Inner {
  width: 100%;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem ;
  border-bottom: 2px solid #9d1602;
}

.summary__head {
  line-height: 1;
  font-size: 1rem;
  font-weight:bold;
  margin-bottom: .8rem;

}

.summary__body {
  font-size:1rem;
  line-height: 1.8rem;
}

.item {
  margin-bottom: 1.6rem;
}

.pict {
  margin-bottom: 2.4rem;
}

.pict img {
  margin: 0 auto;
}


.list li {
  margin-bottom: 1rem;
  position:relative;
}


.list li:before {
  content: '';
  position: absolute;
  background-color: #9d1602;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  left: 0px;
  top: .3rem;
}


.list li p {
  margin-left: 1.6rem;
}


.allBtn {
    width:auto;
    max-width: 400px;
    margin: 0 auto 160px;
}

.allBtn a {
    display: block;
    font-size:1rem;
    padding: 0.6rem 1rem;
    text-align: center;
    border-radius: 4px;
    background-color: #c65b67;
    color: #fff;
}

.white {
  color:#fff;
  font-size:1rem;
  margin-bottom:1.6rem;
  text-align: center;
}


.spOnly {
  display: none;
}


@media (max-width: 735px) {

  #content {
    width: 96%;
    margin: 0 2%;
    padding-top: 1rem;
  }
  #content img {
    width: 100%;
  }

  .attention p {
    font-size:1rem;
  }

 .normal {
    padding: 2.4rem 1.6rem 1.6rem;
  }

  .leadtxt {
    font-size: 1.4rem ;
    line-height: 1.4;
  }

  .message {
    font-size:1rem;
  }


  .summary__head {
    font-size:1rem;
  }
  .summary__body {
    font-size:1rem;
    line-height:1.4;
  }

  .section--white {
    background-color: #fff;
    border-radius: 2px;
    padding: 2.4rem 1.6rem 1.6rem;
  }
  .spOnly {
    display: block;
  }

.allBtn {
    width:80%;
    margin:0 auto;
}




}


footer {
  color: #fff;
}




