a:link {
  text-decoration: underline; }

.sec1 ul {
  display: flex;
  justify-content: space-between; }
  .sec1 ul li {
    width: 166px;
    height: 200px;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 2rem; }

.icon1_color {
  background: #fff5e5;
  color: #ff6f40; }

.icon2_color {
  background: #d8ffd8;
  color: #00827e; }

.icon3_color {
  background: #d8ffff;
  color: #0050cf; }

.icon4_color {
  background: #fdffd8;
  color: #ffc526; }

.icon5_color {
  background: #fffafc;
  color: #ff49b6; }

.sec2 .ttl {
  width: 100%;
  height: 66px;
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 2.6rem; }
  .sec2 .ttl.icon1_color {
    border-bottom: 2px solid #ff6f40; }
  .sec2 .ttl.icon2_color {
    border-bottom: 2px solid #00827e; }
  .sec2 .ttl.icon3_color {
    border-bottom: 2px solid #0050cf; }
  .sec2 .ttl.icon4_color {
    border-bottom: 2px solid #ffc526; }
  .sec2 .ttl.icon5_color {
    border-bottom: 2px solid #ff49b6; }
  .sec2 .ttl h2 {
    display: block;
    width: 960px;
    height: auto;
    margin: auto; }

.sec3 {
  background: #FFF;
  padding: 40px 0 40px 0; }
  .sec3 .text1 {
    text-align: center;
    font-size: 2rem;
    line-height: 3.0rem;
    color: #770600; }
  .sec3 .price1 {
    padding: 40px 0 0 0; }
    .sec3 .price1 table {
      width: 100%;
      border-spacing: 0px;
      border-top: 2px solid #aa332d;
      border-left: 2px solid #aa332d;
      border-right: 2px solid #aa332d;
      font-size: 1.4rem; }
      .sec3 .price1 table th, .sec3 .price1 table td {
        padding: 10px;
        border-bottom: 2px solid #aa332d;
        box-sizing: border-box; }
      .sec3 .price1 table th {
        background: #edbfb2;
        color: #42210b; }
      .sec3 .price1 table td {
        text-align: center; }
  .sec3 .text2 {
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 2rem;
    line-height: 3.0rem;
    color: #9b5454; }
    .sec3 .text2 span {
      color: #000000; }
  .sec3 .text3 {
    font-size: 1.4rem;
    text-align: center; }
  .sec3 .price2 {
    padding: 40px 0 0 0; }
    .sec3 .price2 table {
      width: 100%;
      border-spacing: 0px;
      border-top: 2px solid #aa332d;
      border-left: 2px solid #aa332d;
      font-size: 1.4rem; }
      .sec3 .price2 table th, .sec3 .price2 table td {
        padding: 10px;
        border-bottom: 2px solid #aa332d;
        box-sizing: border-box; }
      .sec3 .price2 table th {
        background: #eae5e3;
        color: #42210b; }
      .sec3 .price2 table td {
        text-align: center;
        border-right: 2px solid #aa332d; }
  .sec3 .map {
    padding: 40px 0 0 0;
    width: 100%;
    height: auto; }

@media all and (max-width: 896px) {
  .sec1 ul li {
    width: 18%;
    height: inherit;
    padding: 20px 4px;
    box-sizing: border-box;
    font-size: 1.2rem; }

  .sec2 .ttl {
    font-size: 2rem; }
    .sec2 .ttl h2 {
      display: block;
      width: 960px;
      height: auto;
      margin: auto; }

  .sec3 .text1 {
    font-size: 1.4rem;
    line-height: 2.0rem; }
  .sec3 .price1 {
    padding: 10px 0 0 0; }
  .sec3 .text2 {
    font-size: 1.4rem;
    line-height: 2.0rem; }
  .sec3 .text3 {
    font-size: 1.4rem;
    text-align: center; }
  .sec3 .price2 {
    padding: 10px 0 0 0; }
  .sec3 .map {
    padding: 40px 0 0 0;
    width: 100%;
    height: auto; } }
