@charset "UTF-8";

/* ========================================

  あいぽっぽの街さんぽ

======================================== */

/* Base Settings
------------------------------*/
.mcsnp {
  overflow: hidden;
  /*background: url("/images/article/03_nagakute/bg.png");*/
}
.mcsnp img {
  max-width: 100%;
  vertical-align: bottom;
}
.mcsnp_main > *:not(.mcsnp_head) {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .mcsnp {
    overflow: hidden;
    padding: 30px 0;
    /*background: url("/images/article/03_nagakute/bg.png");*/
  }
  .mcsnp_forsp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mcsnp_forpc {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .mcsnp {
    font-size: 0.8em;
  }
}

/* mcsnp_head
------------------------------*/
.mcsnp_head .head_title {
  margin-top: 0;
}
.mcsnp_head .head_copy {
  text-align: center;
  margin: 1.5em 0 0;
  font-size: 1.2em;
  font-weight: bold;
}
.mcsnp_head .head_copy span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .mcsnp_head {
    position: relative;
    padding: 0 14% 5% 0;
    background: url("/images/article/03_nagakute/head_bg02.png") left bottom / 86% auto no-repeat;
  }
  .mcsnp_head:before,
  .mcsnp_head:after {
    content: "";
    position: absolute;
    display: block;
  }
  .mcsnp_head:before {
    top: 0;
    right: 0;
    width: 11%;
    height: 100%;
    background: url("/images/article/03_nagakute/head_bg01.png") center / contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .mcsnp_head {
    padding-top: 7%;
  }
}

/* mcsnp_outline
------------------------------*/
.mcsnp_outline {
  position: relative;
  margin-top: 20px;
  padding: 30px;
}
.mcsnp_outline:before {
  content: "";
  position: absolute;
  display: block;
  top: 1.5em;
  left: 0;
  width: 100%;
  height: calc(100% - 1.5em);
  background: #FEFBD0;
}
.mcsnp_outline > * {
  position: relative;
}
.mcsnp_outline .outline_title {
  margin: -1.5em -2em 1em 0;
  padding: 0;
  background: none;
  font-size: 1em !important;
}
.mcsnp_outline .outelin_text {
  font-size: 1.33em;
  color: #449A75;
}
.mcsnp_outline figure img {
  border: solid 8px #fff;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .mcsnp_outline {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .mcsnp_outline > div {
    width: calc(100% - 300px);
  }
  .mcsnp_outline > figure {
    width: 280px;
  }
}

/* mcsnp_search
------------------------------*/
.mcsnp_search {
  overflow: hidden;
  padding: 30px;
  border: solid 2px #030085;
  background: #fff;
  margin: 0 0 1em;
}
.mcsnp_search .search_title {
  margin: 0;
  padding: 0;
  background: none;
  text-align: center;
  font-size: 2.6em !important;
  font-weight: bold;
  color: #033085;
}
.mcsnp_search .search_title span {
  display: inline-block;
}
.mcsnp_search .search_list {
  margin: 1.5em 0 0;
  text-align: center;
}
.mcsnp_search .search_list dt {
  margin-bottom: 0.5em;
  padding: 0.25em;
  border-radius: 2em;
  background: #033085;
  font-size: 1.8em;
  color: #fff;
}
.mcsnp_search .search_list dd ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  font-size: 1.5em;
  color: #033085;
}
.mcsnp_search .search_list dd ul li:before {
  content: "▲";
  display: inline-block;
  transform: rotate(90deg);
  margin-right: 0.5em;
}
.mcsnp_search .search_list dd ul li a {
  text-decoration: underline;
  color: #033085;
}
@media screen and (min-width: 768px) {
  .mcsnp_search .search_list {
    width: 48%;
  }
  .mcsnp_search .search_list:first-of-type {
    float: left;
  }
  .mcsnp_search .search_list:last-of-type {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .mcsnp_search .search_list dd ul {
    min-width: 8em;
  }
}

/* mcsnp_sec
------------------------------*/
.mcsnp_sec .sec_head .head_category {
  margin: 0;
  font-size: 1.3em;
}
.mcsnp_sec .sec_head .head_category:before {
  content: "●";
  display: inline-block;
  margin-right: 0.25em;
  color: #033085;
}
.mcsnp_sec .sec_head .head_title {
  margin: 0.75em 0 0 ;
  padding: 0;
  background: none;
  line-height: 2.5;
  font-size: 1.3em !important;
  font-weight: bold;
}
.mcsnp_sec .sec_body {
  line-height: 1.6;
  text-align: justify;
  font-size: 1.3em;
}
.mcsnp_sec .sec_body figure:not(:first-child) {
  margin-top: 1em;
}
.mcsnp_sec .sec_body figure figcaption {
  position: static;
  width: auto;
  height: auto;
  margin: 0.5em 0 0;
  padding: 0;
  background: none;
  line-height: 1.4;
  text-align: left;
  font-size: 0.8em;
  white-space: normal;
  color: #000;
}
.mcsnp_sec .sec_foot {
  margin-top: 1.5em;
  padding: 0.75em 1.25em;
  border: solid 2px #033085;
  border-radius: 1em;
  font-size: 1.1em;
  color: #033085;
}
.mcsnp_sec .sec_foot a {
  color: #033085;
}
.mcsnp_sec .sec_foot dt > *,
.mcsnp_sec .sec_foot dd > span {
  display: inline-block;
  margin-right: 0.5em;
  font-style: normal;
  font-weight: normal;
}
.mcsnp_sec .sec_foot dt .tel:before {
  content: "";
  display: inline-block;
  vertical-align: -0.1em;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  background: url("../images/tel_icon.svg") center bottom / contain no-repeat;
}
.mcsnp_sec .sec_foot dt em {
  margin-right: 1em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .mcsnp_sec .sec_body {
    display: flex;
    justify-content: space-between;
  }
  .mcsnp_sec .sec_body .pc_left {
    width: 36%;
  }
  .mcsnp_sec .sec_body .pc_right {
    width: 60%;
    margin-top: -3.25em;
  }
  .mcsnp_sec .sec_foot {
    padding: 1.25em 2em;
  }
}
@media screen and (max-width: 767px) {
  .mcsnp_sec .sec_body .pc_left figure {
    width: 58%;
    margin-right: auto;
    margin-left: auto;
  }
  .mcsnp_sec .sec_body .pc_right {
    margin-top: 1em;
  }
}

/* mcsnp_side
------------------------------*/
.mcsnp_dummy {
  min-height: 400px;
  background: #eee;
}
@media screen and (max-width: 991px) {
  .mcsnp_side {
    margin-top: 10%;
  }
}



/* ========================================
  vol.1「昭和区」
======================================== */
.mcsnp_aipoppo figure {
  width: 194px;
  margin-left: auto;
}



/* ========================================
  vol.2「岡崎市」
======================================== */
@media screen and (min-width: 768px) {
  .mcsnp_okazaki .mcsnp_sec:nth-of-type(3) .sec_body .pc_left,
  .mcsnp_okazaki .mcsnp_sec:nth-of-type(4) .sec_body .pc_left,
  .mcsnp_okazaki .mcsnp_sec:last-of-type .sec_body .pc_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mcsnp_okazaki .mcsnp_sec:last-of-type .sec_body .pc_right {
    margin-top: 0;
  }
}



/* ========================================
  vol.3「長久手市」
======================================== */
@media screen and (min-width: 768px) {
  .mcsnp_nagakute .sec01_img04_wrap {
    position: relative;
  }
  .mcsnp_nagakute .sec01_img04 {
    position: absolute;
    top: 0;
    left: -26.5%;
    width: 36%;
  }
}
@media screen and (max-width: 767px) {
  .mcsnp_nagakute .sec01_img04_wrap {
    position: relative;
    padding-top: 10vw;
  }
  .mcsnp_nagakute .sec01_img04 {
    position: absolute;
    top: -2vw;
    left: 0;
    width: 36%;
  }
}


