@charset "utf-8";

/* ----------------------------------------------------
	#contents
---------------------------------------------------- */

.l-column {
  width: 900px;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-column {
    width: auto;
  }
}

/* ----------------------------------------------------
	main-visual
---------------------------------------------------- */
.main-visual {
  width: 100%;
  margin: 0 auto 56px;
  background: url(../img/bg_main.jpg) no-repeat top 50% center;
  background-size: cover;
}

.main-visual-h {
  text-align: center;
}

.main-visual-h img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main-visual {
    background: none;
    margin: 0 0 45px;
    border-top: none;
    padding: 0;
  }

  .main-visual-wrap {
    max-height: none;
  }

  .main-visual-h {
    margin: 0;
    padding: 0;
    transform: none;
  }
}

/* ----------------------------------------------------
	nav
---------------------------------------------------- */
.nav {
  padding: 0 20px;
  margin: 0 auto 57px;
}

.nav-list {
  text-align: center;
  letter-spacing: -0.4em;
  word-spacing: -1em;
}

.nav-list-item {
  width: 160px;
  padding: 3px 0;
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
}

.nav-list-item + .nav-list-item {
  border-left: dotted 1px #c9c9c9;
}

.nav-list-item-link {
  display: block;
}

.nav-list-item-link img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .nav {
    margin: 0 auto 30px;
    padding: 0;
  }
  .nav-list {
    height: 14.5333333vw;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .nav-list-item {
    padding: 0;
    margin: 0 0 15px;
    vertical-align: top;
    box-sizing: border-box;
    width: auto;
    height: 100%;
  }
  .nav-list-item img {
    height: 100%;
  }
  .nav-list-item a {
    padding: 0;
    height: 100%;
    box-sizing: border-box;
    padding: 0 4vw;
  }
}

/* ----------------------------------------------------
	section 基本設定
---------------------------------------------------- */
.section {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section {
    width: auto;
  }
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@media screen and (max-width: 768px) {
  .fl {
    float: none;
  }

  .fr {
    float: none;
  }
}

/*** タイトル ***/
.title {
  text-align: center;
  margin: 0 auto 35px;
}

.title-h {
  margin: 0 auto 26px;
}

.title-text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .title {
    text-align: center;
    margin: 0 auto 30px;
  }

  .title-h {
    margin: 0 auto 20px;
  }

  .title-text {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.4;
  }
}

/*** ボタン ***/
.btn {
  width: 540px;
  margin: 0 auto;
}

.btn a {
  position: relative;
  width: 100%;
  height: 66px;
  color: #fff;
  font-size: 19px;
  line-height: 66px;
  text-align: center;
  background: #000;
  display: block;
}

.btn a::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 15px;
  height: 15px;
  margin: -7.5px 0 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: '';
}

@media screen and (max-width: 768px) {
  .btn {
    width: auto;
    padding: 0 20px;
  }
  .btn a {
    height: 50px;
    font-size: 15px;
    line-height: 50px;
  }
  .btn a::after {
    right: 15px;
    width: 10px;
    height: 10px;
    margin: -5px 0 0;
  }
}

.btn-more {
  width: 130px;
  height: 30px;
  margin: 0 auto;
  font-size: 13px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #000;
  display: block;
}

.btn-more:visited {
  color: #fff;
}

.btn-more:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn-more {
    width: 95px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
  }
}

/*** パネル ***/
.pannel {
  margin: 0 auto 70px;
}

.pannel-list {
  margin: 0 -42.5px 40px;
  font-size: 0;
  letter-spacing: -0.4em;
  word-spacing: -1em;
  text-align: center;
}

.pannel-list-item {
  width: 230px;
  margin: 0 42.5px 30px;
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: middle;
  position: relative;
}

.pannel-list-item.rain::before {
  content: '';
  display: block;
  width: 67px;
  height: 63px;
  background: url(../img/icon_rain.png) no-repeat center center;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}

.pannel-list-item-img {
  display: table;
}

.pannel-list-item-img a {
  display: table-cell;
  vertical-align: bottom;
}

.pannel-list-item-img a img {
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.pannel-list-item-info-text {
  margin: 14px auto 18px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.price {
  color: #000;
}

@media screen and (max-width: 768px) {
  .pannel {
    margin: 0 auto;
  }
  .pannel-list-item-info {
    margin: 0;
    padding: 0;
    display: block;
  }
  .pannel-list {
    margin: 0;
    text-align: left;
  }
  .pannel-list-item {
    width: 44%;
    margin: 0 3% 30px;
  }
  .pannel-list-item:nth-child(3n + 1) {
    margin: 0 3% 30px;
  }
  .pannel-list-item:nth-child(3n) {
    margin: 0 3% 30px;
  }
  .pannel-list-item-img {
    width: 100%;
    display: table;
  }
  .pannel-list-item.rain::before {
    width: 50px;
    height: 50px;
    background-size: 50px auto;
    top: 10px;
    left: 10px;
  }
  .pannel-list-item-img a {
    display: table-cell;
    vertical-align: middle;
  }
  .pannel-list-item img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    opacity: 1;
  }
  .pannel-list-item-info {
    margin: 10px auto 0;
  }
  .pannel-list-item-info-text {
    font-size: 14px;
    margin: 14px auto;
  }
}

/* ----------------------------------------------------
	block01
---------------------------------------------------- */
.block01 {
  margin: 0 auto 60px;
}
.block01 .btn-box-bottom {
  margin: 45px auto 0;
}

.block01-body-box {
  margin: 0 auto 27px;
  font-size: 0;
  letter-spacing: -0.4em;
  word-spacing: -1em;
}

.block01-body-box-l {
  width: 450px;
  padding: 0 0 0 20px;
  margin: 0 124px 0 0;
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: middle;
}

.block01-body-box-l-text {
  font-size: 20px;
  text-align: left;
  line-height: 1.8;
  text-align: center;
}

.block01-body-box-l-text + .block01-body-box-l-text {
  margin: 25px 0 0;
}

.block01-body-box-r {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  position: relative;
  top: 23px;
}

.block01-foot {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .block01 {
    margin: 0 auto 40px;
  }
  .block01-body {
    padding: 0 15px;
  }
  .block01-body-box-l {
    width: 100%;
    padding: 0;
    margin: 0 auto 18px;
    display: block;
  }
  .block01-body-box-l-text br {
    display: none;
  }
  .block01-body-box-l-text + .block01-body-box-l-text {
    margin: 10px 0 0;
  }
  .block01-body-box-r {
    text-align: center;
    display: block;
  }
  .block01-foot {
    padding: 0 15px;
    overflow: hidden;
  }
  .block01-foot img {
    width: 89.420289855%;
    margin: 0 0 0 8.695652173%;
  }
}

/* ----------------------------------------------------
	block02
---------------------------------------------------- */
.block02 {
  margin: 0 auto 60px;
}

.block02-head {
  margin: 0 auto 3px;
}

.block02-body {
  padding: 0 19px;
}

.block02 .title-h {
  margin: 0 auto 40px;
}

.block02-head.mb14 {
  margin: 0 auto 14px;
}

.block02-head.mb17 {
  margin: 0 auto 17px;
}

.block02-head .title-text {
  position: relative;
  font-size: 20px;
  color: #d67979;
}

.block02-head .title-text::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d67979;
  display: block;
  z-index: -1;
  content: '';
}

.block02-head .title-text span {
  padding: 0 24px;
  background: #fff;
}

.part-list-item {
  width: 420px;
  margin: 0 auto 20px;
}

.part-list-item:nth-child(3) {
  margin-bottom: 0;
}

.part-list-item:nth-child(4) {
  margin-bottom: 0;
}

.part-list-item-wrap {
  height: 465px;
  background: #fff;
  border: solid 9px #f0f0f0;
}

.part-list-item-wrap--long {
  height: 465px;
}

.part-list-item-head {
  position: relative;
  height: 226px;
}

.part-list-item-body {
  padding: 25px 20px 10px;
}

.part-list-item-title {
  text-align: center;
  margin-bottom: 16px;
}

.part-list-item-body-text + .part-list-item-body-text {
  margin: 10px auto 0;
}

.part-list-item-body-text > span {
  display: block;
  text-align: left;
  font-size: 13px;
  color: #666666;
  margin: 9px 0 0 0;
}

@media screen and (max-width: 768px) {
  .block02 {
    margin: 0 auto 40px;
  }
  .block02-head {
    margin: 0 auto 30px;
  }
  .block02-body {
    padding: 0 20px;
  }
  .part-list-item {
    width: 100%;
  }
  .part-list-item:nth-child(3) {
    margin-bottom: 20px;
  }
  .part-list-item-wrap {
    height: auto;
  }
  .part-list-item-head {
    height: auto;
  }
}

/* ----------------------------------------------------
	block03
---------------------------------------------------- */
.block03 {
  margin: 0 auto 60px;
}

.block03 .btn-box-bottom {
  margin: 37px auto 0;
}

.block03 .title {
  margin: 0 auto 0;
}

.block03-head .title-h {
  margin: 0;
}

.block03-body {
  padding: 0 19px;
}

.block03-body-list {
  padding: 640px 0 0;
  position: relative;
}

.block03-body-list-item {
  width: 260px;
  padding: 22px 30px 25px;
  margin: 0 0 20px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.8;
  background: rgba(202, 233, 255, 0.6);
  box-sizing: border-box;
  border-radius: 10px;
  position: absolute;
}

.block03-body-list-item:nth-child(odd) {
  background: #fff;
  border: solid 2px #e7e7e7;
  padding: 20px 26px 23px;
}

.block03-body-list-item.fs16 {
  font-size: 16px;
}

.block03-body-list-item:nth-child(odd)::before {
  border-width: 17px 22px 0 0;
  bottom: -17px;
}

.block03-body-list-item:nth-child(odd)::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 18px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  margin: auto;
}

.block03-body-list-item::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 0;
  border-color: rgba(239, 236, 219, 0.6) transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.block03-body-list-item-text {
  width: 100%;
  height: 100%;
}

.block03-body-list-item-text::before,
.block03-body-list-item-text::after {
  content: '';
  display: block;
  width: 24px;
  height: 20px;
  background: url(../img/deco.png) no-repeat center center;
  background-size: 24px auto;
  position: absolute;
}

.block03-body-list-item-text::before {
  left: 10px;
  top: -10px;
}

.block03-body-list-item-text::after {
  bottom: -10px;
  right: 10px;
  transform: rotate(180deg);
}

.block03-body-img {
  text-align: center;
  padding-top: 135px;
  padding-right: 49px;
}

@media screen and (min-width: 769px) {
  .block03-body-list-item:nth-child(1) {
    width: 300px;
    top: 60px;
    left: 0;
  }
  .block03-body-list-item:nth-child(1)::before {
    border-width: 0 28px 22px 0;
    border-color: transparent rgba(239, 236, 219, 0.6) transparent transparent;
    bottom: -22px;
  }
  .block03-body-list-item:nth-child(1)::after {
    border-width: 0 24px 18px 0;
    border-color: transparent #fff transparent transparent;
    bottom: -18px;
  }

  .block03-body-list-item:nth-child(2) {
    left: 320px;
    top: 40px;
    width: 270px;
  }
  .block03-body-list-item:nth-child(2)::before {
    border-width: 15px 20px 0 0;
    border-color: rgba(202, 233, 255, 0.6) transparent transparent transparent;
    bottom: -15px;
  }
  .block03-body-list-item:nth-child(3) {
    width: 280px;
    left: 320px;
    top: 180px;
  }

  .block03-body-list-item:nth-child(4) {
    right: -20px;
    top: 80px;
  }
  .block03-body-list-item:nth-child(4)::before {
    border-color: rgba(202, 233, 255, 0.6) transparent transparent transparent;
  }

  .block03-body-list-item:nth-child(5) {
    width: 200px;
    right: -17px;
    top: 280px;
  }
  .block03-body-list-item:nth-child(6) {
    width: 220px;
    left: 20px;
    top: 241px;
  }
  .block03-body-list-item:nth-child(6)::before {
    border-width: 0 20px 15px 0;
    border-color: transparent rgba(202, 233, 255, 0.6) transparent transparent;
    bottom: -15px;
  }
  .block03-body-list-item:nth-child(7) {
    left: 220px;
    bottom: 35px;
    width: 273px;
  }
  .block03-body-list-item:nth-child(7)::before {
    border-width: 0 22px 17px 0;
    border-color: transparent #e7e7e7 transparent transparent;
    bottom: -17px;
  }
  .block03-body-list-item:nth-child(7)::after {
    border-width: 0 18px 13px 0;
    border-color: transparent #fff transparent transparent;
    bottom: -13px;
  }
  .block03-body-list-item:nth-child(8) {
    width: 300px;
    left: 270px;
    top: 344px;
  }
  .block03-body-list-item:nth-child(8)::before {
    border-width: 0 30px 20px 0;
    border-color: transparent rgba(202, 233, 255, 0.6) transparent transparent;
    bottom: -20px;
  }

  .block03-body-list-item:nth-child(9) {
    width: 220px;
    left: -20px;
    bottom: 91px;
  }
  .block03-body-list-item:nth-child(9)::before {
    border-width: 0 22px 17px 0;
    border-color: transparent #efecdb transparent transparent;
    bottom: -17px;
  }
  .block03-body-list-item:nth-child(9)::after {
    border-width: 0 18px 13px 0;
    border-color: transparent #fff transparent transparent;
    bottom: -13px;
  }
  .block03-body-list-item:nth-child(10) {
    right: 2px;
    bottom: 95px;
  }
  .block03-body-list-item:nth-child(10)::before {
    border-color: rgba(202, 233, 255, 0.6) transparent transparent transparent;
  }

  .block03-body-list-item:nth-child(11) {
    width: 165px;
    right: 145px;
    bottom: -49px;
    letter-spacing: -0.04em;
  }

  .block03-body-list-item:nth-child(12) {
    left: 100px;
    bottom: -103px;
    width: 221px;
  }
  .block03-body-list-item:nth-child(12)::before {
    border-width: 0 30px 20px 0;
    border-color: transparent rgba(202, 233, 255, 0.6) transparent transparent;
    bottom: -20px;
  }
}

@media screen and (max-width: 768px) {
  .block03 {
    margin: 0 auto 40px;
  }
  .block03-body {
    padding: 0 20px;
  }
  .block03-body-list {
    padding: 0;
    position: relative;
  }

  .block03-head .title-h {
    margin: 0 0 30px;
  }

  .block03-body-list-item {
    width: 100%;
    padding: 13px 15px 13px 20px;
    margin: 0 0 30px;
    font-size: 14px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .block03-body-list-item.fs16 {
    font-size: 14px;
  }

  .block03-body-list-item:nth-child(odd) {
    background: #fff;
    border: solid 2px #e7e7e7;
    padding: 11px 13px 11px 18px;
  }

  .block03-body-list-item:nth-child(odd)::before {
    border-width: 0 28px 22px 0;
    border-color: transparent #e7e7e7 transparent transparent;
    position: absolute;
    left: 60px;
    right: auto;
    bottom: -22px;
    margin: 0;
  }

  .block03-body-list-item:nth-child(odd)::after {
    border-width: 0 24px 18px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: 62px;
    right: auto;
    bottom: -18px;
    margin: 0;
  }

  .block03-body-list-item::before {
    border-width: 22px 28px 0 0;
    border-color: rgba(202, 233, 255, 0.6) transparent transparent transparent;
    bottom: -22px;
    left: auto;
    right: 60px;
    margin: 0;
  }

  .block03-body-img {
    padding: 12px 38px 0;
  }
}

/* ----------------------------------------------------
	ボタン
---------------------------------------------------- */
.btn-box-bottom {
  width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 60px 0;
}

@media only screen and (max-width: 767px) {
  .btn-box-bottom {
    width: calc(100% - 30px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 60px 0;
  }
}

.btn-box-bottom p {
  height: 55px;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .btn-box-bottom p {
    height: 50px;
  }
}

.btn-box-bottom p a {
  background: #000000;
  font-size: 19px;
  color: #ffffff;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.btn-box-bottom p a::before {
  width: 12px;
  height: 9px;
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/p_btn_arrow.png) left top/100% 100%;
}

@media only screen and (max-width: 767px) {
  .btn-box-bottom p a {
    font-size: 15px;
    letter-spacing: 0;
  }
}

.btn-box-bottom p {
  width: 100%;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .btn-box-bottom p:nth-of-type(1) {
    margin: 0 0 10px;
  }
}

section .btn-box-bottom {
  padding: 0;
  height: 65px;
  width: 540px;
}
section .btn-box-bottom > p {
  margin: 0 !important;
  height: 100%;
}
section .btn-box-bottom > p > a {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  section .btn-box-bottom {
    width: calc(100% - 30px);
    height: 50px;
  }
  section .btn-box-bottom p {
    height: 50px;
  }
}
