/* Scss Document */
.ttl-common {
  font-size: 36px;
  line-height: 80px;
  letter-spacing: 0.2em;
}

.ttl-common span.line {
  display: inline-block;
}

.ttl-common .bold {
  font-weight: bold;
}

.head-info {
  height: 520px;
}

#head-top::before {
  position: absolute;
  top: 90px;
  left: 70px;
  right: 70px;
  background: url("../img/area/key.jpg") no-repeat center center;
  height: 430px;
  background-size: cover;
  content: "";
  z-index: 1;
}

.ttl-area {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -396px;
  z-index: 88;
}

.ar {
  background: url(../img/area/lead_bg.jpg) no-repeat top center;
}

#lead {
  position: relative;
}

#lead h2 {
  position: absolute;
  top: -369px;
  left: 50%;
  margin-left: -396px;
}

#lead .wrap {
  padding-top: 80px;
}

#lead .map-box {
  width: 100%;
  height: 500px;
  margin-bottom: 60px;
  overflow: hidden;
}

#lead .map-box iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 999px) {
  .head-info {
    height: 430px;
  }
  #head-top::before {
    position: absolute;
    top: 75px;
    left: 3.5%;
    right: 3.5%;
    background: url("../img/area/key.jpg") no-repeat center center;
    height: 430px;
    background-size: cover;
    content: "";
    z-index: 1;
  }
  #lead {
    position: relative;
    background: url(../img/area/lead_bg.jpg) no-repeat top center;
  }
  #lead h2 {
    position: absolute;
    top: -298px;
    left: 50%;
    width: 768px;
    box-sizing: border-box;
    padding: 0 50px;
    margin-left: -384px;
  }
  #lead h2 img {
    width: 100%;
    height: auto;
  }
  #lead .wrap {
    padding-top: 80px;
  }
  #lead .map-box {
    width: 100%;
    height: 500px;
    margin-bottom: 60px;
  }
  #lead .map-box iframe {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .head-info {
    height: 320px;
  }
  #head-top::before {
    position: absolute;
    top: 75px;
    left: 3.5%;
    right: 3.5%;
    background: url("../img/area/key.jpg") no-repeat center center;
    height: 300px;
    background-size: cover;
    content: "";
    z-index: 1;
  }
  #lead {
    position: relative;
    background: url(../img/area/lead_bg.jpg) no-repeat top center;
  }
  #lead h2 {
    position: absolute;
    top: -165px;
    left: 50%;
    width: 375px;
    box-sizing: border-box;
    padding: 0;
    margin-left: -187px;
  }
  #lead .wrap {
    padding-top: 47px;
  }
  #lead .map-box {
    width: 100%;
    height: 480px;
    margin-bottom: 35px;
  }
}

#sec01 {
  position: relative;
  padding-bottom: 50px;
}

#sec01::before {
  background: url(../img/area/list_bg.jpg) no-repeat;
  width: 414px;
  height: 408px;
  position: absolute;
  bottom: -100px;
  right: 0;
  content: "";
}

#sec01 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*padding-bottom: 90px;*/
}

#sec01 .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
#sec01 .item {
  display: flex;
  flex-direction: column;
  width: 32%;
  padding: 10px;
  box-sizing: border-box;
}
#sec01 .item-btn {
  margin-top: auto;
  padding-top: 0.5em;
	padding-bottom: 20px;
}
#sec01 .item-btn a {
  display: block;
  padding: .5em;
  border:2px solid #000;
    border-radius:25px;
  text-decoration: none;
  text-align: center;
	font-weight: bold;
}

#sec01 .list .item {
	display: flex;
  flex-direction: column;
  max-width: 320px;
  width: 32%;
  box-sizing: border-box;
  padding: 10px;
  background: url(../img/area/item_bg.jpg) repeat;
  margin-bottom: 20px;
	/*position: relative;*/
	
}
#sec01 .list .item-none {
  background: url(../img/shared/bg.jpg) repeat top center !important;
}

#sec01 .list .item h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 3px 5px;
}

#sec01 .list .item .txt {
  padding: 0 3px 10px;
  line-height: 30px;
}

#sec01 .title {
  font-size: 35px;
  text-align: center;
  background: url(../img/index/icon_left.png) no-repeat center left, url(../img/index/icon_right.png) no-repeat center right;
  display: inline-block;
  padding: 0 60px;
  width: 540px;
  margin-left: 230px;
  box-sizing: border-box;
	margin-top: 80px;
}

#sec01 .title span {
  position: relative;
  z-index: 1;
}

#sec01 .title span::before {
  background: #c39e73;
  width: 100%;
  height: 14px;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0%;
  transition: all 0.4s ease;
  z-index: -1;
}


@media screen and (max-width: 999px) {
  #sec01 {
    position: relative;
    padding-bottom: 50px;
  }
  #sec01::before {
    background: url(../img/area/list_bg.jpg) no-repeat;
    width: 414px;
    height: 408px;
    position: absolute;
    bottom: -100px;
    right: 0;
    content: "";
  }
  #sec01 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 90px;
  }
  #sec01 .list .item {
    max-width: 320px;
    width: 32%;
    box-sizing: border-box;
    padding: 10px;
    background: url(../img/area/item_bg.jpg) repeat;
    margin-bottom: 20px;
  }
  #sec01 .list .item h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 3px 5px;
  }
  #sec01 .list .item .txt {
    padding: 0 3px 22px;
    line-height: 26px;
    font-size: 14px;
  }
  #sec01 .title {
    font-size: 35px;
    text-align: center;
    background: url(../img/index/icon_left.png) no-repeat center left, url(../img/index/icon_right.png) no-repeat center right;
    display: inline-block;
    padding: 0 60px;
    width: 540px;
    margin-left: calc(50% - 280px);
    box-sizing: border-box;
  }
  #sec01 .title span {
    position: relative;
  }
  #sec01 .title span::before {
    background: #c39e73;
    width: 100%;
    height: 14px;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0%;
    transition: all 0.4s ease;
    z-index: -1;
  }
}

@media only screen and (max-width: 767px) {
  #sec01 {
    position: relative;
    padding-bottom: 15px;
  }
  #sec01::before {
    background: url(../img/area/list_bg.jpg) no-repeat;
    width: 414px;
    height: 408px;
    position: absolute;
    bottom: -100px;
    right: 0;
    content: "";
    display: none;
  }
  #sec01 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
  }
  #sec01 .list .item {
    max-width: 500px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: url(../img/area/item_bg.jpg) repeat center top;
    margin-bottom: 20px;
    display: flex;
  }
	#sec01 .list .item-image{
		margin-bottom: 10px;
	}
  #sec01 .list .item .photo {
    width: 45%;
    margin-right: 4%;
  }
  #sec01 .list .item .b-f {
    width: 51%;
  }
  #sec01 .list .item h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0 5px;
    line-height: 24px;
  }
  #sec01 .list .item .txt {
    padding: 0 0 5px;
    line-height: 20px;
    font-size: 12px;
  }
  #sec01 .title {
    font-size: 22px;
    text-align: center;
    background: url(../img/index/icon_left.png) no-repeat center left, url(../img/index/icon_right.png) no-repeat center right;
    background-size: 10px auto, 12px auto;
    display: inline-block;
    padding: 0 10px;
    width: 90%;
    margin-left: 5%;
    box-sizing: border-box;
  }
  #sec01 .title span {
    position: relative;
    z-index: 1;
  }
  #sec01 .title span::before {
    background: #c39e73;
    width: 100%;
    height: 14px;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0%;
    transition: all 0.4s ease;
    z-index: -1;
  }
}

#sec02 {
  position: relative;
  z-index: 1;
  padding-bottom: 125px;
}

#sec02 .box {
  background: url(../img/index/icon_b1.jpg) no-repeat top left, url(../img/index/icon_b2.jpg) no-repeat top right, url(../img/index/sec01_bg.jpg) repeat top center;
  max-width: 1360px;
  margin: auto;
  padding-bottom: 90px;
}

#sec02 .txt {
  padding: 104px 50px 53px;
}

#sec02 .block {
  padding-bottom: 32px;
}

#sec02 .block.is-block {
  padding-bottom: 43px;
}

#sec02 .block .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sec02 .block .item .photo {
  width: 430px;
}

#sec02 .block .item dl {
  width: calc(100% - 460px);
}

#sec02 .block .item dl dt {
  font-size: 26px;
  font-weight: bold;
  padding: 85px 0 20px;
	position: relative;
	z-index: 5;
}

#sec02 .block .item dl dt span {
  font-size: 22px;
  font-weight: normal;
}

#sec02 .block .item dl dd {
  line-height: 36px;
}

#sec02 .block .text {
  background: url(../img/shared/bg.jpg) repeat;
  position: relative;
  margin-top: -92px;
  box-sizing: border-box;
  padding: 35px 55px 38px 72px;
}

#sec02 .block .text dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

#sec02 .block .text dl dt {
  font-weight: bold;
  width: 100px;
}

#sec02 .block .text dl dd {
  position: relative;
  box-sizing: border-box;
  padding-left: 35px;
  width: calc(100% - 100px);
}

#sec02 .block .text dl dd::before {
  width: 2px;
  height: 90%;
  background: #000;
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
}

@media only screen and (max-width: 999px) {
  #sec02 {
    position: relative;
    z-index: 1;
    padding-bottom: 125px;
  }
  #sec02 .box {
    background: url(../img/index/icon_b1.jpg) no-repeat top left, url(../img/index/icon_b2.jpg) no-repeat top right, url(../img/index/sec01_bg.jpg) repeat top center;
    max-width: 1360px;
    margin: auto;
    padding-bottom: 90px;
  }
  #sec02 .txt {
    padding: 104px 50px 53px;
  }
  #sec02 .block {
    padding-bottom: 32px;
  }
  #sec02 .block.is-block {
    padding-bottom: 43px;
  }
  #sec02 .block .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sec02 .block .item .photo {
    width: 350px;
  }
  #sec02 .block .item dl {
    width: calc(100% - 380px);
  }
  #sec02 .block .item dl dt {
    font-size: 23px;
    font-weight: bold;
    padding: 35px 0 20px;
    letter-spacing: 0.05em;
  }
  #sec02 .block .item dl dt span {
    font-size: 22px;
    font-weight: normal;
  }
  #sec02 .block .item dl dd {
    line-height: 30px;
    font-size: 15px;
  }
  #sec02 .block .text {
    background: url(../img/shared/bg.jpg) repeat;
    position: relative;
    margin-top: -42px;
    box-sizing: border-box;
    padding: 35px 55px 38px 72px;
  }
  #sec02 .block .text dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 15px;
    line-height: 32px;
  }
  #sec02 .block .text dl dt {
    font-weight: bold;
    width: 100px;
  }
  #sec02 .block .text dl dd {
    position: relative;
    box-sizing: border-box;
    padding-left: 35px;
    width: calc(100% - 100px);
  }
  #sec02 .block .text dl dd::before {
    width: 2px;
    height: 90%;
    background: #000;
    content: "";
    position: absolute;
    top: 5%;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #sec02 {
    position: relative;
    z-index: 1;
    padding-bottom: 0px;
  }
  #sec02 .box {
    background: url(../img/index/sec01_bg.jpg) no-repeat top left, url(../img/index/sec01_bg.jpg) no-repeat top right, url(../img/index/sec01_bg.jpg) repeat top center;
    max-width: 1360px;
    margin: auto;
    padding-bottom: 30px;
  }
  #sec02 .txt {
    padding: 50px 2% 40px;
    font-size: 14px;
    line-height: 24px;
  }
  #sec02 .block {
    padding-bottom: 45px;
  }
  #sec02 .block.is-block {
    padding-bottom: 45px;
  }
  #sec02 .block.is-block .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  #sec02 .block.is-block .item .photo {
    width: 70%;
    position: absolute;
    top: 12%;
    right: -20%;
    left: inherit;
  }
  #sec02 .block.is-block .item dl {
    width: 100%;
  }
  #sec02 .block.is-block .item dl dt {
    font-size: 20px;
    padding: 0px 0 10px;
    letter-spacing: 0.05em;
  }
  #sec02 .block.is-block .item dl dt span {
    font-size: 22px;
    font-weight: normal;
  }
  #sec02 .block.is-block .item dl dd {
    line-height: 20px;
    font-size: 12px;
    padding-right: 49%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  #sec02 .block.is-block .item dl dd br {
    display: none;
  }
  #sec02 .block .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  #sec02 .block .item .photo {
    width: 70%;
    position: absolute;
    top: 12%;
    left: -20%;
  }
  #sec02 .block .item dl {
    width: 100%;
  }
  #sec02 .block .item dl dt {
    font-size: 20px;
    padding: 0px 0 10px;
    letter-spacing: 0.05em;
  }
  #sec02 .block .item dl dt span {
    font-size: 22px;
    font-weight: normal;
  }
  #sec02 .block .item dl dd {
    line-height: 20px;
    font-size: 13px;
    padding-left: 50%;
    margin-bottom: 10px;
  }
  #sec02 .block .item dl dd br {
    display: none;
  }
  #sec02 .block .text {
    background: url(../img/shared/bg.jpg) repeat;
    position: relative;
    margin-top: 5%;
    box-sizing: border-box;
    padding: 10px;
  }
  #sec02 .block .text dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0;
  }
  #sec02 .block .text dl dt {
    font-weight: bold;
    width: 65px;
  }
  #sec02 .block .text dl dd {
    position: relative;
    box-sizing: border-box;
    padding-left: 14px;
    width: calc(100% - 65px);
  }
  #sec02 .block .text dl dd::before {
    width: 2px;
    height: 90%;
    background: #000;
    content: "";
    position: absolute;
    top: 5%;
    left: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #lead .title span::before,
  #sec01 .title span::before {
    bottom: 10px;
  }
}
