html {
  color: #61512c;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
body {
  margin: 0;
  color: #61512c;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
* {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}
p {
  line-height: 1.5625;
  margin: 0 0 1em;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #61512c;
  text-decoration: none;
}
a:link,
a:visited {
  color: #61512c;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.outerBlock {
  min-width: 1160px;
  overflow: hidden;
}
.innerBlock {
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  width: 1160px;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
a {
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}
/***  color ***/
/*** font ***/
.cnvBlock {
  text-align: center;
}
.cnvBlock .ttl {
  margin: 0 0 -73px;
}
.cnvBlock .wrap {
  background: #ffeef6;
  border: solid 1px #e3408e;
  border-radius: 60px 60px 30px 30px;
  padding: 90px 0 0;
}
.cnvBlock .wrap .inBox {
  display: flex;
  justify-content: space-between;
  margin: 0 0 18px;
}
.cnvBlock .wrap .txt {
  margin: 0 0 18px;
}
.cnvBlock .wrap .btnArea {
  display: flex;
  justify-content: center;
  margin: 0 0 -61px;
}
.cnvBlock .wrap .btnArea a {
  display: block;
  margin: 0 10px;
}
#header {
  position: absolute;
  width: 100%;
  top: 0;
}
#header .innerBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .innerBlock .tel {
  margin: 0 50px 0 auto;
}
#header .innerBlock .head-btn {
  padding-top: 6px;
}
#mv {
  background: url(../img/mv-bg.jpg) top right no-repeat;
  margin: 0 0 24px;
  padding: 223px 0 0;
}
#cnt01 {
  background: url(../img/cnt01-bg.png) center center no-repeat;
  background-size: 100% 100%;
  margin: 200px 0 0;
  padding: 0 0 180px;
  overflow: visible;
  text-align: center;
}
#cnt01 .ttl {
  margin: 0 0 -40px;
  transform: translateY(-77px);
}
#cnt01 .read {
  margin: 0 0 80px;
}
#cnt01 .wrap {
  margin: 60px 0 0;
  border: solid 1px #e3408e;
  border-radius: 60px 60px 30px 30px;
}
#cnt02 {
  padding: 120px 0 100px;
}
#cnt02 .ttl {
  margin: 0 0 60px;
}
#cnt02 .wrap {
  display: flex;
  justify-content: space-between;
}
#cnt02 .wrap + .wrap {
  margin-top: 100px;
}
#cnt02 .wrap:nth-child(odd) {
  flex-direction: row-reverse;
}
#cnt02 .wrap .img {
  flex-basis: 405px;
}
#cnt02 .wrap .txtArea {
  flex-basis: calc(100% - 405px - 30px);
}
#cnt02 .wrap .txtArea .inTtl {
  margin: 0 0 25px;
}
#cnt03 {
  margin: 0 0 50px;
}
#cnt03 .ttl {
  margin: 0 0 15px;
}
#cnt03 .txt {
  background: url(../img/cnt03-bg.png) bottom left no-repeat;
  padding: 35px 0 100px;
  text-align: right;
}
#cnt04 {
  background: url(../img/cnt04-bg.png) center center no-repeat;
  background-size: 100% 100%;
  margin: 88px 0 85px;
  padding: 145px 0 125px;
}
#cnt04 .ttl {
  margin: 0 0 50px;
}
#cnt04 .cap {
  margin: 0 0 5px;
  text-align: right;
  line-height: 1;
}
#cnt04 .wrap + .wrap {
  margin-top: 65px;
}
#cnt04 .wrap input {
  display: none;
}
#cnt04 .wrap input:checked + .inTtl:after {
  transform: rotate(-180deg);
}
#cnt04 .wrap input:checked ~ .inWrap {
  height: auto;
  overflow: visible;
}
#cnt04 .wrap .inTtl {
  display: block;
  padding: 20px 100px;
  background: #e3408e;
  border-radius: 20px 20px 0 0;
  position: relative;
}
#cnt04 .wrap .inTtl:after {
  content: '';
  display: block;
  background: url(../img/cnt06-arrow.png) center center no-repeat;
  background-size: 100%;
  width: 28px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 22px;
}
#cnt04 .wrap .inWrap {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
#cnt04 .wrap .inWrap + .inWrap {
  margin: 20px 0 0;
}
#cnt04 .wrap .inWrap + .inWrap + .subTtl {
  border-radius: 20px 20px 0 0;
}
#cnt04 .wrap .inWrap input {
  display: none;
}
#cnt04 .wrap .inWrap input:checked + .subTtl:after {
  background-image: url(../img/cnt04-minus.png);
  height: 3px;
}
#cnt04 .wrap .inWrap input:checked ~ .inBox {
  height: auto;
  overflow: visible;
}
#cnt04 .wrap .inWrap .subTtl {
  display: block;
  background: #ffffff;
  padding: 15px 0;
  text-align: center;
  position: relative;
  border: 1px solid #e3408e;
}
#cnt04 .wrap .inWrap .subTtl:after {
  content: '';
  display: block;
  background: url(../img/cnt04-plus.png) center center no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 22px;
}
#cnt04 .wrap .inWrap .inBox {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
#cnt04 .add {
  margin-top: 30px;
}
#cnt04 .add .inTtl {
  margin: 0 0 15px;
}
#cnt05 {
  padding: 100 0 100px;
}
#cnt05 .ttl {
  margin: 0 0 40px;
}
#cnt05 .wrap {
  display: flex;
  justify-content: space-between;
  padding: 25px 105px 25px 25px;
  position: relative;
}
#cnt05 .wrap:after {
  content: '';
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  z-index: 1;
}
#cnt05 .wrap:nth-child(2) {
  background: #ffeef6;
  z-index: 4;
}
#cnt05 .wrap:nth-child(2):after {
  background-image: url(../img/cnt05-bg01.png);
}
#cnt05 .wrap:nth-child(3) {
  background: #fff3ca;
  z-index: 3;
}
#cnt05 .wrap:nth-child(3):after {
  background-image: url(../img/cnt05-bg02.png);
}
#cnt05 .wrap:nth-child(4) {
  background: #e1f6ff;
  z-index: 2;
}
#cnt05 .wrap:nth-child(4):after {
  background-image: url(../img/cnt05-bg03.png);
}
#cnt05 .wrap:nth-child(5) {
  background: #d9f9cc;
  z-index: 1;
}
#cnt05 .wrap:nth-child(5):after {
  background-image: url(../img/cnt05-bg04.png);
  height: 5px;
  bottom: -5px;
}
#cnt05 .wrap .img {
  flex-basis: 206px;
}
#cnt05 .wrap .txtArea {
  flex-basis: calc(100% - 206px - 30px);
}
#cnt05 .wrap .txtArea .inTtl {
  margin: 0 0 25px;
}
#cnt05 .wrap .txtArea .txt {
  line-height: 1.875;
}
#cnt06 {
  padding: 0 0 100px;
}
#cnt06 .ttl {
  margin: 0 0 40px;
}
#cnt06 .wrap + .wrap {
  margin-top: 30px;
}
#cnt06 .wrap input {
  display: none;
}
#cnt06 .wrap input:checked + .inTtl:after {
  transform: rotate(-180deg);
}
#cnt06 .wrap input:checked ~ .txtArea {
  height: auto;
  overflow: visible;
}
#cnt06 .wrap .inTtl {
  display: block;
  padding: 15px 20px;
  background: #e3408e;
  border-radius: 20px 20px 0 0;
  position: relative;
}
#cnt06 .wrap .inTtl:after {
  content: '';
  display: block;
  background: url(../img/cnt06-arrow.png) center center no-repeat;
  background-size: 100%;
  width: 28px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 22px;
}
#cnt06 .wrap .txtArea {
  height: 0;
  border: 1px solid #e3408e;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
#cnt06 .wrap .txtArea .txt {
  padding: 22px;
}
#cnt07 {
  background: #ffeef6;
  margin: 0 0 110px;
  padding: 35px 0 80px;
}
#cnt07 .ttl {
  margin: 0 0 25px;
}
#cnt07 .wrap {
  padding: 0 120px;
}
#cnt07 .kv {
  margin: 0 0 35px;
}
#cnt07 .info {
  display: flex;
  justify-content: space-between;
  margin: 0 0 45px;
}
#cnt07 .info .left {
  flex-basis: 510px;
}
#cnt07 .info .left dl {
  display: flex;
  margin: 0;
}
#cnt07 .info .left dl + dl {
  margin-top: 30px;
}
#cnt07 .info .left dl dt {
  flex-basis: 110px;
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
#cnt07 .info .left dl dd {
  flex-basis: calc(100% - 110px);
  margin: 0;
}
#cnt07 .info .right {
  flex-basis: 320px;
}
#cnt07 .info .right iframe {
  width: 100%;
  min-height: 200px;
  height: 100%;
}
#cnt07 .accessData .ttl {
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
  color: white;
  text-align: center;
  background: #e3408e;
  border-radius: 100px;
}
#cnt07 .accessData .data {
  display: flex;
  justify-content: left;
  margin-bottom: 30px;
}
#cnt07 .accessData .data .img {
  width: 260px;
  margin-right: 22px;
}
#cnt07 .accessData .data .txt {
  flex: 1;
}
#cnt07 .accessData .data .txt h4 {
  margin-bottom: 8px;
  font-size: 16px;
  color: #e3408e;
}
#cnt07 .accessData .data .txt p {
  line-height: 30px;
  font-size: 16px;
  color: #61512c;
}
#cnt07 .accessData .otherData {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#cnt07 .accessData .otherData .block {
  width: 260px;
}
#cnt07 .accessData .otherData .block .otherImage {
  margin-bottom: 5px;
}
#cnt07 .accessData .otherData .block .txt {
  font-size: 14px;
}
#cnt07 .accessData .carAccess {
  display: flex;
  justify-content: space-between;
}
#cnt07 .accessData .carAccess .txt {
  flex: 1;
}
#cnt07 .accessData .carAccess .txt h4 {
  margin-bottom: 8px;
  font-size: 16px;
  color: #e3408e;
}
#cnt07 .accessData .carAccess .txt p {
  line-height: 30px;
  font-size: 16px;
  color: #61512c;
}
#cnt07 .accessData .carAccess .img {
  width: 400px;
  margin-left: 35px;
}
#cnt07 .box {
  display: flex;
  position: relative;
}
#cnt07 .box + .box {
  flex-basis: 300px;
  margin-top: 50px;
}
#cnt07 .box + .box:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #e3408e transparent transparent transparent;
  border-width: 14px 8px 0 8px;
  position: absolute;
  right: 0;
  left: 0;
  top: -32px;
  margin: auto;
}
#cnt07 .box .txtArea {
  flex-basis: 560px;
  display: flex;
  align-items: center;
  padding: 0 130px 0 55px;
  border: 4px solid #fdfbfc;
}
#footer {
  background: #e3408e;
  margin: 175px 0 0;
  text-align: center;
  color: #fff;
}
#footer .link {
  padding: 10px 0;
  border-bottom: 1px solid #d6286e;
}
#footer .link a {
  display: inline-block;
  color: #fff;
  margin: 0 15px;
}
#footer .copyright {
  padding: 25px 0;
  font-size: 12px;
  border-top: 1px solid #f180be;
}
