﻿@charset "utf-8";
/* CSS Document */
/************************
  index
************************/
.contents_inner2 {
  width: 87%;
  margin: 0 auto;
}
p.notes {
  text-align: center;
  line-height: 1.8;
}
.block02 {
  background: #f7f7f7;
  padding: 5%;
}
h3 img {
  width: auto !important;
}
.block01,
.block03 {
  padding: 5%;
}
.block01 h3,
.block02 h3,
.block03 h3 {
  /* width:28%; */
  margin: 0 auto 60px;
  text-align: center;
}
.block01 .ttl_s,
.block02 .ttl_s,
.block03 .ttl_s {
  /* border-left: 6px solid #5a2328; */
  /* padding-left: 13px; */
  margin-bottom: 17px;
  margin-top: 10px;
}
.ttl_s img {
  width: auto;
}
.block03 .ttl_s {
  /* width: 32%; */
  margin-bottom: 3%;
}
.block02 li:first-child .ttl_s {
  /* width: 65%; */
}
.block02 li:last-child .ttl_s {
  /* width: 59%; */
}
.block02 .table_ttl,
.block03 .table_ttl {
  color: #5a2328;
  font-weight: bold;
}
.block02 .table_ttl:before,
.block03 .table_ttl:before {
  content: "■";
  color: #5a2328;
  font-size: 15px;
  padding-right: 5px;
}
.block01 ul,
.block02 ul,
.block03 ul {
  display: table;
  width: 100%;
}
.block01 ul {
  margin-top: 5%;
}
.block01 ul li,
.block02 ul li,
.block03 ul li {
  display: table-cell;
  vertical-align: top;
}
.block01 ul li.map1 {
  width: 50%;
}
.block01 ul li.map2 {
  width: 50%;
  text-align: center;
  position: relative;
}
.block01 ul li.map2 .pc img {
  position: absolute;
  top: 0;
  left: -15%;
  width: 115%;
}
.block01 ul li.map1 img {
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
}
.block01 ul li.map2 a.btn.pc {
  position: absolute;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 70%;
  margin: 5% auto;
}
.block01 ul li.map2 a.btn.pc img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.block01 ul li.map2 a.g_map {
  font-size: 1.6rem;
  position: absolute;
  bottom: 0;
  left: 57%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.block02 ul li:first-child {
  padding-right: 4%;
  width: 48%;
}
.block02 ul li:last-child {
  width: 48%;
}
.block03 ul li {
  width: 100%;
}

.block02 ul li:last-child a,
.block03 ul li:last-child a {
  display: inline-block;
}
.block01 ul li ul,
.block02 ul li ul,
.block03 ul li ul {
  display: block;
  margin-top: 10px;
}
.block02 ul.table_notes li,
.block03 ul.table_notes li {
  display: block;
  width: 100%;
  line-height: 1.8;
  padding-right: 0;
}
.block01 li:first-child ul.table_notes li,
.block02 li:first-child ul.table_notes li {
  padding-left: 5%;
}
.block03 li ul.table_notes li {
  padding-left: 1em;
  padding-top: 2%;
}
.block03 li ul.table_notes li span {
  font-weight: bold;
}
.block02 li:first-child table {
  margin-bottom: 30px;
  width: 95%;
}
.block02 li table th {
  width: 70%;
  text-align: left;
  color: #5a2328;
  font-weight: bold;
  line-height: 1.2;
}
.block02 li table th:before {
  content: "■";
  font-size: 15px;
  color: #5a2328;
  padding-right: 5px;
}
.block02 li:last-child table th {
  width: 45%;
}
.block02 li table td:before {
  content: ":";
  font-size: 25px;
}
.block02 li table td {
  line-height: 1.2;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.block02 ul.table_notes li {
  display: block;
  width: 100%;
  line-height: 1.8;
  padding-right: 0;
  margin-top: 5%;
}
.block02 ul.table_notes li span {
  font-size: 1.4rem;
}
.block02 li:last-child ul.table_notes {
  margin: 0 0 5%;
}
.block03 li ul.table_notes {
  margin: 0 0 2%;
}
.block02 ul li .btn img,
.block03 ul li .btn img {
  width: 70%;
}
.block03 p.notes {
  font-size: 1.4rem;
  text-align: left;
}
.btn{
  position: absolute;
  bottom: 33px;
  left: 136px;
}

@media screen and (max-width: 767px) {
	body{
		font-size: 1.2rem;
	  }
  p.notes {
    /* font-size: 1.2rem; */
    /* font-size: 1.1rem; */
    text-align: center;
    line-height: 1.8;
  }
  .block03 p.notes {
    font-size: 1rem;
    text-align: left;
  }
  .block01,
  .block02,
  .block03 {
    padding: 10% 0;
  }
  .block01 h3,
  .block02 h3,
  .block03 h3 {
    /* width:42%; */
    margin: 0 auto 5%;
  }
  .block02 h3,
  .block03 h3 {
    width: 35%;
  }
  .block01 ul,
  .block02 ul,
  .block03 ul {
    display: block;
    width: 100%;
  }
  .block01 ul li,
  .block02 ul li,
  .block03 ul li {
    display: block;
  }
  .block01 ul li:first-child,
  .block02 ul li:first-child,
  .block03 ul li:first-child {
    padding-right: 0;
    width: 100%;
  }
  .block01 ul li:last-child,
  .block02 ul li:last-child,
  .block03 ul li:last-child {
    width: 100%;
    margin-top: 5%;
  }
  .block01 ul li.map2 .ttl_s img {
    border: none;
  }
  .block01 .ttl_s,
  .block02 li:first-child .ttl_s,
  .block02 li:last-child .ttl_s,
  .block03 .ttl_s {
    /* width: 50%; */
  }
  .block03ul li.map1 .ttl_s img {
    border: none;
  }
  .block02 li table {
    /* font-size: 1.2rem; */
  }
  .block02 .table_ttl,
  .block03 .table_ttl {
    /* font-size: 1.2rem; */
  }
  .block02 ul.table_notes li,
  .block03 ul.table_notes li {
    /* font-size: 1.2rem; */
  }
  .block01 li:first-child ul.table_notes li,
  .block02 li:first-child ul.table_notes li,
  .block03 li ul.table_notes li {
    margin-top: 0;
  }
  .block02 li table th:before,
  .block02 li table td:before,
  .block02 .table_ttl:before,
  .block03 .table_ttl:before {
    font-size: 15px;
  }
  .block02 li table td {
    line-height: 1.2;
    padding-left: 1em;
    text-indent: -1em;
  }
  .block01 ul li.map2 a.g_map {
    margin-top: 5%;
    display: block;
    transform: none;
  }
  .block01 ul li.map1 .ttl_s img {
    border: none;
  }
  .block01 ul li.map2 img {
	border: 1px solid #a4896e;
	box-sizing: border-box;
  }
  .block01 ul li.map2 a.g_map {
    position: relative;
    position: static;
  }
  .block02 ul.table_notes li span {
    /* font-size: 1.2rem; */
  }
  .tal{
	  text-align: left;
  }
  .btn{
    margin: 5% auto;
    display: block;
    position: static;
  }
}
