@charset "UTF-8";
/* 芽室町で暮らす */

.sp {
  display: none;
}

.mainvis {
  width: 100%;
  margin-bottom: 40px;
}

.mainvis_inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding-bottom: 600px;
  position: relative;
  overflow: hidden;
}

.mainvis_inner::after {
  content: '';
  display: block;
  width: 1500px;
  height: 600px;
  background: url("../../administration/city-promotion/images/city/main_vis.jpg") no-repeat center center;
  border-radius: 0 0 1000px 1000px/ 0 0 250px 250px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.mainvis_ttl {
  width: 850px;
  height: 140px;
  background: rgba(255, 255, 255, .75);
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainvis_ttl_img {}

.sect_block {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.sect_block_inner {
  max-width: 1140px;
  margin: 0 auto;
}

.sect_block_ttl {
  width: 100%;
  padding: 5px 30px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
  background: #e6e6d7;
}

.sect_block_ttl::before,
.sect_block_ttl::after {
  content: "";
  width: 27px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.sect_block_ttl::before {
  background: linear-gradient(to right, #64a00a 0, #64a00a 10px, #fff 10px, #fff 21px, #9BC88C 21px, #9BC88C 27px);
  left: 0;
}

.sect_block_ttl::after {
  background: linear-gradient(to left, #64a00a 0, #64a00a 10px, #fff 10px, #fff 21px, #9BC88C 21px, #9BC88C 27px);
  right: 0;
}

.child_sect_block {
  width: 100%;
  padding-bottom: 50px;
}

.child_sect_block_ttl {
  width: 100%;
  padding: 13px 30px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #f6f9f2;
  border: 1px solid #64a00a;
}

.child_sect_block_inner {
  width: 96.4912%;
  padding: 0 4.386% 0 5.2632%;
  margin: 0 auto;
}

.column_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column_block.column_block_re {
  flex-direction: row-reverse;
}

.col_img_block {
  width: 47.4747%;
}

.col_img_block img {
  width: 100%;
}

.col_txt_block {
  width: 47.4747%;
}

.column_block .col_txt_block {
  padding-right: 20px;
}

.column_block.column_block_re .col_txt_block {
  padding-left: 20px;
}

.col_txt_block_ttl {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
}

.col_txt_block_txt {
  line-height: 1.75;
}

.btn_block {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.btn {
  min-width: 345px;
  padding: 10px 30px;
  display: inline-block;
  background: #e95a23;
  color: #ffffff;
  line-height: 1.2;
  border-radius: 4px;
  transition: opacity .3s;
}

.btn:hover {
  opacity: 0.8;
}

.btn::before {
  content: '\03e';
  display: inline-block;
  margin-right: 3px;
}

/* ===== intro  ===== */
.intro_block {}

.intro_txt {}

/* ===== about  ===== */
.about_block {}

.about_img_block {
  width: 38.5965%;
}

.about_txt_block {
  width: 58.7719%;
}

.about_txt {
  line-height: 1.7;
}

.about_txt + .about_txt {
  margin-top: 1em;
}


/* ===== appeal =====  */
.appeal_block {}

/* anc */
.appeal_anc_list {
  width: 960px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
}

.appeal_anc_item {
  width: 300px;
  margin: 30px 30px 0 0;
}

.appeal_anc_item:nth-child(-n+3) {
  margin-top: 0;
}

.appeal_anc_item:nth-child(3n) {
  margin-right: 0;
}

.appeal_anc_link {
  width: 100%;
  height: 100%;
  padding: 10px 30px 10px 70px;
  display: block;
  position: relative;
  background: #787878;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  transition: background .3s;
  display: flex;
  -ms-align-items: center;
  ßalign-items: center;
}

.appeal_anc_link:hover {
  background-color: #64a00a;
}

.appeal_anc_link::after {
  content: '';
  width: 0;
  height: 0;
  margin: auto;
  display: block;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}

.appeal_anc_link::before {
  content: '';
  width: 42px;
  height: 37px;
  margin: auto;
  display: block;
  background: no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
}

.appeal_anc_link[href="#child"]::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_anc_child.png);
}

.appeal_anc_link[href="#education"]::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_anc_education.png);
}

.appeal_anc_link[href="#insurance"]::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_anc_insurance.png);
}

.appeal_anc_link[href="#support"]::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_anc_support.png);
}

.appeal_anc_link[href="#house"]::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_anc_house.png);
}

.appeal_anc_link[href="#work"]::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_anc_work.png);
}

.appeal_anc_link[href="#tax"]::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_anc_tax.png);
}

.appeal_anc_link[href="#sightseeing"]::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_anc_sightseeing.png);
}

.appeal_anc_link[href="#migration"]::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_anc_migration.png);
}

/* support */
.support_txt {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}

.support_btn_list {
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
}

.support_btn {
  width: 30.303%;
  margin: 30px 4.5455% 0 0;
}

.support_btn:nth-child(-n+3) {
  margin-top: 0;
}

.support_btn:nth-child(3n) {
  margin-right: 0;
}

.support_btn:last-child {
  margin-right: 0;
}

.support_btn_link {
  width: 100%;
  padding: 12px 15px 11px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #64a00a;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  transition: all .3s;
}

.support_btn_link .support_btn_txt {
  width: calc(100% - 54px);
  color: #64a00a;
}

.support_btn_link::before {
  content: '';
  width: 44px;
  height: 47px;
  display: block;
  margin-right: 10px;
  background: no-repeat center center;
  vertical-align: middle;
  transition: all .3s;
}

.support_btn_link.support_btn_link01::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_support_01_off.png);
}

.support_btn_link.support_btn_link02::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_support_02_off.png);
}

.support_btn_link.support_btn_link03::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_support_03_off.png);
}

.support_btn_link.support_btn_link04::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_support_04_off.png);
}

.support_btn_link.support_btn_link05::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_support_05_off.png);
}

.support_btn_link:hover {
  background-color: #64a00a;
  color: #fff;
}

.support_btn_link:hover .support_btn_txt {
  color: #fff;
}

.support_btn_link.support_btn_link01:hover::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_support_01_on.png);
}

.support_btn_link.support_btn_link02:hover::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_support_02_on.png);
}

.support_btn_link.support_btn_link03:hover::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_support_03_on.png);
}

.support_btn_link.support_btn_link04:hover::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_support_04_on.png);
}

.support_btn_link.support_btn_link05:hover::before {
  background-image: url(../../administration/city-promotion/images/city/cityicon_support_05_on.png);
}

/* house */
.house_child_sect {
  width: 100%;
}

.house_child_sect_ttl {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.house_child_sect_ttl::before {
  content: '';
  width: 66.6667%;
  margin: auto;
  height: 2px;
  display: block;
  background-image: linear-gradient(to bottom, #64a00a 0, #64a00a 66%, #9BC88C 66%, #9BC88C 100%);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.house_child_sect_ttl_inner {
  padding: 0 1em;
  display: inline-block;
  background: #fff;
}

.system_block {
  width: 100%;
  min-width: 1000px;
  margin-bottom: 40px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.system_detail_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.system_detail_item {
  width: 280px;
  margin: 40px 4.0404% 0 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.system_detail_item:nth-child(-n+3) {
  margin-top: 0;
}

.system_detail_item:nth-child(3n) {
  margin-right: 0;
}

.system_detail_item:last-child {
  margin-right: 0;
}

.gift_ticket_price {
  width: 100%;
  padding-bottom: 44.6429%;
  margin-bottom: 10px;
  background: #f6ca86;
  position: relative;
}

.gift_ticket_price img {
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.system_name {
  padding: 0 14px;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}

.system_txt {
  padding: 0 17px 30px;
  line-height: 1.75;
}

.system_note_icon {
  color: #e61c24;
}

.system_note {
  width: 100%;
  margin-top: 35px;
  text-align: center;
}

.city_images {
  margin-top: 105px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.city_images_item {
  width: 45.5556%;
  margin: 0 8px;
}

.city_img_block {
  width: 100%;
  display: block;
}

.city_images_note {
  width: 100%;
  display: block;
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
}

.info_block {
  margin-bottom: 40px;
}

.house_info_txt {
  text-align: center;
  line-height: 1.75;
}

.public_block {}

/* ===== guide ===== */
.guide_block {}

.guid_img {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.guid_img img {
  width: 100%;
  height: auto;
}

/* ===== contact ===== */
.contact_block {}

.contact_info {
  width: 740px;
  padding-bottom: 20px;
  margin: 0 auto;
  border: 1px solid #808080;
  text-align: center;
}

.contact_info_ttl {
  width: 100%;
  padding: 5px 0;
  margin-bottom: 13px;
  background: #dfdfd0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.contact_info_item {
  line-height: 1.75;
  text-align: center;
}

.contact_sect {
  width: 195px;
  margin: 0 auto 20px;
  line-height: 0;
}

.contact_add {}

.contact_tel {
  display: inline-block;
  margin-right: 10px;
}

.contact_fax {
  display: inline-block;
}

.contact_time {}





@media (max-width: 991px) {
  .mainvis {
    width: 100%;
    margin-bottom: 40px;
  }

  .mainvis_inner {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding-bottom: 600px;
    position: relative;
    overflow: hidden;
  }

  .mainvis_inner::after {
    content: '';
    display: block;
    width: 1500px;
    height: 600px;
    background: url("../../administration/city-promotion/images/city/city/main_vis.jpg") no-repeat center center;
    border-radius: 0 0 1000px 1000px/ 0 0 250px 250px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
  }

  .mainvis_ttl {
    width: 90%;
    height: 140px;
    background: rgba(255, 255, 255, .75);
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .mainvis_ttl_img {
    width: 80%;
  }

  .sect_block {}

  .sect_block_inner {
    width: 100%;
    padding: 0 20px;
  }

  .sect_block_ttl {}

  .sect_block_ttl::before,
  .sect_block_ttl::after {}

  .sect_block_ttl::before {}

  .sect_block_ttl::after {}

  .child_sect_block {}

  .child_sect_block_inner {}

  .child_sect_block_ttl {}

  .child_sect_block_txt {}

  .column_block {}

  .column_block.column_block_re {}

  .col_img_block {}

  .col_txt_block {}

  .btn_block {}

  .btn {}

  /* ===== intro  ===== */
  .intro_block {}

  .intro_txt {}

  /* ===== about  ===== */
  .about_block {}

  .about_img {
    display: block;
    width: 100%;
  }

  .about_txt {}

  /* ===== appeal =====  */
  .appeal_block {}

  /* anc */
  .appeal_anc_list {
    width: 96.9697%;
  }

  .appeal_anc_item {
    width: 31.25%;
    margin-right: 3.125%;
  }

  .appeal_anc_link {}

  /* support */
  .support_btn_list {}

  .support_btn {}

  /* house */
  .house_child_sect {}

  .house_child_sect_ttl {}

  .system_block {
    min-width: 100%
  }

  .system_detail_block {}

  .system_detail_item {}

  .system_detail_item:nth-child(3n) {
    margin-right: 7.5758%;
  }

  .system_detail_item:nth-child(2n) {
    margin-right: 0;
  }

  .system_detail_item:nth-child(3) {
    margin-top: 40px;
  }

  .system_detail_item:last-child {
    margin-right: 0;
  }

  .gift_ticket_price {
    width: 100%;
    padding-bottom: 44.6429%;
    margin-bottom: 10px;
    background: #f6ca86;
    position: relative;
  }

  .gift_ticket_price img {
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .system_name {
    padding: 0 14px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
  }

  .system_txt {
    padding: 0 17px 30px;
    line-height: 1.75;
  }

  .system_note_icon {
    color: #e61c24;
  }

  .system_note {
    width: 100%;
    margin-top: 35px;
    text-align: center;
  }

  .info_block {}

  .house_info_txt {}

  .public_block {}

  /* ===== guide ===== */
  .guide_block {}

  .guid_img {}

  /* ===== contact ===== */
  .contact_block {}

  .contact_info {}

  .contact_info_ttl {}

  .contact_info_item {}

  .contact_sect {}

  .contact_add {}

  .contact_tel {}

  .contact_fax {}

  .contact_time {}


}

@media (max-width: 767px) {
  .sp {
    display: block;
  }

  .mainvis {
    width: 100%;
    margin-bottom: 30px;
  }

  .mainvis_inner {
    width: 100%;
    height: auto;
    padding-bottom: 43.9239%;
  }

  .mainvis_inner::after {
    width: 120%;
    height: auto;
    padding-bottom: 43.9239%;
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  .mainvis_ttl {
    width: 90%;
    height: 30%;
  }

  .mainvis_ttl_img {
    display: block;
    width: 70%;
  }

  .sect_block {
    width: 100%;
  }

  .sect_block_inner {
    width: 98.6667%;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
  }

  .sect_block_ttl {
    font-size: 18px;
  }

  .sect_block_ttl::before,
  .sect_block_ttl::after {}

  .sect_block_ttl::before {}

  .sect_block_ttl::after {}

  .child_sect_block {}

  .child_sect_block_ttl {
    font-size: 18px;
  }

  .child_sect_block_inner {
    width: 89.1892%;
    padding: 0;
  }

  .column_block {
    flex-direction: column;
  }

  .column_block.column_block_re {
    flex-direction: column;
  }

  .col_img_block {
    width: 100%;
  }

  .col_txt_block {
    width: 100%;
    padding: 0;
  }

  .column_block .col_txt_block {
    padding: 0;
  }

  .column_block.column_block_re .col_txt_block {
    padding: 0;
  }

  .col_txt_block + .col_img_block {
    margin-top: 20px;
  }

  .col_txt_block_ttl {
    font-size: 16px;
  }

  .btn_block {}

  .btn {
    min-width: 250px;
  }

  /* ===== intro  ===== */
  .intro_block {}

  .intro_txt {}

  /* ===== about  ===== */
  .about_block .column_block {
    flex-direction: column-reverse;
  }

  .about_img_block {
    width: 100%;
    margin-top: 20px;
  }

  .about_txt_block {
    width: 100%;
  }

  /* ===== appeal =====  */
  .appeal_block {}

  /* anc */
  .appeal_anc_list {
    width: 89.1892%;
    justify-content: space-between;
  }

  .appeal_anc_item {
    width: 48.4848%;
    margin-right: 0;
    margin-top: 20px;
  }

  .appeal_anc_item:nth-child(3) {
    margin-top: 20px;
  }

  .appeal_anc_link {
    padding: 5px 15px 5px 40px;
    font-size: 16px;
  }

  .appeal_anc_link::before {
    width: 30px;
    height: 26px;
    background-size: 100% auto;
    left: 5px;
  }

  .appeal_anc_link::after {
    border-width: 6px 5px 0 5px;
    right: 5px;
  }

  /* support */
  .support_txt {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
  }

  .support_btn_list {
    padding-right: 0;
  }

  .support_btn {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .support_btn:nth-child(-n+3) {
    margin-top: 20px;
  }

  .support_btn:nth-child(3n) {
    margin-right: 0;
  }

  .support_btn_link {
    width: 100%;
    padding: 12px 15px 11px;
    border-radius: 12px;
    font-size: 16px;
  }

  .support_btn_link .support_btn_txt {
    width: calc(100% - 54px);
    color: #64a00a;
  }

  .support_btn_link::before {
    content: '';
    width: 28px;
    height: 30px;
    background-size: 100% auto;
  }

  /* house */
  .house_child_sect {}

  .house_child_sect_ttl {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .house_child_sect_ttl::before {
    width: 100%;
  }

  .system_block {
    padding: 0;
    margin-bottom: 40px;
  }

  .system_detail_item {
    width: 100%;
    margin: 15px 0 0 0;
  }

  .system_detail_item:nth-child(-n+3) {
    margin-top: 10px;
  }

  .system_detail_item:nth-child(3n) {
    margin-right: 0;
  }

  .system_detail_item:last-child {
    margin-right: 0;
  }

  .gift_ticket_price {
    width: 100%;
    padding-bottom: 44.6429%;
    margin-bottom: 10px;
    background: #f6ca86;
    position: relative;
  }

  .gift_ticket_price img {}

  .system_name {
    padding: 0 14px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
  }

  .system_txt {
    padding: 0 17px 30px;
    line-height: 1.75;
  }

  .system_note_icon {
    color: #e61c24;
  }

  .system_note {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .city_images {
    margin: 50px 10px 0;
    justify-content: space-between;
  }

  .city_images_item {
    width: 48.5556%;
    height: auto;
    display: block;
    margin: 0;
  }

  .city_img_block {
    width: 100%;
  }

  .city_images_note {
    font-size: 14px;
  }

  .info_block {}

  .house_info_txt {}

  .public_block {}

  /* ===== guide ===== */
  .guide_block {}

  .guid_img {}

  /* ===== contact ===== */
  .contact_block {
    width: 100%;
  }

  .contact_info {
    width: 100%;
  }

  .contact_info_ttl {}

  .contact_info_item {}

  .contact_sect {}

  .contact_add {}

  .contact_tel {}

  .contact_fax {}

  .contact_time {}
}

/* youtube */
.movie-area {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 30px auto;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* city-promotion */
.pdf-list {
  text-align: center;
  margin: 30px auto 0 auto;
  max-width: 800px;
}

.pdf-list p {
  margin-bottom: 20px;
}

.pdf-list ul {
  margin-bottom: 20px;
}

.pdf-list ul li {
  margin: 0 5px 10px 5px;
  display: inline-block;
  list-style: none;
}

.pdf-list ul li img:hover {
  opacity: 0.5;
}
