@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap);
/* CSS Document */
html {
  height: 100%;
}

/*--- body ---*/
body {
  /* #special_containerで指定する
  	font-family: 'メイリオ', "Meiryo", 'ＭＳ Ｐゴシック', "sans-serif";
  	font-size: 15px;
  	line-height:1.7;
  	color:#333;
  	height: 100%;
  */
}

/*--- container ---*/
/*--- container ---*/
#container {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 5px;
}

#special_container {
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  padding: 0px 0 0 0;
}

/*--- breadcrumbs ---*/
#breadcrumbs {
  font-size: 93%;
  padding: 10px 0;
}

/*============== ここから汎用部品 ==============*/
a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

#special_container {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #323232;
  font-weight: 500;
}

/*--- breadcrumbs ---*/
#breadcrumbs {
  font-size: 93%;
  padding: 10px 0;
}

/*============== ここから汎用部品 ==============*/
div.conts img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}


.clearfix {
  content: "";
  display: block;
  clear: both;
}

.bold {
  font-weight: 700;
  color: #000;
}

a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {

.mv {
  width: 1200px;
}
.sp-only { display: none; }


.lead {
  max-width: 950px;
  margin: 0 auto;
  padding: 3% 0 5%;
  text-align: center;
  line-height: 2;

}
.lead p {
  display:inline;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 4px;
}
.strong {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.section.area {
  width: 1200px;
  background: url(../../../images/com/jonan202312/conts-bg.png)repeat;
  padding: 5% 0;
  position: relative;
}
.area_ttl {
  width: 38.8333%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 5%;
}
.map-bg {
  position: relative;
  width: 960px;
  height: 907px;
  background-image: url(../../../images/com/jonan202312/map.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}

.area-item {
  width: 300px;
  text-align: center;
  margin: 0 auto;
}
.area-title {
  width: 57.3333%;
  margin: 0 auto;
  padding-bottom: 5%;
}
.btn {
  width: 100%;
}
.btn a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  border: 4px solid #fff;
  border-radius: 10px;
  padding-bottom: 4px;
  line-height: 2;
  position: relative;

}
.btn a:hover {
  opacity: 0.9;

}
.col-01 a {
  background:#ff466e;
  margin-bottom: 15px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}
.col-02 a {
  background:#ff828c;
  margin-bottom: 15px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}
.col-01 a:after {
  content: "";
  background-image: url(../../../images/com/jonan202312/arrow01.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top:50%;
  transform: translateY(-50%);
}
.col-02 a:after {
  content: "";
  background-image: url(../../../images/com/jonan202312/arrow02.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top:50%;
  transform: translateY(-50%);
}

.area-02 {
  position: absolute;
  top: 280px;
  left: 0;
}
.area-03 {
  position: absolute;
  top: 290px;
  right: 240px;
}
.area-04 {
  position: absolute;
  bottom: 60px;
  left: 230px;
}


}










@media screen and (max-width: 767px) {


#special_container {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 0 0;
    font-size: 14px;
}
#special_container img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.strong {
  font-weight: 18px;
  font-weight: bold;
  color: #000;
}


.lead {
  max-width: 90%;
  margin: 0 auto;
  padding: 5% 0;
  text-align: left;
  line-height: 2;
}
.lead p {
  display:inline;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 4px;
}
.section.area {
  width: 100%;
  background: url(../../../images/com/jonan202312/conts-bg.png)repeat;
  padding: 5% 0;
}
.area_ttl {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding: 5% 0;
}

.area-item {
  width: 300px;
  text-align: center;
  margin: 0 auto;
}
.area-title {
  width: 57.3333%;
  margin: 0 auto;
  padding: 8% 0 5%;
}
.btn {
  width: 100%;
}
.btn a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  border: 4px solid #fff;
  border-radius: 10px;
  padding-bottom: 4px;
  line-height: 2;
  position: relative;

}
.btn a:hover {
  opacity: 0.9;

}
.col-01 a {
  background:#ff466e;
  margin-bottom: 15px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}
.col-02 a {
  background:#ff828c;
  margin-bottom: 15px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}
.col-01 a:after {
  content: "";
  background-image: url(../../../images/com/jonan202312/arrow01.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top:50%;
  transform: translateY(-50%);
}
.col-02 a:after {
  content: "";
  background-image: url(../../../images/com/jonan202312/arrow02.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top:50%;
  transform: translateY(-50%);
}

/* .area-02 {
  position: absolute;
  top: 280px;
  left: 0;
}
.area-03 {
  position: absolute;
  top: 290px;
  right: 240px;
}
.area-04 {
  position: absolute;
  bottom: 60px;
  left: 230px;
} */






}